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

Route test_ufunc_noncontiguous

numpy/core/tests/test_ufunc.py:None–None  ·  view source on GitHub ↗
pytest.mark.parametrize('ufunc', [getattr(np, x) for x in dir(np)
                                if isinstance(getattr(np, x), np.ufunc)])

Source from the content-addressed store, hash-verified

1import warnings
2import itertools
3import sys
4import ctypes as ct

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected