Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ iteritems
Method
iteritems
tools/inspector_protocol/jinja2/utils.py:450–452 ·
view source on GitHub ↗
Iterate over all items.
(self)
Source
from the content-addressed store, hash-verified
448
return
result
449
450
def
iteritems(self):
451
""
"Iterate over all items."
""
452
return
iter(self.items())
453
454
def
values(self):
455
""
"Return a list of all values."
""
Callers
7
_compat.py
File · 0.80
Render
Function · 0.80
PrintDot
Function · 0.80
generate_inputs
Function · 0.80
merge_test_runner_output
Function · 0.80
merge_files
Function · 0.80
split
Function · 0.80
Calls
1
items
Method · 0.95
Tested by
no test coverage detected