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

Method __await__

tortoise/queryset.py:1851–1853  ·  view source on GitHub ↗
(
        self: ValuesQuery[Literal[False]],
    )

Source from the content-addressed store, hash-verified

1849
1850 @overload
1851 def __await__(
1852 self: ValuesQuery[Literal[False]],
1853 ) -> Generator[Any, None, list[dict[str, Any]]]: ...
1854
1855 @overload
1856 def __await__(

Callers

nothing calls this directly

Calls 4

_make_queryMethod · 0.95
_executeMethod · 0.95
__await__Method · 0.45

Tested by

no test coverage detected