twisted.words.test.test_irc.Dispatcher(irc._CommandDispatcherMixin) class documentationtwisted.words.test.test_irc
(View In Hierarchy)
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. |