Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ itervalues
Method
itervalues
Lib/test/test_configparser.py:29–30 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
27
return
iter(self.keys())
28
29
def
itervalues(self):
30
return
iter(self.values())
31
32
__iter__ = iterkeys
33
Callers
nothing calls this directly
Calls
1
values
Method · 0.95
Tested by
no test coverage detected