(self, *args: str)
| 65 | ) -> QuerySetSingle[T_co]: ... # pragma: nocoverage |
| 66 | |
| 67 | def select_related(self, *args: str) -> QuerySetSingle[T_co]: ... # pragma: nocoverage |
| 68 | |
| 69 | def annotate( |
| 70 | self, **kwargs: Expression | Term |
nothing calls this directly
no outgoing calls
no test coverage detected