Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ values
Method
values
Lib/weakref.py:198–202 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
196
yield
from
self.data.copy().values()
197
198
def
values(self):
199
for
wr in self.data.copy().values():
200
obj = wr()
201
if
obj is not None:
202
yield
obj
203
204
def
popitem(self):
205
while
True:
Callers
nothing calls this directly
Calls
2
values
Method · 0.45
copy
Method · 0.45
Tested by
no test coverage detected