(self, other: datetime.timedelta)
| 1185 | |
| 1186 | @overload # type: ignore[override] |
| 1187 | def __sub__(self, other: datetime.timedelta) -> Self: ... |
| 1188 | |
| 1189 | @overload |
| 1190 | def __sub__(self, other: DateTime) -> Interval[datetime.datetime]: ... |
nothing calls this directly
no test coverage detected