| Home | Trees | Index | Help |
|
|---|
| Package twisted :: Package runner :: Module inetdconf :: Class ServicesConf |
|
SimpleConfFile --+
|
ServicesConf
| Method Summary | |
|---|---|
__init__(self)
| |
parseFields(self,
name,
portAndProtocol,
*aliases)
| |
| Inherited from SimpleConfFile | |
Parse a configuration file | |
Override this. | |
| Instance Variable Summary | |
|---|---|
self.services: dict mapping service names to (port, protocol) tuples. | |
| Class Variable Summary | |
|---|---|
str |
defaultFilename = '/etc/services'
|
| Inherited from SimpleConfFile | |
str |
commentChar = '#'
|
| Instance Variable Details |
|---|
self.servicesdict mapping service names to (port, protocol) tuples. |
| Class Variable Details |
|---|
defaultFilename
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Tue Dec 9 17:48:10 2003 | http://epydoc.sf.net |