MCPcopy Index your code
hub / github.com/RustPython/RustPython / Pickler

Class Pickler

Lib/test/test_pickle.py:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261 # See https://github.com/python/cpython/issues/89988
262
263 class Pickler(self.pickler):
264 def __init__(self, *args, **kwargs):
265 self.dispatch_table = table
266 super().__init__(*args, **kwargs)
267
268 class DispatchTable:
269 pass

Callers 3

__setitem__Method · 0.90
checkMethod · 0.90

Calls

no outgoing calls

Tested by 2

checkMethod · 0.72