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

Function Poly

numpy/polynomial/tests/test_classes.py:29–30  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

27
28@pytest.fixture(params=classes, ids=classids)
29def Poly(request):
30 return request.param
31
32#
33# helper functions

Callers 15

test_equalFunction · 0.85
test_not_equalFunction · 0.85
test_addFunction · 0.85
test_subFunction · 0.85
test_mulFunction · 0.85
test_floordivFunction · 0.85
test_truedivFunction · 0.85
test_modFunction · 0.85
test_divmodFunction · 0.85
test_derivFunction · 0.85
test_linspaceFunction · 0.85
test_powFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected