class documentation

class twisted.words.protocols.irc._CommandDispatcherMixin: (source)

Known subclasses: twisted.words.protocols.irc._FormattingParser, twisted.words.protocols.irc.ServerSupportedFeatures

View In Hierarchy

Dispatch commands to handlers based on their name.

Command handler names should be of the form prefix_commandName, where prefix is the value specified by prefix, and must accept the parameters as given to dispatch.

Attempting to mix this in more than once for a single class will cause strange behaviour, due to prefix being overwritten.

Instance Variable prefix Command handler prefix, used to locate handler attributes
Method dispatch Perform actual command dispatch.
prefix = (source)
Command handler prefix, used to locate handler attributes
(type: str)
def dispatch(self, commandName, *args): (source)

Perform actual command dispatch.

API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.