MCPcopy 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_equalFunction · 0.90
integMethod · 0.45

Tested by

no test coverage detected