numpy 2.0.0
src/multiarray/sequence.h
Go to the documentation of this file.
00001 #ifndef _NPY_ARRAY_SEQUENCE_H_
00002 #define _NPY_ARRAY_SEQUENCE_H_
00003 
00004 #ifdef NPY_ENABLE_SEPARATE_COMPILATION
00005 extern NPY_NO_EXPORT PySequenceMethods array_as_sequence;
00006 #else
00007 NPY_NO_EXPORT PySequenceMethods array_as_sequence;
00008 #endif
00009 
00010 #endif