summaryrefslogtreecommitdiff
path: root/numpy/core/src/arraymethods.h
blob: 698a6f558772e081419a69bf60b23fe674b36c23 (plain)
1
2
3
4
5
#ifndef _NPY_ARRAY_METHODS_H_
#define _NPY_ARRAY_METHODS_H_

extern NPY_NO_EXPORT PyMethodDef array_methods[];
#endif