MCPcopy Index your code
hub / github.com/RustPython/RustPython / pickletools.py

File pickletools.py

Lib/pickletools.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'''"Executable documentation" for the pickle module.
2
3Extensive comments about the pickle protocols and pickle-machine opcodes
4can be found here. Some functions meant for external use:

Callers

nothing calls this directly

Calls 13

ArgumentDescriptorClass · 0.85
StackObjectClass · 0.85
enumerateFunction · 0.85
lenFunction · 0.85
openFunction · 0.70
disFunction · 0.70
IClass · 0.50
add_argumentMethod · 0.45
parse_argsMethod · 0.45
formatMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected