pyiron_workflow.atomic_node module

class pyiron_workflow.atomic_node.Atomic(recipe: AtomicRecipe, label: Annotated[str, BeforeValidator(func=_validate_label, json_schema_input_type=PydanticUndefined)] | None = None, /, **connections: Port | Node | JSONABLE)[source]

Bases: StaticNode[AtomicRecipe, AtomicData]

evaluate(run: Run[ResultType], config: RunConfig) Run[ResultType][source]
property function_metadata: FunctionMetadata | None