|
|
__init__(self,
files=None,
args=None,
is_global=1)
automatically placed in a file list |
source code
|
|
|
|
_do_add(self,
key,
help='',
default=None,
validator=None,
converter=None) |
source code
|
|
|
|
keys(self)
Returns the keywords for the options |
source code
|
|
|
|
Add(self,
key,
help='',
default=None,
validator=None,
converter=None,
**kw)
Add an option. |
source code
|
|
|
|
|
|
|
Update(self,
env,
args=None)
Update an environment with the option variables. |
source code
|
|
|
|
UnknownVariables(self)
Returns any options in the specified arguments lists that
were not known, declared options in this object. |
source code
|
|
|
|
Save(self,
filename,
env)
Saves all the options in the given file. This file can
then be used to load the options next run. This can be used
to create an option cache file. |
source code
|
|
|
|
|
|
|
FormatVariableHelpText(self,
env,
key,
help,
default,
actual,
aliases=[]) |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|