MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / persistent_id

Method persistent_id

tools/python-3.11.9-amd64/Lib/pickle.py:605–607  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

603 self.save_reduce(obj=obj, *rv)
604
605 def persistent_id(self, obj):
606 # This exists so a subclass can override it
607 return None
608
609 def save_pers(self, pid):
610 # Save a persistent id reference

Callers 1

saveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected