module documentation

Undocumented

Class _TemporalCancelOperationContext Context for a Nexus cancel operation being handled by a Temporal Nexus Worker.
Class _TemporalOperationCtx No class docstring; 0/1 property, 3/5 class variables documented
Class _TemporalStartOperationContext Context for a Nexus start operation being handled by a Temporal Nexus Worker.
Function _in_nexus_backing_workflow_start_context Undocumented
Function _nexus_backing_workflow_start_context Undocumented
Function _temporal_context Undocumented
Function _try_temporal_context Undocumented
Type Variable _OperationCtxT Undocumented
Variable _temporal_cancel_operation_context Undocumented
Variable _temporal_nexus_backing_workflow_start_context Undocumented
Variable _temporal_start_operation_context Undocumented
def _in_nexus_backing_workflow_start_context() -> bool: (source)

Undocumented

def _nexus_backing_workflow_start_context() -> Generator[None]: (source)

Undocumented

_OperationCtxT = (source)

Undocumented

Value
TypeVar('_OperationCtxT',
        bound=OperationContext)
_temporal_cancel_operation_context: ContextVar[_TemporalCancelOperationContext] = (source)

Undocumented

_temporal_nexus_backing_workflow_start_context: ContextVar[bool] = (source)

Undocumented

_temporal_start_operation_context: ContextVar[_TemporalStartOperationContext] = (source)

Undocumented