Home
last modified time | relevance | path

Searched refs:total_ordering (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Lib/
H A Dtracemalloc.py2 from functools import total_ordering namespace
140 @total_ordering
179 @total_ordering
H A Dipaddress.py563 @functools.total_ordering
671 @functools.total_ordering
H A Dfunctools.py13 'total_ordering', 'cache', 'cmp_to_key', 'lru_cache', 'reduce',
81 ### total_ordering class decorator
90 'Return a > b. Computed by @total_ordering from (not a < b) and (a != b).'
97 'Return a <= b. Computed by @total_ordering from (a < b) or (a == b).'
104 'Return a >= b. Computed by @total_ordering from (not a < b).'
111 'Return a >= b. Computed by @total_ordering from (not a <= b) or (a == b).'
118 'Return a < b. Computed by @total_ordering from (a <= b) and (a != b).'
125 'Return a > b. Computed by @total_ordering from (not a <= b).'
132 'Return a < b. Computed by @total_ordering from (not a > b) and (a != b).'
139 'Return a >= b. Computed by @total_ordering fro
188 def total_ordering(cls): global() function
[all...]
/third_party/python/Lib/test/
H A 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
1054 @functools.total_ordering
1067 @functools.total_ordering
1080 @functools.total_ordering
1093 @functools.total_ordering
[all...]
H A Dtest_fractions.py433 @functools.total_ordering
H A Dtest_dataclasses.py20 from functools import total_ordering namespace
2447 # Test that functools.total_ordering works with this class.
2448 @total_ordering
2487 '.*using functools.total_ordering'):
2496 '.*using functools.total_ordering'):
2505 '.*using functools.total_ordering'):
2514 '.*using functools.total_ordering'):
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dextensionmetadocgenerator.py10 from functools import total_ordering namespace
21 @total_ordering
/third_party/mbedtls/scripts/
H A Dassemble_changelog.py273 @functools.total_ordering
/third_party/python/Lib/test/support/
H A D__init__.py1959 @functools.total_ordering
1971 @functools.total_ordering

Completed in 20 milliseconds