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

Method items

tools/python-3.11.9-amd64/Lib/weakref.py:461–466  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

459 return wr in self.data
460
461 def items(self):
462 with _IterationGuard(self):
463 for wr, value in self.data.items():
464 key = wr()
465 if key is not None:
466 yield key, value
467
468 def keys(self):
469 with _IterationGuard(self):

Callers 10

copyMethod · 0.45
__deepcopy__Method · 0.45
itemsMethod · 0.45
keysMethod · 0.45
updateMethod · 0.45
copyMethod · 0.45
__deepcopy__Method · 0.45
valuesMethod · 0.45
updateMethod · 0.45
_select_for_exitMethod · 0.45

Calls 1

_IterationGuardClass · 0.90

Tested by

no test coverage detected