Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ CodePickler
Class
CodePickler
Lib/idlelib/rpc.py:66–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
65
66
class
CodePickler(pickle.Pickler):
67
dispatch_table = {types.CodeType: pickle_code, **copyreg.dispatch_table}
68
69
70
BUFSIZE = 8*1024
Callers
1
dumps
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…