Package twisted :: Package coil :: Package plugins :: Module tendril :: Class TendrilConfigurator
[show private | hide private]
[frames | no frames]

Class TendrilConfigurator

Configurator --+
               |
              TendrilConfigurator


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
string configName
dictionary configTypes
class TendrilFactory

Class Variable Details

configName

Type:
string
Value:
'IRC Tendril from Twisted Words'                                       

configTypes

Type:
dictionary
Value:
{'errorGroup': (<type 'string'>,
                'Error group',
                'The group on the Words service to which I will report\
 errors.'),
 'networkSuffix': (<type 'string'>,
                   'Suffix',
                   'The suffix appended to the names of participants t\
o identify them as being on another network.  e.g. @opn'),
...                                                                    

TendrilFactory

TendrilFactory = twisted.words.tendril.TendrilFactory

Generated by Epydoc 1.1 on Sat Feb 15 21:18:54 2003 http://epydoc.sf.net