/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/ |
D | Vec.py | 51 def __sub__(self, other): member in Vec
|
D | Dates.py | 159 def __sub__(self, other): member in Date
|
D | Complex.py | 184 def __sub__(self, other): member in Complex
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | numbers.py | 92 def __sub__(self, other): member in Complex
|
D | _weakrefset.py | 132 __sub__ = difference variable in WeakSet
|
D | collections.py | 640 def __sub__(self, other): member in Counter
|
D | _abcoll.py | 219 def __sub__(self, other): member in Set
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | numbers.py | 92 def __sub__(self, other): member in Complex
|
D | _weakrefset.py | 140 __sub__ = difference variable in WeakSet
|
D | sets.py | 247 def __sub__(self, other): member in BaseSet
|
D | collections.py | 577 def __sub__(self, other): member in Counter
|
D | fractions.py | 401 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub) variable in Fraction
|
D | _abcoll.py | 208 def __sub__(self, other): member in Set
|
D | rfc822.py | 801 def __sub__(self, other): member in AddressList
|
D | decimal.py | 1214 def __sub__(self, other, context=None): member in Decimal 1234 return other.__sub__(self, context=context) 3386 return self.__sub__(_dec_from_triple(0, '1', context.Etiny()-1), 5306 r = a.__sub__(b, context=self)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_augassign.py | 134 def __sub__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_coercion.py | 45 def __sub__(self,other): member in MethodNumber
|
D | test_binop.py | 99 def __sub__(self, other): member in Rat
|
D | test_fractions.py | 47 def __sub__(self, other): member in DummyFloat 49 __rsub__ = __sub__
|
D | test_complex.py | 390 def __sub__(self,other): member in ComplexTest.test_subclass.xcomplex 392 __rsub__ = __sub__
|
D | test_collections.py | 729 (Counter.__sub__, lambda x, y: max(0, x-y)), 746 (Counter.__sub__, set.__sub__),
|
D | test_datetime.py | 421 self.assertRaises(OverflowError, td.__sub__, tiny) 427 self.assertRaises(OverflowError, td.__sub__, -tiny) 733 self.assertRaises(OverflowError, dt.__sub__, delta) 739 self.assertRaises(OverflowError, dt.__sub__, -delta)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
D | _parseaddr.py | 480 def __sub__(self, other): member in AddressList
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | operator.c | 263 spam2(sub,__sub__, "sub(a, b) -- Same as a - b.")
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | operator.c | 389 spam2(sub,__sub__, "sub(a, b) -- Same as a - b.")
|