numpy 2.0.0
src/multiarray/descriptor.h
Go to the documentation of this file.
00001 #ifndef _NPY_ARRAYDESCR_H_
00002 #define _NPY_ARRAYDESCR_H_
00003 
00004 NPY_NO_EXPORT PyObject *arraydescr_protocol_typestr_get(PyArray_Descr *);
00005 NPY_NO_EXPORT PyObject *arraydescr_protocol_descr_get(PyArray_Descr *self);
00006 
00007 NPY_NO_EXPORT PyObject *
00008 array_set_typeDict(PyObject *NPY_UNUSED(ignored), PyObject *args);
00009 
00010 NPY_NO_EXPORT PyArray_Descr *
00011 _arraydescr_fromobj(PyObject *obj);
00012 
00013 #ifdef NPY_ENABLE_SEPARATE_COMPILATION
00014 extern NPY_NO_EXPORT char *_datetime_strings[];
00015 #endif
00016 
00017 #endif