MCPcopy 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

itervaluesMethod · 0.95
destroyMethod · 0.45
destroyMethod · 0.45
test_importMethod · 0.45
test_dict_valuesMethod · 0.45
test_dict_reprMethod · 0.45
test_recursive_reprMethod · 0.45
test_copyMethod · 0.45

Calls 1

itemsMethod · 0.95

Tested by

no test coverage detected