Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ persistent_id
Method
persistent_id
Lib/pickle.py:636–638 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
634
raise
635
636
def
persistent_id(self, obj):
637
# This exists so a subclass can override it
638
return
None
639
640
def
save_pers(self, pid):
641
# Save a persistent id reference
Callers
1
save
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected