MCPcopy Index your code
hub / github.com/nodejs/node / itervalue

Method itervalue

tools/inspector_protocol/jinja2/utils.py:458–460  ·  view source on GitHub ↗

Iterate over all values.

(self)

Source from the content-addressed store, hash-verified

456 return [x[1] for x in self.items()]
457
458 def itervalue(self):
459 """Iterate over all values."""
460 return iter(self.values())
461
462 def keys(self):
463 """Return a list of all keys ordered by most recent usage."""

Callers

nothing calls this directly

Calls 1

valuesMethod · 0.95

Tested by

no test coverage detected