Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ __next__
Method
__next__
gunicorn/http/body.py:194–198 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
192
return
self
193
194
def
__next__(self):
195
ret = self.readline()
196
if
not ret:
197
raise
StopIteration()
198
return
ret
199
200
next = __next__
201
Callers
nothing calls this directly
Calls
1
readline
Method · 0.95
Tested by
no test coverage detected