numpy
2.0.0
|
00001 #ifndef _NPY_ARRAY_METHODS_H_ 00002 #define _NPY_ARRAY_METHODS_H_ 00003 00004 #ifdef NPY_ENABLE_SEPARATE_COMPILATION 00005 extern NPY_NO_EXPORT PyMethodDef array_methods[]; 00006 #endif 00007 00008 NPY_NO_EXPORT const char * 00009 npy_casting_to_string(NPY_CASTING casting); 00010 00011 #endif