/third_party/python/Lib/test/ |
D | test_augassign.py | 142 def __imul__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_index.py | 192 l2 = lst.__imul__(self.n)
|
D | seq_tests.py | 330 self.assertRaises(MemoryError, x.__imul__, 2**16)
|
D | test_operator.py | 471 def __imul__ (self, other): return "imul" member in OperatorTestCase.test_inplace.C
|
D | test_array.py | 667 self.assertRaises(TypeError, a.__imul__, "bad")
|
D | test_descr.py | 3751 def __imul__(self, other): member in ClassPropertiesAndMethods.test_imul_bug.C
|
/third_party/python/Doc/library/ |
D | constants.rst | 34 (e.g. :meth:`__imul__`, :meth:`__iand__`, etc.) for the same purpose.
|
D | operator.rst | 514 __imul__(a, b)
|
D | collections.rst | 584 and ``__imul__()``.
|
/third_party/python/Lib/ |
D | operator.py | 453 __imul__ = imul variable
|
/third_party/boost/libs/python/doc/reference/ |
D | operators.qbk | 68 [[`self *= r`][`__imul__`][`x *= y`]]
|
/third_party/boost/libs/python/doc/ |
D | faq.qbk | 347 type". If I use `p1.__imul__(p2)` instead of 357 ... def __imul__(self, x):
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0a4.rst | 517 collections.deque() objects now support __add__, __mul__, and __imul__().
|
/third_party/python/Modules/_decimal/tests/ |
D | deccheck.py | 338 __add__ = __delattr__ = __delitem__ = __iadd__ = __imul__ = unsupported
|
/third_party/mindspore/mindspore/common/ |
D | tensor.py | 209 def __imul__(self, other): member in Tensor
|
/third_party/python/Lib/multiprocessing/ |
D | managers.py | 1155 def __imul__(self, value): member in ListProxy
|
/third_party/python/Lib/collections/ |
D | __init__.py | 1255 def __imul__(self, n): member in UserList
|
/third_party/python/Doc/faq/ |
D | general.rst | 415 '__imul__', '__init__', '__iter__', '__le__', '__len__', '__lt__',
|
/third_party/python/Doc/c-api/ |
D | typeobj.rst | 219 …`~PyNumberMethods.nb_inplace_multiply` | :c:type:`binaryfunc` | __imul__ | 316 …`~PySequenceMethods.sq_inplace_repeat` | :c:type:`ssizeargfunc` | __imul__ |
|
/third_party/python/Doc/reference/ |
D | datamodel.rst | 2380 :meth:`~object.__mul__`, :meth:`~object.__rmul__` and :meth:`~object.__imul__` 2615 object.__imul__(self, other)
|
/third_party/python/Misc/ |
D | HISTORY | 22745 and __imul__. 24265 '__gt__', '__hash__', '__iadd__', '__imul__', '__init__', '__le__',
|