MCPcopy
hub / github.com/numpy/numpy / __mul__

Method __mul__

numpy/ma/tests/test_core.py:2713–2714  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

2711 __array_priority__ = a.__array_priority__ + 1
2712
2713 def __mul__(self, other):
2714 return "My mul"
2715
2716 def __rmul__(self, other):
2717 return "My rmul"

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected