Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ values
Method
values
Lib/test/test_configparser.py:20–21 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
18
return
sorted(self.data.keys())
19
20
def
values(self):
21
return
[i[1]
for
i in self.items()]
22
23
def
iteritems(self):
24
return
iter(self.items())
Callers
15
itervalues
Method · 0.95
destroy
Method · 0.45
destroy
Method · 0.45
test_alias_modules_exist
Method · 0.45
test_guess_known_extensions
Method · 0.45
test_import
Method · 0.45
test_constructors_not_callable
Method · 0.45
test_dict_values
Method · 0.45
test_dict_repr
Method · 0.45
test_recursive_repr
Method · 0.45
test_deeply_nested_repr
Method · 0.45
test_copy
Method · 0.45
Calls
1
items
Method · 0.95
Tested by
no test coverage detected