Home
last modified time | relevance | path

Searched refs:__lt__ (Results 1 – 25 of 2780) sorted by relevance

12345678910>>...112

/dports/textproc/py-pyx12/pyx12-2.3.3/pyx12/
H A Dsegment.py54 __le__ = __lt__
55 __le__ = __lt__
56 __gt__ = __lt__
57 __ge__ = __lt__
158 __le__ = __lt__
159 __le__ = __lt__
160 __gt__ = __lt__
161 __ge__ = __lt__
312 __le__ = __lt__
313 __le__ = __lt__
[all …]
H A Dpath.py133 def __lt__(self, other): member in X12Path
136 __le__ = __lt__
137 __le__ = __lt__
138 __gt__ = __lt__
139 __ge__ = __lt__
/dports/lang/cython-devel/cython-2b1e743/tests/errors/
H A De_exttype_total_ordering.pyx65 def __lt__(self, other): member in ExtLt
70 def __lt__(self, other): member in ExtLtGe
78 def __lt__(self, other): member in ExtLtLe
86 def __lt__(self, other): member in ExtLtLeGe
97 def __lt__(self, other): member in ExtLtGt
105 def __lt__(self, other): member in ExtLtGtGe
116 def __lt__(self, other): member in ExtLtGtLe
127 def __lt__(self, other): member in ExtLtGtLeGe
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/utils/
H A Dversion.py65 def __lt__(self, other): member in _Alpha
76 return self.__lt__(other) or self.__eq__(other)
82 return not self.__lt__(other)
108 def __lt__(self, other): member in _Numeric
119 return self.__lt__(other) or self.__eq__(other)
125 return not self.__lt__(other)
262 def __lt__(self, other): member in SemanticVersion
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/utils/
H A Dversion.py65 def __lt__(self, other): member in _Alpha
76 return self.__lt__(other) or self.__eq__(other)
82 return not self.__lt__(other)
108 def __lt__(self, other): member in _Numeric
119 return self.__lt__(other) or self.__eq__(other)
125 return not self.__lt__(other)
262 def __lt__(self, other): member in SemanticVersion
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dexttype_total_ordering.pyx12 ... def __lt__(self, other):
26 ('<', operator.__lt__),
96 def __lt__(self, other): member in ExtTypeNoTotalOrdering
244 def __lt__(self, other): member in ExtTypeTotalOrderingNeLt
260 def __lt__(self, other): member in ExtTypeTotalOrderingNeLtGe
279 def __lt__(self, other): member in ExtTypeTotalOrderingNeLtLe
298 def __lt__(self, other): member in ExtTypeTotalOrderingNeLtLeGe
320 def __lt__(self, other): member in ExtTypeTotalOrderingNeLtGt
339 def __lt__(self, other): member in ExtTypeTotalOrderingNeLtGtGe
361 def __lt__(self, other): member in ExtTypeTotalOrderingNeLtGtLe
[all …]
/dports/devel/py-BTrees/BTrees-4.9.2/src/BTrees/
H A D_datatypes.py222 if getattr(DataType.__lt__, '__objclass__', None) is object:
228 defining_class = getattr(C.__lt__, '__objclass__', None)
232 return C.__lt__.__objclass__ is object
233 elif getattr(DataType.__lt__, '__objclass__', None) is type:
241 lt = C.__lt__
255 def __subclasshook__(cls, C, _object_lt=object.__lt__, _NoneType=type(None)):
258 return C.__lt__ is _object_lt
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/sink/gen-py3/module/
H A Dtypes.pyi43 def __lt__(self, other: 'InitialResponse') -> bool: ...
70 def __lt__(self, other: 'FinalResponse') -> bool: ...
97 def __lt__(self, other: 'SinkPayload') -> bool: ...
124 def __lt__(self, other: 'CompatibleWithKeywordSink') -> bool: ...
145 def __lt__(self, other: 'InitialException') -> bool: ...
166 def __lt__(self, other: 'SinkException1') -> bool: ...
187 def __lt__(self, other: 'SinkException2') -> bool: ...
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/exceptions/gen-py3/module/
H A Dtypes.pyi37 def __lt__(self, other: 'Fiery') -> bool: ...
58 def __lt__(self, other: 'Serious') -> bool: ...
83 def __lt__(self, other: 'ComplexFieldNames') -> bool: ...
108 def __lt__(self, other: 'CustomFieldNames') -> bool: ...
133 def __lt__(self, other: 'ExceptionWithPrimitiveField') -> bool: ...
150 def __lt__(self, other: 'Banal') -> bool: ...
/dports/deskutils/py-autokey/autokey-0.95.10/lib/autokey/qtui/
H A Dautokey_treewidget.py94 def __lt__(self, other): member in FolderWidgetItem
96 return QTreeWidgetItem.__lt__(self, other)
127 def __lt__(self, other): member in PhraseWidgetItem
129 return QTreeWidgetItem.__lt__(self, other)
159 def __lt__(self, other): member in ScriptWidgetItem
161 return QTreeWidgetItem.__lt__(self, other)
/dports/audio/py-mutagen/mutagen-1.42.0/mutagen/asf/
H A D_attrs.py147 def __lt__(self, other): member in ASFUnicodeAttribute
190 def __lt__(self, other): member in ASFByteArrayAttribute
239 def __lt__(self, other): member in ASFBoolAttribute
285 def __lt__(self, other): member in ASFDWordAttribute
331 def __lt__(self, other): member in ASFQWordAttribute
377 def __lt__(self, other): member in ASFWordAttribute
416 def __lt__(self, other): member in ASFGUIDAttribute
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_sort.py57 def __lt__(self, other): member in TestBase.testStressfully.Complains
72 def __lt__(self, other): member in TestBase.testStressfully.Stable
141 def __lt__(self, other): member in TestBugs.test_bug453523.C
216 def __lt__(self, other): member in TestDecorateSortUndecorate.test_key_with_mutating_del.SortKiller
314 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.WackyComparator
316 return int.__lt__(self, other)
322 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.WackyList2
338 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.PointlessComparator
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_sort.py57 def __lt__(self, other): member in TestBase.testStressfully.Complains
72 def __lt__(self, other): member in TestBase.testStressfully.Stable
141 def __lt__(self, other): member in TestBugs.test_bug453523.C
216 def __lt__(self, other): member in TestDecorateSortUndecorate.test_key_with_mutating_del.SortKiller
314 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.WackyComparator
316 return int.__lt__(self, other)
322 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.WackyList2
338 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.PointlessComparator
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_sort.py57 def __lt__(self, other): member in TestBase.testStressfully.Complains
72 def __lt__(self, other): member in TestBase.testStressfully.Stable
141 def __lt__(self, other): member in TestBugs.test_bug453523.C
216 def __lt__(self, other): member in TestDecorateSortUndecorate.test_key_with_mutating_del.SortKiller
314 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.WackyComparator
316 return int.__lt__(self, other)
322 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.WackyList2
338 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.PointlessComparator
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_sort.py57 def __lt__(self, other): member in TestBase.testStressfully.Complains
72 def __lt__(self, other): member in TestBase.testStressfully.Stable
141 def __lt__(self, other): member in TestBugs.test_bug453523.C
216 def __lt__(self, other): member in TestDecorateSortUndecorate.test_key_with_mutating_del.SortKiller
314 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.WackyComparator
316 return int.__lt__(self, other)
322 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.WackyList2
338 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.PointlessComparator
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_sort.py57 def __lt__(self, other): member in TestBase.testStressfully.Complains
72 def __lt__(self, other): member in TestBase.testStressfully.Stable
141 def __lt__(self, other): member in TestBugs.test_bug453523.C
216 def __lt__(self, other): member in TestDecorateSortUndecorate.test_key_with_mutating_del.SortKiller
314 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.WackyComparator
316 return int.__lt__(self, other)
322 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.WackyList2
338 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.PointlessComparator
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_sort.py57 def __lt__(self, other): member in TestBase.testStressfully.Complains
72 def __lt__(self, other): member in TestBase.testStressfully.Stable
141 def __lt__(self, other): member in TestBugs.test_bug453523.C
216 def __lt__(self, other): member in TestDecorateSortUndecorate.test_key_with_mutating_del.SortKiller
314 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.WackyComparator
316 return int.__lt__(self, other)
322 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.WackyList2
338 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.PointlessComparator
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_sort.py57 def __lt__(self, other): member in TestBase.testStressfully.Complains
72 def __lt__(self, other): member in TestBase.testStressfully.Stable
141 def __lt__(self, other): member in TestBugs.test_bug453523.C
216 def __lt__(self, other): member in TestDecorateSortUndecorate.test_key_with_mutating_del.SortKiller
314 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.WackyComparator
316 return int.__lt__(self, other)
322 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.WackyList2
338 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.PointlessComparator
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_sort.py57 def __lt__(self, other): member in TestBase.testStressfully.Complains
72 def __lt__(self, other): member in TestBase.testStressfully.Stable
141 def __lt__(self, other): member in TestBugs.test_bug453523.C
216 def __lt__(self, other): member in TestDecorateSortUndecorate.test_key_with_mutating_del.SortKiller
314 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.WackyComparator
316 return int.__lt__(self, other)
322 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.WackyList2
338 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.PointlessComparator
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_sort.py57 def __lt__(self, other): member in TestBase.testStressfully.Complains
72 def __lt__(self, other): member in TestBase.testStressfully.Stable
141 def __lt__(self, other): member in TestBugs.test_bug453523.C
216 def __lt__(self, other): member in TestDecorateSortUndecorate.test_key_with_mutating_del.SortKiller
314 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.WackyComparator
316 return int.__lt__(self, other)
322 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.WackyList2
338 def __lt__(self, other): member in TestOptimizedCompares.test_unsafe_object_compare.PointlessComparator
/dports/www/firefox/firefox-99.0/third_party/python/pyrsistent/pyrsistent/
H A D_pbag.py147 def __lt__(self, other): member in PBag
150 __le__ = __lt__
151 __gt__ = __lt__
152 __ge__ = __lt__
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pyrsistent/pyrsistent/
H A D_pbag.py147 def __lt__(self, other): member in PBag
150 __le__ = __lt__
151 __gt__ = __lt__
152 __ge__ = __lt__
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/pyrsistent/pyrsistent/
H A D_pbag.py147 def __lt__(self, other): member in PBag
150 __le__ = __lt__
151 __gt__ = __lt__
152 __ge__ = __lt__
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pyrsistent/pyrsistent/
H A D_pbag.py147 def __lt__(self, other): member in PBag
150 __le__ = __lt__
151 __gt__ = __lt__
152 __ge__ = __lt__
/dports/devel/py-pyrsistent/pyrsistent-0.14.11/pyrsistent/
H A D_pbag.py147 def __lt__(self, other): member in PBag
150 __le__ = __lt__
151 __gt__ = __lt__
152 __ge__ = __lt__

12345678910>>...112