Home
last modified time | relevance | path

Searched refs:__cmp__ (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
DMSVSNew.py58 def __cmp__(self, other): member in MSVSSolutionEntry
63 return self.__cmp__(other) < 0
/third_party/PyYAML/tests/lib/
Dtest_constructor.py124 def __cmp__(self, other): member in _make_objects.AnObject
136 def __cmp__(self, other): member in _make_objects.AnInstance
/third_party/python/Lib/test/
Dtest_richcmp.py31 def __cmp__(self, other): member in Number
56 def __cmp__(self, other): member in Vector
Dtest_descr.py3165 def __cmp__(self_, other): member in ClassPropertiesAndMethods.test_rich_comparisons.C
/third_party/node/tools/gyp/pylib/gyp/
DMSVSNew.py73 def __cmp__(self, other): member in MSVSSolutionEntry
/third_party/freetype/src/tools/
Dglnames.py5067 def __cmp__( self, other ): member in StringNode
/third_party/skia/third_party/externals/freetype/src/tools/
Dglnames.py5067 def __cmp__( self, other ): member in StringNode
/third_party/flutter/skia/third_party/externals/freetype/src/tools/
Dglnames.py5067 def __cmp__( self, other ): member in StringNode
/third_party/python/Doc/howto/
Dsorting.rst240 comparisons and the :meth:`__cmp__` magic method).
/third_party/python/Doc/whatsnew/
D2.1.rst164 :meth:`__cmp__` method that was given two instances of a class, and could only
D3.0.rst200 * The :func:`cmp` function should be treated as gone, and the :meth:`__cmp__`
D2.0.rst565 :meth:`__cmp__` method encountered an error, since the resulting exception would
D2.3.rst1633 ['__cmp__', '__contains__', '__delitem__', '__doc__', '__getitem__',
D2.6.rst1636 You should do this when you've defined a :meth:`__cmp__` or
D2.7.rst1272 :meth:`__cmp__` method is being deprecated in Python 3.x,
/third_party/python/Misc/
DHISTORY22159 - The sets module now raises TypeError in __cmp__, to clarify that
25524 supported -- instead of calling __rcmp__, __cmp__ is called with
32539 - The __coerce__ and __cmp__ methods for user-defined classes once