Package twisted :: Package scripts :: Module tapconvert
[show private | hide private]
[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
dictionary loaders

Function Details

loadPersisted(filename, kind, encrypted, passphrase)

Loads filename, of the specified kind and returns an application

Variable Details

loaders

Type:
dictionary
Value:
{'pickle': <class twisted.scripts.tapconvert.LoaderTap at 0x831c154>,
 'python': <class twisted.scripts.tapconvert.LoaderPython at 0x84d74dc\
>,
 'source': <class twisted.scripts.tapconvert.LoaderSource at 0x8694a7c\
>,
 'xml': <class twisted.scripts.tapconvert.LoaderXML at 0x89a24cc>}     

Generated by Epydoc 1.1 on Thu Apr 17 12:55:56 2003 http://epydoc.sf.net