numpy 2.0.0
src/multiarray/getset.h
Go to the documentation of this file.
00001 #ifndef _NPY_ARRAY_GETSET_H_
00002 #define _NPY_ARRAY_GETSET_H_
00003 
00004 #ifdef NPY_ENABLE_SEPARATE_COMPILATION
00005 extern NPY_NO_EXPORT PyGetSetDef array_getsetlist[];
00006 #endif
00007 
00008 #endif