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

Class StartGame

source code

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

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]
  commandName = 'StartGame'

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

Instance Variables [hide private]

Inherited from twisted.protocols.amp.Command: requiresAnswer

Properties [hide private]

Inherited from object: __class__