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

Class FakeCommand

source code

     object --+    
              |    
command.Command --+
                  |
                 FakeCommand

Instance Methods [hide private]

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

Inherited from command.Command (private): _getStdout

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

Class Variables [hide private]
  description = 'Fake command'
longer paragraph explaining the command
  subCommandClasses = [<class 'flumotion.extern.command.command....
hash(x)

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

Properties [hide private]

Inherited from command.Command: stderr, stdout

Inherited from object: __class__

Class Variable Details [hide private]

subCommandClasses

hash(x)

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