MCPcopy Create free account
hub / github.com/tortoise/tortoise-orm / savepoint

Method savepoint

tortoise/backends/asyncpg/client.py:198–199  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

196 await self.transaction.start()
197
198 async def savepoint(self) -> None:
199 return await self.begin()
200
201 async def commit(self) -> None:
202 if not self.transaction:

Callers

nothing calls this directly

Calls 1

beginMethod · 0.95

Tested by

no test coverage detected