Part of twisted.protocols.amp.CommandLocator View Source View In Hierarchy
This metaclass keeps track of all of the Command.responder-decorated methods defined since the last CommandLocator subclass was defined. It assumes (usually correctly, but unfortunately not necessarily so) that those commands responders were all declared as methods of the class being defined. Note that this list can be incorrect if users use the Command.responder decorator outside the context of a CommandLocator class declaration.
The Command.responder decorator explicitly cooperates with this metaclass.Method | __new__ | Undocumented |
Class Method | _grabFromBase | Undocumented |