class documentation
class MethodicalOutput(object): (source)
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 | arg |
Undocumented |
Class Variable | machine |
Undocumented |
Class Variable | method |
Undocumented |
Method | _name |
Undocumented |