Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tortoise/tortoise-orm
/ _make_query
Method
_make_query
tortoise/queryset.py:314–315 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
312
return
sql
313
314
def
_make_query(self) -> None:
315
raise
NotImplementedError()
# pragma: nocoverage
316
317
async
def
_execute(self) -> Any:
318
raise
NotImplementedError()
# pragma: nocoverage
Callers
1
sql
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected