numpy
2.0.0
|
00001 #ifndef Py_ARRAYOBJECT_H 00002 #define Py_ARRAYOBJECT_H 00003 00004 #include "ndarrayobject.h" 00005 #include "npy_interrupt.h" 00006 00007 #ifdef NPY_NO_PREFIX 00008 #include "noprefix.h" 00009 #endif 00010 00011 #endif