Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
dumps
Method · 0.70
test_pickler_super
Method · 0.70
test_pickler_super_instance_attribute
Method · 0.70
Calls
no outgoing calls
Tested by
3
dumps
Method · 0.56
test_pickler_super
Method · 0.56
test_pickler_super_instance_attribute
Method · 0.56