Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tortoise/tortoise-orm
/ _close
Method
_close
tortoise/backends/base_postgres/client.py:108–109 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
106
107
@abc.abstractmethod
108
async
def
_close(self) -> None:
109
raise
NotImplementedError(
"_close is not implemented"
)
110
111
@abc.abstractmethod
112
async
def
_translate_exceptions(self, func, *args, **kwargs) -> Exception:
Callers
1
close
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected