ExecutionContext#
- class council.contexts.ExecutionContext(execution_log: ExecutionLog | None = None, path: str = '')[source]#
Bases:
objectcontext storing the execution information
- property entry: ExecutionLogEntry#
the current log entry
- new_for(monitored: Monitored) ExecutionContext[source]#
returns a new instance for the given object