MCPcopy 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()

Calls

no outgoing calls