arraykit 1.2.0__cp314-cp314-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
arraykit/auto_map.h ADDED
@@ -0,0 +1,14 @@
1
+ # ifndef ARRAYKIT_SRC_AUTO_MAP_H_
2
+ # define ARRAYKIT_SRC_AUTO_MAP_H_
3
+
4
+ # include "Python.h"
5
+
6
+ // extern PyTypeObject TriMapType;
7
+ extern PyTypeObject AMType;
8
+ extern PyTypeObject FAMIType;
9
+ extern PyTypeObject FAMVType;
10
+ extern PyTypeObject FAMType;
11
+ extern PyObject *NonUniqueError;
12
+
13
+
14
+ # endif /* ARRAYKIT_SRC_AUTO_MAP_H_ */