Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aio-libs/aiohttp
/ go
Function
go
examples/client_json.py:15–17 ·
view source on GitHub ↗
(loop)
Source
from the content-addressed store, hash-verified
13
14
15
async
def
go(loop):
16
async
with
aiohttp.ClientSession(loop=loop)
as
session:
17
await fetch(session)
18
19
20
loop = asyncio.get_event_loop()
Callers
1
client_json.py
File · 0.70
Calls
1
fetch
Function · 0.70
Tested by
no test coverage detected