| 1 | """NumPy helper. |
| 2 | |
| 3 | Note: If you plan to add a library detection script like this one, consider it twice. Most library detection should go |
| 4 | to CMake script. This one is an exception, because Python code can do a much better job due to NumPy's inherent Pythonic |
nothing calls this directly
no test coverage detected