Processor
dandy.core.processor.processor.BaseProcessor
Bases: ABC
Base class for all processing classes in dandy.
description = None
class-attribute
instance-attribute
process
abstractmethod
classmethod
This method has hooks on it to allow for easy debugging
Parameters:
-
args
–Arguments
-
kwargs
–Keyword Arguments
Returns:
-
Any
–Any
Source code in dandy/core/processor/processor.py
process_to_future
classmethod
This method is used to generate an AsyncFuture of the process method
Parameters:
-
args
–Arguments
-
kwargs
–Keyword Arguments
Returns:
-
AsyncFuture
–AsyncFuture
Source code in dandy/core/processor/processor.py
dandy.core.processor.abc_meta.ProcessorABCMeta
Bases: ABCMeta