Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ test_integ
Method
test_integ
numpy/polynomial/tests/test_symbol.py:177–179 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
175
assert_equal(other.symbol,
'z'
)
176
177
def
test_integ(self):
178
other = self.p.integ()
179
assert_equal(other.symbol,
'z'
)
180
181
def
test_deriv(self):
182
other = self.p.deriv()
Callers
nothing calls this directly
Calls
2
assert_equal
Function · 0.90
integ
Method · 0.45
Tested by
no test coverage detected