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

Method items

tools/inspector_protocol/jinja2/utils.py:444–448  ·  view source on GitHub ↗

Return a list of items.

(self)

Source from the content-addressed store, hash-verified

442 self._wlock.release()
443
444 def items(self):
445 """Return a list of items."""
446 result = [(key, self._mapping[key]) for key in list(self._queue)]
447 result.reverse()
448 return result
449
450 def iteritems(self):
451 """Iterate over all items."""

Callers 15

iteritemsMethod · 0.95
valuesMethod · 0.95
MainFunction · 0.45
ExecuteFunction · 0.45
package_filesFunction · 0.45
subdir_filesFunction · 0.45
mainFunction · 0.45
PrintErrorCountsMethod · 0.45
get_v8_configFunction · 0.45
ReplaceSubstringsFunction · 0.45
_make_nodeMethod · 0.45
do_dictsortFunction · 0.45

Calls 1

listFunction · 0.50

Tested by 5

ExecuteFunction · 0.36
test_no_cycle_lineMethod · 0.36
test_no_cycle_dagMethod · 0.36