MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / fetch_person

Function fetch_person

1e_http_client/python/async.py:8–11  ·  view source on GitHub ↗
(session, url)

Source from the content-addressed store, hash-verified

6
7
8async def fetch_person(session, url):
9 async with session.get(url) as resp:
10 json = await resp.json()
11 return json
12
13
14async def main():

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected