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

Class PersPickler

Lib/test/test_pickle.py:242–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 self.assertIsNone(r())
241
242 class PersPickler(self.pickler):
243 def persistent_id(subself, obj):
244 return obj
245 check(PersPickler)
246
247 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