Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ Poly
Function
Poly
numpy/polynomial/tests/test_classes.py:34–35 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
32
33
@pytest.fixture(params=classes, ids=classids)
34
def
Poly(request):
35
return
request.param
36
37
38
#
Callers
15
test_equal
Function · 0.85
test_not_equal
Function · 0.85
test_add
Function · 0.85
test_sub
Function · 0.85
test_mul
Function · 0.85
test_floordiv
Function · 0.85
test_truediv
Function · 0.85
test_mod
Function · 0.85
test_divmod
Function · 0.85
test_deriv
Function · 0.85
test_linspace
Function · 0.85
test_pow
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…