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

Method __lt__

tools/python-3.11.9-amd64/Lib/fractions.py:721–723  ·  view source on GitHub ↗

a < b

(a, b)

Source from the content-addressed store, hash-verified

719 return NotImplemented
720
721 def __lt__(a, b):
722 """a < b"""
723 return a._richcmp(b, operator.lt)
724
725 def __gt__(a, b):
726 """a > b"""

Callers

nothing calls this directly

Calls 1

_richcmpMethod · 0.80

Tested by

no test coverage detected