Home
last modified time | relevance | path

Searched refs:__imul__ (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DUserList.py73 def __imul__(self, n): member in UserList
DUserString.py214 def __imul__(self, n): member in MutableString
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_augassign.py146 def __imul__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_operator.py473 def __imul__ (self, other): return "imul" member in OperatorTestCase.test_inplace.C
503 self.assertEqual(operator.__imul__ (c, 5), "imul")
Dtest_index.py174 l2 = lst.__imul__(self.n)
Dseq_tests.py315 self.assertRaises(MemoryError, x.__imul__, 2**16)
Dtest_array.py377 self.assertRaises(TypeError, a.__imul__, "bad")
Dtest_descr.py3724 def __imul__(self, other): member in ClassPropertiesAndMethods.test_imul_bug.C
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Doperator.c282 spam2(imul,__imul__, "a = imul(a, b) -- Same as a *= b.")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Doperator.c408 spam2(imul,__imul__, "a = imul(a, b) -- Same as a *= b.")