Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tortoise/tortoise-orm
/ create_connection
Method
create_connection
tests/utils/fake_client.py:20–21 ·
view source on GitHub ↗
(self, with_db: bool)
Source
from the content-addressed store, hash-verified
18
self.executed: list[str] = []
19
20
async
def
create_connection(self, with_db: bool) -> None:
21
raise
NotImplementedError()
22
23
async
def
close(self) -> None:
24
raise
NotImplementedError()
Callers
4
test_mysql_connection_params
Function · 0.45
test_asyncpg_connection_params
Function · 0.45
test_psycopg_connection_params
Function · 0.45
test_mysql_session_timezone_uses_configured_tz
Function · 0.45
Calls
no outgoing calls
Tested by
4
test_mysql_connection_params
Function · 0.36
test_asyncpg_connection_params
Function · 0.36
test_psycopg_connection_params
Function · 0.36
test_mysql_session_timezone_uses_configured_tz
Function · 0.36