Liman

Liman

Core Liman runtime interface for accessing execution context.

Provides a simplified interface for interacting with the execution context during node execution. Acts as a facade over ExecutionContext.

Attributes

attributeexecution_context
= execution_context

Functions

func__init____init__(self, /, execution_context) -> None

Initialize Liman with execution context.

Args: execution_context: The execution context for this runtime

paramself
paramexecution_contextExecutionContext[Any]

Returns

None
funcsetset(self) -> None
paramself

Returns

None
funcgetget(self, /, key) -> Any

Get attribute from execution context.

Args: key: Attribute name to retrieve

Returns: Value of the requested attribute

paramself
paramkeystr

Returns

Any

Last updated on