Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tortoise/tortoise-orm
/ close
Method
close
tortoise/backends/mysql/client.py:164–166 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
162
self._pool = None
163
164
async
def
close(self) -> None:
165
await self._close()
166
self._template.clear()
167
168
async
def
db_create(self) -> None:
169
await self.create_connection(with_db=False)
Callers
4
db_create
Method · 0.95
db_delete
Method · 0.95
db_delete
Method · 0.45
_close
Method · 0.45
Calls
2
_close
Method · 0.95
clear
Method · 0.45
Tested by
no test coverage detected