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

Method _mul

numpy/polynomial/_polybase.py:141–142  ·  view source on GitHub ↗
(c1, c2)

Source from the content-addressed store, hash-verified

139 @staticmethod
140 @abc.abstractmethod
141 def _mul(c1, c2):
142 pass
143
144 @staticmethod
145 @abc.abstractmethod

Callers 2

__mul__Method · 0.95
__rmul__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected