Processor
A data processor.
Usage
Processor()Parameters
name: str = "default"-
The name of this processor.
Methods
| Name | Description |
|---|---|
| run() | Execute the processor. |
run()
Execute the processor.
Usage
run()Returns
None
A data processor.
Usage
name: str = "default"The name of this processor.
| Name | Description |
|---|---|
| run() | Execute the processor. |
Execute the processor.
Usage
None