summaryrefslogtreecommitdiff
path: root/numpy/core/src/arraysequence.h
blob: b28c50d975ca9fe0b0559cd930feb55a29b0d152 (plain)
1
2
3
4
5
6
#ifndef _NPY_ARRAY_SEQUENCE_H_
#define _NPY_ARRAY_SEQUENCE_H_

extern NPY_NO_EXPORT PySequenceMethods array_as_sequence;

#endif