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

Method persistent_id

Lib/pickle.py:620–622  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

618 raise
619
620 def persistent_id(self, obj):
621 # This exists so a subclass can override it
622 return None
623
624 def save_pers(self, pid):
625 # Save a persistent id reference

Callers 1

saveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected