Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ _add
Method
_add
numpy/polynomial/_polybase.py:131–132 ·
view source on GitHub ↗
(c1, c2)
Source
from the content-addressed store, hash-verified
129
@staticmethod
130
@abc.abstractmethod
131
def
_add(c1, c2):
132
pass
133
134
@staticmethod
135
@abc.abstractmethod
Callers
8
__add__
Method · 0.95
__radd__
Method · 0.95
hermeadd
Function · 0.80
legadd
Function · 0.80
lagadd
Function · 0.80
polyadd
Function · 0.80
hermadd
Function · 0.80
chebadd
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected