#2 async def __aenter__(self) -> Pool: return await self.connect() async def ... cmd): conn = await asyncpg.connect( DSN.format(**self.params)) await ...
確定! 回上一頁