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

Method _sub

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

Source from the content-addressed store, hash-verified

134 @staticmethod
135 @abc.abstractmethod
136 def _sub(c1, c2):
137 pass
138
139 @staticmethod
140 @abc.abstractmethod

Callers 8

__sub__Method · 0.95
__rsub__Method · 0.95
hermesubFunction · 0.80
legsubFunction · 0.80
lagsubFunction · 0.80
polysubFunction · 0.80
hermsubFunction · 0.80
chebsubFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected