plynx.utils.hub_node_registry

Global Node Registry class

Module Contents

class plynx.utils.hub_node_registry.Registry[source]

The class keeps record of built-in Operations

register_node(self, node: Node)[source]

Register Node globally

find_nodes(self, function_locations: List[str])[source]

Find the Nodes

plynx.utils.hub_node_registry.registry[source]