Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tortoise/tortoise-orm
/ __await__
Method
__await__
tortoise/queryset.py:61–61 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
59
60
# pylint: disable=W0104
61
def
__await__(self) -> Generator[Any, None, T_co]: ...
# pragma: nocoverage
62
63
def
prefetch_related(
64
self, *args: str | Prefetch
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected