Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…