diff options
author | David Cournapeau <cournape@gmail.com> | 2009-04-30 08:36:59 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-04-30 08:36:59 +0000 |
commit | 91be9a9ace3e532a40a93f0c00d71fa34adce009 (patch) | |
tree | 169eb7afcec9ec2447b17cad6535bd49561d873d /numpy/core/src/arraygetset.h | |
parent | efd5b424216fb0ce6aa3c7529d8c3e1d5ae34116 (diff) | |
download | numpy-91be9a9ace3e532a40a93f0c00d71fa34adce009.tar.gz |
Put number protocol and array attributes get/set in separate files.
Diffstat (limited to 'numpy/core/src/arraygetset.h')
-rw-r--r-- | numpy/core/src/arraygetset.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/numpy/core/src/arraygetset.h b/numpy/core/src/arraygetset.h new file mode 100644 index 000000000..4f1209de5 --- /dev/null +++ b/numpy/core/src/arraygetset.h @@ -0,0 +1,6 @@ +#ifndef _NPY_ARRAY_GETSET_H_ +#define _NPY_ARRAY_GETSET_H_ + +extern NPY_NO_EXPORT PyGetSetDef array_getsetlist[]; + +#endif |