Home
last modified time | relevance | path

Searched refs:total_ordering (Results 1 – 25 of 27) sorted by relevance

12

/external/python/cpython2/Lib/test/
Dtest_functools.py506 @functools.total_ordering
522 @functools.total_ordering
538 @functools.total_ordering
554 @functools.total_ordering
571 @functools.total_ordering
583 @functools.total_ordering
588 @functools.total_ordering
604 @functools.total_ordering
617 @functools.total_ordering
630 @functools.total_ordering
[all …]
/external/python/cpython3/Lib/
Dtracemalloc.py2 from functools import total_ordering
136 @total_ordering
171 @total_ordering
Dipaddress.py539 @functools.total_ordering
598 @functools.total_ordering
Dfunctools.py186 def total_ordering(cls): function
/external/python/cpython3/Lib/test/
Dtest_functools.py928 @functools.total_ordering
945 @functools.total_ordering
962 @functools.total_ordering
979 @functools.total_ordering
997 @functools.total_ordering
1009 @functools.total_ordering
1016 @functools.total_ordering
1029 @functools.total_ordering
1042 @functools.total_ordering
1055 @functools.total_ordering
[all …]
Dtest_ipaddress.py651 @functools.total_ordering
658 @functools.total_ordering
Dtest_dataclasses.py14 from functools import total_ordering
2195 @total_ordering
/external/python/cpython2/Lib/
Dfunctools.py53 def total_ordering(cls): function
/external/python/cpython2/Doc/library/
Dfunctools.rst46 .. function:: total_ordering(cls)
58 @total_ordering
/external/python/cpython3/Tools/pynche/
DPyncheWidget.py252 @functools.total_ordering
/external/python/cpython3/Doc/library/
Dfunctools.rst135 .. decorator:: total_ordering
147 @total_ordering
/external/perfetto/tools/
Dgen_build206 @functools.total_ordering
/external/python/cpython2/Doc/howto/
Dsorting.rst303 rich comparison operators. The :func:`functools.total_ordering` class
/external/python/cpython2/Misc/NEWS.d/
D2.7b1.rst194 The functools module now has a total_ordering() class decorator to simplify
D2.7.2rc1.rst670 Fixed the total_ordering decorator to handle cross-type comparisons that
D2.7.15rc1.rst701 `functools.total_ordering()` now implements the `__ne__` method.
/external/autotest/site_utils/
Drun_suite.py124 @functools.total_ordering
/external/python/cpython3/Doc/whatsnew/
D3.2.rst801 :func:`functools.total_ordering` will use existing equality and inequality
805 :func:`~functools.total_ordering` to fill-in *__le__*, *__gt__* and *__ge__*::
807 @total_ordering
817 With the *total_ordering* decorator, the remaining comparison methods
D3.4.rst874 :func:`~functools.total_ordering` now supports a return value of
D2.7.rst1268 * New class decorator: :func:`~functools.total_ordering` in the :mod:`functools`
/external/python/cpython2/Doc/reference/
Dexpressions.rst1236 :func:`~functools.total_ordering` decorator.
Ddatamodel.rst1377 see :func:`functools.total_ordering`.
/external/python/cpython3/Doc/reference/
Dexpressions.rst1536 :func:`~functools.total_ordering` decorator.
Ddatamodel.rst1367 see :func:`functools.total_ordering`.
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst1093 by functool.total_ordering.

12