plopp.core.node#

plopp.core.node(func)[source]#

Create a Node from a callable. This can also be used as a decorator.

Parameters:

func (Callable) – The callable to create the Node.

Return type:

Callable