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

Method test_copy

numpy/polynomial/tests/test_symbol.py:156–158  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

154 p = poly.Polynomial([1, 2, 3, 0], symbol='z')
155
156 def test_copy(self):
157 other = self.p.copy()
158 assert_equal(other.symbol, 'z')
159
160 def test_trim(self):
161 other = self.p.trim()

Callers

nothing calls this directly

Calls 2

assert_equalFunction · 0.90
copyMethod · 0.45

Tested by

no test coverage detected