(self, other: timedelta)
| 345 | |
| 346 | @overload # type: ignore[override] |
| 347 | def __truediv__(self, other: timedelta) -> float: ... |
| 348 | |
| 349 | @overload |
| 350 | def __truediv__(self, other: float) -> Duration: ... |
nothing calls this directly
no test coverage detected