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

Method iterkeys

tools/inspector_protocol/jinja2/utils.py:466–470  ·  view source on GitHub ↗

Iterate over all keys in the cache dict, ordered by the most recent usage.

(self)

Source from the content-addressed store, hash-verified

464 return list(self)
465
466 def iterkeys(self):
467 """Iterate over all keys in the cache dict, ordered by
468 the most recent usage.
469 """
470 return reversed(tuple(self._queue))
471
472 __iter__ = iterkeys
473

Callers 1

_compat.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected