Changeset 391 for python/trunk/Doc/library/pickletools.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/pickletools.rst
r2 r391 9 9 .. versionadded:: 2.3 10 10 11 **Source code:** :source:`Lib/pickletools.py` 12 13 -------------- 14 11 15 This module contains various constants relating to the intimate details of the 12 16 :mod:`pickle` module, some lengthy comments about the implementation, and a few … … 17 21 18 22 19 .. function:: dis(pickle [, out=None, memo=None, indentlevel=4])23 .. function:: dis(pickle, out=None, memo=None, indentlevel=4) 20 24 21 25 Outputs a symbolic disassembly of the pickle to the file-like object *out*,
Note:
See TracChangeset
for help on using the changeset viewer.