| copy_reg | index /usr/lib/python1.6/copy_reg.py |
Helper to provide extensibility for pickle/cPickle.
| Functions | ||
| ||
| Data | ||
| __file__ = '/usr/lib/python1.6/copy_reg.pyc' __name__ = 'copy_reg' dispatch_table = {<type 'complex'>: <function pickle_complex at 81ba9a8>, <type 'SRE_Pattern'>: <function _pickle at 81b8ba0>} safe_constructors = {<built-in function complex>: 1, <function _compile at 81dc6b8>: 1} | ||