Home
last modified time | relevance | path

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

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
DVec.py46 def __add__(self, other): member in Vec
DDates.py152 def __add__(self, n): member in Date
156 __radd__ = __add__ # handle int+date
DComplex.py178 def __add__(self, other): member in Complex
182 __radd__ = __add__
Dbitvec.py259 def __add__(self, other): member in BitVec
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dfind_recursionlimit.py50 def __add__(self, x): member in RecursiveBlowup4
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
Dminicompat.py78 def __add__(self, other): member in EmptyNodeList
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
Dminicompat.py78 def __add__(self, other): member in EmptyNodeList
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_augassign.py86 def __add__(self, val): member in AugAssignTest.testCustomMethods1.aug_test
126 def __add__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_descr.py245 def __add__(self, other): member in OperatorsTest.test_ints.C
2477 def __add__(self, other): member in ClassPropertiesAndMethods.test_basic_inheritance.hexint
2478 return hexint(int.__add__(self, other))
2501 def __add__(self, other): member in ClassPropertiesAndMethods.test_basic_inheritance.octlong
2502 return self.__class__(super(octlong, self).__add__(other))
2503 __radd__ = __add__
3407 def __add__(self, other): member in ClassPropertiesAndMethods.test_binary_operator_override.I
3409 __radd__ = __add__
4381 self.assertEqual(l.__add__, l.__add__)
4382 self.assertEqual(l.__add__, [].__add__)
[all …]
Dtest_binop.py86 def __add__(self, other): member in Rat
97 __radd__ = __add__
Dtest_coercion.py39 def __add__(self,other): member in MethodNumber
Dtest_complex.py386 def __add__(self,other): member in ComplexTest.test_subclass.xcomplex
388 __radd__ = __add__
Dtest_operator.py13 def __add__(self, other): member in Seq1
27 def __add__(self, other): member in Seq2
Dtest_array.py298 self.assertRaises(TypeError, a.__add__, b)
300 self.assertRaises(TypeError, a.__add__, "bad")
319 self.assertRaises(TypeError, a.__add__, b)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dnumbers.py73 def __add__(self, other): member in Complex
Dcollections.py621 def __add__(self, other): member in Counter
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dnumbers.py73 def __add__(self, other): member in Complex
DUserList.py48 def __add__(self, other): member in UserList
DUserString.py43 def __add__(self, other): member in UserString
Dcollections.py558 def __add__(self, other): member in Counter
Dfractions.py393 __add__, __radd__ = _operator_fallbacks(_add, operator.add) variable in Fraction
Ddecimal.py1126 def __add__(self, other, context=None): member in Decimal
1212 __radd__ = __add__
1226 return self.__add__(other.copy_negate(), context=context)
1845 return product.__add__(third, context)
3409 return self.__add__(_dec_from_triple(0, '1', context.Etiny()-1),
3965 r = a.__add__(b, context=self)
Drfc822.py785 def __add__(self, other): member in AddressList
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
Dpygettext.py469 if reduce(operator.__add__, v.values()):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
D_parseaddr.py464 def __add__(self, other): member in AddressList

12