obliquetree 1.0.1__cp313-cp313-win_amd64.whl → 1.0.2__cp313-cp313-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.
Potentially problematic release.
This version of obliquetree might be problematic. Click here for more details.
- obliquetree/_pywrap.py +20 -3
- obliquetree/src/base.cp313-win_amd64.pyd +0 -0
- obliquetree/src/base.cpp +155 -155
- obliquetree/src/ccp.cp313-win_amd64.pyd +0 -0
- obliquetree/src/ccp.cpp +1 -1
- obliquetree/src/metric.cp313-win_amd64.pyd +0 -0
- obliquetree/src/metric.cpp +1 -1
- obliquetree/src/oblique.cp313-win_amd64.pyd +0 -0
- obliquetree/src/oblique.cpp +155 -155
- obliquetree/src/tree.cp313-win_amd64.pyd +0 -0
- obliquetree/src/tree.cpp +155 -155
- obliquetree/src/utils.cp313-win_amd64.pyd +0 -0
- obliquetree/src/utils.cpp +1 -1
- obliquetree/utils.py +356 -0
- {obliquetree-1.0.1.dist-info → obliquetree-1.0.2.dist-info}/METADATA +1 -1
- obliquetree-1.0.2.dist-info/RECORD +21 -0
- obliquetree-1.0.1.dist-info/RECORD +0 -21
- {obliquetree-1.0.1.dist-info → obliquetree-1.0.2.dist-info}/LICENSE +0 -0
- {obliquetree-1.0.1.dist-info → obliquetree-1.0.2.dist-info}/WHEEL +0 -0
- {obliquetree-1.0.1.dist-info → obliquetree-1.0.2.dist-info}/top_level.txt +0 -0
obliquetree/src/oblique.cpp
CHANGED
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
]
|
|
11
11
|
],
|
|
12
12
|
"depends": [
|
|
13
|
-
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-
|
|
14
|
-
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-
|
|
15
|
-
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-
|
|
16
|
-
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-
|
|
17
|
-
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-
|
|
13
|
+
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-wblcni6l\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\arrayobject.h",
|
|
14
|
+
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-wblcni6l\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\arrayscalars.h",
|
|
15
|
+
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-wblcni6l\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ndarrayobject.h",
|
|
16
|
+
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-wblcni6l\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ndarraytypes.h",
|
|
17
|
+
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-wblcni6l\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ufuncobject.h"
|
|
18
18
|
],
|
|
19
19
|
"extra_compile_args": [
|
|
20
20
|
"/O2",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"/std:c++17"
|
|
27
27
|
],
|
|
28
28
|
"include_dirs": [
|
|
29
|
-
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-
|
|
29
|
+
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-wblcni6l\\overlay\\Lib\\site-packages\\numpy\\_core\\include"
|
|
30
30
|
],
|
|
31
31
|
"language": "c++",
|
|
32
32
|
"name": "obliquetree.src.oblique",
|
|
@@ -1702,7 +1702,7 @@ typedef struct {
|
|
|
1702
1702
|
|
|
1703
1703
|
/* #### Code section: numeric_typedefs ### */
|
|
1704
1704
|
|
|
1705
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1705
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":787
|
|
1706
1706
|
* # in Cython to enable them only on the right systems.
|
|
1707
1707
|
*
|
|
1708
1708
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
|
@@ -1711,7 +1711,7 @@ typedef struct {
|
|
|
1711
1711
|
*/
|
|
1712
1712
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1713
1713
|
|
|
1714
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1714
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":788
|
|
1715
1715
|
*
|
|
1716
1716
|
* ctypedef npy_int8 int8_t
|
|
1717
1717
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
|
@@ -1720,7 +1720,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
|
1720
1720
|
*/
|
|
1721
1721
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1722
1722
|
|
|
1723
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1723
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":789
|
|
1724
1724
|
* ctypedef npy_int8 int8_t
|
|
1725
1725
|
* ctypedef npy_int16 int16_t
|
|
1726
1726
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
|
@@ -1729,7 +1729,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
|
1729
1729
|
*/
|
|
1730
1730
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1731
1731
|
|
|
1732
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1732
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":790
|
|
1733
1733
|
* ctypedef npy_int16 int16_t
|
|
1734
1734
|
* ctypedef npy_int32 int32_t
|
|
1735
1735
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
|
@@ -1738,7 +1738,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
|
1738
1738
|
*/
|
|
1739
1739
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1740
1740
|
|
|
1741
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1741
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":794
|
|
1742
1742
|
* #ctypedef npy_int128 int128_t
|
|
1743
1743
|
*
|
|
1744
1744
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
|
@@ -1747,7 +1747,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
|
1747
1747
|
*/
|
|
1748
1748
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1749
1749
|
|
|
1750
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1750
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":795
|
|
1751
1751
|
*
|
|
1752
1752
|
* ctypedef npy_uint8 uint8_t
|
|
1753
1753
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
|
@@ -1756,7 +1756,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
|
1756
1756
|
*/
|
|
1757
1757
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1758
1758
|
|
|
1759
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1759
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":796
|
|
1760
1760
|
* ctypedef npy_uint8 uint8_t
|
|
1761
1761
|
* ctypedef npy_uint16 uint16_t
|
|
1762
1762
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
|
@@ -1765,7 +1765,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
|
1765
1765
|
*/
|
|
1766
1766
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1767
1767
|
|
|
1768
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1768
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":797
|
|
1769
1769
|
* ctypedef npy_uint16 uint16_t
|
|
1770
1770
|
* ctypedef npy_uint32 uint32_t
|
|
1771
1771
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
|
@@ -1774,7 +1774,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
|
1774
1774
|
*/
|
|
1775
1775
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1776
1776
|
|
|
1777
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1777
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":801
|
|
1778
1778
|
* #ctypedef npy_uint128 uint128_t
|
|
1779
1779
|
*
|
|
1780
1780
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
|
@@ -1783,7 +1783,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
|
1783
1783
|
*/
|
|
1784
1784
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1785
1785
|
|
|
1786
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1786
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":802
|
|
1787
1787
|
*
|
|
1788
1788
|
* ctypedef npy_float32 float32_t
|
|
1789
1789
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
|
@@ -1792,7 +1792,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
|
1792
1792
|
*/
|
|
1793
1793
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1794
1794
|
|
|
1795
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1795
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":809
|
|
1796
1796
|
* ctypedef double complex complex128_t
|
|
1797
1797
|
*
|
|
1798
1798
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
|
@@ -1801,7 +1801,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
|
1801
1801
|
*/
|
|
1802
1802
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1803
1803
|
|
|
1804
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1804
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":810
|
|
1805
1805
|
*
|
|
1806
1806
|
* ctypedef npy_longlong longlong_t
|
|
1807
1807
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
|
@@ -1810,7 +1810,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
|
1810
1810
|
*/
|
|
1811
1811
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1812
1812
|
|
|
1813
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1813
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":812
|
|
1814
1814
|
* ctypedef npy_ulonglong ulonglong_t
|
|
1815
1815
|
*
|
|
1816
1816
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
|
@@ -1819,7 +1819,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
|
1819
1819
|
*/
|
|
1820
1820
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1821
1821
|
|
|
1822
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1822
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":813
|
|
1823
1823
|
*
|
|
1824
1824
|
* ctypedef npy_intp intp_t
|
|
1825
1825
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
|
@@ -1828,7 +1828,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
|
1828
1828
|
*/
|
|
1829
1829
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1830
1830
|
|
|
1831
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1831
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":815
|
|
1832
1832
|
* ctypedef npy_uintp uintp_t
|
|
1833
1833
|
*
|
|
1834
1834
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
|
@@ -1837,7 +1837,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
|
1837
1837
|
*/
|
|
1838
1838
|
typedef npy_double __pyx_t_5numpy_float_t;
|
|
1839
1839
|
|
|
1840
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1840
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":816
|
|
1841
1841
|
*
|
|
1842
1842
|
* ctypedef npy_double float_t
|
|
1843
1843
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
|
@@ -1846,7 +1846,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
|
1846
1846
|
*/
|
|
1847
1847
|
typedef npy_double __pyx_t_5numpy_double_t;
|
|
1848
1848
|
|
|
1849
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1849
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":817
|
|
1850
1850
|
* ctypedef npy_double float_t
|
|
1851
1851
|
* ctypedef npy_double double_t
|
|
1852
1852
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1999,7 +1999,7 @@ struct __pyx_MemviewEnum_obj;
|
|
|
1999
1999
|
struct __pyx_memoryview_obj;
|
|
2000
2000
|
struct __pyx_memoryviewslice_obj;
|
|
2001
2001
|
|
|
2002
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
2002
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1113
|
|
2003
2003
|
*
|
|
2004
2004
|
* # Iterator API added in v1.6
|
|
2005
2005
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil # <<<<<<<<<<<<<<
|
|
@@ -2008,7 +2008,7 @@ struct __pyx_memoryviewslice_obj;
|
|
|
2008
2008
|
*/
|
|
2009
2009
|
typedef int (*__pyx_t_5numpy_NpyIter_IterNextFunc)(NpyIter *);
|
|
2010
2010
|
|
|
2011
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
2011
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1114
|
|
2012
2012
|
* # Iterator API added in v1.6
|
|
2013
2013
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil
|
|
2014
2014
|
* ctypedef void (*NpyIter_GetMultiIndexFunc)(NpyIter* it, npy_intp* outcoords) noexcept nogil # <<<<<<<<<<<<<<
|
|
@@ -18200,7 +18200,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
|
18200
18200
|
return __pyx_r;
|
|
18201
18201
|
}
|
|
18202
18202
|
|
|
18203
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18203
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":287
|
|
18204
18204
|
*
|
|
18205
18205
|
* @property
|
|
18206
18206
|
* cdef inline npy_intp itemsize(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18211,7 +18211,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
|
18211
18211
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
|
18212
18212
|
npy_intp __pyx_r;
|
|
18213
18213
|
|
|
18214
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18214
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":288
|
|
18215
18215
|
* @property
|
|
18216
18216
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
|
18217
18217
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -18221,7 +18221,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
18221
18221
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
|
18222
18222
|
goto __pyx_L0;
|
|
18223
18223
|
|
|
18224
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18224
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":287
|
|
18225
18225
|
*
|
|
18226
18226
|
* @property
|
|
18227
18227
|
* cdef inline npy_intp itemsize(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18234,7 +18234,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
18234
18234
|
return __pyx_r;
|
|
18235
18235
|
}
|
|
18236
18236
|
|
|
18237
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18237
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":291
|
|
18238
18238
|
*
|
|
18239
18239
|
* @property
|
|
18240
18240
|
* cdef inline npy_intp alignment(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18245,7 +18245,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
18245
18245
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
|
18246
18246
|
npy_intp __pyx_r;
|
|
18247
18247
|
|
|
18248
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18248
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":292
|
|
18249
18249
|
* @property
|
|
18250
18250
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
|
18251
18251
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
|
@@ -18255,7 +18255,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
|
18255
18255
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
|
18256
18256
|
goto __pyx_L0;
|
|
18257
18257
|
|
|
18258
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18258
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":291
|
|
18259
18259
|
*
|
|
18260
18260
|
* @property
|
|
18261
18261
|
* cdef inline npy_intp alignment(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18268,7 +18268,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
|
18268
18268
|
return __pyx_r;
|
|
18269
18269
|
}
|
|
18270
18270
|
|
|
18271
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18271
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":297
|
|
18272
18272
|
* # for this using PyDataType_HASFIELDS.
|
|
18273
18273
|
* @property
|
|
18274
18274
|
* cdef inline object fields(self): # <<<<<<<<<<<<<<
|
|
@@ -18282,7 +18282,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
18282
18282
|
PyObject *__pyx_t_1;
|
|
18283
18283
|
__Pyx_RefNannySetupContext("fields", 1);
|
|
18284
18284
|
|
|
18285
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18285
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":298
|
|
18286
18286
|
* @property
|
|
18287
18287
|
* cdef inline object fields(self):
|
|
18288
18288
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
|
@@ -18295,7 +18295,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
18295
18295
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
|
18296
18296
|
goto __pyx_L0;
|
|
18297
18297
|
|
|
18298
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18298
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":297
|
|
18299
18299
|
* # for this using PyDataType_HASFIELDS.
|
|
18300
18300
|
* @property
|
|
18301
18301
|
* cdef inline object fields(self): # <<<<<<<<<<<<<<
|
|
@@ -18310,7 +18310,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
18310
18310
|
return __pyx_r;
|
|
18311
18311
|
}
|
|
18312
18312
|
|
|
18313
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18313
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":301
|
|
18314
18314
|
*
|
|
18315
18315
|
* @property
|
|
18316
18316
|
* cdef inline tuple names(self): # <<<<<<<<<<<<<<
|
|
@@ -18324,7 +18324,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
18324
18324
|
PyObject *__pyx_t_1;
|
|
18325
18325
|
__Pyx_RefNannySetupContext("names", 1);
|
|
18326
18326
|
|
|
18327
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18327
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":302
|
|
18328
18328
|
* @property
|
|
18329
18329
|
* cdef inline tuple names(self):
|
|
18330
18330
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
|
@@ -18337,7 +18337,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
18337
18337
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
|
18338
18338
|
goto __pyx_L0;
|
|
18339
18339
|
|
|
18340
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18340
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":301
|
|
18341
18341
|
*
|
|
18342
18342
|
* @property
|
|
18343
18343
|
* cdef inline tuple names(self): # <<<<<<<<<<<<<<
|
|
@@ -18352,7 +18352,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
18352
18352
|
return __pyx_r;
|
|
18353
18353
|
}
|
|
18354
18354
|
|
|
18355
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18355
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":308
|
|
18356
18356
|
* # this field via the inline helper method PyDataType_SHAPE.
|
|
18357
18357
|
* @property
|
|
18358
18358
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18363,7 +18363,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
18363
18363
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
|
18364
18364
|
PyArray_ArrayDescr *__pyx_r;
|
|
18365
18365
|
|
|
18366
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18366
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":309
|
|
18367
18367
|
* @property
|
|
18368
18368
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
|
18369
18369
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
|
@@ -18373,7 +18373,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
18373
18373
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
|
18374
18374
|
goto __pyx_L0;
|
|
18375
18375
|
|
|
18376
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18376
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":308
|
|
18377
18377
|
* # this field via the inline helper method PyDataType_SHAPE.
|
|
18378
18378
|
* @property
|
|
18379
18379
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18386,7 +18386,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
18386
18386
|
return __pyx_r;
|
|
18387
18387
|
}
|
|
18388
18388
|
|
|
18389
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18389
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":312
|
|
18390
18390
|
*
|
|
18391
18391
|
* @property
|
|
18392
18392
|
* cdef inline npy_uint64 flags(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18397,7 +18397,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
18397
18397
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
|
18398
18398
|
npy_uint64 __pyx_r;
|
|
18399
18399
|
|
|
18400
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18400
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":314
|
|
18401
18401
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
|
18402
18402
|
* """The data types flags."""
|
|
18403
18403
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
|
@@ -18407,7 +18407,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
18407
18407
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
|
18408
18408
|
goto __pyx_L0;
|
|
18409
18409
|
|
|
18410
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18410
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":312
|
|
18411
18411
|
*
|
|
18412
18412
|
* @property
|
|
18413
18413
|
* cdef inline npy_uint64 flags(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18420,7 +18420,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
18420
18420
|
return __pyx_r;
|
|
18421
18421
|
}
|
|
18422
18422
|
|
|
18423
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18423
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":324
|
|
18424
18424
|
*
|
|
18425
18425
|
* @property
|
|
18426
18426
|
* cdef inline int numiter(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18431,7 +18431,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
18431
18431
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
|
18432
18432
|
int __pyx_r;
|
|
18433
18433
|
|
|
18434
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18434
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":326
|
|
18435
18435
|
* cdef inline int numiter(self) noexcept nogil:
|
|
18436
18436
|
* """The number of arrays that need to be broadcast to the same shape."""
|
|
18437
18437
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
|
@@ -18441,7 +18441,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
18441
18441
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
|
18442
18442
|
goto __pyx_L0;
|
|
18443
18443
|
|
|
18444
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18444
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":324
|
|
18445
18445
|
*
|
|
18446
18446
|
* @property
|
|
18447
18447
|
* cdef inline int numiter(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18454,7 +18454,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
18454
18454
|
return __pyx_r;
|
|
18455
18455
|
}
|
|
18456
18456
|
|
|
18457
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18457
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":329
|
|
18458
18458
|
*
|
|
18459
18459
|
* @property
|
|
18460
18460
|
* cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18465,7 +18465,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
18465
18465
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
|
18466
18466
|
npy_intp __pyx_r;
|
|
18467
18467
|
|
|
18468
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18468
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":331
|
|
18469
18469
|
* cdef inline npy_intp size(self) noexcept nogil:
|
|
18470
18470
|
* """The total broadcasted size."""
|
|
18471
18471
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -18475,7 +18475,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
18475
18475
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
|
18476
18476
|
goto __pyx_L0;
|
|
18477
18477
|
|
|
18478
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18478
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":329
|
|
18479
18479
|
*
|
|
18480
18480
|
* @property
|
|
18481
18481
|
* cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18488,7 +18488,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
18488
18488
|
return __pyx_r;
|
|
18489
18489
|
}
|
|
18490
18490
|
|
|
18491
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18491
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":334
|
|
18492
18492
|
*
|
|
18493
18493
|
* @property
|
|
18494
18494
|
* cdef inline npy_intp index(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18499,7 +18499,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
18499
18499
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
|
18500
18500
|
npy_intp __pyx_r;
|
|
18501
18501
|
|
|
18502
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18502
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":336
|
|
18503
18503
|
* cdef inline npy_intp index(self) noexcept nogil:
|
|
18504
18504
|
* """The current (1-d) index into the broadcasted result."""
|
|
18505
18505
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
|
@@ -18509,7 +18509,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
18509
18509
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
|
18510
18510
|
goto __pyx_L0;
|
|
18511
18511
|
|
|
18512
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18512
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":334
|
|
18513
18513
|
*
|
|
18514
18514
|
* @property
|
|
18515
18515
|
* cdef inline npy_intp index(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18522,7 +18522,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
18522
18522
|
return __pyx_r;
|
|
18523
18523
|
}
|
|
18524
18524
|
|
|
18525
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18525
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":339
|
|
18526
18526
|
*
|
|
18527
18527
|
* @property
|
|
18528
18528
|
* cdef inline int nd(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18533,7 +18533,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
18533
18533
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
|
18534
18534
|
int __pyx_r;
|
|
18535
18535
|
|
|
18536
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18536
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":341
|
|
18537
18537
|
* cdef inline int nd(self) noexcept nogil:
|
|
18538
18538
|
* """The number of dimensions in the broadcasted result."""
|
|
18539
18539
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -18543,7 +18543,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
18543
18543
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
|
18544
18544
|
goto __pyx_L0;
|
|
18545
18545
|
|
|
18546
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18546
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":339
|
|
18547
18547
|
*
|
|
18548
18548
|
* @property
|
|
18549
18549
|
* cdef inline int nd(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18556,7 +18556,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
18556
18556
|
return __pyx_r;
|
|
18557
18557
|
}
|
|
18558
18558
|
|
|
18559
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18559
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":344
|
|
18560
18560
|
*
|
|
18561
18561
|
* @property
|
|
18562
18562
|
* cdef inline npy_intp* dimensions(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18567,7 +18567,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
18567
18567
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
|
18568
18568
|
npy_intp *__pyx_r;
|
|
18569
18569
|
|
|
18570
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18570
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":346
|
|
18571
18571
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
|
18572
18572
|
* """The shape of the broadcasted result."""
|
|
18573
18573
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -18577,7 +18577,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
18577
18577
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
|
18578
18578
|
goto __pyx_L0;
|
|
18579
18579
|
|
|
18580
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18580
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":344
|
|
18581
18581
|
*
|
|
18582
18582
|
* @property
|
|
18583
18583
|
* cdef inline npy_intp* dimensions(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18590,7 +18590,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
18590
18590
|
return __pyx_r;
|
|
18591
18591
|
}
|
|
18592
18592
|
|
|
18593
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18593
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":349
|
|
18594
18594
|
*
|
|
18595
18595
|
* @property
|
|
18596
18596
|
* cdef inline void** iters(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18601,7 +18601,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
18601
18601
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
|
18602
18602
|
void **__pyx_r;
|
|
18603
18603
|
|
|
18604
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18604
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":352
|
|
18605
18605
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
|
18606
18606
|
* On return, the iterators are adjusted for broadcasting."""
|
|
18607
18607
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
|
@@ -18611,7 +18611,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
18611
18611
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
|
18612
18612
|
goto __pyx_L0;
|
|
18613
18613
|
|
|
18614
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18614
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":349
|
|
18615
18615
|
*
|
|
18616
18616
|
* @property
|
|
18617
18617
|
* cdef inline void** iters(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18624,7 +18624,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
18624
18624
|
return __pyx_r;
|
|
18625
18625
|
}
|
|
18626
18626
|
|
|
18627
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18627
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":367
|
|
18628
18628
|
*
|
|
18629
18629
|
* @property
|
|
18630
18630
|
* cdef inline PyObject* base(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18635,7 +18635,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
18635
18635
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
18636
18636
|
PyObject *__pyx_r;
|
|
18637
18637
|
|
|
18638
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18638
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":370
|
|
18639
18639
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
18640
18640
|
* """
|
|
18641
18641
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -18645,7 +18645,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
18645
18645
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
18646
18646
|
goto __pyx_L0;
|
|
18647
18647
|
|
|
18648
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18648
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":367
|
|
18649
18649
|
*
|
|
18650
18650
|
* @property
|
|
18651
18651
|
* cdef inline PyObject* base(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18658,7 +18658,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
18658
18658
|
return __pyx_r;
|
|
18659
18659
|
}
|
|
18660
18660
|
|
|
18661
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18661
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":373
|
|
18662
18662
|
*
|
|
18663
18663
|
* @property
|
|
18664
18664
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -18672,7 +18672,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
18672
18672
|
PyArray_Descr *__pyx_t_1;
|
|
18673
18673
|
__Pyx_RefNannySetupContext("descr", 1);
|
|
18674
18674
|
|
|
18675
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18675
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":376
|
|
18676
18676
|
* """Returns an owned reference to the dtype of the array.
|
|
18677
18677
|
* """
|
|
18678
18678
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -18685,7 +18685,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
18685
18685
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
18686
18686
|
goto __pyx_L0;
|
|
18687
18687
|
|
|
18688
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18688
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":373
|
|
18689
18689
|
*
|
|
18690
18690
|
* @property
|
|
18691
18691
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -18700,7 +18700,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
18700
18700
|
return __pyx_r;
|
|
18701
18701
|
}
|
|
18702
18702
|
|
|
18703
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18703
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":379
|
|
18704
18704
|
*
|
|
18705
18705
|
* @property
|
|
18706
18706
|
* cdef inline int ndim(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18711,7 +18711,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
18711
18711
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
18712
18712
|
int __pyx_r;
|
|
18713
18713
|
|
|
18714
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18714
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":382
|
|
18715
18715
|
* """Returns the number of dimensions in the array.
|
|
18716
18716
|
* """
|
|
18717
18717
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -18721,7 +18721,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
18721
18721
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
18722
18722
|
goto __pyx_L0;
|
|
18723
18723
|
|
|
18724
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18724
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":379
|
|
18725
18725
|
*
|
|
18726
18726
|
* @property
|
|
18727
18727
|
* cdef inline int ndim(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18734,7 +18734,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
18734
18734
|
return __pyx_r;
|
|
18735
18735
|
}
|
|
18736
18736
|
|
|
18737
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18737
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":385
|
|
18738
18738
|
*
|
|
18739
18739
|
* @property
|
|
18740
18740
|
* cdef inline npy_intp *shape(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18745,7 +18745,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
18745
18745
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
18746
18746
|
npy_intp *__pyx_r;
|
|
18747
18747
|
|
|
18748
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18748
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":390
|
|
18749
18749
|
* Can return NULL for 0-dimensional arrays.
|
|
18750
18750
|
* """
|
|
18751
18751
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -18755,7 +18755,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
18755
18755
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
18756
18756
|
goto __pyx_L0;
|
|
18757
18757
|
|
|
18758
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18758
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":385
|
|
18759
18759
|
*
|
|
18760
18760
|
* @property
|
|
18761
18761
|
* cdef inline npy_intp *shape(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18768,7 +18768,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
18768
18768
|
return __pyx_r;
|
|
18769
18769
|
}
|
|
18770
18770
|
|
|
18771
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18771
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":393
|
|
18772
18772
|
*
|
|
18773
18773
|
* @property
|
|
18774
18774
|
* cdef inline npy_intp *strides(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18779,7 +18779,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
18779
18779
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
18780
18780
|
npy_intp *__pyx_r;
|
|
18781
18781
|
|
|
18782
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18782
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":397
|
|
18783
18783
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
18784
18784
|
* """
|
|
18785
18785
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -18789,7 +18789,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
18789
18789
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
18790
18790
|
goto __pyx_L0;
|
|
18791
18791
|
|
|
18792
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18792
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":393
|
|
18793
18793
|
*
|
|
18794
18794
|
* @property
|
|
18795
18795
|
* cdef inline npy_intp *strides(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18802,7 +18802,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
18802
18802
|
return __pyx_r;
|
|
18803
18803
|
}
|
|
18804
18804
|
|
|
18805
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18805
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":400
|
|
18806
18806
|
*
|
|
18807
18807
|
* @property
|
|
18808
18808
|
* cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18813,7 +18813,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
18813
18813
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
18814
18814
|
npy_intp __pyx_r;
|
|
18815
18815
|
|
|
18816
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18816
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":403
|
|
18817
18817
|
* """Returns the total size (in number of elements) of the array.
|
|
18818
18818
|
* """
|
|
18819
18819
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -18823,7 +18823,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
18823
18823
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
18824
18824
|
goto __pyx_L0;
|
|
18825
18825
|
|
|
18826
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18826
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":400
|
|
18827
18827
|
*
|
|
18828
18828
|
* @property
|
|
18829
18829
|
* cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18836,7 +18836,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
18836
18836
|
return __pyx_r;
|
|
18837
18837
|
}
|
|
18838
18838
|
|
|
18839
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18839
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":406
|
|
18840
18840
|
*
|
|
18841
18841
|
* @property
|
|
18842
18842
|
* cdef inline char* data(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18847,7 +18847,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
18847
18847
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
18848
18848
|
char *__pyx_r;
|
|
18849
18849
|
|
|
18850
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18850
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":412
|
|
18851
18851
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
18852
18852
|
* """
|
|
18853
18853
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -18857,7 +18857,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
18857
18857
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
18858
18858
|
goto __pyx_L0;
|
|
18859
18859
|
|
|
18860
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18860
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":406
|
|
18861
18861
|
*
|
|
18862
18862
|
* @property
|
|
18863
18863
|
* cdef inline char* data(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18870,7 +18870,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
18870
18870
|
return __pyx_r;
|
|
18871
18871
|
}
|
|
18872
18872
|
|
|
18873
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18873
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":824
|
|
18874
18874
|
* ctypedef long double complex clongdouble_t
|
|
18875
18875
|
*
|
|
18876
18876
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -18887,7 +18887,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
18887
18887
|
int __pyx_clineno = 0;
|
|
18888
18888
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 1);
|
|
18889
18889
|
|
|
18890
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18890
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":825
|
|
18891
18891
|
*
|
|
18892
18892
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
18893
18893
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -18901,7 +18901,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
18901
18901
|
__pyx_t_1 = 0;
|
|
18902
18902
|
goto __pyx_L0;
|
|
18903
18903
|
|
|
18904
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18904
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":824
|
|
18905
18905
|
* ctypedef long double complex clongdouble_t
|
|
18906
18906
|
*
|
|
18907
18907
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -18920,7 +18920,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
18920
18920
|
return __pyx_r;
|
|
18921
18921
|
}
|
|
18922
18922
|
|
|
18923
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18923
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":827
|
|
18924
18924
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
18925
18925
|
*
|
|
18926
18926
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -18937,7 +18937,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
18937
18937
|
int __pyx_clineno = 0;
|
|
18938
18938
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 1);
|
|
18939
18939
|
|
|
18940
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18940
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":828
|
|
18941
18941
|
*
|
|
18942
18942
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
18943
18943
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -18951,7 +18951,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
18951
18951
|
__pyx_t_1 = 0;
|
|
18952
18952
|
goto __pyx_L0;
|
|
18953
18953
|
|
|
18954
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18954
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":827
|
|
18955
18955
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
18956
18956
|
*
|
|
18957
18957
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -18970,7 +18970,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
18970
18970
|
return __pyx_r;
|
|
18971
18971
|
}
|
|
18972
18972
|
|
|
18973
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18973
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":830
|
|
18974
18974
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
18975
18975
|
*
|
|
18976
18976
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -18987,7 +18987,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
18987
18987
|
int __pyx_clineno = 0;
|
|
18988
18988
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 1);
|
|
18989
18989
|
|
|
18990
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18990
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":831
|
|
18991
18991
|
*
|
|
18992
18992
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
18993
18993
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -19001,7 +19001,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
19001
19001
|
__pyx_t_1 = 0;
|
|
19002
19002
|
goto __pyx_L0;
|
|
19003
19003
|
|
|
19004
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19004
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":830
|
|
19005
19005
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
19006
19006
|
*
|
|
19007
19007
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -19020,7 +19020,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
19020
19020
|
return __pyx_r;
|
|
19021
19021
|
}
|
|
19022
19022
|
|
|
19023
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19023
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":833
|
|
19024
19024
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
19025
19025
|
*
|
|
19026
19026
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -19037,7 +19037,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
19037
19037
|
int __pyx_clineno = 0;
|
|
19038
19038
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 1);
|
|
19039
19039
|
|
|
19040
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19040
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":834
|
|
19041
19041
|
*
|
|
19042
19042
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
19043
19043
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -19051,7 +19051,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
19051
19051
|
__pyx_t_1 = 0;
|
|
19052
19052
|
goto __pyx_L0;
|
|
19053
19053
|
|
|
19054
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19054
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":833
|
|
19055
19055
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
19056
19056
|
*
|
|
19057
19057
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -19070,7 +19070,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
19070
19070
|
return __pyx_r;
|
|
19071
19071
|
}
|
|
19072
19072
|
|
|
19073
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19073
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":836
|
|
19074
19074
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
19075
19075
|
*
|
|
19076
19076
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -19087,7 +19087,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
19087
19087
|
int __pyx_clineno = 0;
|
|
19088
19088
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 1);
|
|
19089
19089
|
|
|
19090
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19090
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":837
|
|
19091
19091
|
*
|
|
19092
19092
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
19093
19093
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -19101,7 +19101,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
19101
19101
|
__pyx_t_1 = 0;
|
|
19102
19102
|
goto __pyx_L0;
|
|
19103
19103
|
|
|
19104
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19104
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":836
|
|
19105
19105
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
19106
19106
|
*
|
|
19107
19107
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -19120,7 +19120,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
19120
19120
|
return __pyx_r;
|
|
19121
19121
|
}
|
|
19122
19122
|
|
|
19123
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19123
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":839
|
|
19124
19124
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
19125
19125
|
*
|
|
19126
19126
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -19135,7 +19135,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19135
19135
|
PyObject *__pyx_t_2;
|
|
19136
19136
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 1);
|
|
19137
19137
|
|
|
19138
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19138
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":840
|
|
19139
19139
|
*
|
|
19140
19140
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
19141
19141
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -19145,7 +19145,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19145
19145
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
19146
19146
|
if (__pyx_t_1) {
|
|
19147
19147
|
|
|
19148
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19148
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":841
|
|
19149
19149
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
19150
19150
|
* if PyDataType_HASSUBARRAY(d):
|
|
19151
19151
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -19158,7 +19158,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19158
19158
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
|
19159
19159
|
goto __pyx_L0;
|
|
19160
19160
|
|
|
19161
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19161
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":840
|
|
19162
19162
|
*
|
|
19163
19163
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
19164
19164
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -19167,7 +19167,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19167
19167
|
*/
|
|
19168
19168
|
}
|
|
19169
19169
|
|
|
19170
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19170
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":843
|
|
19171
19171
|
* return <tuple>d.subarray.shape
|
|
19172
19172
|
* else:
|
|
19173
19173
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -19181,7 +19181,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19181
19181
|
goto __pyx_L0;
|
|
19182
19182
|
}
|
|
19183
19183
|
|
|
19184
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19184
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":839
|
|
19185
19185
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
19186
19186
|
*
|
|
19187
19187
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -19196,7 +19196,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19196
19196
|
return __pyx_r;
|
|
19197
19197
|
}
|
|
19198
19198
|
|
|
19199
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19199
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1027
|
|
19200
19200
|
* int _import_umath() except -1
|
|
19201
19201
|
*
|
|
19202
19202
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
|
@@ -19210,7 +19210,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
19210
19210
|
const char *__pyx_filename = NULL;
|
|
19211
19211
|
int __pyx_clineno = 0;
|
|
19212
19212
|
|
|
19213
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19213
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1028
|
|
19214
19214
|
*
|
|
19215
19215
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
|
19216
19216
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -19219,7 +19219,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
19219
19219
|
*/
|
|
19220
19220
|
Py_INCREF(__pyx_v_base);
|
|
19221
19221
|
|
|
19222
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19222
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
19223
19223
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
|
19224
19224
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
19225
19225
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
@@ -19228,7 +19228,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
19228
19228
|
*/
|
|
19229
19229
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(2, 1029, __pyx_L1_error)
|
|
19230
19230
|
|
|
19231
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19231
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1027
|
|
19232
19232
|
* int _import_umath() except -1
|
|
19233
19233
|
*
|
|
19234
19234
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
|
@@ -19243,7 +19243,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
19243
19243
|
__pyx_L0:;
|
|
19244
19244
|
}
|
|
19245
19245
|
|
|
19246
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19246
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1031
|
|
19247
19247
|
* PyArray_SetBaseObject(arr, base)
|
|
19248
19248
|
*
|
|
19249
19249
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -19258,7 +19258,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19258
19258
|
int __pyx_t_1;
|
|
19259
19259
|
__Pyx_RefNannySetupContext("get_array_base", 1);
|
|
19260
19260
|
|
|
19261
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19261
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1032
|
|
19262
19262
|
*
|
|
19263
19263
|
* cdef inline object get_array_base(ndarray arr):
|
|
19264
19264
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -19267,7 +19267,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19267
19267
|
*/
|
|
19268
19268
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
19269
19269
|
|
|
19270
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19270
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1033
|
|
19271
19271
|
* cdef inline object get_array_base(ndarray arr):
|
|
19272
19272
|
* base = PyArray_BASE(arr)
|
|
19273
19273
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -19277,7 +19277,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19277
19277
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
19278
19278
|
if (__pyx_t_1) {
|
|
19279
19279
|
|
|
19280
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19280
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1034
|
|
19281
19281
|
* base = PyArray_BASE(arr)
|
|
19282
19282
|
* if base is NULL:
|
|
19283
19283
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -19288,7 +19288,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19288
19288
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
19289
19289
|
goto __pyx_L0;
|
|
19290
19290
|
|
|
19291
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19291
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1033
|
|
19292
19292
|
* cdef inline object get_array_base(ndarray arr):
|
|
19293
19293
|
* base = PyArray_BASE(arr)
|
|
19294
19294
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -19297,7 +19297,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19297
19297
|
*/
|
|
19298
19298
|
}
|
|
19299
19299
|
|
|
19300
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19300
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
|
|
19301
19301
|
* if base is NULL:
|
|
19302
19302
|
* return None
|
|
19303
19303
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -19309,7 +19309,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19309
19309
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
19310
19310
|
goto __pyx_L0;
|
|
19311
19311
|
|
|
19312
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19312
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1031
|
|
19313
19313
|
* PyArray_SetBaseObject(arr, base)
|
|
19314
19314
|
*
|
|
19315
19315
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -19324,7 +19324,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19324
19324
|
return __pyx_r;
|
|
19325
19325
|
}
|
|
19326
19326
|
|
|
19327
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19327
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1039
|
|
19328
19328
|
* # Versions of the import_* functions which are more suitable for
|
|
19329
19329
|
* # Cython code.
|
|
19330
19330
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19348,7 +19348,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19348
19348
|
int __pyx_clineno = 0;
|
|
19349
19349
|
__Pyx_RefNannySetupContext("import_array", 1);
|
|
19350
19350
|
|
|
19351
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19351
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1040
|
|
19352
19352
|
* # Cython code.
|
|
19353
19353
|
* cdef inline int import_array() except -1:
|
|
19354
19354
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19364,7 +19364,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19364
19364
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
19365
19365
|
/*try:*/ {
|
|
19366
19366
|
|
|
19367
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19367
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
|
|
19368
19368
|
* cdef inline int import_array() except -1:
|
|
19369
19369
|
* try:
|
|
19370
19370
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
@@ -19373,7 +19373,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19373
19373
|
*/
|
|
19374
19374
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1041, __pyx_L3_error)
|
|
19375
19375
|
|
|
19376
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19376
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1040
|
|
19377
19377
|
* # Cython code.
|
|
19378
19378
|
* cdef inline int import_array() except -1:
|
|
19379
19379
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19387,7 +19387,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19387
19387
|
goto __pyx_L8_try_end;
|
|
19388
19388
|
__pyx_L3_error:;
|
|
19389
19389
|
|
|
19390
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19390
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1042
|
|
19391
19391
|
* try:
|
|
19392
19392
|
* __pyx_import_array()
|
|
19393
19393
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -19402,7 +19402,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19402
19402
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
19403
19403
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
19404
19404
|
|
|
19405
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19405
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1043
|
|
19406
19406
|
* __pyx_import_array()
|
|
19407
19407
|
* except Exception:
|
|
19408
19408
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -19417,7 +19417,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19417
19417
|
}
|
|
19418
19418
|
goto __pyx_L5_except_error;
|
|
19419
19419
|
|
|
19420
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19420
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1040
|
|
19421
19421
|
* # Cython code.
|
|
19422
19422
|
* cdef inline int import_array() except -1:
|
|
19423
19423
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19433,7 +19433,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19433
19433
|
__pyx_L8_try_end:;
|
|
19434
19434
|
}
|
|
19435
19435
|
|
|
19436
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19436
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1039
|
|
19437
19437
|
* # Versions of the import_* functions which are more suitable for
|
|
19438
19438
|
* # Cython code.
|
|
19439
19439
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19456,7 +19456,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19456
19456
|
return __pyx_r;
|
|
19457
19457
|
}
|
|
19458
19458
|
|
|
19459
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19459
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1045
|
|
19460
19460
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
19461
19461
|
*
|
|
19462
19462
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19480,7 +19480,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19480
19480
|
int __pyx_clineno = 0;
|
|
19481
19481
|
__Pyx_RefNannySetupContext("import_umath", 1);
|
|
19482
19482
|
|
|
19483
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19483
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1046
|
|
19484
19484
|
*
|
|
19485
19485
|
* cdef inline int import_umath() except -1:
|
|
19486
19486
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19496,7 +19496,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19496
19496
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
19497
19497
|
/*try:*/ {
|
|
19498
19498
|
|
|
19499
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19499
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1047
|
|
19500
19500
|
* cdef inline int import_umath() except -1:
|
|
19501
19501
|
* try:
|
|
19502
19502
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -19505,7 +19505,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19505
19505
|
*/
|
|
19506
19506
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1047, __pyx_L3_error)
|
|
19507
19507
|
|
|
19508
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19508
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1046
|
|
19509
19509
|
*
|
|
19510
19510
|
* cdef inline int import_umath() except -1:
|
|
19511
19511
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19519,7 +19519,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19519
19519
|
goto __pyx_L8_try_end;
|
|
19520
19520
|
__pyx_L3_error:;
|
|
19521
19521
|
|
|
19522
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19522
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1048
|
|
19523
19523
|
* try:
|
|
19524
19524
|
* _import_umath()
|
|
19525
19525
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -19534,7 +19534,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19534
19534
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
19535
19535
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
19536
19536
|
|
|
19537
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19537
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1049
|
|
19538
19538
|
* _import_umath()
|
|
19539
19539
|
* except Exception:
|
|
19540
19540
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -19549,7 +19549,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19549
19549
|
}
|
|
19550
19550
|
goto __pyx_L5_except_error;
|
|
19551
19551
|
|
|
19552
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19552
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1046
|
|
19553
19553
|
*
|
|
19554
19554
|
* cdef inline int import_umath() except -1:
|
|
19555
19555
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19565,7 +19565,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19565
19565
|
__pyx_L8_try_end:;
|
|
19566
19566
|
}
|
|
19567
19567
|
|
|
19568
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19568
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1045
|
|
19569
19569
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
19570
19570
|
*
|
|
19571
19571
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19588,7 +19588,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19588
19588
|
return __pyx_r;
|
|
19589
19589
|
}
|
|
19590
19590
|
|
|
19591
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19591
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1051
|
|
19592
19592
|
* raise ImportError("numpy._core.umath failed to import")
|
|
19593
19593
|
*
|
|
19594
19594
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19612,7 +19612,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19612
19612
|
int __pyx_clineno = 0;
|
|
19613
19613
|
__Pyx_RefNannySetupContext("import_ufunc", 1);
|
|
19614
19614
|
|
|
19615
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19615
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1052
|
|
19616
19616
|
*
|
|
19617
19617
|
* cdef inline int import_ufunc() except -1:
|
|
19618
19618
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19628,7 +19628,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19628
19628
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
19629
19629
|
/*try:*/ {
|
|
19630
19630
|
|
|
19631
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19631
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1053
|
|
19632
19632
|
* cdef inline int import_ufunc() except -1:
|
|
19633
19633
|
* try:
|
|
19634
19634
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -19637,7 +19637,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19637
19637
|
*/
|
|
19638
19638
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1053, __pyx_L3_error)
|
|
19639
19639
|
|
|
19640
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19640
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1052
|
|
19641
19641
|
*
|
|
19642
19642
|
* cdef inline int import_ufunc() except -1:
|
|
19643
19643
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19651,7 +19651,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19651
19651
|
goto __pyx_L8_try_end;
|
|
19652
19652
|
__pyx_L3_error:;
|
|
19653
19653
|
|
|
19654
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19654
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1054
|
|
19655
19655
|
* try:
|
|
19656
19656
|
* _import_umath()
|
|
19657
19657
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -19666,7 +19666,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19666
19666
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
19667
19667
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
19668
19668
|
|
|
19669
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19669
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1055
|
|
19670
19670
|
* _import_umath()
|
|
19671
19671
|
* except Exception:
|
|
19672
19672
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -19681,7 +19681,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19681
19681
|
}
|
|
19682
19682
|
goto __pyx_L5_except_error;
|
|
19683
19683
|
|
|
19684
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19684
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1052
|
|
19685
19685
|
*
|
|
19686
19686
|
* cdef inline int import_ufunc() except -1:
|
|
19687
19687
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19697,7 +19697,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19697
19697
|
__pyx_L8_try_end:;
|
|
19698
19698
|
}
|
|
19699
19699
|
|
|
19700
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19700
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1051
|
|
19701
19701
|
* raise ImportError("numpy._core.umath failed to import")
|
|
19702
19702
|
*
|
|
19703
19703
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19720,7 +19720,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19720
19720
|
return __pyx_r;
|
|
19721
19721
|
}
|
|
19722
19722
|
|
|
19723
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19723
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1058
|
|
19724
19724
|
*
|
|
19725
19725
|
*
|
|
19726
19726
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -19731,7 +19731,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19731
19731
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
19732
19732
|
int __pyx_r;
|
|
19733
19733
|
|
|
19734
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19734
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1070
|
|
19735
19735
|
* bool
|
|
19736
19736
|
* """
|
|
19737
19737
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -19741,7 +19741,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
19741
19741
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
19742
19742
|
goto __pyx_L0;
|
|
19743
19743
|
|
|
19744
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19744
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1058
|
|
19745
19745
|
*
|
|
19746
19746
|
*
|
|
19747
19747
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -19754,7 +19754,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
19754
19754
|
return __pyx_r;
|
|
19755
19755
|
}
|
|
19756
19756
|
|
|
19757
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19757
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1073
|
|
19758
19758
|
*
|
|
19759
19759
|
*
|
|
19760
19760
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -19765,7 +19765,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
19765
19765
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
19766
19766
|
int __pyx_r;
|
|
19767
19767
|
|
|
19768
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19768
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1085
|
|
19769
19769
|
* bool
|
|
19770
19770
|
* """
|
|
19771
19771
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -19775,7 +19775,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
19775
19775
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
19776
19776
|
goto __pyx_L0;
|
|
19777
19777
|
|
|
19778
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19778
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1073
|
|
19779
19779
|
*
|
|
19780
19780
|
*
|
|
19781
19781
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -19788,7 +19788,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
19788
19788
|
return __pyx_r;
|
|
19789
19789
|
}
|
|
19790
19790
|
|
|
19791
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19791
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1088
|
|
19792
19792
|
*
|
|
19793
19793
|
*
|
|
19794
19794
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19799,7 +19799,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
19799
19799
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
19800
19800
|
npy_datetime __pyx_r;
|
|
19801
19801
|
|
|
19802
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19802
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1095
|
|
19803
19803
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
19804
19804
|
* """
|
|
19805
19805
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -19809,7 +19809,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
19809
19809
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
19810
19810
|
goto __pyx_L0;
|
|
19811
19811
|
|
|
19812
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19812
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1088
|
|
19813
19813
|
*
|
|
19814
19814
|
*
|
|
19815
19815
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19822,7 +19822,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
19822
19822
|
return __pyx_r;
|
|
19823
19823
|
}
|
|
19824
19824
|
|
|
19825
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19825
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1098
|
|
19826
19826
|
*
|
|
19827
19827
|
*
|
|
19828
19828
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19833,7 +19833,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
19833
19833
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
19834
19834
|
npy_timedelta __pyx_r;
|
|
19835
19835
|
|
|
19836
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19836
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1102
|
|
19837
19837
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
19838
19838
|
* """
|
|
19839
19839
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -19843,7 +19843,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
19843
19843
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
19844
19844
|
goto __pyx_L0;
|
|
19845
19845
|
|
|
19846
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19846
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1098
|
|
19847
19847
|
*
|
|
19848
19848
|
*
|
|
19849
19849
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19856,7 +19856,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
19856
19856
|
return __pyx_r;
|
|
19857
19857
|
}
|
|
19858
19858
|
|
|
19859
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19859
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1105
|
|
19860
19860
|
*
|
|
19861
19861
|
*
|
|
19862
19862
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19867,7 +19867,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
19867
19867
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
19868
19868
|
NPY_DATETIMEUNIT __pyx_r;
|
|
19869
19869
|
|
|
19870
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19870
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1109
|
|
19871
19871
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
19872
19872
|
* """
|
|
19873
19873
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -19877,7 +19877,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
19877
19877
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
19878
19878
|
goto __pyx_L0;
|
|
19879
19879
|
|
|
19880
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19880
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1105
|
|
19881
19881
|
*
|
|
19882
19882
|
*
|
|
19883
19883
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -27219,7 +27219,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
27219
27219
|
__Pyx_GOTREF(__pyx_tuple__8);
|
|
27220
27220
|
__Pyx_GIVEREF(__pyx_tuple__8);
|
|
27221
27221
|
|
|
27222
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
27222
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1043
|
|
27223
27223
|
* __pyx_import_array()
|
|
27224
27224
|
* except Exception:
|
|
27225
27225
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -27230,7 +27230,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
27230
27230
|
__Pyx_GOTREF(__pyx_tuple__9);
|
|
27231
27231
|
__Pyx_GIVEREF(__pyx_tuple__9);
|
|
27232
27232
|
|
|
27233
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
27233
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-wblcni6l/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1049
|
|
27234
27234
|
* _import_umath()
|
|
27235
27235
|
* except Exception:
|
|
27236
27236
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|