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_contextFunctions
func__init____init__(self, /, execution_context) -> NoneInitialize Liman with execution context.
Args: execution_context: The execution context for this runtime
paramselfparamexecution_contextExecutionContext[Any]Returns
Nonefuncsetset(self) -> NoneparamselfReturns
Nonefuncgetget(self, /, key) -> AnyGet attribute from execution context.
Args: key: Attribute name to retrieve
Returns: Value of the requested attribute
paramselfparamkeystrReturns
AnyLast updated on