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

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

Inherited from _CommandDispatcherMixin:

Instance Variable prefix Command handler prefix, used to locate handler attributes (type: str)
Method dispatch Perform actual command dispatch.
def disp_working(self, a, b):

A known command that returns its input.

def disp_unknown(self, name, a, b):

Handle unknown commands by returning their name and inputs.

API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.