class documentation

class InputImplementer(Generic[InputProtocol, Core]): (source)

View In Hierarchy

An InputImplementer implements an input protocol in terms of a state machine.

When the factory returned from TypeMachine

Class Variable __automat_core__ Undocumented
Class Variable __automat_data__ Undocumented
Class Variable __automat_postponed__ Undocumented
Class Variable __automat_transitioner__ Undocumented
__automat_core__: Core = (source)

Undocumented

__automat_data__: object | None = (source)

Undocumented

__automat_postponed__: list[Callable[[], None]] | None = (source)

Undocumented

Undocumented