MCPcopy 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.pyFile · 0.80
RenderFunction · 0.80
PrintDotFunction · 0.80
generate_inputsFunction · 0.80
merge_test_runner_outputFunction · 0.80
merge_filesFunction · 0.80
splitFunction · 0.80

Calls 1

itemsMethod · 0.95

Tested by

no test coverage detected