MCPcopy Create free account
hub / github.com/numpy/numpy / test_trim

Method test_trim

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

Source from the content-addressed store, hash-verified

157 assert_equal(other.symbol, 'z')
158
159 def test_trim(self):
160 other = self.p.trim()
161 assert_equal(other.symbol, 'z')
162
163 def test_truncate(self):
164 other = self.p.truncate(2)

Callers

nothing calls this directly

Calls 2

assert_equalFunction · 0.90
trimMethod · 0.80

Tested by

no test coverage detected