HomeSort by relevance Sort by last modified time
    Searched defs:__ne__ (Results 101 - 125 of 244) sorted by null

1 2 3 45 6 7 8 910

  /prebuilts/gdb/darwin-x86/lib/python2.7/
sets.py 122 # 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
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_binop.py 206 def __ne__(self, other): member in class:Rat
test_hash.py 69 def __ne__(self, other): member in class:OnlyInequality
test_richcmp.py 22 def __ne__(self, other): member in class:Number
71 def __ne__(self, other): member in class:Vector
91 "ne": (lambda a,b: a!=b, operator.ne, operator.__ne__),
200 def __ne__(self_, other): self.fail("This shouldn't happen") member in class:MiscTest.test_misbehavin.Misb
260 # Verify that __eq__ and __ne__ work for dicts even if the keys and
261 # values don't support anything other than __eq__ and __ne__ (and
test_weakset.py 27 def __ne__(self, other): member in class:SomeClass
  /prebuilts/gdb/linux-x86/lib/python2.7/
collections.py 211 def __ne__(self, other): member in class:OrderedDict
212 'od.__ne__(y) <==> od!=y'
numbers.py 161 def __ne__(self, other): member in class:Complex
163 # The default __ne__ doesn't negate __eq__ until 3.0.
sets.py 122 # 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
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
pytree.py 67 def __ne__(self, other): member in class:Base
81 This is called by __eq__ and __ne__. It is only called if the two nodes
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_binop.py 206 def __ne__(self, other): member in class:Rat
test_hash.py 69 def __ne__(self, other): member in class:OnlyInequality
test_richcmp.py 22 def __ne__(self, other): member in class:Number
71 def __ne__(self, other): member in class:Vector
91 "ne": (lambda a,b: a!=b, operator.ne, operator.__ne__),
200 def __ne__(self_, other): self.fail("This shouldn't happen") member in class:MiscTest.test_misbehavin.Misb
260 # Verify that __eq__ and __ne__ work for dicts even if the keys and
261 # values don't support anything other than __eq__ and __ne__ (and
test_weakset.py 27 def __ne__(self, other): member in class:SomeClass
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
collections.py 211 def __ne__(self, other): member in class:OrderedDict
212 'od.__ne__(y) <==> od!=y'
numbers.py 161 def __ne__(self, other): member in class:Complex
163 # The default __ne__ doesn't negate __eq__ until 3.0.
sets.py 122 # 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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 67 def __ne__(self, other): member in class:Base
81 This is called by __eq__ and __ne__. It is only called if the two nodes
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_binop.py 206 def __ne__(self, other): member in class:Rat
test_hash.py 69 def __ne__(self, other): member in class:OnlyInequality
test_richcmp.py 22 def __ne__(self, other): member in class:Number
71 def __ne__(self, other): member in class:Vector
91 "ne": (lambda a,b: a!=b, operator.ne, operator.__ne__),
200 def __ne__(self_, other): self.fail("This shouldn't happen") member in class:MiscTest.test_misbehavin.Misb
260 # Verify that __eq__ and __ne__ work for dicts even if the keys and
261 # values don't support anything other than __eq__ and __ne__ (and
test_weakset.py 27 def __ne__(self, other): member in class:SomeClass
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
collections.py 211 def __ne__(self, other): member in class:OrderedDict
212 'od.__ne__(y) <==> od!=y'
numbers.py 161 def __ne__(self, other): member in class:Complex
163 # The default __ne__ doesn't negate __eq__ until 3.0.
sets.py 122 # 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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 67 def __ne__(self, other): member in class:Base
81 This is called by __eq__ and __ne__. It is only called if the two nodes

Completed in 565 milliseconds

1 2 3 45 6 7 8 910