Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ values
Method
values
Lib/weakref.py:380–383 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
378
__iter__ = keys
379
380
def
values(self):
381
for
wr, value in self.data.copy().items():
382
if
wr() is not None:
383
yield
value
384
385
def
keyrefs(self):
386
""
"Return a list of weak references to the keys.
Callers
3
itervaluerefs
Method · 0.45
values
Method · 0.45
valuerefs
Method · 0.45
Calls
2
items
Method · 0.45
copy
Method · 0.45
Tested by
no test coverage detected