Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ pickle.py
File
pickle.py
tools/python-3.11.9-amd64/Lib/pickle.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Create portable serialized representations of Python objects.
2
3
See module copyreg
for
a mechanism
for
registering custom picklers.
4
See module pickletools source
for
extensive comments.
Callers
nothing calls this directly
Calls
10
_test
Function · 0.70
load
Function · 0.70
open
Function · 0.70
append
Method · 0.45
extend
Method · 0.45
match
Method · 0.45
add_argument
Method · 0.45
parse_args
Method · 0.45
print_help
Method · 0.45
pprint
Method · 0.45
Tested by
no test coverage detected