|
|
|
load_defaults(self)
initialize the provider using default values |
source code
|
|
|
option_default(self,
opt,
optdict=None)
return the default value for an option |
source code
|
|
|
|
|
option_value(self,
opt)
get the current value for the given option |
source code
|
|
|
set_option(self,
opt,
value,
action=None,
optdict=None)
method called to set an option (registered in the options list)... |
source code
|
|
|
input_option(self,
option,
optdict,
inputlevel=99) |
source code
|
|
|
get_option_def(self,
opt)
return the dictionary defining an option given it's name |
source code
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|