unitelabs.cdk.sila.commands.intermediate
Attributes
- Name
T
- Type
- Value
= typing.TypeVar('T')
- Description
Classes
Intermediate
- Bases
- typing.Generic[T]
Methods
__init__(
- self,
- command_execution : sila.commands.CommandExecution
Parameters
- Name
self
- Type
- Default
- Description
- Name
command_execution
- Type
- sila.commands.CommandExecution
- Default
- Description
Attributes
- Name
command_execution
- Type
- sila.commands.CommandExecution
- Value
= weakref.proxy(command_execution)
- Description