plynx.node.utils

General PLynx utils for user-defined Operations.

Module Contents

class plynx.node.utils.Group[source]

Collection of Operations

title :str[source]
items :list[source]
to_dict(self)[source]

Dict representation

plynx.node.utils.callable_to_function_location(callable_obj: Callable) → str[source]

Generate the location of the function

plynx.node.utils.generate_key(node: Node) → str[source]

Generate hash of the node template.

plynx.node.utils.func_or_group_to_dict(func_or_group: Union[Callable, Group])[source]

Recursive serializer