MCPcopy 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

12class 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

valuesMethod · 0.95
iteritemsMethod · 0.95
_cnfmergeFunction · 0.45
__repr__Method · 0.45
tk_setPaletteMethod · 0.45
_optionsMethod · 0.45
event_generateMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
configureMethod · 0.45
__init__.pyFile · 0.45
showMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected