Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ CodePickler
Class
CodePickler
tools/python-3.11.9-amd64/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