| Home | Trees | Indices | Help |
|
|---|
|
|
This modules handles configuration loading and provides an easy API for accessing it.
Author: André Malo
|
|||
|
ConfigurationError Configuration error |
|||
|
ConfigurationIOError Config file IO error |
|||
|
ParseError Parse error |
|||
|
ContinuationError A line continuation without a previous option line occured |
|||
|
OptionSyntaxError A option line could not be parsed |
|||
|
RecursiveIncludeError Recursive Include Detected |
|||
|
OptionTypeError An option type could not be recognized |
|||
|
Parser Simplified config file parser |
|||
|
TypedIterOption Option, typed dynamically |
|||
|
Config Config access class |
|||
|
Section Config section container |
|||
|
|||
| Section |
|
||
| int |
|
||
|
|||
| Config |
|
||
|
|||
__package__ =
|
|||
|
|||
|
Interpret human readable boolean value
The return value is not a boolean on purpose. It's a number, so you can pass more than just boolean values (by passing a number)
|
|
Load configuration It is not a failure if the file does not exist.
|
| Home | Trees | Indices | Help |
|
|---|