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

Class PersPickler

Lib/test/test_pickle.py:170–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 self.assertIsNone(r())
169
170 class PersPickler(self.pickler):
171 def persistent_id(subself, obj):
172 return obj
173 check(PersPickler)
174
175 class PersPickler(self.pickler):

Callers 3

dumpsMethod · 0.70
test_pickler_superMethod · 0.70

Calls

no outgoing calls

Tested by 3

dumpsMethod · 0.56
test_pickler_superMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…