nemo_relay.scope
nemo_relay.scope
nemo_relay.scope
Generated from python/nemo_relay/scope.py.
Module nemo_relay.scope.
Scope stack operations.
get_handleReturn the current top-of-stack ScopeHandle.
pushPush a new child scope and return its handle.
popPop a scope previously returned by push() or scope().
eventEmit a Mark event under the current or provided scope.
scopeCreate a scope for the duration of a with block.