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

Method savepoint

tortoise/backends/psycopg/client.py:230–231  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

228 await self._transaction.__aenter__()
229
230 async def savepoint(self) -> None:
231 return await self.begin()
232
233 async def commit(self) -> None:
234 if not self._transaction:

Callers

nothing calls this directly

Calls 1

beginMethod · 0.95

Tested by

no test coverage detected