numpy  2.0.0
src/multiarray/hashdescr.h
Go to the documentation of this file.
00001 #ifndef _NPY_HASHDESCR_H_
00002 #define _NPY_HASHDESCR_H_
00003 
00004 NPY_NO_EXPORT npy_hash_t
00005 PyArray_DescrHash(PyObject* odescr);
00006 
00007 #endif