(self, pos: int)
| 184 | raise NotImplementedError() # pragma: nocoverage |
| 185 | |
| 186 | def parameter(self, pos: int) -> Parameter: |
| 187 | return Parameter(idx=pos + 1) |
| 188 | |
| 189 | def _has_db_default_values(self, instance: Model, columns: list[str]) -> bool: |
| 190 | """Check whether any column on the instance still holds a DatabaseDefault sentinel.""" |
no outgoing calls
no test coverage detected