MCPcopy
hub / github.com/tortoise/tortoise-orm / begin

Method begin

tortoise/backends/mysql/client.py:260–262  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

258
259 @translate_exceptions
260 async def begin(self) -> None:
261 await self._connection.begin()
262 self._finalized = False
263
264 async def commit(self) -> None:
265 if self._finalized:

Callers 1

execute_manyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected