pytest.mark.skipif(
not __cpu_dispatch__,
reason=(
"NPY_*_CPU_FEATURES only parsed if "
"`__cpu_dispatch__` is non-empty"
)
)
| 1 | import sys, platform, re, pytest |
| 2 | from numpy.core._multiarray_umath import ( |
| 3 | __cpu_features__, |
| 4 | __cpu_baseline__, |
nothing calls this directly
no outgoing calls
no test coverage detected