Home
last modified time | relevance | path

Searched refs:__rcmp__ (Results 1 – 3 of 3) 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