Package wafadmin :: Module Options :: Class Handler
[hide private]
[frames] | no frames]

Class Handler

source code

object --+
         |
        Handler

loads wscript modules in folders for adding options

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
add_option(self, *kw, **kwargs) source code
 
add_option_group(self, *args, **kwargs) source code
 
get_option_group(self, opt_str) source code
 
sub_options(self, dir, option_group=None)
set options defined by wscripts:
source code
 
tool_options(self, tool, tdir=None, option_group=None) source code
 
parse_args(self, args=None) source code

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

Class Variables [hide private]
  parser = None
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

sub_options(self, dir, option_group=None)

source code 

set options defined by wscripts:

  • run by Scripting to set the options defined by main wscript.
  • run by wscripts to set options in sub directories.