Module commands :: Class Attack
[hide private]
[frames] | no frames]

Class Attack

source code

                   object --+    
                            |    
twisted.protocols.amp.Command --+
                                |
                               Attack

Nested Classes [hide private]

Inherited from twisted.protocols.amp.Command: __metaclass__, commandType, responseType

Instance Methods [hide private]

Inherited from twisted.protocols.amp.Command: __init__

Inherited from twisted.protocols.amp.Command (private): _doCommand

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from twisted.protocols.amp.Command: makeArguments, makeResponse, parseArguments, parseResponse, responder

Class Variables [hide private]
  arguments = [('tpid', amp.Integer()), ('tuid', amp.Integer()),...
A list of 2-tuples of (name, Argument-subclass-instance), specifying the names and values of the parameters which are required for this command.
  commandName = 'Attack'

Inherited from twisted.protocols.amp.Command: allErrors, errors, extra, fatalErrors, response, reverseErrors

Instance Variables [hide private]

Inherited from twisted.protocols.amp.Command: requiresAnswer

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

arguments

A list of 2-tuples of (name, Argument-subclass-instance), specifying the names and values of the parameters which are required for this command.
Value:
[('tpid', amp.Integer()), ('tuid', amp.Integer()), ('val', amp.Integer\
())]