MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / items

Method items

tools/python-3.11.9-amd64/Lib/mailbox.py:131–133  ·  view source on GitHub ↗

Return a list of (key, message) tuples. Memory intensive.

(self)

Source from the content-addressed store, hash-verified

129 yield (key, value)
130
131 def items(self):
132 """Return a list of (key, message) tuples. Memory intensive."""
133 return list(self.iteritems())
134
135 def __contains__(self, key):
136 """Return True if the keyed message exists, False otherwise."""

Callers 15

_dump_urMethod · 0.45
__repr__Method · 0.45
__repr__Method · 0.45
_make_keyFunction · 0.45
registerFunction · 0.45
visit_ConstantMethod · 0.45
__repr__Method · 0.45
_createenvironFunction · 0.45
global_matchesMethod · 0.45
locale.pyFile · 0.45
_init_categoriesFunction · 0.45

Calls 2

iteritemsMethod · 0.95
listFunction · 0.85

Tested by 5

_findMethod · 0.36
__runMethod · 0.36
summarizeMethod · 0.36
mergeMethod · 0.36
mainFunction · 0.36