Home
last modified time | relevance | path

Searched refs:ImplementsGreaterThanEqualTo (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_functools.py1056 class ImplementsGreaterThanEqualTo: class
1060 if isinstance(other, ImplementsGreaterThanEqualTo):
1064 if isinstance(other, ImplementsGreaterThanEqualTo):
1092 ImplementsLessThanEqualTo(3) <= ImplementsGreaterThanEqualTo(3)
1095 ImplementsGreaterThan(4) > ImplementsGreaterThanEqualTo(4)
1101 ImplementsGreaterThanEqualTo(6) >= ImplementsGreaterThan(6)
1104 ImplementsGreaterThanEqualTo(7) >= ImplementsLessThanEqualTo(7)