Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __iter__
Method
__iter__
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
1
test_notimplemented
Method · 0.95
Calls
1
itervalues
Method · 0.95
Tested by
1
test_notimplemented
Method · 0.76