class documentation

class MethodicalInput(object): (source)

View In Hierarchy

An input for a MethodicalMachine.

Method __get__ Return a function that takes no arguments and returns values returned by output functions produced by the given MethodicalInput in oself's current state.
Class Variable automaton Undocumented
Class Variable collectors Undocumented
Class Variable method Undocumented
Class Variable symbol Undocumented
Instance Variable argSpec Undocumented
Method _name Undocumented
def __get__(self, oself: object, type: None = None) -> object: (source)

Return a function that takes no arguments and returns values returned by output functions produced by the given MethodicalInput in oself's current state.

collectors: dict[MethodicalState, Callable[[Iterable[T]], R]] = (source)

Undocumented

method: Callable[..., Any] = (source)

Undocumented

symbol: str = (source)

Undocumented

Undocumented

def _name(self) -> str: (source)

Undocumented