class SimpleConfFile: (source)
Known subclasses: twisted.runner.inetdconf.InetdConf, twisted.runner.inetdconf.ServicesConf
Simple configuration file parser superclass.
Filters out comments and empty lines (which includes lines that only contain comments).
To use this class, override parseLine or parseFields.
| Method | parseFields |
Override this. |
| Method | parseFile |
Parse a configuration file |
| Method | parseLine |
Override this. |
| Class Variable | commentChar |
Undocumented |
| Class Variable | defaultFilename |
Undocumented |