Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ __next__
Method
__next__
aiohttp/wsgi.py:181–185 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
179
return
self
180
181
def
__next__(self):
182
data = self.fobj.read(self.chunk_size)
183
if
data:
184
return
data
185
raise
StopIteration
186
187
188
class
WsgiResponse:
Callers
nothing calls this directly
Calls
1
read
Method · 0.45
Tested by
no test coverage detected