Searched refs:__imul__ (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | UserList.py | 73 def __imul__(self, n): member in UserList
|
D | UserString.py | 214 def __imul__(self, n): member in MutableString
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_augassign.py | 146 def __imul__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_operator.py | 473 def __imul__ (self, other): return "imul" member in OperatorTestCase.test_inplace.C 503 self.assertEqual(operator.__imul__ (c, 5), "imul")
|
D | test_index.py | 174 l2 = lst.__imul__(self.n)
|
D | seq_tests.py | 315 self.assertRaises(MemoryError, x.__imul__, 2**16)
|
D | test_array.py | 377 self.assertRaises(TypeError, a.__imul__, "bad")
|
D | test_descr.py | 3724 def __imul__(self, other): member in ClassPropertiesAndMethods.test_imul_bug.C
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | operator.c | 282 spam2(imul,__imul__, "a = imul(a, b) -- Same as a *= b.")
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | operator.c | 408 spam2(imul,__imul__, "a = imul(a, b) -- Same as a *= b.")
|