Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aio-libs/aiohttp
/ fetch2
Function
fetch2
tests/test_client_functional.py:4270–4273 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4268
resp.release()
4269
4270
async
def
fetch2():
4271
await fut1
4272
resp = await client.get(
"/"
)
4273
assert resp.status == 200
4274
4275
async
def
canceller():
4276
await fut1
Callers
1
test_await_after_cancelling
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected