Return the directory in the package that contains the numpy/*.h header
files.
Extension modules that need to compile against numpy should use this
function to locate the appropriate include directory. Using distutils:
import numpy
Extension('extension_name', ...
include_dirs=[numpy.get_numpy_include()])
| Local name | Refers to |
|---|---|
| obj2sctype | numpy.core.numerictypes.obj2sctype |