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

Method __floordiv__

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

Source from the content-addressed store, hash-verified

334
335 @overload # type: ignore[override]
336 def __floordiv__(self, other: timedelta) -> int: ...
337
338 @overload
339 def __floordiv__(self, other: int) -> Duration: ...

Callers

nothing calls this directly

Calls 1

as_durationMethod · 0.95

Tested by

no test coverage detected