Package twisted :: Package coil :: Package plugins :: Module telnet :: Class ShellFactoryConfigurator
[show private | hide private]
[frames | no frames]

Class ShellFactoryConfigurator

Configurator --+
               |
              ShellFactoryConfigurator


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
str configName
dict configTypes
class ShellFactory

Class Variable Details

configName

Type:
str
Value:
'Telnet Python Shell'                                                  

configTypes

Type:
dict
Value:
{'password': [<type 'str'>, 'Password', ''],
 'username': [<type 'str'>, 'Username', '']}                           

ShellFactory

ShellFactory = twisted.manhole.telnet.ShellFactory

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