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

Method iteritems

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

Source from the content-addressed store, hash-verified

21 return [i[1] for i in self.items()]
22
23 def iteritems(self):
24 return iter(self.items())
25
26 def iterkeys(self):
27 return iter(self.keys())

Callers

nothing calls this directly

Calls 1

itemsMethod · 0.95

Tested by

no test coverage detected