class twisted.runner.inetdconf.InetdConf(SimpleConfFile): (source)
Configuration parser for a traditional UNIX inetd(8)
| Class Variable | defaultFilename | Undocumented |
| Method | __init__ | Undocumented |
| Instance Variable | services | Undocumented |
| Instance Variable | knownServices | Undocumented |
| Method | parseFields | Parse an inetd.conf file. |
Inherited from SimpleConfFile:
| Class Variable | commentChar | Undocumented |
| Method | parseFile | Parse a configuration file |
| Method | parseLine | Override this. |
Parse an inetd.conf file.
Implemented from the description in the Debian inetd.conf man page.