1 2 3 4 5
#ifndef _NPY_ARRAY_METHODS_H_ #define _NPY_ARRAY_METHODS_H_ extern NPY_NO_EXPORT PyMethodDef array_methods[]; #endif