Home
last modified time | relevance | path

Searched refs:imatmul (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
Doperator.py375 def imatmul(a, b): function
458 __imatmul__ = imatmul
/external/python/cpython3/Doc/library/
Doperator.rst516 .. function:: imatmul(a, b)
519 ``a = imatmul(a, b)`` is equivalent to ``a @= b``.
/external/python/cpython3/Lib/test/
Dtest_operator.py455 self.assertEqual(operator.imatmul (c, 5), "imatmul")
/external/python/cpython3/Doc/whatsnew/
D3.5.rst1474 New :func:`~operator.matmul` and :func:`~operator.imatmul` functions