MCPcopy Create free account
hub / github.com/numpy/numpy / __mul__

Method __mul__

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

Source from the content-addressed store, hash-verified

2521 __array_priority__ = a.__array_priority__ + 1
2522
2523 def __mul__(self, other):
2524 return "My mul"
2525
2526 def __rmul__(self, other):
2527 return "My rmul"

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected