Module implementing a ConfigParser wrapper for Python 2 to provide the dictionary like interface of the Python 3 variant.
None |
E5ConfigParser | Class implementing a wrapper of the ConfigParser class implementing dictionary like special methods and some enhancements from Python 3. |
None |
Class implementing a wrapper of the ConfigParser class implementing dictionary like special methods and some enhancements from Python 3.
OPTCRE |
OPTCRE_NV |
_OPT_NV_TMPL |
_OPT_TMPL |
None |
E5ConfigParser | Constructor |
__contains__ | Special method to test, if a section is contained in the config. |
__delitem__ | Special method to delete a section. |
__getitem__ | Special method to get a section. |
__iter__ | Special method to return an iterator of the section names starting with the default section. |
__len__ | Special method get the number of sections of the config. |
__setitem__ | Special method to set the values of a section. |
None |
Constructor
Special method to test, if a section is contained in the config.
Special method to delete a section.
Special method to get a section.
Special method to return an iterator of the section names starting with the default section.
Special method get the number of sections of the config.
Special method to set the values of a section.