MCPcopy 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

iterkeysMethod · 0.95
test_clearMethod · 0.45
test_setitemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected