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