Home
last modified time | relevance | path

Searched refs:total_ordering (Results 1 – 25 of 35) 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
140 @total_ordering
179 @total_ordering
Dipaddress.py566 @functools.total_ordering
674 @functools.total_ordering
Dfunctools.py188 def total_ordering(cls): function
/external/python/cpython2/Lib/
Dfunctools.py53 def total_ordering(cls): function
/external/python/cpython3/Lib/test/
Dtest_functools.py967 @functools.total_ordering
984 @functools.total_ordering
1001 @functools.total_ordering
1018 @functools.total_ordering
1036 @functools.total_ordering
1048 @functools.total_ordering
1055 @functools.total_ordering
1068 @functools.total_ordering
1081 @functools.total_ordering
1094 @functools.total_ordering
[all …]
Dtest_fractions.py328 @functools.total_ordering
Dtest_dataclasses.py17 from functools import total_ordering
2311 @total_ordering
/external/python/cpython2/Doc/library/
Dfunctools.rst46 .. function:: total_ordering(cls)
58 @total_ordering
/external/angle/build/android/pylib/base/
Dbase_test_result.py39 @functools.total_ordering
/external/cronet/build/android/pylib/base/
Dbase_test_result.py39 @functools.total_ordering
/external/python/cpython3/Tools/pynche/
DPyncheWidget.py248 @functools.total_ordering
/external/gfxstream-protocols/registry/vulkan/scripts/
Dextensionmetadocgenerator.py10 from functools import total_ordering
24 @total_ordering
/external/python/absl-py/absl/flags/
D_flag.py30 @functools.total_ordering
/external/mbedtls/scripts/
Dassemble_changelog.py277 @functools.total_ordering
/external/openthread/third_party/mbedtls/repo/scripts/
Dassemble_changelog.py277 @functools.total_ordering
/external/angle/build/android/
Dconvert_dex_profile.py71 @functools.total_ordering
/external/cronet/build/android/
Dconvert_dex_profile.py71 @functools.total_ordering
/external/python/cpython3/Doc/library/
Dfunctools.rst254 .. decorator:: total_ordering
266 @total_ordering
295 superclass defines a comparison operator, *total_ordering* will not
/external/python/cpython3/Lib/test/support/
D__init__.py1857 @functools.total_ordering
1869 @functools.total_ordering
/external/python/cpython2/Doc/howto/
Dsorting.rst303 rich comparison operators. The :func:`functools.total_ordering` class
/external/python/cpython3/Misc/NEWS.d/
D3.10.0rc2.rst352 The @functools.total_ordering() decorator now works with metaclasses.
/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
/external/python/cpython3/Doc/whatsnew/
D3.2.rst803 :func:`functools.total_ordering` will use existing equality and inequality
807 :func:`~functools.total_ordering` to fill-in *__le__*, *__gt__* and *__ge__*::
809 @total_ordering
819 With the *total_ordering* decorator, the remaining comparison methods

12