MCPcopy Create free account
hub / github.com/tortoise/tortoise-orm / execute_insert

Method execute_insert

tests/utils/fake_client.py:38–39  ·  view source on GitHub ↗
(self, query: str, values: list)

Source from the content-addressed store, hash-verified

36 raise NotImplementedError()
37
38 async def execute_insert(self, query: str, values: list) -> int:
39 raise NotImplementedError()
40
41 async def execute_query(self, query: str, values: list | None = None) -> tuple[int, list[dict]]:
42 raise NotImplementedError()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected