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

Method keys

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

Source from the content-addressed store, hash-verified

466 yield key, value
467
468 def keys(self):
469 with _IterationGuard(self):
470 for wr in self.data:
471 obj = wr()
472 if obj is not None:
473 yield obj
474
475 __iter__ = keys
476

Callers

nothing calls this directly

Calls 1

_IterationGuardClass · 0.90

Tested by

no test coverage detected