Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
DVec.py51 def __sub__(self, other): member in Vec
DDates.py159 def __sub__(self, other): member in Date
DComplex.py184 def __sub__(self, other): member in Complex
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dnumbers.py92 def __sub__(self, other): member in Complex
D_weakrefset.py132 __sub__ = difference variable in WeakSet
Dcollections.py640 def __sub__(self, other): member in Counter
D_abcoll.py219 def __sub__(self, other): member in Set
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dnumbers.py92 def __sub__(self, other): member in Complex
D_weakrefset.py140 __sub__ = difference variable in WeakSet
Dsets.py247 def __sub__(self, other): member in BaseSet
Dcollections.py577 def __sub__(self, other): member in Counter
Dfractions.py401 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub) variable in Fraction
D_abcoll.py208 def __sub__(self, other): member in Set
Drfc822.py801 def __sub__(self, other): member in AddressList
Ddecimal.py1214 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/
Dtest_augassign.py134 def __sub__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_coercion.py45 def __sub__(self,other): member in MethodNumber
Dtest_binop.py99 def __sub__(self, other): member in Rat
Dtest_fractions.py47 def __sub__(self, other): member in DummyFloat
49 __rsub__ = __sub__
Dtest_complex.py390 def __sub__(self,other): member in ComplexTest.test_subclass.xcomplex
392 __rsub__ = __sub__
Dtest_collections.py729 (Counter.__sub__, lambda x, y: max(0, x-y)),
746 (Counter.__sub__, set.__sub__),
Dtest_datetime.py421 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.py480 def __sub__(self, other): member in AddressList
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Doperator.c263 spam2(sub,__sub__, "sub(a, b) -- Same as a - b.")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Doperator.c389 spam2(sub,__sub__, "sub(a, b) -- Same as a - b.")