jz_python_chest package¶
Submodules¶
jz_python_chest.aiofiles_example module¶
jz_python_chest.aiofiles_yield module¶
jz_python_chest.aiohttp_example module¶
- async jz_python_chest.aiohttp_example.fetch_url(session, url)[source]¶
Asynchronously fetch data from a URL.
- Parameters:
session (aiohttp.ClientSession) – The active session used for making requests.
url (str) – The URL to fetch data from.
- Returns:
The content retrieved from the URL.
- Return type:
str