numpy  2.0.0
src/multiarray/buffer.h
Go to the documentation of this file.
00001 #ifndef _NPY_PRIVATE_BUFFER_H_
00002 #define _NPY_PRIVATE_BUFFER_H_
00003 
00004 extern NPY_NO_EXPORT PyBufferProcs array_as_buffer;
00005 
00006 NPY_NO_EXPORT void
00007 _array_dealloc_buffer_info(PyArrayObject *self);
00008 
00009 NPY_NO_EXPORT PyArray_Descr*
00010 _descriptor_from_pep3118_format(char *s);
00011 
00012 #endif