lamindb.step

lamindb.step(uid=None)

Use @step() to track a function as a step.

Behaves like flow(), but acts as a step in a workflow.

See flow() for examples.

Parameters:

uid (str | None, default: None) – Persist the uid to identify a transform across renames.

Return type:

Callable[[Callable[[ParamSpec(P, bound= None)], TypeVar(R)]], Callable[[ParamSpec(P, bound= None)], TypeVar(R)]]