MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __lt__

Method __lt__

tools/python-3.11.9-amd64/Lib/datetime.py:848–852  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

846 return NotImplemented
847
848 def __lt__(self, other):
849 if isinstance(other, timedelta):
850 return self._cmp(other) < 0
851 else:
852 return NotImplemented
853
854 def __ge__(self, other):
855 if isinstance(other, timedelta):

Callers

nothing calls this directly

Calls 1

_cmpMethod · 0.95

Tested by

no test coverage detected