class twisted.runner.inetdconf.ServicesConf(SimpleConfFile): (source)
/etc/services parser
| Instance Variable | services | dict mapping service names to (port, protocol) tuples. |
| Class Variable | defaultFilename | Undocumented |
| Method | __init__ | Undocumented |
| Method | parseFields | Override this. |
Inherited from SimpleConfFile:
| Class Variable | commentChar | Undocumented |
| Method | parseFile | Parse a configuration file |
| Method | parseLine | Override this. |