MCPcopy 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
66class CodePickler(pickle.Pickler):
67 dispatch_table = {types.CodeType: pickle_code, **copyreg.dispatch_table}
68
69
70BUFSIZE = 8*1024

Callers 1

dumpsFunction · 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…