(
self: ValuesQuery[Literal[False]],
)
| 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__( |
nothing calls this directly
no test coverage detected