Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
433
def
test_degree(Poly):
434
p = Poly.basis(5)
435
assert_equal(p.degree(), 5)
436
437
438
def
test_copy(Poly):
Callers
nothing calls this directly
Calls
3
assert_equal
Function · 0.90
basis
Method · 0.80
degree
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…