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

Method __iter__

Lib/mailbox.py:122–123  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

120 yield value
121
122 def __iter__(self):
123 return self.itervalues()
124
125 def values(self):
126 """Return a list of messages. Memory intensive."""

Callers 1

test_notimplementedMethod · 0.95

Calls 1

itervaluesMethod · 0.95

Tested by 1

test_notimplementedMethod · 0.76