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

Method __radd__

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

Source from the content-addressed store, hash-verified

1245 return self._add_timedelta_(other)
1246
1247 def __radd__(self, other: datetime.timedelta) -> Self:
1248 return self.__add__(other)
1249
1250 # Native methods override
1251

Callers

nothing calls this directly

Calls 1

__add__Method · 0.95

Tested by

no test coverage detected