MCPcopy Index your code
hub / github.com/python/cpython / itervalues

Method itervalues

Lib/test/test_configparser.py:29–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 return iter(self.keys())
28
29 def itervalues(self):
30 return iter(self.values())
31
32 __iter__ = iterkeys
33

Callers

nothing calls this directly

Calls 1

valuesMethod · 0.95

Tested by

no test coverage detected