Lines Matching defs:__eq__
1280 def __eq__(self, other):
2193 def __eq__(self, other):
3066 """Subclass of str that computes __eq__ case-insensitively.
3075 def __eq__(self, other):
3103 def __eq__(self, other):
3166 def __eq__(self, other):
3183 def __eq__(self, other):
3469 def __eq__(self, other):
4484 def __eq__(self, other):
4798 __eq__ = str.__eq__
5110 def __eq__(self, other):
5124 # mykey2 is read from Base2 because MyKey.__eq__ has set __bases__