IniProcessor
IniProcessor¶
- class IniProcessor[source]¶
Bases:
object
INI configuration file processor
Attributes
Note: attributes inherited from parent classes are not shown here, if any
Sections and their strictness
Handler for key/value pairs
Methods
Processes a configuration file
Processes a configuration file given as a string
List of members of IniProcessor
- kv_handlers: Mapping[str, configpile.handlers.KVHandler]¶
Handler for key/value pairs
- __init__(section_strict, kv_handlers)¶