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

Method __gt__

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

a > b

(a, b)

Source from the content-addressed store, hash-verified

723 return a._richcmp(b, operator.lt)
724
725 def __gt__(a, b):
726 """a > b"""
727 return a._richcmp(b, operator.gt)
728
729 def __le__(a, b):
730 """a <= b"""

Callers

nothing calls this directly

Calls 1

_richcmpMethod · 0.80

Tested by

no test coverage detected