class documentation
Type parameter P: the signature of the input method.
Method | loop |
Register a transition back to the same state. |
Method | to |
Declare a state transition to a new state. |
Class Variable | input |
Undocumented |
Class Variable | old |
Undocumented |
def loop(self) ->
TransitionRegistrar[ Concatenate[ InputProtocol, Core, Data, P], Concatenate[ InputProtocol, P], R]
:
(source)
¶
Register a transition back to the same state.
@overload
def to(self, state:
@overloadTypedState[ InputProtocol, Core]
) -> TransitionRegistrar[ Concatenate[ InputProtocol, Core, Data, P], Concatenate[ InputProtocol, P], R]
:def to(self, state:
(source)
¶
TypedDataState[ InputProtocol, Core, OtherData, P]
) -> TransitionRegistrar[ Concatenate[ InputProtocol, Core, Data, P], Concatenate[ InputProtocol, P], R]
:Declare a state transition to a new state.