class documentation

class MethodicalOutput(object): (source)

View In Hierarchy

An output for a MethodicalMachine.

Method __call__ Call the underlying method.
Method __get__ Outputs are private, so raise an exception when we attempt to get one.
Class Variable argSpec Undocumented
Class Variable machine Undocumented
Class Variable method Undocumented
Method _name Undocumented
def __call__(self, oself, *args, **kwargs): (source)

Call the underlying method.

def __get__(self, oself, type=None): (source)

Outputs are private, so raise an exception when we attempt to get one.

Undocumented

Undocumented

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

Undocumented

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

Undocumented