(self)
| 315 | raise NotImplementedError() # pragma: nocoverage |
| 316 | |
| 317 | async def _execute(self) -> Any: |
| 318 | raise NotImplementedError() # pragma: nocoverage |
| 319 | |
| 320 | |
| 321 | class QuerySet(AwaitableQuery[MODEL]): |
nothing calls this directly
no outgoing calls
no test coverage detected