Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.
3
import
os
4
import
pickle
Callers
nothing calls this directly
Calls
14
unpack
Method · 0.80
read_exact
Function · 0.70
open
Function · 0.50
abspath
Method · 0.45
join
Method · 0.45
dirname
Method · 0.45
exec_module
Method · 0.45
read
Method · 0.45
loads
Method · 0.45
dumps
Method · 0.45
write
Method · 0.45
pack
Method · 0.45
Tested by
no test coverage detected