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

Method __rsub__

src/pendulum/time.py:194–194  ·  view source on GitHub ↗
(self, other: time)

Source from the content-addressed store, hash-verified

192
193 @overload
194 def __rsub__(self, other: time) -> pendulum.Duration: ...
195
196 @overload
197 def __rsub__(self, other: datetime.timedelta) -> Time: ...

Callers

nothing calls this directly

Calls 1

__sub__Method · 0.45

Tested by

no test coverage detected