Package flumotion :: Package extern :: Package command :: Package command :: Module test_command :: Class FakeSubSubCommand
[hide private]

type FakeSubSubCommand

source code

     object --+    
              |    
command.Command --+
                  |
                 FakeSubSubCommand

Instance Methods [hide private]

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

Inherited from command.Command (private): _getStdout

Class Variables [hide private]
  description = 'Fake subsubcommand'
longer paragraph explaining the command
list of str aliases = 'fssc'
list of alternative lowercase names recognized

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

Properties [hide private]

Inherited from command.Command: stderr, stdout