(self, other: timedelta)
| 334 | |
| 335 | @overload # type: ignore[override] |
| 336 | def __floordiv__(self, other: timedelta) -> int: ... |
| 337 | |
| 338 | @overload |
| 339 | def __floordiv__(self, other: int) -> Duration: ... |
nothing calls this directly
no test coverage detected