MCPcopy 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
186def test_composition():

Callers

nothing calls this directly

Calls 2

assert_equalFunction · 0.90
derivMethod · 0.45

Tested by

no test coverage detected