Package twisted :: Package scripts :: Module tapconvert
[frames | no frames]

Module twisted.scripts.tapconvert

Classes
ConvertOptions  
EverythingEphemeral  
LoaderCommon Simple logic for loading persisted data
LoaderPython  
LoaderSource  
LoaderTap  
LoaderXML  

Function Summary
  guessType(filename)
  loadPersisted(filename, kind, encrypted, passphrase)
Loads filename, of the specified kind and returns an application
  run()
  savePersisted(app, filename, encrypted)

Variable Summary
dict loaders = {'python': <class twisted.scripts.tapconvert.L...

Function Details

loadPersisted(filename, kind, encrypted, passphrase)

Loads filename, of the specified kind and returns an application

Variable Details

loaders

Type:
dict
Value:
{'pickle': <class twisted.scripts.tapconvert.LoaderTap at 0x89afc74>,
 'python': <class twisted.scripts.tapconvert.LoaderPython at 0x89afb24\
>,
 'source': <class twisted.scripts.tapconvert.LoaderSource at 0x89afc04\
>,
 'xml': <class twisted.scripts.tapconvert.LoaderXML at 0x89afab4>}     

Generated by Epydoc 2.0 on Sat Sep 13 04:21:00 2003 http://epydoc.sf.net