MCPcopy Index your code
hub / github.com/python-pendulum/pendulum / __truediv__

Method __truediv__

src/pendulum/interval.py:347–347  ·  view source on GitHub ↗
(self, other: timedelta)

Source from the content-addressed store, hash-verified

345
346 @overload # type: ignore[override]
347 def __truediv__(self, other: timedelta) -> float: ...
348
349 @overload
350 def __truediv__(self, other: float) -> Duration: ...

Callers

nothing calls this directly

Calls 1

as_durationMethod · 0.95

Tested by

no test coverage detected