MCPcopy Index your code
hub / github.com/python/cpython / Pickler

Class Pickler

Lib/test/test_pickle.py:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 # See https://github.com/python/cpython/issues/89988
190
191 class Pickler(self.pickler):
192 def __init__(self, *args, **kwargs):
193 self.dispatch_table = table
194 super().__init__(*args, **kwargs)
195
196 class DispatchTable:
197 pass

Callers 2

checkMethod · 0.90

Calls

no outgoing calls

Tested by 2

checkMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…