Package moul :: Package cli :: Module moullauncher :: Class MoulLauncher
[hide private]
[frames] | no frames]

Class MoulLauncher



object --+
         |
        MoulLauncher

Instance Methods [hide private]
  __init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  _createParser(self)
  _parseArgs(self)
  _applyOptions(self)
  __call__(self)

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


Static Methods [hide private]
  _cb_installdir(option, opt, value, parser)

Class Variables [hide private]
  _parser = None
helper for pickle
  _options = None
helper for pickle
  _args = None
helper for pickle

Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self)
(Constructor)

 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

_createParser(self)

 
None

_parseArgs(self)

 
None

_applyOptions(self)

 
None

_cb_installdir(option, opt, value, parser)
Static Method

 
None
Decorators:

__call__(self)
(Call operator)

 
None

Class Variable Details [hide private]

_parser

helper for pickle
Value:
None                                                                  
      

_options

helper for pickle
Value:
None                                                                  
      

_args

helper for pickle
Value:
None