pyiron_workflow.nodes package
Submodules
- pyiron_workflow.nodes.composite module
CompositeComposite.strict_namingComposite.createComposite.provenance_by_completionComposite.provenance_by_executionComposite.running_childrenComposite.signal_queueComposite.starting_nodesComposite.wrapComposite.activate_strict_hints()Composite.add_child()Composite.cache_hitComposite.child_type()Composite.colorComposite.deactivate_strict_hints()Composite.disconnect_run()Composite.executor_shutdown()Composite.graph_as_dictComposite.import_readyComposite.process_run_result()Composite.push_child()Composite.register_child_emitting()Composite.register_child_finished()Composite.register_child_starting()Composite.remove_child()Composite.report_import_readiness()Composite.run_argsComposite.run_data_tree_for_child()Composite.set_run_signals_to_dag_execution()Composite.use_cache
FailedChildError
- pyiron_workflow.nodes.for_loop module
- pyiron_workflow.nodes.function module
- pyiron_workflow.nodes.macro module
- pyiron_workflow.nodes.multiple_distpatch module
- pyiron_workflow.nodes.standard module
AbsoluteAddAndAppendToListBoolBytesChangeDirectoryContainsDirDivideEqualsFloatFloorDivideGetAttrGetItemGreaterThanGreaterThanEqualsHashIfIntInvertLengthLessThanLessThanEqualsMatrixMultiplyModuloMultiplyNegativeNotEqualsOrPositivePowerPureCallRandomFloatRightMultiplyRoundSetAttrSleepSliceStringSubtractUserInputXOr
- pyiron_workflow.nodes.static_io module
- pyiron_workflow.nodes.transform module
- pyiron_workflow.nodes.while_loop module
Module contents
A submodule to hold classes that inherit from Node.
I.e. downstream stuff relative to Node.
Includes factory functions for such classes, etc.
Workflow is exempted from this directory and kept at the main level due to its
importance as the entry point for users.