MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __iter__

Method __iter__

tools/python-3.11.9-amd64/Lib/mailbox.py:115–116  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

113 yield value
114
115 def __iter__(self):
116 return self.itervalues()
117
118 def values(self):
119 """Return a list of messages. Memory intensive."""

Callers

nothing calls this directly

Calls 1

itervaluesMethod · 0.95

Tested by

no test coverage detected