t.r.i.SimpleConfFile : class documentation

Part of twisted.runner.inetdconf View Source View In Hierarchy

Known subclasses: twisted.runner.inetdconf.InetdConf, twisted.runner.inetdconf.RPCServicesConf, 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 parseFile Parse a configuration file
Method parseLine Override this.
Method parseFields Override this.
def parseFile(self, file=None): (source)
Parse a configuration file

If file is None and self.defaultFilename is set, it will open defaultFilename and use it.

def parseLine(self, line): (source)
Override this.

By default, this will split the line on whitespace and call self.parseFields (catching any errors).

def parseFields(self, *fields): (source)
Override this.
API Documentation for Twisted, generated by pydoctor at 2014-05-12 18:27:00.