arrayobject.h 164 B

1234567891011
  1. #ifndef Py_ARRAYOBJECT_H
  2. #define Py_ARRAYOBJECT_H
  3. #include "ndarrayobject.h"
  4. #include "npy_interrupt.h"
  5. #ifdef NPY_NO_PREFIX
  6. #include "noprefix.h"
  7. #endif
  8. #endif