scikit-network 0.33.1__cp310-cp310-win_amd64.whl → 0.33.2__cp310-cp310-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 scikit-network might be problematic. Click here for more details.
- {scikit_network-0.33.1.dist-info → scikit_network-0.33.2.dist-info}/METADATA +9 -7
- {scikit_network-0.33.1.dist-info → scikit_network-0.33.2.dist-info}/RECORD +33 -33
- {scikit_network-0.33.1.dist-info → scikit_network-0.33.2.dist-info}/WHEEL +1 -1
- sknetwork/classification/vote.cp310-win_amd64.pyd +0 -0
- sknetwork/classification/vote.cpp +6 -6
- sknetwork/clustering/leiden_core.cp310-win_amd64.pyd +0 -0
- sknetwork/clustering/leiden_core.cpp +6 -6
- sknetwork/clustering/louvain_core.cp310-win_amd64.pyd +0 -0
- sknetwork/clustering/louvain_core.cpp +6 -6
- sknetwork/gnn/base_activation.py +1 -0
- sknetwork/hierarchy/paris.cp310-win_amd64.pyd +0 -0
- sknetwork/hierarchy/paris.cpp +215 -233
- sknetwork/linalg/diteration.cp310-win_amd64.pyd +0 -0
- sknetwork/linalg/diteration.cpp +6 -6
- sknetwork/linalg/push.cp310-win_amd64.pyd +0 -0
- sknetwork/linalg/push.cpp +215 -233
- sknetwork/ranking/betweenness.cp310-win_amd64.pyd +0 -0
- sknetwork/ranking/betweenness.cpp +6 -6
- sknetwork/topology/cliques.cp310-win_amd64.pyd +0 -0
- sknetwork/topology/cliques.cpp +215 -233
- sknetwork/topology/core.cp310-win_amd64.pyd +0 -0
- sknetwork/topology/core.cpp +216 -234
- sknetwork/topology/cycles.py +2 -2
- sknetwork/topology/minheap.cp310-win_amd64.pyd +0 -0
- sknetwork/topology/minheap.cpp +6 -6
- sknetwork/topology/triangles.cp310-win_amd64.pyd +0 -0
- sknetwork/topology/triangles.cpp +6 -6
- sknetwork/topology/weisfeiler_lehman_core.cp310-win_amd64.pyd +0 -0
- sknetwork/topology/weisfeiler_lehman_core.cpp +6 -6
- sknetwork/visualization/graphs.py +1 -1
- {scikit_network-0.33.1.dist-info → scikit_network-0.33.2.dist-info/licenses}/AUTHORS.rst +0 -0
- {scikit_network-0.33.1.dist-info → scikit_network-0.33.2.dist-info/licenses}/LICENSE +0 -0
- {scikit_network-0.33.1.dist-info → scikit_network-0.33.2.dist-info}/top_level.txt +0 -0
sknetwork/linalg/push.cpp
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
/* Generated by Cython 3.0.
|
|
1
|
+
/* Generated by Cython 3.0.12 */
|
|
2
2
|
|
|
3
3
|
/* BEGIN: Cython Metadata
|
|
4
4
|
{
|
|
5
5
|
"distutils": {
|
|
6
6
|
"depends": [
|
|
7
|
-
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-
|
|
8
|
-
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-
|
|
9
|
-
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-
|
|
10
|
-
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-
|
|
11
|
-
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-
|
|
7
|
+
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-09xj1dam\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\arrayobject.h",
|
|
8
|
+
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-09xj1dam\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\arrayscalars.h",
|
|
9
|
+
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-09xj1dam\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ndarrayobject.h",
|
|
10
|
+
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-09xj1dam\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ndarraytypes.h",
|
|
11
|
+
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-09xj1dam\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ufuncobject.h"
|
|
12
12
|
],
|
|
13
13
|
"extra_compile_args": [
|
|
14
14
|
"/d2FH4-"
|
|
15
15
|
],
|
|
16
16
|
"include_dirs": [
|
|
17
|
-
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-
|
|
17
|
+
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-09xj1dam\\overlay\\Lib\\site-packages\\numpy\\_core\\include"
|
|
18
18
|
],
|
|
19
19
|
"language": "c++",
|
|
20
20
|
"name": "sknetwork.linalg.push",
|
|
@@ -50,10 +50,10 @@ END: Cython Metadata */
|
|
|
50
50
|
#else
|
|
51
51
|
#define __PYX_EXTRA_ABI_MODULE_NAME ""
|
|
52
52
|
#endif
|
|
53
|
-
#define CYTHON_ABI "
|
|
53
|
+
#define CYTHON_ABI "3_0_12" __PYX_EXTRA_ABI_MODULE_NAME
|
|
54
54
|
#define __PYX_ABI_MODULE_NAME "_cython_" CYTHON_ABI
|
|
55
55
|
#define __PYX_TYPE_MODULE_PREFIX __PYX_ABI_MODULE_NAME "."
|
|
56
|
-
#define CYTHON_HEX_VERSION
|
|
56
|
+
#define CYTHON_HEX_VERSION 0x03000CF0
|
|
57
57
|
#define CYTHON_FUTURE_DIVISION 1
|
|
58
58
|
#include <stddef.h>
|
|
59
59
|
#ifndef offsetof
|
|
@@ -1693,7 +1693,7 @@ typedef struct {
|
|
|
1693
1693
|
|
|
1694
1694
|
/* #### Code section: numeric_typedefs ### */
|
|
1695
1695
|
|
|
1696
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1696
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":787
|
|
1697
1697
|
* # in Cython to enable them only on the right systems.
|
|
1698
1698
|
*
|
|
1699
1699
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
|
@@ -1702,7 +1702,7 @@ typedef struct {
|
|
|
1702
1702
|
*/
|
|
1703
1703
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1704
1704
|
|
|
1705
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1705
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":788
|
|
1706
1706
|
*
|
|
1707
1707
|
* ctypedef npy_int8 int8_t
|
|
1708
1708
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
|
@@ -1711,7 +1711,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
|
1711
1711
|
*/
|
|
1712
1712
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1713
1713
|
|
|
1714
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1714
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":789
|
|
1715
1715
|
* ctypedef npy_int8 int8_t
|
|
1716
1716
|
* ctypedef npy_int16 int16_t
|
|
1717
1717
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
|
@@ -1720,7 +1720,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
|
1720
1720
|
*/
|
|
1721
1721
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1722
1722
|
|
|
1723
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1723
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":790
|
|
1724
1724
|
* ctypedef npy_int16 int16_t
|
|
1725
1725
|
* ctypedef npy_int32 int32_t
|
|
1726
1726
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
|
@@ -1729,7 +1729,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
|
1729
1729
|
*/
|
|
1730
1730
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1731
1731
|
|
|
1732
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1732
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":794
|
|
1733
1733
|
* #ctypedef npy_int128 int128_t
|
|
1734
1734
|
*
|
|
1735
1735
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
|
@@ -1738,7 +1738,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
|
1738
1738
|
*/
|
|
1739
1739
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1740
1740
|
|
|
1741
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1741
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":795
|
|
1742
1742
|
*
|
|
1743
1743
|
* ctypedef npy_uint8 uint8_t
|
|
1744
1744
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
|
@@ -1747,7 +1747,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
|
1747
1747
|
*/
|
|
1748
1748
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1749
1749
|
|
|
1750
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1750
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":796
|
|
1751
1751
|
* ctypedef npy_uint8 uint8_t
|
|
1752
1752
|
* ctypedef npy_uint16 uint16_t
|
|
1753
1753
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
|
@@ -1756,7 +1756,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
|
1756
1756
|
*/
|
|
1757
1757
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1758
1758
|
|
|
1759
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1759
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":797
|
|
1760
1760
|
* ctypedef npy_uint16 uint16_t
|
|
1761
1761
|
* ctypedef npy_uint32 uint32_t
|
|
1762
1762
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
|
@@ -1765,7 +1765,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
|
1765
1765
|
*/
|
|
1766
1766
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1767
1767
|
|
|
1768
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1768
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":801
|
|
1769
1769
|
* #ctypedef npy_uint128 uint128_t
|
|
1770
1770
|
*
|
|
1771
1771
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
|
@@ -1774,7 +1774,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
|
1774
1774
|
*/
|
|
1775
1775
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1776
1776
|
|
|
1777
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1777
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":802
|
|
1778
1778
|
*
|
|
1779
1779
|
* ctypedef npy_float32 float32_t
|
|
1780
1780
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
|
@@ -1783,7 +1783,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
|
1783
1783
|
*/
|
|
1784
1784
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1785
1785
|
|
|
1786
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1786
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":809
|
|
1787
1787
|
* ctypedef double complex complex128_t
|
|
1788
1788
|
*
|
|
1789
1789
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
|
@@ -1792,7 +1792,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
|
1792
1792
|
*/
|
|
1793
1793
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1794
1794
|
|
|
1795
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1795
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":810
|
|
1796
1796
|
*
|
|
1797
1797
|
* ctypedef npy_longlong longlong_t
|
|
1798
1798
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
|
@@ -1801,7 +1801,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
|
1801
1801
|
*/
|
|
1802
1802
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1803
1803
|
|
|
1804
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1804
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":812
|
|
1805
1805
|
* ctypedef npy_ulonglong ulonglong_t
|
|
1806
1806
|
*
|
|
1807
1807
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
|
@@ -1810,7 +1810,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
|
1810
1810
|
*/
|
|
1811
1811
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1812
1812
|
|
|
1813
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1813
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":813
|
|
1814
1814
|
*
|
|
1815
1815
|
* ctypedef npy_intp intp_t
|
|
1816
1816
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
|
@@ -1819,7 +1819,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
|
1819
1819
|
*/
|
|
1820
1820
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1821
1821
|
|
|
1822
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1822
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":815
|
|
1823
1823
|
* ctypedef npy_uintp uintp_t
|
|
1824
1824
|
*
|
|
1825
1825
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
|
@@ -1828,7 +1828,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
|
1828
1828
|
*/
|
|
1829
1829
|
typedef npy_double __pyx_t_5numpy_float_t;
|
|
1830
1830
|
|
|
1831
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1831
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":816
|
|
1832
1832
|
*
|
|
1833
1833
|
* ctypedef npy_double float_t
|
|
1834
1834
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
|
@@ -1837,7 +1837,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
|
1837
1837
|
*/
|
|
1838
1838
|
typedef npy_double __pyx_t_5numpy_double_t;
|
|
1839
1839
|
|
|
1840
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1840
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":817
|
|
1841
1841
|
* ctypedef npy_double float_t
|
|
1842
1842
|
* ctypedef npy_double double_t
|
|
1843
1843
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1890,24 +1890,6 @@ struct __pyx_MemviewEnum_obj;
|
|
|
1890
1890
|
struct __pyx_memoryview_obj;
|
|
1891
1891
|
struct __pyx_memoryviewslice_obj;
|
|
1892
1892
|
|
|
1893
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-mjaq6z51/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1095
|
|
1894
|
-
*
|
|
1895
|
-
* # Iterator API added in v1.6
|
|
1896
|
-
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil # <<<<<<<<<<<<<<
|
|
1897
|
-
* ctypedef void (*NpyIter_GetMultiIndexFunc)(NpyIter* it, npy_intp* outcoords) noexcept nogil
|
|
1898
|
-
*
|
|
1899
|
-
*/
|
|
1900
|
-
typedef int (*__pyx_t_5numpy_NpyIter_IterNextFunc)(NpyIter *);
|
|
1901
|
-
|
|
1902
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-mjaq6z51/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1096
|
|
1903
|
-
* # Iterator API added in v1.6
|
|
1904
|
-
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil
|
|
1905
|
-
* ctypedef void (*NpyIter_GetMultiIndexFunc)(NpyIter* it, npy_intp* outcoords) noexcept nogil # <<<<<<<<<<<<<<
|
|
1906
|
-
*
|
|
1907
|
-
* cdef extern from "numpy/arrayobject.h":
|
|
1908
|
-
*/
|
|
1909
|
-
typedef void (*__pyx_t_5numpy_NpyIter_GetMultiIndexFunc)(NpyIter *, npy_intp *);
|
|
1910
|
-
|
|
1911
1893
|
/* "View.MemoryView":114
|
|
1912
1894
|
* @cython.collection_type("sequence")
|
|
1913
1895
|
* @cname("__pyx_array")
|
|
@@ -2279,7 +2261,7 @@ static PyObject *__Pyx_PyFunction_FastCallDict(PyObject *func, PyObject **args,
|
|
|
2279
2261
|
#if !CYTHON_VECTORCALL
|
|
2280
2262
|
#if PY_VERSION_HEX >= 0x03080000
|
|
2281
2263
|
#include "frameobject.h"
|
|
2282
|
-
#if PY_VERSION_HEX >= 0x030b00a6 && !CYTHON_COMPILING_IN_LIMITED_API
|
|
2264
|
+
#if PY_VERSION_HEX >= 0x030b00a6 && !CYTHON_COMPILING_IN_LIMITED_API && !defined(PYPY_VERSION)
|
|
2283
2265
|
#ifndef Py_BUILD_CORE
|
|
2284
2266
|
#define Py_BUILD_CORE 1
|
|
2285
2267
|
#endif
|
|
@@ -2699,22 +2681,22 @@ static int __Pyx_setup_reduce(PyObject* type_obj);
|
|
|
2699
2681
|
#endif
|
|
2700
2682
|
|
|
2701
2683
|
/* TypeImport.proto */
|
|
2702
|
-
#ifndef
|
|
2703
|
-
#define
|
|
2684
|
+
#ifndef __PYX_HAVE_RT_ImportType_proto_3_0_12
|
|
2685
|
+
#define __PYX_HAVE_RT_ImportType_proto_3_0_12
|
|
2704
2686
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
|
2705
2687
|
#include <stdalign.h>
|
|
2706
2688
|
#endif
|
|
2707
2689
|
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
|
|
2708
|
-
#define
|
|
2690
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_0_12(s) alignof(s)
|
|
2709
2691
|
#else
|
|
2710
|
-
#define
|
|
2692
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_0_12(s) sizeof(void*)
|
|
2711
2693
|
#endif
|
|
2712
|
-
enum
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2694
|
+
enum __Pyx_ImportType_CheckSize_3_0_12 {
|
|
2695
|
+
__Pyx_ImportType_CheckSize_Error_3_0_12 = 0,
|
|
2696
|
+
__Pyx_ImportType_CheckSize_Warn_3_0_12 = 1,
|
|
2697
|
+
__Pyx_ImportType_CheckSize_Ignore_3_0_12 = 2
|
|
2716
2698
|
};
|
|
2717
|
-
static PyTypeObject *
|
|
2699
|
+
static PyTypeObject *__Pyx_ImportType_3_0_12(PyObject* module, const char *module_name, const char *class_name, size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_0_12 check_size);
|
|
2718
2700
|
#endif
|
|
2719
2701
|
|
|
2720
2702
|
/* FetchSharedCythonModule.proto */
|
|
@@ -18083,7 +18065,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
|
18083
18065
|
return __pyx_r;
|
|
18084
18066
|
}
|
|
18085
18067
|
|
|
18086
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18068
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":287
|
|
18087
18069
|
*
|
|
18088
18070
|
* @property
|
|
18089
18071
|
* cdef inline npy_intp itemsize(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18094,7 +18076,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
|
18094
18076
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
|
18095
18077
|
npy_intp __pyx_r;
|
|
18096
18078
|
|
|
18097
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18079
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":288
|
|
18098
18080
|
* @property
|
|
18099
18081
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
|
18100
18082
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -18104,7 +18086,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
18104
18086
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
|
18105
18087
|
goto __pyx_L0;
|
|
18106
18088
|
|
|
18107
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18089
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":287
|
|
18108
18090
|
*
|
|
18109
18091
|
* @property
|
|
18110
18092
|
* cdef inline npy_intp itemsize(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18117,7 +18099,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
18117
18099
|
return __pyx_r;
|
|
18118
18100
|
}
|
|
18119
18101
|
|
|
18120
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18102
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":291
|
|
18121
18103
|
*
|
|
18122
18104
|
* @property
|
|
18123
18105
|
* cdef inline npy_intp alignment(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18128,7 +18110,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
18128
18110
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
|
18129
18111
|
npy_intp __pyx_r;
|
|
18130
18112
|
|
|
18131
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18113
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":292
|
|
18132
18114
|
* @property
|
|
18133
18115
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
|
18134
18116
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
|
@@ -18138,7 +18120,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
|
18138
18120
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
|
18139
18121
|
goto __pyx_L0;
|
|
18140
18122
|
|
|
18141
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18123
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":291
|
|
18142
18124
|
*
|
|
18143
18125
|
* @property
|
|
18144
18126
|
* cdef inline npy_intp alignment(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18151,7 +18133,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
|
18151
18133
|
return __pyx_r;
|
|
18152
18134
|
}
|
|
18153
18135
|
|
|
18154
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18136
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":297
|
|
18155
18137
|
* # for this using PyDataType_HASFIELDS.
|
|
18156
18138
|
* @property
|
|
18157
18139
|
* cdef inline object fields(self): # <<<<<<<<<<<<<<
|
|
@@ -18165,7 +18147,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
18165
18147
|
PyObject *__pyx_t_1;
|
|
18166
18148
|
__Pyx_RefNannySetupContext("fields", 1);
|
|
18167
18149
|
|
|
18168
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18150
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":298
|
|
18169
18151
|
* @property
|
|
18170
18152
|
* cdef inline object fields(self):
|
|
18171
18153
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
|
@@ -18178,7 +18160,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
18178
18160
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
|
18179
18161
|
goto __pyx_L0;
|
|
18180
18162
|
|
|
18181
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18163
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":297
|
|
18182
18164
|
* # for this using PyDataType_HASFIELDS.
|
|
18183
18165
|
* @property
|
|
18184
18166
|
* cdef inline object fields(self): # <<<<<<<<<<<<<<
|
|
@@ -18193,7 +18175,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
18193
18175
|
return __pyx_r;
|
|
18194
18176
|
}
|
|
18195
18177
|
|
|
18196
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18178
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":301
|
|
18197
18179
|
*
|
|
18198
18180
|
* @property
|
|
18199
18181
|
* cdef inline tuple names(self): # <<<<<<<<<<<<<<
|
|
@@ -18207,7 +18189,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
18207
18189
|
PyObject *__pyx_t_1;
|
|
18208
18190
|
__Pyx_RefNannySetupContext("names", 1);
|
|
18209
18191
|
|
|
18210
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18192
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":302
|
|
18211
18193
|
* @property
|
|
18212
18194
|
* cdef inline tuple names(self):
|
|
18213
18195
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
|
@@ -18220,7 +18202,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
18220
18202
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
|
18221
18203
|
goto __pyx_L0;
|
|
18222
18204
|
|
|
18223
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18205
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":301
|
|
18224
18206
|
*
|
|
18225
18207
|
* @property
|
|
18226
18208
|
* cdef inline tuple names(self): # <<<<<<<<<<<<<<
|
|
@@ -18235,7 +18217,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
18235
18217
|
return __pyx_r;
|
|
18236
18218
|
}
|
|
18237
18219
|
|
|
18238
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18220
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":308
|
|
18239
18221
|
* # this field via the inline helper method PyDataType_SHAPE.
|
|
18240
18222
|
* @property
|
|
18241
18223
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18246,7 +18228,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
18246
18228
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
|
18247
18229
|
PyArray_ArrayDescr *__pyx_r;
|
|
18248
18230
|
|
|
18249
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18231
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":309
|
|
18250
18232
|
* @property
|
|
18251
18233
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
|
18252
18234
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
|
@@ -18256,7 +18238,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
18256
18238
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
|
18257
18239
|
goto __pyx_L0;
|
|
18258
18240
|
|
|
18259
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18241
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":308
|
|
18260
18242
|
* # this field via the inline helper method PyDataType_SHAPE.
|
|
18261
18243
|
* @property
|
|
18262
18244
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18269,7 +18251,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
18269
18251
|
return __pyx_r;
|
|
18270
18252
|
}
|
|
18271
18253
|
|
|
18272
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18254
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":312
|
|
18273
18255
|
*
|
|
18274
18256
|
* @property
|
|
18275
18257
|
* cdef inline npy_uint64 flags(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18280,7 +18262,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
18280
18262
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
|
18281
18263
|
npy_uint64 __pyx_r;
|
|
18282
18264
|
|
|
18283
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18265
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":314
|
|
18284
18266
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
|
18285
18267
|
* """The data types flags."""
|
|
18286
18268
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
|
@@ -18290,7 +18272,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
18290
18272
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
|
18291
18273
|
goto __pyx_L0;
|
|
18292
18274
|
|
|
18293
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18275
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":312
|
|
18294
18276
|
*
|
|
18295
18277
|
* @property
|
|
18296
18278
|
* cdef inline npy_uint64 flags(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18303,7 +18285,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
18303
18285
|
return __pyx_r;
|
|
18304
18286
|
}
|
|
18305
18287
|
|
|
18306
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18288
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":324
|
|
18307
18289
|
*
|
|
18308
18290
|
* @property
|
|
18309
18291
|
* cdef inline int numiter(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18314,7 +18296,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
18314
18296
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
|
18315
18297
|
int __pyx_r;
|
|
18316
18298
|
|
|
18317
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18299
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":326
|
|
18318
18300
|
* cdef inline int numiter(self) noexcept nogil:
|
|
18319
18301
|
* """The number of arrays that need to be broadcast to the same shape."""
|
|
18320
18302
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
|
@@ -18324,7 +18306,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
18324
18306
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
|
18325
18307
|
goto __pyx_L0;
|
|
18326
18308
|
|
|
18327
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18309
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":324
|
|
18328
18310
|
*
|
|
18329
18311
|
* @property
|
|
18330
18312
|
* cdef inline int numiter(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18337,7 +18319,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
18337
18319
|
return __pyx_r;
|
|
18338
18320
|
}
|
|
18339
18321
|
|
|
18340
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18322
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":329
|
|
18341
18323
|
*
|
|
18342
18324
|
* @property
|
|
18343
18325
|
* cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18348,7 +18330,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
18348
18330
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
|
18349
18331
|
npy_intp __pyx_r;
|
|
18350
18332
|
|
|
18351
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18333
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":331
|
|
18352
18334
|
* cdef inline npy_intp size(self) noexcept nogil:
|
|
18353
18335
|
* """The total broadcasted size."""
|
|
18354
18336
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -18358,7 +18340,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
18358
18340
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
|
18359
18341
|
goto __pyx_L0;
|
|
18360
18342
|
|
|
18361
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18343
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":329
|
|
18362
18344
|
*
|
|
18363
18345
|
* @property
|
|
18364
18346
|
* cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18371,7 +18353,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
18371
18353
|
return __pyx_r;
|
|
18372
18354
|
}
|
|
18373
18355
|
|
|
18374
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18356
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":334
|
|
18375
18357
|
*
|
|
18376
18358
|
* @property
|
|
18377
18359
|
* cdef inline npy_intp index(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18382,7 +18364,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
18382
18364
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
|
18383
18365
|
npy_intp __pyx_r;
|
|
18384
18366
|
|
|
18385
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18367
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":336
|
|
18386
18368
|
* cdef inline npy_intp index(self) noexcept nogil:
|
|
18387
18369
|
* """The current (1-d) index into the broadcasted result."""
|
|
18388
18370
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
|
@@ -18392,7 +18374,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
18392
18374
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
|
18393
18375
|
goto __pyx_L0;
|
|
18394
18376
|
|
|
18395
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18377
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":334
|
|
18396
18378
|
*
|
|
18397
18379
|
* @property
|
|
18398
18380
|
* cdef inline npy_intp index(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18405,7 +18387,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
18405
18387
|
return __pyx_r;
|
|
18406
18388
|
}
|
|
18407
18389
|
|
|
18408
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18390
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":339
|
|
18409
18391
|
*
|
|
18410
18392
|
* @property
|
|
18411
18393
|
* cdef inline int nd(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18416,7 +18398,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
18416
18398
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
|
18417
18399
|
int __pyx_r;
|
|
18418
18400
|
|
|
18419
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18401
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":341
|
|
18420
18402
|
* cdef inline int nd(self) noexcept nogil:
|
|
18421
18403
|
* """The number of dimensions in the broadcasted result."""
|
|
18422
18404
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -18426,7 +18408,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
18426
18408
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
|
18427
18409
|
goto __pyx_L0;
|
|
18428
18410
|
|
|
18429
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18411
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":339
|
|
18430
18412
|
*
|
|
18431
18413
|
* @property
|
|
18432
18414
|
* cdef inline int nd(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18439,7 +18421,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
18439
18421
|
return __pyx_r;
|
|
18440
18422
|
}
|
|
18441
18423
|
|
|
18442
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18424
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":344
|
|
18443
18425
|
*
|
|
18444
18426
|
* @property
|
|
18445
18427
|
* cdef inline npy_intp* dimensions(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18450,7 +18432,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
18450
18432
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
|
18451
18433
|
npy_intp *__pyx_r;
|
|
18452
18434
|
|
|
18453
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18435
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":346
|
|
18454
18436
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
|
18455
18437
|
* """The shape of the broadcasted result."""
|
|
18456
18438
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -18460,7 +18442,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
18460
18442
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
|
18461
18443
|
goto __pyx_L0;
|
|
18462
18444
|
|
|
18463
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18445
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":344
|
|
18464
18446
|
*
|
|
18465
18447
|
* @property
|
|
18466
18448
|
* cdef inline npy_intp* dimensions(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18473,7 +18455,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
18473
18455
|
return __pyx_r;
|
|
18474
18456
|
}
|
|
18475
18457
|
|
|
18476
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18458
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":349
|
|
18477
18459
|
*
|
|
18478
18460
|
* @property
|
|
18479
18461
|
* cdef inline void** iters(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18484,7 +18466,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
18484
18466
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
|
18485
18467
|
void **__pyx_r;
|
|
18486
18468
|
|
|
18487
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18469
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":352
|
|
18488
18470
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
|
18489
18471
|
* On return, the iterators are adjusted for broadcasting."""
|
|
18490
18472
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
|
@@ -18494,7 +18476,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
18494
18476
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
|
18495
18477
|
goto __pyx_L0;
|
|
18496
18478
|
|
|
18497
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18479
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":349
|
|
18498
18480
|
*
|
|
18499
18481
|
* @property
|
|
18500
18482
|
* cdef inline void** iters(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18507,7 +18489,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
18507
18489
|
return __pyx_r;
|
|
18508
18490
|
}
|
|
18509
18491
|
|
|
18510
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18492
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":367
|
|
18511
18493
|
*
|
|
18512
18494
|
* @property
|
|
18513
18495
|
* cdef inline PyObject* base(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18518,7 +18500,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
18518
18500
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
18519
18501
|
PyObject *__pyx_r;
|
|
18520
18502
|
|
|
18521
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18503
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":370
|
|
18522
18504
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
18523
18505
|
* """
|
|
18524
18506
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -18528,7 +18510,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
18528
18510
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
18529
18511
|
goto __pyx_L0;
|
|
18530
18512
|
|
|
18531
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18513
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":367
|
|
18532
18514
|
*
|
|
18533
18515
|
* @property
|
|
18534
18516
|
* cdef inline PyObject* base(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18541,7 +18523,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
18541
18523
|
return __pyx_r;
|
|
18542
18524
|
}
|
|
18543
18525
|
|
|
18544
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18526
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":373
|
|
18545
18527
|
*
|
|
18546
18528
|
* @property
|
|
18547
18529
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -18555,7 +18537,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
18555
18537
|
PyArray_Descr *__pyx_t_1;
|
|
18556
18538
|
__Pyx_RefNannySetupContext("descr", 1);
|
|
18557
18539
|
|
|
18558
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18540
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":376
|
|
18559
18541
|
* """Returns an owned reference to the dtype of the array.
|
|
18560
18542
|
* """
|
|
18561
18543
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -18568,7 +18550,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
18568
18550
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
18569
18551
|
goto __pyx_L0;
|
|
18570
18552
|
|
|
18571
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18553
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":373
|
|
18572
18554
|
*
|
|
18573
18555
|
* @property
|
|
18574
18556
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -18583,7 +18565,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
18583
18565
|
return __pyx_r;
|
|
18584
18566
|
}
|
|
18585
18567
|
|
|
18586
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18568
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":379
|
|
18587
18569
|
*
|
|
18588
18570
|
* @property
|
|
18589
18571
|
* cdef inline int ndim(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18594,7 +18576,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
18594
18576
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
18595
18577
|
int __pyx_r;
|
|
18596
18578
|
|
|
18597
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18579
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":382
|
|
18598
18580
|
* """Returns the number of dimensions in the array.
|
|
18599
18581
|
* """
|
|
18600
18582
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -18604,7 +18586,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
18604
18586
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
18605
18587
|
goto __pyx_L0;
|
|
18606
18588
|
|
|
18607
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18589
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":379
|
|
18608
18590
|
*
|
|
18609
18591
|
* @property
|
|
18610
18592
|
* cdef inline int ndim(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18617,7 +18599,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
18617
18599
|
return __pyx_r;
|
|
18618
18600
|
}
|
|
18619
18601
|
|
|
18620
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18602
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":385
|
|
18621
18603
|
*
|
|
18622
18604
|
* @property
|
|
18623
18605
|
* cdef inline npy_intp *shape(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18628,7 +18610,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
18628
18610
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
18629
18611
|
npy_intp *__pyx_r;
|
|
18630
18612
|
|
|
18631
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18613
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":390
|
|
18632
18614
|
* Can return NULL for 0-dimensional arrays.
|
|
18633
18615
|
* """
|
|
18634
18616
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -18638,7 +18620,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
18638
18620
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
18639
18621
|
goto __pyx_L0;
|
|
18640
18622
|
|
|
18641
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18623
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":385
|
|
18642
18624
|
*
|
|
18643
18625
|
* @property
|
|
18644
18626
|
* cdef inline npy_intp *shape(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18651,7 +18633,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
18651
18633
|
return __pyx_r;
|
|
18652
18634
|
}
|
|
18653
18635
|
|
|
18654
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18636
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":393
|
|
18655
18637
|
*
|
|
18656
18638
|
* @property
|
|
18657
18639
|
* cdef inline npy_intp *strides(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18662,7 +18644,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
18662
18644
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
18663
18645
|
npy_intp *__pyx_r;
|
|
18664
18646
|
|
|
18665
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18647
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":397
|
|
18666
18648
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
18667
18649
|
* """
|
|
18668
18650
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -18672,7 +18654,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
18672
18654
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
18673
18655
|
goto __pyx_L0;
|
|
18674
18656
|
|
|
18675
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18657
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":393
|
|
18676
18658
|
*
|
|
18677
18659
|
* @property
|
|
18678
18660
|
* cdef inline npy_intp *strides(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18685,7 +18667,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
18685
18667
|
return __pyx_r;
|
|
18686
18668
|
}
|
|
18687
18669
|
|
|
18688
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18670
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":400
|
|
18689
18671
|
*
|
|
18690
18672
|
* @property
|
|
18691
18673
|
* cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18696,7 +18678,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
18696
18678
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
18697
18679
|
npy_intp __pyx_r;
|
|
18698
18680
|
|
|
18699
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18681
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":403
|
|
18700
18682
|
* """Returns the total size (in number of elements) of the array.
|
|
18701
18683
|
* """
|
|
18702
18684
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -18706,7 +18688,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
18706
18688
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
18707
18689
|
goto __pyx_L0;
|
|
18708
18690
|
|
|
18709
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18691
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":400
|
|
18710
18692
|
*
|
|
18711
18693
|
* @property
|
|
18712
18694
|
* cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18719,7 +18701,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
18719
18701
|
return __pyx_r;
|
|
18720
18702
|
}
|
|
18721
18703
|
|
|
18722
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18704
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":406
|
|
18723
18705
|
*
|
|
18724
18706
|
* @property
|
|
18725
18707
|
* cdef inline char* data(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18730,7 +18712,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
18730
18712
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
18731
18713
|
char *__pyx_r;
|
|
18732
18714
|
|
|
18733
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18715
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":412
|
|
18734
18716
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
18735
18717
|
* """
|
|
18736
18718
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -18740,7 +18722,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
18740
18722
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
18741
18723
|
goto __pyx_L0;
|
|
18742
18724
|
|
|
18743
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18725
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":406
|
|
18744
18726
|
*
|
|
18745
18727
|
* @property
|
|
18746
18728
|
* cdef inline char* data(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18753,7 +18735,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
18753
18735
|
return __pyx_r;
|
|
18754
18736
|
}
|
|
18755
18737
|
|
|
18756
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18738
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":824
|
|
18757
18739
|
* ctypedef long double complex clongdouble_t
|
|
18758
18740
|
*
|
|
18759
18741
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -18770,7 +18752,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
18770
18752
|
int __pyx_clineno = 0;
|
|
18771
18753
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 1);
|
|
18772
18754
|
|
|
18773
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18755
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":825
|
|
18774
18756
|
*
|
|
18775
18757
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
18776
18758
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -18778,13 +18760,13 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
18778
18760
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
18779
18761
|
*/
|
|
18780
18762
|
__Pyx_XDECREF(__pyx_r);
|
|
18781
|
-
__pyx_t_1 = PyArray_MultiIterNew(1, ((void *)__pyx_v_a)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2,
|
|
18763
|
+
__pyx_t_1 = PyArray_MultiIterNew(1, ((void *)__pyx_v_a)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 825, __pyx_L1_error)
|
|
18782
18764
|
__Pyx_GOTREF(__pyx_t_1);
|
|
18783
18765
|
__pyx_r = __pyx_t_1;
|
|
18784
18766
|
__pyx_t_1 = 0;
|
|
18785
18767
|
goto __pyx_L0;
|
|
18786
18768
|
|
|
18787
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18769
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":824
|
|
18788
18770
|
* ctypedef long double complex clongdouble_t
|
|
18789
18771
|
*
|
|
18790
18772
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -18803,7 +18785,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
18803
18785
|
return __pyx_r;
|
|
18804
18786
|
}
|
|
18805
18787
|
|
|
18806
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18788
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":827
|
|
18807
18789
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
18808
18790
|
*
|
|
18809
18791
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -18820,7 +18802,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
18820
18802
|
int __pyx_clineno = 0;
|
|
18821
18803
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 1);
|
|
18822
18804
|
|
|
18823
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18805
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":828
|
|
18824
18806
|
*
|
|
18825
18807
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
18826
18808
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -18828,13 +18810,13 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
18828
18810
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
18829
18811
|
*/
|
|
18830
18812
|
__Pyx_XDECREF(__pyx_r);
|
|
18831
|
-
__pyx_t_1 = PyArray_MultiIterNew(2, ((void *)__pyx_v_a), ((void *)__pyx_v_b)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2,
|
|
18813
|
+
__pyx_t_1 = PyArray_MultiIterNew(2, ((void *)__pyx_v_a), ((void *)__pyx_v_b)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 828, __pyx_L1_error)
|
|
18832
18814
|
__Pyx_GOTREF(__pyx_t_1);
|
|
18833
18815
|
__pyx_r = __pyx_t_1;
|
|
18834
18816
|
__pyx_t_1 = 0;
|
|
18835
18817
|
goto __pyx_L0;
|
|
18836
18818
|
|
|
18837
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18819
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":827
|
|
18838
18820
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
18839
18821
|
*
|
|
18840
18822
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -18853,7 +18835,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
18853
18835
|
return __pyx_r;
|
|
18854
18836
|
}
|
|
18855
18837
|
|
|
18856
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18838
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":830
|
|
18857
18839
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
18858
18840
|
*
|
|
18859
18841
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -18870,7 +18852,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
18870
18852
|
int __pyx_clineno = 0;
|
|
18871
18853
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 1);
|
|
18872
18854
|
|
|
18873
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18855
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":831
|
|
18874
18856
|
*
|
|
18875
18857
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
18876
18858
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -18878,13 +18860,13 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
18878
18860
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
18879
18861
|
*/
|
|
18880
18862
|
__Pyx_XDECREF(__pyx_r);
|
|
18881
|
-
__pyx_t_1 = PyArray_MultiIterNew(3, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2,
|
|
18863
|
+
__pyx_t_1 = PyArray_MultiIterNew(3, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 831, __pyx_L1_error)
|
|
18882
18864
|
__Pyx_GOTREF(__pyx_t_1);
|
|
18883
18865
|
__pyx_r = __pyx_t_1;
|
|
18884
18866
|
__pyx_t_1 = 0;
|
|
18885
18867
|
goto __pyx_L0;
|
|
18886
18868
|
|
|
18887
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18869
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":830
|
|
18888
18870
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
18889
18871
|
*
|
|
18890
18872
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -18903,7 +18885,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
18903
18885
|
return __pyx_r;
|
|
18904
18886
|
}
|
|
18905
18887
|
|
|
18906
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18888
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":833
|
|
18907
18889
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
18908
18890
|
*
|
|
18909
18891
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -18920,7 +18902,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
18920
18902
|
int __pyx_clineno = 0;
|
|
18921
18903
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 1);
|
|
18922
18904
|
|
|
18923
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18905
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":834
|
|
18924
18906
|
*
|
|
18925
18907
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
18926
18908
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -18928,13 +18910,13 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
18928
18910
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
18929
18911
|
*/
|
|
18930
18912
|
__Pyx_XDECREF(__pyx_r);
|
|
18931
|
-
__pyx_t_1 = PyArray_MultiIterNew(4, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2,
|
|
18913
|
+
__pyx_t_1 = PyArray_MultiIterNew(4, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 834, __pyx_L1_error)
|
|
18932
18914
|
__Pyx_GOTREF(__pyx_t_1);
|
|
18933
18915
|
__pyx_r = __pyx_t_1;
|
|
18934
18916
|
__pyx_t_1 = 0;
|
|
18935
18917
|
goto __pyx_L0;
|
|
18936
18918
|
|
|
18937
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18919
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":833
|
|
18938
18920
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
18939
18921
|
*
|
|
18940
18922
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -18953,7 +18935,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
18953
18935
|
return __pyx_r;
|
|
18954
18936
|
}
|
|
18955
18937
|
|
|
18956
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18938
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":836
|
|
18957
18939
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
18958
18940
|
*
|
|
18959
18941
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -18970,7 +18952,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
18970
18952
|
int __pyx_clineno = 0;
|
|
18971
18953
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 1);
|
|
18972
18954
|
|
|
18973
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18955
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":837
|
|
18974
18956
|
*
|
|
18975
18957
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
18976
18958
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -18978,13 +18960,13 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
18978
18960
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
18979
18961
|
*/
|
|
18980
18962
|
__Pyx_XDECREF(__pyx_r);
|
|
18981
|
-
__pyx_t_1 = PyArray_MultiIterNew(5, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d), ((void *)__pyx_v_e)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2,
|
|
18963
|
+
__pyx_t_1 = PyArray_MultiIterNew(5, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d), ((void *)__pyx_v_e)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 837, __pyx_L1_error)
|
|
18982
18964
|
__Pyx_GOTREF(__pyx_t_1);
|
|
18983
18965
|
__pyx_r = __pyx_t_1;
|
|
18984
18966
|
__pyx_t_1 = 0;
|
|
18985
18967
|
goto __pyx_L0;
|
|
18986
18968
|
|
|
18987
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18969
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":836
|
|
18988
18970
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
18989
18971
|
*
|
|
18990
18972
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -19003,7 +18985,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
19003
18985
|
return __pyx_r;
|
|
19004
18986
|
}
|
|
19005
18987
|
|
|
19006
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18988
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":839
|
|
19007
18989
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
19008
18990
|
*
|
|
19009
18991
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -19018,7 +19000,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19018
19000
|
PyObject *__pyx_t_2;
|
|
19019
19001
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 1);
|
|
19020
19002
|
|
|
19021
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19003
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":840
|
|
19022
19004
|
*
|
|
19023
19005
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
19024
19006
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -19028,7 +19010,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19028
19010
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
19029
19011
|
if (__pyx_t_1) {
|
|
19030
19012
|
|
|
19031
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19013
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":841
|
|
19032
19014
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
19033
19015
|
* if PyDataType_HASSUBARRAY(d):
|
|
19034
19016
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -19041,7 +19023,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19041
19023
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
|
19042
19024
|
goto __pyx_L0;
|
|
19043
19025
|
|
|
19044
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19026
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":840
|
|
19045
19027
|
*
|
|
19046
19028
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
19047
19029
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -19050,7 +19032,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19050
19032
|
*/
|
|
19051
19033
|
}
|
|
19052
19034
|
|
|
19053
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19035
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":843
|
|
19054
19036
|
* return <tuple>d.subarray.shape
|
|
19055
19037
|
* else:
|
|
19056
19038
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -19064,7 +19046,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19064
19046
|
goto __pyx_L0;
|
|
19065
19047
|
}
|
|
19066
19048
|
|
|
19067
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19049
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":839
|
|
19068
19050
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
19069
19051
|
*
|
|
19070
19052
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -19079,7 +19061,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19079
19061
|
return __pyx_r;
|
|
19080
19062
|
}
|
|
19081
19063
|
|
|
19082
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19064
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
|
|
19083
19065
|
* int _import_umath() except -1
|
|
19084
19066
|
*
|
|
19085
19067
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
|
@@ -19093,7 +19075,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
19093
19075
|
const char *__pyx_filename = NULL;
|
|
19094
19076
|
int __pyx_clineno = 0;
|
|
19095
19077
|
|
|
19096
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19078
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1036
|
|
19097
19079
|
*
|
|
19098
19080
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
|
19099
19081
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -19102,16 +19084,16 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
19102
19084
|
*/
|
|
19103
19085
|
Py_INCREF(__pyx_v_base);
|
|
19104
19086
|
|
|
19105
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19087
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1037
|
|
19106
19088
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
|
19107
19089
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
19108
19090
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
19109
19091
|
*
|
|
19110
19092
|
* cdef inline object get_array_base(ndarray arr):
|
|
19111
19093
|
*/
|
|
19112
|
-
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(2,
|
|
19094
|
+
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(2, 1037, __pyx_L1_error)
|
|
19113
19095
|
|
|
19114
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19096
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
|
|
19115
19097
|
* int _import_umath() except -1
|
|
19116
19098
|
*
|
|
19117
19099
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
|
@@ -19126,7 +19108,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
19126
19108
|
__pyx_L0:;
|
|
19127
19109
|
}
|
|
19128
19110
|
|
|
19129
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19111
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1039
|
|
19130
19112
|
* PyArray_SetBaseObject(arr, base)
|
|
19131
19113
|
*
|
|
19132
19114
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -19141,7 +19123,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19141
19123
|
int __pyx_t_1;
|
|
19142
19124
|
__Pyx_RefNannySetupContext("get_array_base", 1);
|
|
19143
19125
|
|
|
19144
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19126
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1040
|
|
19145
19127
|
*
|
|
19146
19128
|
* cdef inline object get_array_base(ndarray arr):
|
|
19147
19129
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -19150,7 +19132,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19150
19132
|
*/
|
|
19151
19133
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
19152
19134
|
|
|
19153
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19135
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
|
|
19154
19136
|
* cdef inline object get_array_base(ndarray arr):
|
|
19155
19137
|
* base = PyArray_BASE(arr)
|
|
19156
19138
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -19160,7 +19142,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19160
19142
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
19161
19143
|
if (__pyx_t_1) {
|
|
19162
19144
|
|
|
19163
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19145
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1042
|
|
19164
19146
|
* base = PyArray_BASE(arr)
|
|
19165
19147
|
* if base is NULL:
|
|
19166
19148
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -19171,7 +19153,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19171
19153
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
19172
19154
|
goto __pyx_L0;
|
|
19173
19155
|
|
|
19174
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19156
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
|
|
19175
19157
|
* cdef inline object get_array_base(ndarray arr):
|
|
19176
19158
|
* base = PyArray_BASE(arr)
|
|
19177
19159
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -19180,7 +19162,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19180
19162
|
*/
|
|
19181
19163
|
}
|
|
19182
19164
|
|
|
19183
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19165
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1043
|
|
19184
19166
|
* if base is NULL:
|
|
19185
19167
|
* return None
|
|
19186
19168
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -19192,7 +19174,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19192
19174
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
19193
19175
|
goto __pyx_L0;
|
|
19194
19176
|
|
|
19195
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19177
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1039
|
|
19196
19178
|
* PyArray_SetBaseObject(arr, base)
|
|
19197
19179
|
*
|
|
19198
19180
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -19207,7 +19189,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19207
19189
|
return __pyx_r;
|
|
19208
19190
|
}
|
|
19209
19191
|
|
|
19210
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19192
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1047
|
|
19211
19193
|
* # Versions of the import_* functions which are more suitable for
|
|
19212
19194
|
* # Cython code.
|
|
19213
19195
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19231,7 +19213,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19231
19213
|
int __pyx_clineno = 0;
|
|
19232
19214
|
__Pyx_RefNannySetupContext("import_array", 1);
|
|
19233
19215
|
|
|
19234
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19216
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1048
|
|
19235
19217
|
* # Cython code.
|
|
19236
19218
|
* cdef inline int import_array() except -1:
|
|
19237
19219
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19247,16 +19229,16 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19247
19229
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
19248
19230
|
/*try:*/ {
|
|
19249
19231
|
|
|
19250
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19232
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1049
|
|
19251
19233
|
* cdef inline int import_array() except -1:
|
|
19252
19234
|
* try:
|
|
19253
19235
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
19254
19236
|
* except Exception:
|
|
19255
19237
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
19256
19238
|
*/
|
|
19257
|
-
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2,
|
|
19239
|
+
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1049, __pyx_L3_error)
|
|
19258
19240
|
|
|
19259
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19241
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1048
|
|
19260
19242
|
* # Cython code.
|
|
19261
19243
|
* cdef inline int import_array() except -1:
|
|
19262
19244
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19270,7 +19252,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19270
19252
|
goto __pyx_L8_try_end;
|
|
19271
19253
|
__pyx_L3_error:;
|
|
19272
19254
|
|
|
19273
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19255
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1050
|
|
19274
19256
|
* try:
|
|
19275
19257
|
* __pyx_import_array()
|
|
19276
19258
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -19280,27 +19262,27 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19280
19262
|
__pyx_t_4 = __Pyx_PyErr_ExceptionMatches(((PyObject *)(&((PyTypeObject*)PyExc_Exception)[0])));
|
|
19281
19263
|
if (__pyx_t_4) {
|
|
19282
19264
|
__Pyx_AddTraceback("numpy.import_array", __pyx_clineno, __pyx_lineno, __pyx_filename);
|
|
19283
|
-
if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2,
|
|
19265
|
+
if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2, 1050, __pyx_L5_except_error)
|
|
19284
19266
|
__Pyx_XGOTREF(__pyx_t_5);
|
|
19285
19267
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
19286
19268
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
19287
19269
|
|
|
19288
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19270
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1051
|
|
19289
19271
|
* __pyx_import_array()
|
|
19290
19272
|
* except Exception:
|
|
19291
19273
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
19292
19274
|
*
|
|
19293
19275
|
* cdef inline int import_umath() except -1:
|
|
19294
19276
|
*/
|
|
19295
|
-
__pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_ImportError, __pyx_tuple__9, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(2,
|
|
19277
|
+
__pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_ImportError, __pyx_tuple__9, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(2, 1051, __pyx_L5_except_error)
|
|
19296
19278
|
__Pyx_GOTREF(__pyx_t_8);
|
|
19297
19279
|
__Pyx_Raise(__pyx_t_8, 0, 0, 0);
|
|
19298
19280
|
__Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
|
|
19299
|
-
__PYX_ERR(2,
|
|
19281
|
+
__PYX_ERR(2, 1051, __pyx_L5_except_error)
|
|
19300
19282
|
}
|
|
19301
19283
|
goto __pyx_L5_except_error;
|
|
19302
19284
|
|
|
19303
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19285
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1048
|
|
19304
19286
|
* # Cython code.
|
|
19305
19287
|
* cdef inline int import_array() except -1:
|
|
19306
19288
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19316,7 +19298,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19316
19298
|
__pyx_L8_try_end:;
|
|
19317
19299
|
}
|
|
19318
19300
|
|
|
19319
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19301
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1047
|
|
19320
19302
|
* # Versions of the import_* functions which are more suitable for
|
|
19321
19303
|
* # Cython code.
|
|
19322
19304
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19339,7 +19321,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19339
19321
|
return __pyx_r;
|
|
19340
19322
|
}
|
|
19341
19323
|
|
|
19342
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19324
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1053
|
|
19343
19325
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
19344
19326
|
*
|
|
19345
19327
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19363,7 +19345,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19363
19345
|
int __pyx_clineno = 0;
|
|
19364
19346
|
__Pyx_RefNannySetupContext("import_umath", 1);
|
|
19365
19347
|
|
|
19366
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19348
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1054
|
|
19367
19349
|
*
|
|
19368
19350
|
* cdef inline int import_umath() except -1:
|
|
19369
19351
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19379,16 +19361,16 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19379
19361
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
19380
19362
|
/*try:*/ {
|
|
19381
19363
|
|
|
19382
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19364
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1055
|
|
19383
19365
|
* cdef inline int import_umath() except -1:
|
|
19384
19366
|
* try:
|
|
19385
19367
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
19386
19368
|
* except Exception:
|
|
19387
19369
|
* raise ImportError("numpy._core.umath failed to import")
|
|
19388
19370
|
*/
|
|
19389
|
-
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2,
|
|
19371
|
+
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1055, __pyx_L3_error)
|
|
19390
19372
|
|
|
19391
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19373
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1054
|
|
19392
19374
|
*
|
|
19393
19375
|
* cdef inline int import_umath() except -1:
|
|
19394
19376
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19402,7 +19384,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19402
19384
|
goto __pyx_L8_try_end;
|
|
19403
19385
|
__pyx_L3_error:;
|
|
19404
19386
|
|
|
19405
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19387
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1056
|
|
19406
19388
|
* try:
|
|
19407
19389
|
* _import_umath()
|
|
19408
19390
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -19412,27 +19394,27 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19412
19394
|
__pyx_t_4 = __Pyx_PyErr_ExceptionMatches(((PyObject *)(&((PyTypeObject*)PyExc_Exception)[0])));
|
|
19413
19395
|
if (__pyx_t_4) {
|
|
19414
19396
|
__Pyx_AddTraceback("numpy.import_umath", __pyx_clineno, __pyx_lineno, __pyx_filename);
|
|
19415
|
-
if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2,
|
|
19397
|
+
if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2, 1056, __pyx_L5_except_error)
|
|
19416
19398
|
__Pyx_XGOTREF(__pyx_t_5);
|
|
19417
19399
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
19418
19400
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
19419
19401
|
|
|
19420
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19402
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1057
|
|
19421
19403
|
* _import_umath()
|
|
19422
19404
|
* except Exception:
|
|
19423
19405
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
19424
19406
|
*
|
|
19425
19407
|
* cdef inline int import_ufunc() except -1:
|
|
19426
19408
|
*/
|
|
19427
|
-
__pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_ImportError, __pyx_tuple__10, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(2,
|
|
19409
|
+
__pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_ImportError, __pyx_tuple__10, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(2, 1057, __pyx_L5_except_error)
|
|
19428
19410
|
__Pyx_GOTREF(__pyx_t_8);
|
|
19429
19411
|
__Pyx_Raise(__pyx_t_8, 0, 0, 0);
|
|
19430
19412
|
__Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
|
|
19431
|
-
__PYX_ERR(2,
|
|
19413
|
+
__PYX_ERR(2, 1057, __pyx_L5_except_error)
|
|
19432
19414
|
}
|
|
19433
19415
|
goto __pyx_L5_except_error;
|
|
19434
19416
|
|
|
19435
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19417
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1054
|
|
19436
19418
|
*
|
|
19437
19419
|
* cdef inline int import_umath() except -1:
|
|
19438
19420
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19448,7 +19430,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19448
19430
|
__pyx_L8_try_end:;
|
|
19449
19431
|
}
|
|
19450
19432
|
|
|
19451
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19433
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1053
|
|
19452
19434
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
19453
19435
|
*
|
|
19454
19436
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19471,7 +19453,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19471
19453
|
return __pyx_r;
|
|
19472
19454
|
}
|
|
19473
19455
|
|
|
19474
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19456
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1059
|
|
19475
19457
|
* raise ImportError("numpy._core.umath failed to import")
|
|
19476
19458
|
*
|
|
19477
19459
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19495,7 +19477,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19495
19477
|
int __pyx_clineno = 0;
|
|
19496
19478
|
__Pyx_RefNannySetupContext("import_ufunc", 1);
|
|
19497
19479
|
|
|
19498
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19480
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1060
|
|
19499
19481
|
*
|
|
19500
19482
|
* cdef inline int import_ufunc() except -1:
|
|
19501
19483
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19511,16 +19493,16 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19511
19493
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
19512
19494
|
/*try:*/ {
|
|
19513
19495
|
|
|
19514
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19496
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1061
|
|
19515
19497
|
* cdef inline int import_ufunc() except -1:
|
|
19516
19498
|
* try:
|
|
19517
19499
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
19518
19500
|
* except Exception:
|
|
19519
19501
|
* raise ImportError("numpy._core.umath failed to import")
|
|
19520
19502
|
*/
|
|
19521
|
-
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2,
|
|
19503
|
+
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1061, __pyx_L3_error)
|
|
19522
19504
|
|
|
19523
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19505
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1060
|
|
19524
19506
|
*
|
|
19525
19507
|
* cdef inline int import_ufunc() except -1:
|
|
19526
19508
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19534,7 +19516,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19534
19516
|
goto __pyx_L8_try_end;
|
|
19535
19517
|
__pyx_L3_error:;
|
|
19536
19518
|
|
|
19537
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19519
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1062
|
|
19538
19520
|
* try:
|
|
19539
19521
|
* _import_umath()
|
|
19540
19522
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -19544,27 +19526,27 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19544
19526
|
__pyx_t_4 = __Pyx_PyErr_ExceptionMatches(((PyObject *)(&((PyTypeObject*)PyExc_Exception)[0])));
|
|
19545
19527
|
if (__pyx_t_4) {
|
|
19546
19528
|
__Pyx_AddTraceback("numpy.import_ufunc", __pyx_clineno, __pyx_lineno, __pyx_filename);
|
|
19547
|
-
if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2,
|
|
19529
|
+
if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2, 1062, __pyx_L5_except_error)
|
|
19548
19530
|
__Pyx_XGOTREF(__pyx_t_5);
|
|
19549
19531
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
19550
19532
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
19551
19533
|
|
|
19552
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19534
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1063
|
|
19553
19535
|
* _import_umath()
|
|
19554
19536
|
* except Exception:
|
|
19555
19537
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
19556
19538
|
*
|
|
19557
19539
|
*
|
|
19558
19540
|
*/
|
|
19559
|
-
__pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_ImportError, __pyx_tuple__10, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(2,
|
|
19541
|
+
__pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_ImportError, __pyx_tuple__10, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(2, 1063, __pyx_L5_except_error)
|
|
19560
19542
|
__Pyx_GOTREF(__pyx_t_8);
|
|
19561
19543
|
__Pyx_Raise(__pyx_t_8, 0, 0, 0);
|
|
19562
19544
|
__Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
|
|
19563
|
-
__PYX_ERR(2,
|
|
19545
|
+
__PYX_ERR(2, 1063, __pyx_L5_except_error)
|
|
19564
19546
|
}
|
|
19565
19547
|
goto __pyx_L5_except_error;
|
|
19566
19548
|
|
|
19567
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19549
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1060
|
|
19568
19550
|
*
|
|
19569
19551
|
* cdef inline int import_ufunc() except -1:
|
|
19570
19552
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19580,7 +19562,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19580
19562
|
__pyx_L8_try_end:;
|
|
19581
19563
|
}
|
|
19582
19564
|
|
|
19583
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19565
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1059
|
|
19584
19566
|
* raise ImportError("numpy._core.umath failed to import")
|
|
19585
19567
|
*
|
|
19586
19568
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19603,7 +19585,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19603
19585
|
return __pyx_r;
|
|
19604
19586
|
}
|
|
19605
19587
|
|
|
19606
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19588
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1066
|
|
19607
19589
|
*
|
|
19608
19590
|
*
|
|
19609
19591
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -19614,7 +19596,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19614
19596
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
19615
19597
|
int __pyx_r;
|
|
19616
19598
|
|
|
19617
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19599
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1078
|
|
19618
19600
|
* bool
|
|
19619
19601
|
* """
|
|
19620
19602
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -19624,7 +19606,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
19624
19606
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
19625
19607
|
goto __pyx_L0;
|
|
19626
19608
|
|
|
19627
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19609
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1066
|
|
19628
19610
|
*
|
|
19629
19611
|
*
|
|
19630
19612
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -19637,7 +19619,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
19637
19619
|
return __pyx_r;
|
|
19638
19620
|
}
|
|
19639
19621
|
|
|
19640
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19622
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1081
|
|
19641
19623
|
*
|
|
19642
19624
|
*
|
|
19643
19625
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -19648,7 +19630,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
19648
19630
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
19649
19631
|
int __pyx_r;
|
|
19650
19632
|
|
|
19651
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19633
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1093
|
|
19652
19634
|
* bool
|
|
19653
19635
|
* """
|
|
19654
19636
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -19658,7 +19640,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
19658
19640
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
19659
19641
|
goto __pyx_L0;
|
|
19660
19642
|
|
|
19661
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19643
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1081
|
|
19662
19644
|
*
|
|
19663
19645
|
*
|
|
19664
19646
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -19671,7 +19653,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
19671
19653
|
return __pyx_r;
|
|
19672
19654
|
}
|
|
19673
19655
|
|
|
19674
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19656
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1096
|
|
19675
19657
|
*
|
|
19676
19658
|
*
|
|
19677
19659
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19682,7 +19664,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
19682
19664
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
19683
19665
|
npy_datetime __pyx_r;
|
|
19684
19666
|
|
|
19685
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19667
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1103
|
|
19686
19668
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
19687
19669
|
* """
|
|
19688
19670
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -19692,7 +19674,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
19692
19674
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
19693
19675
|
goto __pyx_L0;
|
|
19694
19676
|
|
|
19695
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19677
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1096
|
|
19696
19678
|
*
|
|
19697
19679
|
*
|
|
19698
19680
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19705,7 +19687,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
19705
19687
|
return __pyx_r;
|
|
19706
19688
|
}
|
|
19707
19689
|
|
|
19708
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19690
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1106
|
|
19709
19691
|
*
|
|
19710
19692
|
*
|
|
19711
19693
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19716,7 +19698,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
19716
19698
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
19717
19699
|
npy_timedelta __pyx_r;
|
|
19718
19700
|
|
|
19719
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19701
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1110
|
|
19720
19702
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
19721
19703
|
* """
|
|
19722
19704
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -19726,7 +19708,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
19726
19708
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
19727
19709
|
goto __pyx_L0;
|
|
19728
19710
|
|
|
19729
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19711
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1106
|
|
19730
19712
|
*
|
|
19731
19713
|
*
|
|
19732
19714
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19739,7 +19721,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
19739
19721
|
return __pyx_r;
|
|
19740
19722
|
}
|
|
19741
19723
|
|
|
19742
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19724
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1113
|
|
19743
19725
|
*
|
|
19744
19726
|
*
|
|
19745
19727
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19750,7 +19732,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
19750
19732
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
19751
19733
|
NPY_DATETIMEUNIT __pyx_r;
|
|
19752
19734
|
|
|
19753
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19735
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1117
|
|
19754
19736
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
19755
19737
|
* """
|
|
19756
19738
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -19760,7 +19742,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
19760
19742
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
19761
19743
|
goto __pyx_L0;
|
|
19762
19744
|
|
|
19763
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19745
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1113
|
|
19764
19746
|
*
|
|
19765
19747
|
*
|
|
19766
19748
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -22162,7 +22144,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedBuiltins(void) {
|
|
|
22162
22144
|
__pyx_builtin_Ellipsis = __Pyx_GetBuiltinName(__pyx_n_s_Ellipsis); if (!__pyx_builtin_Ellipsis) __PYX_ERR(1, 408, __pyx_L1_error)
|
|
22163
22145
|
__pyx_builtin_id = __Pyx_GetBuiltinName(__pyx_n_s_id); if (!__pyx_builtin_id) __PYX_ERR(1, 618, __pyx_L1_error)
|
|
22164
22146
|
__pyx_builtin_IndexError = __Pyx_GetBuiltinName(__pyx_n_s_IndexError); if (!__pyx_builtin_IndexError) __PYX_ERR(1, 914, __pyx_L1_error)
|
|
22165
|
-
__pyx_builtin_ImportError = __Pyx_GetBuiltinName(__pyx_n_s_ImportError); if (!__pyx_builtin_ImportError) __PYX_ERR(2,
|
|
22147
|
+
__pyx_builtin_ImportError = __Pyx_GetBuiltinName(__pyx_n_s_ImportError); if (!__pyx_builtin_ImportError) __PYX_ERR(2, 1051, __pyx_L1_error)
|
|
22166
22148
|
return 0;
|
|
22167
22149
|
__pyx_L1_error:;
|
|
22168
22150
|
return -1;
|
|
@@ -22209,25 +22191,25 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
22209
22191
|
__Pyx_GOTREF(__pyx_tuple__8);
|
|
22210
22192
|
__Pyx_GIVEREF(__pyx_tuple__8);
|
|
22211
22193
|
|
|
22212
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
22194
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1051
|
|
22213
22195
|
* __pyx_import_array()
|
|
22214
22196
|
* except Exception:
|
|
22215
22197
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
22216
22198
|
*
|
|
22217
22199
|
* cdef inline int import_umath() except -1:
|
|
22218
22200
|
*/
|
|
22219
|
-
__pyx_tuple__9 = PyTuple_Pack(1, __pyx_kp_u_numpy__core_multiarray_failed_to); if (unlikely(!__pyx_tuple__9)) __PYX_ERR(2,
|
|
22201
|
+
__pyx_tuple__9 = PyTuple_Pack(1, __pyx_kp_u_numpy__core_multiarray_failed_to); if (unlikely(!__pyx_tuple__9)) __PYX_ERR(2, 1051, __pyx_L1_error)
|
|
22220
22202
|
__Pyx_GOTREF(__pyx_tuple__9);
|
|
22221
22203
|
__Pyx_GIVEREF(__pyx_tuple__9);
|
|
22222
22204
|
|
|
22223
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
22205
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1057
|
|
22224
22206
|
* _import_umath()
|
|
22225
22207
|
* except Exception:
|
|
22226
22208
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
22227
22209
|
*
|
|
22228
22210
|
* cdef inline int import_ufunc() except -1:
|
|
22229
22211
|
*/
|
|
22230
|
-
__pyx_tuple__10 = PyTuple_Pack(1, __pyx_kp_u_numpy__core_umath_failed_to_impo); if (unlikely(!__pyx_tuple__10)) __PYX_ERR(2,
|
|
22212
|
+
__pyx_tuple__10 = PyTuple_Pack(1, __pyx_kp_u_numpy__core_umath_failed_to_impo); if (unlikely(!__pyx_tuple__10)) __PYX_ERR(2, 1057, __pyx_L1_error)
|
|
22231
22213
|
__Pyx_GOTREF(__pyx_tuple__10);
|
|
22232
22214
|
__Pyx_GIVEREF(__pyx_tuple__10);
|
|
22233
22215
|
|
|
@@ -22608,33 +22590,33 @@ static int __Pyx_modinit_type_import_code(void) {
|
|
|
22608
22590
|
/*--- Type import code ---*/
|
|
22609
22591
|
__pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(3, 9, __pyx_L1_error)
|
|
22610
22592
|
__Pyx_GOTREF(__pyx_t_1);
|
|
22611
|
-
__pyx_ptype_7cpython_4type_type =
|
|
22593
|
+
__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_0_12(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
|
|
22612
22594
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
22613
|
-
sizeof(PyTypeObject),
|
|
22595
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyTypeObject),
|
|
22614
22596
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
22615
|
-
sizeof(PyTypeObject),
|
|
22597
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyTypeObject),
|
|
22616
22598
|
#else
|
|
22617
|
-
sizeof(PyHeapTypeObject),
|
|
22599
|
+
sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyHeapTypeObject),
|
|
22618
22600
|
#endif
|
|
22619
|
-
|
|
22601
|
+
__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_7cpython_4type_type) __PYX_ERR(3, 9, __pyx_L1_error)
|
|
22620
22602
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
22621
|
-
__pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(2,
|
|
22603
|
+
__pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 272, __pyx_L1_error)
|
|
22622
22604
|
__Pyx_GOTREF(__pyx_t_1);
|
|
22623
|
-
__pyx_ptype_5numpy_dtype =
|
|
22624
|
-
__pyx_ptype_5numpy_flatiter =
|
|
22625
|
-
__pyx_ptype_5numpy_broadcast =
|
|
22626
|
-
__pyx_ptype_5numpy_ndarray =
|
|
22627
|
-
__pyx_ptype_5numpy_generic =
|
|
22628
|
-
__pyx_ptype_5numpy_number =
|
|
22629
|
-
__pyx_ptype_5numpy_integer =
|
|
22630
|
-
__pyx_ptype_5numpy_signedinteger =
|
|
22631
|
-
__pyx_ptype_5numpy_unsignedinteger =
|
|
22632
|
-
__pyx_ptype_5numpy_inexact =
|
|
22633
|
-
__pyx_ptype_5numpy_floating =
|
|
22634
|
-
__pyx_ptype_5numpy_complexfloating =
|
|
22635
|
-
__pyx_ptype_5numpy_flexible =
|
|
22636
|
-
__pyx_ptype_5numpy_character =
|
|
22637
|
-
__pyx_ptype_5numpy_ufunc =
|
|
22605
|
+
__pyx_ptype_5numpy_dtype = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "dtype", sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyArray_Descr),__Pyx_ImportType_CheckSize_Ignore_3_0_12); if (!__pyx_ptype_5numpy_dtype) __PYX_ERR(2, 272, __pyx_L1_error)
|
|
22606
|
+
__pyx_ptype_5numpy_flatiter = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "flatiter", sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyArrayIterObject),__Pyx_ImportType_CheckSize_Ignore_3_0_12); if (!__pyx_ptype_5numpy_flatiter) __PYX_ERR(2, 317, __pyx_L1_error)
|
|
22607
|
+
__pyx_ptype_5numpy_broadcast = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "broadcast", sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyArrayMultiIterObject),__Pyx_ImportType_CheckSize_Ignore_3_0_12); if (!__pyx_ptype_5numpy_broadcast) __PYX_ERR(2, 321, __pyx_L1_error)
|
|
22608
|
+
__pyx_ptype_5numpy_ndarray = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "ndarray", sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyArrayObject),__Pyx_ImportType_CheckSize_Ignore_3_0_12); if (!__pyx_ptype_5numpy_ndarray) __PYX_ERR(2, 360, __pyx_L1_error)
|
|
22609
|
+
__pyx_ptype_5numpy_generic = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "generic", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_generic) __PYX_ERR(2, 873, __pyx_L1_error)
|
|
22610
|
+
__pyx_ptype_5numpy_number = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "number", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_number) __PYX_ERR(2, 875, __pyx_L1_error)
|
|
22611
|
+
__pyx_ptype_5numpy_integer = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "integer", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_integer) __PYX_ERR(2, 877, __pyx_L1_error)
|
|
22612
|
+
__pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "signedinteger", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_signedinteger) __PYX_ERR(2, 879, __pyx_L1_error)
|
|
22613
|
+
__pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "unsignedinteger", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(2, 881, __pyx_L1_error)
|
|
22614
|
+
__pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "inexact", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_inexact) __PYX_ERR(2, 883, __pyx_L1_error)
|
|
22615
|
+
__pyx_ptype_5numpy_floating = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "floating", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_floating) __PYX_ERR(2, 885, __pyx_L1_error)
|
|
22616
|
+
__pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "complexfloating", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_complexfloating) __PYX_ERR(2, 887, __pyx_L1_error)
|
|
22617
|
+
__pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "flexible", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_flexible) __PYX_ERR(2, 889, __pyx_L1_error)
|
|
22618
|
+
__pyx_ptype_5numpy_character = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "character", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_character) __PYX_ERR(2, 891, __pyx_L1_error)
|
|
22619
|
+
__pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "ufunc", sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyUFuncObject),__Pyx_ImportType_CheckSize_Ignore_3_0_12); if (!__pyx_ptype_5numpy_ufunc) __PYX_ERR(2, 955, __pyx_L1_error)
|
|
22638
22620
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
22639
22621
|
__Pyx_RefNannyFinishContext();
|
|
22640
22622
|
return 0;
|
|
@@ -27167,10 +27149,10 @@ __PYX_GOOD:
|
|
|
27167
27149
|
#endif
|
|
27168
27150
|
|
|
27169
27151
|
/* TypeImport */
|
|
27170
|
-
#ifndef
|
|
27171
|
-
#define
|
|
27172
|
-
static PyTypeObject *
|
|
27173
|
-
size_t size, size_t alignment, enum
|
|
27152
|
+
#ifndef __PYX_HAVE_RT_ImportType_3_0_12
|
|
27153
|
+
#define __PYX_HAVE_RT_ImportType_3_0_12
|
|
27154
|
+
static PyTypeObject *__Pyx_ImportType_3_0_12(PyObject *module, const char *module_name, const char *class_name,
|
|
27155
|
+
size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_0_12 check_size)
|
|
27174
27156
|
{
|
|
27175
27157
|
PyObject *result = 0;
|
|
27176
27158
|
char warning[200];
|
|
@@ -27224,7 +27206,7 @@ static PyTypeObject *__Pyx_ImportType_3_0_11(PyObject *module, const char *modul
|
|
|
27224
27206
|
module_name, class_name, size, basicsize+itemsize);
|
|
27225
27207
|
goto bad;
|
|
27226
27208
|
}
|
|
27227
|
-
if (check_size ==
|
|
27209
|
+
if (check_size == __Pyx_ImportType_CheckSize_Error_3_0_12 &&
|
|
27228
27210
|
((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
|
|
27229
27211
|
PyErr_Format(PyExc_ValueError,
|
|
27230
27212
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
|
@@ -27232,7 +27214,7 @@ static PyTypeObject *__Pyx_ImportType_3_0_11(PyObject *module, const char *modul
|
|
|
27232
27214
|
module_name, class_name, size, basicsize, basicsize+itemsize);
|
|
27233
27215
|
goto bad;
|
|
27234
27216
|
}
|
|
27235
|
-
else if (check_size ==
|
|
27217
|
+
else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_0_12 && (size_t)basicsize > size) {
|
|
27236
27218
|
PyOS_snprintf(warning, sizeof(warning),
|
|
27237
27219
|
"%s.%s size changed, may indicate binary incompatibility. "
|
|
27238
27220
|
"Expected %zd from C header, got %zd from PyObject",
|
|
@@ -28555,7 +28537,7 @@ static void __pyx_insert_code_object(int code_line, PyCodeObject* code_object) {
|
|
|
28555
28537
|
#include "compile.h"
|
|
28556
28538
|
#include "frameobject.h"
|
|
28557
28539
|
#include "traceback.h"
|
|
28558
|
-
#if PY_VERSION_HEX >= 0x030b00a6 && !CYTHON_COMPILING_IN_LIMITED_API
|
|
28540
|
+
#if PY_VERSION_HEX >= 0x030b00a6 && !CYTHON_COMPILING_IN_LIMITED_API && !defined(PYPY_VERSION)
|
|
28559
28541
|
#ifndef Py_BUILD_CORE
|
|
28560
28542
|
#define Py_BUILD_CORE 1
|
|
28561
28543
|
#endif
|