Searched defs:__imul__ (Results 1 – 5 of 5) 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 |
D | test_descr.py | 3724 def __imul__(self, other): member in ClassPropertiesAndMethods.test_imul_bug.C |