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

type FakeSubCommand

source code

     object --+    
              |    
command.Command --+
                  |
                 FakeSubCommand

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 subcommand'
longer paragraph explaining the command
  subCommandClasses = [<class 'flumotion.extern.command.command....

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

Properties [hide private]

Inherited from command.Command: stderr, stdout

Class Variable Details [hide private]

subCommandClasses

Value:
[<class 'flumotion.extern.command.command.test_command.FakeSubSubComma\
nd'>]