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

Method __le__

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

a <= b

(a, b)

Source from the content-addressed store, hash-verified

727 return a._richcmp(b, operator.gt)
728
729 def __le__(a, b):
730 """a <= b"""
731 return a._richcmp(b, operator.le)
732
733 def __ge__(a, b):
734 """a >= b"""

Callers

nothing calls this directly

Calls 1

_richcmpMethod · 0.80

Tested by

no test coverage detected