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

Function test_degree

numpy/polynomial/tests/test_classes.py:433–435  ·  view source on GitHub ↗
(Poly)

Source from the content-addressed store, hash-verified

431
432
433def test_degree(Poly):
434 p = Poly.basis(5)
435 assert_equal(p.degree(), 5)
436
437
438def test_copy(Poly):

Callers

nothing calls this directly

Calls 3

assert_equalFunction · 0.90
basisMethod · 0.80
degreeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…