MCPcopy 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
15async def go(loop):
16 async with aiohttp.ClientSession(loop=loop) as session:
17 await fetch(session)
18
19
20loop = asyncio.get_event_loop()

Callers 1

client_json.pyFile · 0.70

Calls 1

fetchFunction · 0.70

Tested by

no test coverage detected