Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __next__
Method
__next__
Lib/email/feedparser.py:129–133 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
127
return
self
128
129
def
__next__(self):
130
line = self.readline()
131
if
line ==
''
:
132
raise
StopIteration
133
return
line
134
135
136
class
FeedParser:
Callers
nothing calls this directly
Calls
1
readline
Method · 0.95
Tested by
no test coverage detected