|
__init__(self,
usage,
config_file=None,
version=None,
quiet=0)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
reset_parsers(self,
usage='',
version=None) |
source code
|
|
|
register_options_provider(self,
provider,
own_group=True)
register an options provider |
source code
|
|
|
|
|
optik_option(self,
provider,
opt_name,
opt_dict)
get our personal option definition and return a suitable form for... |
source code
|
|
|
cb_set_provider_option(self,
option,
opt_name,
value,
parser)
optik callback for option setting |
source code
|
|
|
global_set_option(self,
opt_name,
value)
set option on the correct option provider |
source code
|
|
|
generate_config(self,
stream=None,
skipsections=(),
encoding=None)
write a configuration file according to the current configuration... |
source code
|
|
|
|
|
load_provider_defaults(self)
initialize configuration using default values |
source code
|
|
|
load_file_configuration(self,
config_file=None)
load the configuration from file |
source code
|
|
|
|
|
input_config(self,
onlysection=None,
inputlevel=0,
stream=None)
interactivly get configuration values by asking to the user and generate... |
source code
|
|
|
|
|
|
|
|
|
add_help_section(self,
title,
description)
add a dummy option section for help purpose |
source code
|
|
|
help(self)
return the usage string for available options |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|