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

Method __sub__

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

Source from the content-addressed store, hash-verified

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]: ...

Callers

nothing calls this directly

Calls 4

_subtract_timedeltaMethod · 0.95
instanceMethod · 0.95
naiveMethod · 0.80
diffMethod · 0.45

Tested by

no test coverage detected