tethys.core.nodes.node_base

Module Contents

class tethys.core.nodes.node_base.NodeBase[source]

Bases: tethys.core.regobjs.regobj_base.RegistrableObjectBase

Base 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