numpy 2.0.0
src/multiarray/nditer_pywrap.h
Go to the documentation of this file.
00001 #ifndef __NDITER_PYWRAP_H
00002 #define __NDITER_PYWRAP_H
00003 
00004 NPY_NO_EXPORT PyObject *
00005 NpyIter_NestedIters(PyObject *NPY_UNUSED(self),
00006                     PyObject *args, PyObject *kwds);
00007 
00008 #endif