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 extern NPY_NO_EXPORT PySequenceMethods array_as_sequence;
00005 
00006 #endif