class documentation

A dispatcher that exposes one known command and handles unknown commands.

Method disp_unknown Handle unknown commands by returning their name and inputs.
Method disp_working A known command that returns its input.
Class Variable prefix Undocumented

Inherited from _CommandDispatcherMixin:

Method dispatch Perform actual command dispatch.
def disp_unknown(self, name, a, b): (source)

Handle unknown commands by returning their name and inputs.

def disp_working(self, a, b): (source)

A known command that returns its input.