usage: python -m pickletools [-h] [-o OUTPUT] [-m] [-l INDENTLEVEL] [-a] [-p PREAMBLE] [-t] [-v] [pickle_file ...]
disassemble one or more pickle files
positional arguments:
pickle_file the pickle file
options:
-h, --help show this help message and exit
-o, --output OUTPUT the file where the output should be written
-m, --memo preserve memo between disassemblies
-l, --indentlevel INDENTLEVEL
the number of blanks by which to indent a new MARK level
-a, --annotate annotate each line with a short opcode description
-p, --preamble PREAMBLE
if more than one pickle file is specified, print this before each disassembly
-t, --test run self-test suite
-v run verbosely; only affects self-test run