MCPcopy Index your code
hub / github.com/tortoise/tortoise-orm / execute_script

Method execute_script

tests/utils/fake_client.py:44–45  ·  view source on GitHub ↗
(self, query: str)

Source from the content-addressed store, hash-verified

42 raise NotImplementedError()
43
44 async def execute_script(self, query: str) -> None:
45 self.executed.append(query)
46
47 async def execute_many(self, query: str, values: list[list]) -> None:
48 raise NotImplementedError()

Callers 2

_truncate_all_tablesFunction · 0.45
test_schemaFunction · 0.45

Calls

no outgoing calls

Tested by 2

_truncate_all_tablesFunction · 0.36
test_schemaFunction · 0.36