
Public Member Functions | |
| def | __init__ (self) |
Private Member Functions | |
| def | _read (self, fp, fpname) |
| def parseConfigFile.MultiOptSafeConfigParser.__init__ | ( | self | ) |
|
private |
Parse a sectioned setup file. The sections in setup file contains a title line at the top, indicated by a name in square brackets (`[]'), plus key/value options lines, indicated by `name: value' format lines. Continuations are represented by an embedded newline then leading whitespace. Blank lines, lines beginning with a '#', and just about everything else are ignored.
References parseConfigFile._expandSystemVariables().