HomeSort by relevance Sort by last modified time
    Searched full:__sub__ (Results 1 - 25 of 57) sorted by null

1 2 3

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_augassign.py 134 def __sub__(self, val): member in class:AugAssignTest.testCustomMethods2.testall
135 output.append("__sub__ called")
291 __sub__ called
test_fractions.py 48 def __sub__(self, other): member in class:DummyFloat
49 assert False, "__sub__ should not be invoked for comparisons"
50 __rsub__ = __sub__
test_binop.py 99 def __sub__(self, other): member in class:Rat
test_collections.py 729 (Counter.__sub__, lambda x, y: max(0, x-y)),
746 (Counter.__sub__, set.__sub__),
    [all...]
test_class.py 161 self.assertCallStack([("__coerce__", (testme, 1)), ("__sub__", (testme, 1))])
test_coercion.py 45 def __sub__(self,other): member in class:MethodNumber
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_augassign.py 134 def __sub__(self, val): member in class:AugAssignTest.testCustomMethods2.testall
135 output.append("__sub__ called")
291 __sub__ called
test_fractions.py 48 def __sub__(self, other): member in class:DummyFloat
49 assert False, "__sub__ should not be invoked for comparisons"
50 __rsub__ = __sub__
test_binop.py 99 def __sub__(self, other): member in class:Rat
test_collections.py 729 (Counter.__sub__, lambda x, y: max(0, x-y)),
746 (Counter.__sub__, set.__sub__),
    [all...]
  /external/clang/utils/ABITest/
Enumeration.py 19 def __sub__(self, b): member in class:Aleph0
21 __rsub__ = __sub__
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
expr.pxi 48 ((operator.__sub__, operator.sub, '-'), YASM_EXPR_SUB),
intnum.pxi 110 def __sub__(x, y): return __intnum_op(x, YASM_EXPR_SUB, y) member in class:IntNum
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_weakrefset.py 130 __sub__ = difference variable in class:WeakSet
numbers.py 92 def __sub__(self, other): member in class:Complex
_abcoll.py 210 def __sub__(self, other): member in class:Set
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_weakrefset.py 130 __sub__ = difference variable in class:WeakSet
numbers.py 92 def __sub__(self, other): member in class:Complex
_abcoll.py 210 def __sub__(self, other): member in class:Set
  /external/chromium_org/third_party/bintrees/bintrees/
__init__.py 58 * __sub__(other) <==> T - other, difference
treemixin.py 54 * __sub__(other) <==> T - other, difference
183 def __sub__(self, other): member in class:TreeMixin
184 """ x.__sub__(other) <==> self - other """
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
python.php 171 '__sub__','__xor__'
  /external/chromium_org/third_party/bintrees/
README.txt 55 * __sub__(other) <==> T - other, difference
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 480 def __sub__(self, other): member in class:AddressList
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 480 def __sub__(self, other): member in class:AddressList

Completed in 1091 milliseconds

1 2 3