Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
hermesub
Function · 0.80
legsub
Function · 0.80
lagsub
Function · 0.80
polysub
Function · 0.80
hermsub
Function · 0.80
chebsub
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected