| 1 | """ |
| 2 | ``numpy.lib`` is mostly a space for implementing functions that don't |
| 3 | belong in core or in another NumPy submodule with a clear purpose |
| 4 | (e.g. ``random``, ``fft``, ``linalg``, ``ma``). |
nothing calls this directly
no test coverage detected