1class AlwaysTrueX: 2 def __eq__(self, other): 3 return True 4 5Х = AlwaysTrueX()
.----------------------------------------------------------------------Ran 1 test in 0.000s
OK