lamindb.core.run_context

class lamindb.core.run_context

Bases: object

Global run context.

Attributes

path: Path | None = None

A local path to the script that’s running.

run: Run | None = None

Current run.

transform: Transform | None = None

Current transform.

Methods