import asyncio import aiomysql class MyDB: # async with に入る直前に呼ばれます。 async def __aenter__(self): loop = asyncio.get_event_loop() ...
確定! 回上一頁