Home
last modified time | relevance | path

Searched refs:__rcmp__ (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Demo/classes/
DComplex.py164 def __rcmp__(self, other): member in Complex
/external/python/cpython2/Doc/reference/
Ddatamodel.rst1396 .. method:: object.__rcmp__(self, other)
/external/python/cpython2/Misc/
DHISTORY8144 is considered an improvement. Also note that __rcmp__ is no longer
8145 supported -- instead of calling __rcmp__, __cmp__ is called with
/external/python/cpython3/Misc/
DHISTORY25523 is considered an improvement. Also note that __rcmp__ is no longer
25524 supported -- instead of calling __rcmp__, __cmp__ is called with