Package flumotion :: Package extern :: Package command :: Package command :: Module tcommand :: Class TwistedCommand
[hide private]

type TwistedCommand

source code

     object --+    
              |    
command.Command --+
                  |
                 TwistedCommand

Instance Methods [hide private]
 
installReactor(self)
Override me to install your own reactor.
source code
int
do(self, args)
Override me to implement the functionality of the command.
source code
 
doLater(self) source code

Inherited from command.Command: __init__, addOptions, debug, getFullName, getRootCommand, handleOptions, outputHelp, outputUsage, parse

Inherited from command.Command (private): _getStdout

Class Variables [hide private]

Inherited from command.Command: aliasedSubCommands, aliases, description, name, parentCommand, parser, subCommandClasses, subCommands, summary, usage

Properties [hide private]

Inherited from command.Command: stderr, stdout

Method Details [hide private]

do(self, args)

source code 

Override me to implement the functionality of the command.

Returns: int
an exit code, or None if no actual action was taken.
Overrides: command.Command.do
(inherited documentation)