tethys.core.nodes.node_base¶
Module Contents¶
-
class
tethys.core.nodes.node_base.NodeBase[source]¶ Bases:
tethys.core.regobjs.regobj_base.RegistrableObjectBaseBase abstract class for the Node
-
abstract
process(self, stream: StreamBase, **kwargs)[source]¶ Read the stream and execute an operator for the stream’s data packet.
- Parameters
stream (StreamBase) – Stream that node will process
-
abstract