Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_augassign.py142 def __imul__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_index.py192 l2 = lst.__imul__(self.n)
Dseq_tests.py330 self.assertRaises(MemoryError, x.__imul__, 2**16)
Dtest_operator.py471 def __imul__ (self, other): return "imul" member in OperatorTestCase.test_inplace.C
Dtest_array.py667 self.assertRaises(TypeError, a.__imul__, "bad")
Dtest_descr.py3751 def __imul__(self, other): member in ClassPropertiesAndMethods.test_imul_bug.C
/third_party/python/Doc/library/
Dconstants.rst34 (e.g. :meth:`__imul__`, :meth:`__iand__`, etc.) for the same purpose.
Doperator.rst514 __imul__(a, b)
Dcollections.rst584 and ``__imul__()``.
/third_party/python/Lib/
Doperator.py453 __imul__ = imul variable
/third_party/boost/libs/python/doc/reference/
Doperators.qbk68 [[`self *= r`][`__imul__`][`x *= y`]]
/third_party/boost/libs/python/doc/
Dfaq.qbk347 type". If I use `p1.__imul__(p2)` instead of
357 ... def __imul__(self, x):
/third_party/python/Misc/NEWS.d/
D3.5.0a4.rst517 collections.deque() objects now support __add__, __mul__, and __imul__().
/third_party/python/Modules/_decimal/tests/
Ddeccheck.py338 __add__ = __delattr__ = __delitem__ = __iadd__ = __imul__ = unsupported
/third_party/mindspore/mindspore/common/
Dtensor.py209 def __imul__(self, other): member in Tensor
/third_party/python/Lib/multiprocessing/
Dmanagers.py1155 def __imul__(self, value): member in ListProxy
/third_party/python/Lib/collections/
D__init__.py1255 def __imul__(self, n): member in UserList
/third_party/python/Doc/faq/
Dgeneral.rst415 '__imul__', '__init__', '__iter__', '__le__', '__len__', '__lt__',
/third_party/python/Doc/c-api/
Dtypeobj.rst219 …`~PyNumberMethods.nb_inplace_multiply` | :c:type:`binaryfunc` | __imul__ |
316 …`~PySequenceMethods.sq_inplace_repeat` | :c:type:`ssizeargfunc` | __imul__ |
/third_party/python/Doc/reference/
Ddatamodel.rst2380 :meth:`~object.__mul__`, :meth:`~object.__rmul__` and :meth:`~object.__imul__`
2615 object.__imul__(self, other)
/third_party/python/Misc/
DHISTORY22745 and __imul__.
24265 '__gt__', '__hash__', '__iadd__', '__imul__', '__init__', '__le__',