Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tortoise/tortoise-orm
/ close
Method
close
tests/utils/fake_client.py:23–24 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
21
raise
NotImplementedError()
22
23
async
def
close(self) -> None:
24
raise
NotImplementedError()
25
26
async
def
db_create(self) -> None:
27
raise
NotImplementedError()
Callers
1
test_runpython_historical_models_survive_schema_change
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_runpython_historical_models_survive_schema_change
Function · 0.36