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

Method _execute

tortoise/queryset.py:317–318  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

315 raise NotImplementedError() # pragma: nocoverage
316
317 async def _execute(self) -> Any:
318 raise NotImplementedError() # pragma: nocoverage
319
320
321class QuerySet(AwaitableQuery[MODEL]):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected