Package twisted :: Package scripts :: Module tktwistd
[show private | hide private]
[frames | no frames]

Module twisted.scripts.tktwistd

Implementation module for the graphical version of the `twistd` command.
Classes
TkTwistdFrame  
TkTwistdMenu  

Function Summary
  pickOptions(master, filename)
  run()

Variable Summary
tuple FILE_TYPES
SelectReactor reactor

Variable Details

FILE_TYPES

Type:
tuple
Value:
(('Twisted Application Pickle', '*.tap'),
 ('Twisted Application Source', '*.tas'),
 ('Twisted Application XML', '*.tax'),
 ('Encrypted Application Pickle', '*.etap'),
 ('Encrypted Application Source', '*.etas'),
 ('Encrypted Application XML', '*.etax'),
 ('All Files', '*'))                                                   

reactor

Type:
SelectReactor
Value:
<twisted.internet.default.SelectReactor instance at 0x10339470>        

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