NullProcessor#
- class processor_tools.processor.NullProcessor(context: Any | None = None, processor_path: str | None = None, **kwargs)[source]#
Null processor for processing variables where no processing is required.
Methods
Constructor method
Appends instantiation of processor to
subprocessorsattribute.Runs processor subprocessors sequentially in order, output of each feeding into the next
Attributes
Name for processor objects of this class (accessed via
processor_nameproperty - will default to the name of the class is if this class attribute is unset.)Default set of subprocessors for processor objects of this class
Returns processor name