await greenlet_spawn(self._proxied.close)
async def aclose(self) -> None:
- """Call the close() method of :class:`_asyncio.AsyncConnection`
- """
+ """Call the close() method of :class:`_asyncio.AsyncConnection`"""
await self.close()
async def exec_driver_sql(
await greenlet_spawn(self.sync_session.close)
async def aclose(self) -> None:
- """Call the close() method of :class:`_asyncio.AsyncSession`
- """
+ """Call the close() method of :class:`_asyncio.AsyncSession`"""
await self.close()
async def invalidate(self) -> None: