pyiron_workflow.find module

A utility for finding public pyiron_workflow.node.Node objects.

Supports the idea of node developers writing independent node packages.

pyiron_workflow.find.find_nodes(source: str | Path | ModuleType) list[type[Node]][source]

Get a list of all public, non-abstract nodes defined in the source.