Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ items
Method
items
Lib/test/test_configparser.py:14–15 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
12
class
SortedDict(collections.UserDict):
13
14
def
items(self):
15
return
sorted(self.data.items())
16
17
def
keys(self):
18
return
sorted(self.data.keys())
Callers
15
values
Method · 0.95
iteritems
Method · 0.95
_cnfmerge
Function · 0.45
__repr__
Method · 0.45
tk_setPalette
Method · 0.45
_options
Method · 0.45
event_generate
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
configure
Method · 0.45
__init__.py
File · 0.45
show
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected