Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ iteritems
Method
iteritems
Tools/gdb/libpython.py:765–766 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
763
self.values = values
764
765
def
iteritems(self):
766
return
items_from_keys_and_values(self.keys, self.values)
767
768
def
proxyval(self, visited):
769
result = {}
Callers
1
proxyval
Method · 0.95
Calls
1
items_from_keys_and_values
Function · 0.85
Tested by
no test coverage detected