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

Method __ge__

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

a >= b

(a, b)

Source from the content-addressed store, hash-verified

731 return a._richcmp(b, operator.le)
732
733 def __ge__(a, b):
734 """a >= b"""
735 return a._richcmp(b, operator.ge)
736
737 def __bool__(a):
738 """a != 0"""

Callers

nothing calls this directly

Calls 1

_richcmpMethod · 0.80

Tested by

no test coverage detected