Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tortoise/tortoise-orm
/ commit
Method
commit
tortoise/backends/base/client.py:278–278 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
276
277
@abc.abstractmethod
278
async
def
commit(self) -> None: ...
279
280
@abc.abstractmethod
281
async
def
release_savepoint(self) -> None: ...
Callers
1
__aexit__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected