|
__init__(self,
fp=None,
defaults=None,
parse_exc=True,
optionxformvalue=<method 'lower' of 'str' objects>,
optionxformsource=None,
sectionxformvalue=None,
sectionxformsource=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
Inherited from iniparse.config.ConfigNamespace :
__delattr__ ,
__getattr__ ,
__getstate__ ,
__setattr__ ,
__setstate__
Inherited from iniparse.config.ConfigNamespace (private):
_new_namespace
Inherited from object :
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__sizeof__ ,
__subclasshook__
|