Lines Matching defs:other
13 def __lt__(self, other): argument
16 def __le__(self, other): argument
19 def __eq__(self, other): argument
22 def __ne__(self, other): argument
25 def __gt__(self, other): argument
28 def __ge__(self, other): argument
31 def __cmp__(self, other): argument
56 def __cmp__(self, other): argument
62 def __lt__(self, other): argument
65 def __le__(self, other): argument
68 def __eq__(self, other): argument
71 def __ne__(self, other): argument
74 def __gt__(self, other): argument
77 def __ge__(self, other): argument
80 def __cast(self, other): argument
195 def __lt__(self_, other): return 0 argument
196 def __gt__(self_, other): return 0 argument
197 def __eq__(self_, other): return 0 argument
198 def __le__(self_, other): self.fail("This shouldn't happen") argument
199 def __ge__(self_, other): self.fail("This shouldn't happen") argument
200 def __ne__(self_, other): self.fail("This shouldn't happen") argument
332 def __eq__(self, other): argument
345 def __lt__(self, other): argument