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