Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _read_refs
Method
_read_refs
Lib/plistlib.py:529–530 ·
view source on GitHub ↗
(self, n)
Source
from the content-addressed store, hash-verified
527
for
i in range(0, size * n, size))
528
529
def
_read_refs(self, n):
530
return
self._read_ints(n, self._ref_size)
531
532
def
_read_object(self, ref):
533
""
"
Callers
1
_read_object
Method · 0.95
Calls
1
_read_ints
Method · 0.95
Tested by
no test coverage detected