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
      ) -> None

      Parameters

      • Name
        self
        Type
        Default
        Description

      • Name
        command_execution
        Type
        sila.commands.CommandExecution
        Default
        Description

    • send(self, value : T) -> None

      Parameters

      • Name
        self
        Type
        Default
        Description

      • Name
        value
        Type
        T
        Default
        Description

    Attributes

    • Name
      command_execution
      Type
      sila.commands.CommandExecution
      Value

      = weakref.proxy(command_execution)

      Description

Copyright © 2024