blob: d2fcafebd94f634c63bbc8efa692b603888249f5 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef NUMPY_CORE_SRC_MULTIARRAY_NDITER_PYWRAP_H_
#define NUMPY_CORE_SRC_MULTIARRAY_NDITER_PYWRAP_H_
NPY_NO_EXPORT PyObject *
NpyIter_NestedIters(PyObject *NPY_UNUSED(self),
PyObject *args, PyObject *kwds);
#endif /* NUMPY_CORE_SRC_MULTIARRAY_NDITER_PYWRAP_H_ */
|