Searched refs:__ne__ (Results 1 - 25 of 32) sorted by last modified time

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A D_abcoll.py185 def __ne__(self, other): member in class:Set
428 def __ne__(self, other): member in class:Mapping
H A D_weakrefset.py176 def __ne__(self, other): member in class:WeakSet
H A Dargparse.py1171 def __ne__(self, other): member in class:Namespace
H A Dcollections.py216 def __ne__(self, other): member in class:OrderedDict
217 'od.__ne__(y) <==> od!=y'
H A Dfunctools.py96 def __ne__(self, other): member in class:cmp_to_key.K
H A Dnumbers.py161 def __ne__(self, other): member in class:Complex
163 # The default __ne__ doesn't negate __eq__ until 3.0.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Doperator.c443 spam2(ne,__ne__, "ne(a, b) -- Same as a!=b.")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A DUserList.py20 def __ne__(self, other): return self.data != self.__cast(other) member in class:UserList
H A D_abcoll.py179 def __ne__(self, other): member in class:Set
382 def __ne__(self, other): member in class:Mapping
H A Dargparse.py1160 def __ne__(self, other): member in class:Namespace
H A Dcollections.py214 def __ne__(self, other): member in class:OrderedDict
215 'od.__ne__(y) <==> od!=y'
H A Ddecimal.py872 def __ne__(self, other, context=None): member in class:Decimal
H A Dfunctools.py96 def __ne__(self, other): member in class:cmp_to_key.K
H A Dnumbers.py161 def __ne__(self, other): member in class:Complex
163 # The default __ne__ doesn't negate __eq__ until 3.0.
H A Dsets.py122 # Subtle: it would be nicer if __eq__ and __ne__ could return
127 # True for __ne__). However, that doesn't work, because this type
137 def __ne__(self, other): member in class:BaseSet
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
H A Dcharset.py250 def __ne__(self, other):
246 def __ne__(self, other): member in class:Charset
H A Dheader.py234 def __ne__(self, other):
230 def __ne__(self, other): member in class:Header
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
H A Dpytree.py67 def __ne__(self, other): member in class:Base
81 This is called by __eq__ and __ne__. It is only called if the two nodes
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_argparse.py80 def __ne__(self, other): member in class:NS
H A Dtest_binop.py206 def __ne__(self, other): member in class:Rat
H A Dtest_collections.py273 __ne__ = __eq__ variable in class:ABCTestCase.validate_comparison.Other
H A Dtest_complex.py136 self.assertIs(complex.__ne__(1+1j, 1+1j), False)
137 self.assertIs(complex.__ne__(1+1j, 2+2j), True)
149 self.assertIs(complex.__ne__(z, i), not is_equal(delta))
H A Dtest_decimal.py649 def __ne__(self, other): member in class:DecimalImplicitConstructionTest.test_rop.E
1543 checkSameDec("__ne__", True)
H A Dtest_descr.py1834 def __ne__(self, other): member in class:.test_specials.Proxy
1874 def __ne__(self, other): member in class:.test_specials.DProxy
2927 def __ne__(self, other): member in class:.test_rich_comparisons.classic.C
H A Dtest_hash.py61 def __ne__(self, other): member in class:OnlyInequality

Completed in 222 milliseconds

12