(self)
| 394 | self._no_criterion_condition("get", order_by=False, distinct=False) |
| 395 | |
| 396 | def _get_existing_condition(self) -> None: |
| 397 | self._no_criterion_assertion("get", order_by=False, distinct=False) |
| 398 | |
| 399 | def _no_criterion_assertion( |
| 400 | self, meth: str, order_by: bool = True, distinct: bool = True |
nothing calls this directly
no test coverage detected