numpy  2.0.0
src/multiarray/methods.h
Go to the documentation of this file.
00001 #ifndef _NPY_ARRAY_METHODS_H_
00002 #define _NPY_ARRAY_METHODS_H_
00003 
00004 extern NPY_NO_EXPORT PyMethodDef array_methods[];
00005 
00006 NPY_NO_EXPORT const char *
00007 npy_casting_to_string(NPY_CASTING casting);
00008 
00009 #endif