Searched refs:__rcmp__ (Results 1 – 4 of 4) sorted by relevance
164 def __rcmp__(self, other): member in Complex
1396 .. method:: object.__rcmp__(self, other)
8144 is considered an improvement. Also note that __rcmp__ is no longer8145 supported -- instead of calling __rcmp__, __cmp__ is called with
25523 is considered an improvement. Also note that __rcmp__ is no longer25524 supported -- instead of calling __rcmp__, __cmp__ is called with