Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ __next__
Method
__next__
aiohttp/client.py:525–526 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
523
return
self._coro.gi_code
524
525
def
__next__(self):
526
return
self.send(None)
527
528
@asyncio.coroutine
529
def
__iter__(self):
Callers
nothing calls this directly
Calls
1
send
Method · 0.95
Tested by
no test coverage detected