Dumper (version 1.1)
index
/home/zope/lib/python/Dumper.py

Recursively prints out the contents of complex data structures

 
Modules
            
string
types

 
Functions
            
dump(struct)
Dump a data structure to a String in pretty-printed fashion
recursive_dumper(struct, level)
Recursive routine that does most of the work of dumping the struct

 
Data
             __file__ = '/home/zope/lib/python/Dumper.pyc'

__name__ = 'Dumper'

__version__ = '$Revision: 1.1 $'