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

Method iterkeys

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

Source from the content-addressed store, hash-verified

24 return iter(self.items())
25
26 def iterkeys(self):
27 return iter(self.keys())
28
29 def itervalues(self):
30 return iter(self.values())

Callers

nothing calls this directly

Calls 1

keysMethod · 0.95

Tested by

no test coverage detected