Searched refs:SupEq (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
H A Dtest_binop.py391 class SupEq(object): class in inherits:object
396 class S(SupEq):
397 """Subclass of SupEq that should fail"""
407 class SN(SupEq):
408 """Subclass of SupEq that can test equality, but not non-equality"""
421 e, f, s, x = SupEq(), F(), S(), X()
433 e, sn, xn = SupEq(), SN(), XN()

Completed in 114 milliseconds