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

Calls

no outgoing calls