MCPcopy Index your code
hub / github.com/python/cpython / xpickle_worker.py

File xpickle_worker.py

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

Source from the content-addressed store, hash-verified

1# This script is called by test_xpickle as a subprocess to load and dump
2# pickles in a different Python version.
3import os
4import pickle

Callers

nothing calls this directly

Calls 14

unpackMethod · 0.80
read_exactFunction · 0.70
openFunction · 0.50
abspathMethod · 0.45
joinMethod · 0.45
dirnameMethod · 0.45
exec_moduleMethod · 0.45
readMethod · 0.45
loadsMethod · 0.45
dumpsMethod · 0.45
writeMethod · 0.45
packMethod · 0.45

Tested by

no test coverage detected