---------------------------------------------------------------------- This is the API documentation for the gdtest_sphinx_class_role library. ---------------------------------------------------------------------- ## Classes Main classes provided by the package Processor(name: str = 'default') A data processor. Parameters ---------- name The name of this processor. ## Functions Utility functions create_processor(name: str) -> gdtest_sphinx_class_role.Processor Create a new processor. Returns a :py:class:`Processor` instance. Parameters ---------- name The name for the new processor. Returns ------- Processor A new processor instance. is_processor(obj: object) -> bool Check if an object is a processor. Check if obj is a :py:class:`Processor`. Parameters ---------- obj The object to check. Returns ------- bool True if obj is a Processor instance.