twisted.protocols.amp.Command._doCommand(self, proto) method documentationtwisted.protocols.amp.Command
View Source
Encode and send this Command to the given protocol.
| Parameters | proto | an AMP, representing the connection to send to. |
| Returns | a Deferred which will fire or error appropriately when the other side responds to the command (or error if the connection is lost before it is responded to). | |
| Function | _massageError | Undocumented |