Package twisted :: Package test :: Module test_coil :: Class MyConfig
[show private | hide private]
[frames | no frames]

Class MyConfig

Configurator --+
               |
              MyConfig


Method Summary
  __init__(self, instance)
Initialize this configurator with the instance it will be configuring. (inherited from Configurator)
  configDispensers(self)
Return list of dispensers. (inherited from Configurator)
  configure(self, dict)
Set a list of configuration variables. (inherited from Configurator)
  getConfiguration(self)
Return a mapping of key/value tuples describing my configuration. (inherited from Configurator)
  getInstance(self)
Return the instance being configured. (inherited from Configurator)
  getType(self, name)
Get the type of a configuration variable. (inherited from Configurator)

Class Variable Summary
dict configTypes
class MyConfigurable

Class Variable Details

configTypes

Type:
dict
Value:
{'bar': [<type 'str'>, 'Bar', 'A bar of stuff.'],
 'foo': [<type 'int'>, 'Foo', 'Put your face in the foo.']}            

MyConfigurable

MyConfigurable = twisted.test.test_coil.MyConfigurable

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:10 2003 http://epydoc.sf.net