MCPcopy Index your code
hub / github.com/numpy/numpy / test_convert

Method test_convert

numpy/polynomial/tests/test_symbol.py:173–175  ·  view source on GitHub ↗
(self, kwarg)

Source from the content-addressed store, hash-verified

171 {'kind': poly.Chebyshev},
172 ))
173 def test_convert(self, kwarg):
174 other = self.p.convert(**kwarg)
175 assert_equal(other.symbol, 'z')
176
177 def test_integ(self):
178 other = self.p.integ()

Callers

nothing calls this directly

Calls 2

assert_equalFunction · 0.90
convertMethod · 0.80

Tested by

no test coverage detected