Lines Matching defs:__lt__
458 self.assertNotIn('__lt__', C.__dict__)
464 self.assertIn('__lt__', C.__dict__)
470 self.assertNotIn('__lt__', C.__dict__)
2088 '__lt__',
2452 def __lt__(self, other):
2469 self.assertNotIn('__lt__', C.__dict__)
2473 # Test that __lt__ is still called
2477 def __lt__(self, other):
2486 'Cannot overwrite attribute __lt__'
2491 def __lt__(self):
4019 def __lt__(self, other):