MCPcopy 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
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