Home
last modified time | relevance | path

Searched defs:__sub__ (Results 1 – 21 of 21) 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.2/Lib/email/
D_parseaddr.py480 def __sub__(self, other): member in AddressList
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_binop.py99 def __sub__(self, other): member in Rat
Dtest_coercion.py45 def __sub__(self,other): member in MethodNumber
Dtest_fractions.py47 def __sub__(self, other): member in DummyFloat
Dtest_augassign.py134 def __sub__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_complex.py390 def __sub__(self,other): member in ComplexTest.test_subclass.xcomplex
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
D_weakrefset.py132 __sub__ = difference variable in WeakSet
Dcollections.py640 def __sub__(self, other): member in Counter
Dnumbers.py92 def __sub__(self, other): member in Complex
D_abcoll.py219 def __sub__(self, other): member in Set
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D_weakrefset.py140 __sub__ = difference variable in WeakSet
Dfractions.py401 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub) variable in Fraction
Dcollections.py577 def __sub__(self, other): member in Counter
Dnumbers.py92 def __sub__(self, other): member in Complex
Drfc822.py801 def __sub__(self, other): member in AddressList
Dsets.py247 def __sub__(self, other): member in BaseSet
D_abcoll.py208 def __sub__(self, other): member in Set
Ddecimal.py1214 def __sub__(self, other, context=None): member in Decimal