Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tortoise/tortoise-orm
/ _execute
Method
_execute
tortoise/queryset.py:1353–1354 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1351
return
self._execute().__await__()
1352
1353
async
def
_execute(self) -> int:
1354
return
(await self._db.execute_query(*self.query.get_parameterized_sql()))[0]
1355
1356
1357
class
DeleteQuery(AwaitableQuery):
Callers
1
__await__
Method · 0.95
Calls
2
get_parameterized_sql
Method · 0.80
execute_query
Method · 0.45
Tested by
no test coverage detected