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

Method __lt__

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

Source from the content-addressed store, hash-verified

1419 return NotImplemented
1420
1421 def __lt__(self, other):
1422 if isinstance(other, time):
1423 return self._cmp(other) < 0
1424 else:
1425 return NotImplemented
1426
1427 def __ge__(self, other):
1428 if isinstance(other, time):

Callers

nothing calls this directly

Calls 1

_cmpMethod · 0.95

Tested by

no test coverage detected