Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ keys
Method
keys
Lib/test/test_configparser.py:17–18 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
15
return
sorted(self.data.items())
16
17
def
keys(self):
18
return
sorted(self.data.keys())
19
20
def
values(self):
21
return
[i[1]
for
i in self.items()]
Callers
4
iterkeys
Method · 0.95
test_case_sensitivity_mapping_access
Method · 0.45
test_clear
Method · 0.45
test_setitem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected