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

Method values

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

Source from the content-addressed store, hash-verified

241 yield from self.data.values()
242
243 def values(self):
244 if self._pending_removals:
245 self._commit_removals()
246 with _IterationGuard(self):
247 for wr in self.data.values():
248 obj = wr()
249 if obj is not None:
250 yield obj
251
252 def popitem(self):
253 if self._pending_removals:

Callers

nothing calls this directly

Calls 3

_commit_removalsMethod · 0.95
_IterationGuardClass · 0.90
valuesMethod · 0.45

Tested by

no test coverage detected