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/topology/core.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.topology.core",
|
|
@@ -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
|
|
@@ -1694,7 +1694,7 @@ typedef struct {
|
|
|
1694
1694
|
|
|
1695
1695
|
/* #### Code section: numeric_typedefs ### */
|
|
1696
1696
|
|
|
1697
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1697
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":787
|
|
1698
1698
|
* # in Cython to enable them only on the right systems.
|
|
1699
1699
|
*
|
|
1700
1700
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
|
@@ -1703,7 +1703,7 @@ typedef struct {
|
|
|
1703
1703
|
*/
|
|
1704
1704
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1705
1705
|
|
|
1706
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1706
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":788
|
|
1707
1707
|
*
|
|
1708
1708
|
* ctypedef npy_int8 int8_t
|
|
1709
1709
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
|
@@ -1712,7 +1712,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
|
1712
1712
|
*/
|
|
1713
1713
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1714
1714
|
|
|
1715
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1715
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":789
|
|
1716
1716
|
* ctypedef npy_int8 int8_t
|
|
1717
1717
|
* ctypedef npy_int16 int16_t
|
|
1718
1718
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
|
@@ -1721,7 +1721,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
|
1721
1721
|
*/
|
|
1722
1722
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1723
1723
|
|
|
1724
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1724
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":790
|
|
1725
1725
|
* ctypedef npy_int16 int16_t
|
|
1726
1726
|
* ctypedef npy_int32 int32_t
|
|
1727
1727
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
|
@@ -1730,7 +1730,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
|
1730
1730
|
*/
|
|
1731
1731
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1732
1732
|
|
|
1733
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1733
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":794
|
|
1734
1734
|
* #ctypedef npy_int128 int128_t
|
|
1735
1735
|
*
|
|
1736
1736
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
|
@@ -1739,7 +1739,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
|
1739
1739
|
*/
|
|
1740
1740
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1741
1741
|
|
|
1742
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1742
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":795
|
|
1743
1743
|
*
|
|
1744
1744
|
* ctypedef npy_uint8 uint8_t
|
|
1745
1745
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
|
@@ -1748,7 +1748,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
|
1748
1748
|
*/
|
|
1749
1749
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1750
1750
|
|
|
1751
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1751
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":796
|
|
1752
1752
|
* ctypedef npy_uint8 uint8_t
|
|
1753
1753
|
* ctypedef npy_uint16 uint16_t
|
|
1754
1754
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
|
@@ -1757,7 +1757,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
|
1757
1757
|
*/
|
|
1758
1758
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1759
1759
|
|
|
1760
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1760
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":797
|
|
1761
1761
|
* ctypedef npy_uint16 uint16_t
|
|
1762
1762
|
* ctypedef npy_uint32 uint32_t
|
|
1763
1763
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
|
@@ -1766,7 +1766,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
|
1766
1766
|
*/
|
|
1767
1767
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1768
1768
|
|
|
1769
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1769
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":801
|
|
1770
1770
|
* #ctypedef npy_uint128 uint128_t
|
|
1771
1771
|
*
|
|
1772
1772
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
|
@@ -1775,7 +1775,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
|
1775
1775
|
*/
|
|
1776
1776
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1777
1777
|
|
|
1778
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1778
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":802
|
|
1779
1779
|
*
|
|
1780
1780
|
* ctypedef npy_float32 float32_t
|
|
1781
1781
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
|
@@ -1784,7 +1784,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
|
1784
1784
|
*/
|
|
1785
1785
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1786
1786
|
|
|
1787
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1787
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":809
|
|
1788
1788
|
* ctypedef double complex complex128_t
|
|
1789
1789
|
*
|
|
1790
1790
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
|
@@ -1793,7 +1793,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
|
1793
1793
|
*/
|
|
1794
1794
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1795
1795
|
|
|
1796
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1796
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":810
|
|
1797
1797
|
*
|
|
1798
1798
|
* ctypedef npy_longlong longlong_t
|
|
1799
1799
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
|
@@ -1802,7 +1802,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
|
1802
1802
|
*/
|
|
1803
1803
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1804
1804
|
|
|
1805
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1805
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":812
|
|
1806
1806
|
* ctypedef npy_ulonglong ulonglong_t
|
|
1807
1807
|
*
|
|
1808
1808
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
|
@@ -1811,7 +1811,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
|
1811
1811
|
*/
|
|
1812
1812
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1813
1813
|
|
|
1814
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1814
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":813
|
|
1815
1815
|
*
|
|
1816
1816
|
* ctypedef npy_intp intp_t
|
|
1817
1817
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
|
@@ -1820,7 +1820,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
|
1820
1820
|
*/
|
|
1821
1821
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1822
1822
|
|
|
1823
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1823
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":815
|
|
1824
1824
|
* ctypedef npy_uintp uintp_t
|
|
1825
1825
|
*
|
|
1826
1826
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
|
@@ -1829,7 +1829,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
|
1829
1829
|
*/
|
|
1830
1830
|
typedef npy_double __pyx_t_5numpy_float_t;
|
|
1831
1831
|
|
|
1832
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1832
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":816
|
|
1833
1833
|
*
|
|
1834
1834
|
* ctypedef npy_double float_t
|
|
1835
1835
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
|
@@ -1838,7 +1838,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
|
1838
1838
|
*/
|
|
1839
1839
|
typedef npy_double __pyx_t_5numpy_double_t;
|
|
1840
1840
|
|
|
1841
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1841
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":817
|
|
1842
1842
|
* ctypedef npy_double float_t
|
|
1843
1843
|
* ctypedef npy_double double_t
|
|
1844
1844
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1892,24 +1892,6 @@ struct __pyx_MemviewEnum_obj;
|
|
|
1892
1892
|
struct __pyx_memoryview_obj;
|
|
1893
1893
|
struct __pyx_memoryviewslice_obj;
|
|
1894
1894
|
|
|
1895
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-mjaq6z51/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1095
|
|
1896
|
-
*
|
|
1897
|
-
* # Iterator API added in v1.6
|
|
1898
|
-
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil # <<<<<<<<<<<<<<
|
|
1899
|
-
* ctypedef void (*NpyIter_GetMultiIndexFunc)(NpyIter* it, npy_intp* outcoords) noexcept nogil
|
|
1900
|
-
*
|
|
1901
|
-
*/
|
|
1902
|
-
typedef int (*__pyx_t_5numpy_NpyIter_IterNextFunc)(NpyIter *);
|
|
1903
|
-
|
|
1904
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-mjaq6z51/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1096
|
|
1905
|
-
* # Iterator API added in v1.6
|
|
1906
|
-
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil
|
|
1907
|
-
* ctypedef void (*NpyIter_GetMultiIndexFunc)(NpyIter* it, npy_intp* outcoords) noexcept nogil # <<<<<<<<<<<<<<
|
|
1908
|
-
*
|
|
1909
|
-
* cdef extern from "numpy/arrayobject.h":
|
|
1910
|
-
*/
|
|
1911
|
-
typedef void (*__pyx_t_5numpy_NpyIter_GetMultiIndexFunc)(NpyIter *, npy_intp *);
|
|
1912
|
-
|
|
1913
1895
|
/* "sknetwork/topology/minheap.pxd":10
|
|
1914
1896
|
* from libcpp.vector cimport vector
|
|
1915
1897
|
*
|
|
@@ -2316,7 +2298,7 @@ static PyObject *__Pyx_PyFunction_FastCallDict(PyObject *func, PyObject **args,
|
|
|
2316
2298
|
#if !CYTHON_VECTORCALL
|
|
2317
2299
|
#if PY_VERSION_HEX >= 0x03080000
|
|
2318
2300
|
#include "frameobject.h"
|
|
2319
|
-
#if PY_VERSION_HEX >= 0x030b00a6 && !CYTHON_COMPILING_IN_LIMITED_API
|
|
2301
|
+
#if PY_VERSION_HEX >= 0x030b00a6 && !CYTHON_COMPILING_IN_LIMITED_API && !defined(PYPY_VERSION)
|
|
2320
2302
|
#ifndef Py_BUILD_CORE
|
|
2321
2303
|
#define Py_BUILD_CORE 1
|
|
2322
2304
|
#endif
|
|
@@ -2745,22 +2727,22 @@ static int __Pyx_setup_reduce(PyObject* type_obj);
|
|
|
2745
2727
|
#endif
|
|
2746
2728
|
|
|
2747
2729
|
/* TypeImport.proto */
|
|
2748
|
-
#ifndef
|
|
2749
|
-
#define
|
|
2730
|
+
#ifndef __PYX_HAVE_RT_ImportType_proto_3_0_12
|
|
2731
|
+
#define __PYX_HAVE_RT_ImportType_proto_3_0_12
|
|
2750
2732
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
|
2751
2733
|
#include <stdalign.h>
|
|
2752
2734
|
#endif
|
|
2753
2735
|
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
|
|
2754
|
-
#define
|
|
2736
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_0_12(s) alignof(s)
|
|
2755
2737
|
#else
|
|
2756
|
-
#define
|
|
2738
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_0_12(s) sizeof(void*)
|
|
2757
2739
|
#endif
|
|
2758
|
-
enum
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2740
|
+
enum __Pyx_ImportType_CheckSize_3_0_12 {
|
|
2741
|
+
__Pyx_ImportType_CheckSize_Error_3_0_12 = 0,
|
|
2742
|
+
__Pyx_ImportType_CheckSize_Warn_3_0_12 = 1,
|
|
2743
|
+
__Pyx_ImportType_CheckSize_Ignore_3_0_12 = 2
|
|
2762
2744
|
};
|
|
2763
|
-
static PyTypeObject *
|
|
2745
|
+
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);
|
|
2764
2746
|
#endif
|
|
2765
2747
|
|
|
2766
2748
|
/* FetchSharedCythonModule.proto */
|
|
@@ -18092,7 +18074,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
|
18092
18074
|
return __pyx_r;
|
|
18093
18075
|
}
|
|
18094
18076
|
|
|
18095
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18077
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":287
|
|
18096
18078
|
*
|
|
18097
18079
|
* @property
|
|
18098
18080
|
* cdef inline npy_intp itemsize(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18103,7 +18085,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
|
18103
18085
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
|
18104
18086
|
npy_intp __pyx_r;
|
|
18105
18087
|
|
|
18106
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18088
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":288
|
|
18107
18089
|
* @property
|
|
18108
18090
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
|
18109
18091
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -18113,7 +18095,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
18113
18095
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
|
18114
18096
|
goto __pyx_L0;
|
|
18115
18097
|
|
|
18116
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18098
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":287
|
|
18117
18099
|
*
|
|
18118
18100
|
* @property
|
|
18119
18101
|
* cdef inline npy_intp itemsize(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18126,7 +18108,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
18126
18108
|
return __pyx_r;
|
|
18127
18109
|
}
|
|
18128
18110
|
|
|
18129
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18111
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":291
|
|
18130
18112
|
*
|
|
18131
18113
|
* @property
|
|
18132
18114
|
* cdef inline npy_intp alignment(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18137,7 +18119,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
18137
18119
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
|
18138
18120
|
npy_intp __pyx_r;
|
|
18139
18121
|
|
|
18140
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18122
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":292
|
|
18141
18123
|
* @property
|
|
18142
18124
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
|
18143
18125
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
|
@@ -18147,7 +18129,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
|
18147
18129
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
|
18148
18130
|
goto __pyx_L0;
|
|
18149
18131
|
|
|
18150
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18132
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":291
|
|
18151
18133
|
*
|
|
18152
18134
|
* @property
|
|
18153
18135
|
* cdef inline npy_intp alignment(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18160,7 +18142,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
|
18160
18142
|
return __pyx_r;
|
|
18161
18143
|
}
|
|
18162
18144
|
|
|
18163
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18145
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":297
|
|
18164
18146
|
* # for this using PyDataType_HASFIELDS.
|
|
18165
18147
|
* @property
|
|
18166
18148
|
* cdef inline object fields(self): # <<<<<<<<<<<<<<
|
|
@@ -18174,7 +18156,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
18174
18156
|
PyObject *__pyx_t_1;
|
|
18175
18157
|
__Pyx_RefNannySetupContext("fields", 1);
|
|
18176
18158
|
|
|
18177
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18159
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":298
|
|
18178
18160
|
* @property
|
|
18179
18161
|
* cdef inline object fields(self):
|
|
18180
18162
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
|
@@ -18187,7 +18169,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
18187
18169
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
|
18188
18170
|
goto __pyx_L0;
|
|
18189
18171
|
|
|
18190
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18172
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":297
|
|
18191
18173
|
* # for this using PyDataType_HASFIELDS.
|
|
18192
18174
|
* @property
|
|
18193
18175
|
* cdef inline object fields(self): # <<<<<<<<<<<<<<
|
|
@@ -18202,7 +18184,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
18202
18184
|
return __pyx_r;
|
|
18203
18185
|
}
|
|
18204
18186
|
|
|
18205
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18187
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":301
|
|
18206
18188
|
*
|
|
18207
18189
|
* @property
|
|
18208
18190
|
* cdef inline tuple names(self): # <<<<<<<<<<<<<<
|
|
@@ -18216,7 +18198,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
18216
18198
|
PyObject *__pyx_t_1;
|
|
18217
18199
|
__Pyx_RefNannySetupContext("names", 1);
|
|
18218
18200
|
|
|
18219
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18201
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":302
|
|
18220
18202
|
* @property
|
|
18221
18203
|
* cdef inline tuple names(self):
|
|
18222
18204
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
|
@@ -18229,7 +18211,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
18229
18211
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
|
18230
18212
|
goto __pyx_L0;
|
|
18231
18213
|
|
|
18232
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18214
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":301
|
|
18233
18215
|
*
|
|
18234
18216
|
* @property
|
|
18235
18217
|
* cdef inline tuple names(self): # <<<<<<<<<<<<<<
|
|
@@ -18244,7 +18226,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
18244
18226
|
return __pyx_r;
|
|
18245
18227
|
}
|
|
18246
18228
|
|
|
18247
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18229
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":308
|
|
18248
18230
|
* # this field via the inline helper method PyDataType_SHAPE.
|
|
18249
18231
|
* @property
|
|
18250
18232
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18255,7 +18237,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
18255
18237
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
|
18256
18238
|
PyArray_ArrayDescr *__pyx_r;
|
|
18257
18239
|
|
|
18258
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18240
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":309
|
|
18259
18241
|
* @property
|
|
18260
18242
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
|
18261
18243
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
|
@@ -18265,7 +18247,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
18265
18247
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
|
18266
18248
|
goto __pyx_L0;
|
|
18267
18249
|
|
|
18268
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18250
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":308
|
|
18269
18251
|
* # this field via the inline helper method PyDataType_SHAPE.
|
|
18270
18252
|
* @property
|
|
18271
18253
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18278,7 +18260,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
18278
18260
|
return __pyx_r;
|
|
18279
18261
|
}
|
|
18280
18262
|
|
|
18281
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18263
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":312
|
|
18282
18264
|
*
|
|
18283
18265
|
* @property
|
|
18284
18266
|
* cdef inline npy_uint64 flags(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18289,7 +18271,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
18289
18271
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
|
18290
18272
|
npy_uint64 __pyx_r;
|
|
18291
18273
|
|
|
18292
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18274
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":314
|
|
18293
18275
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
|
18294
18276
|
* """The data types flags."""
|
|
18295
18277
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
|
@@ -18299,7 +18281,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
18299
18281
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
|
18300
18282
|
goto __pyx_L0;
|
|
18301
18283
|
|
|
18302
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18284
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":312
|
|
18303
18285
|
*
|
|
18304
18286
|
* @property
|
|
18305
18287
|
* cdef inline npy_uint64 flags(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18312,7 +18294,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
18312
18294
|
return __pyx_r;
|
|
18313
18295
|
}
|
|
18314
18296
|
|
|
18315
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18297
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":324
|
|
18316
18298
|
*
|
|
18317
18299
|
* @property
|
|
18318
18300
|
* cdef inline int numiter(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18323,7 +18305,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
18323
18305
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
|
18324
18306
|
int __pyx_r;
|
|
18325
18307
|
|
|
18326
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18308
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":326
|
|
18327
18309
|
* cdef inline int numiter(self) noexcept nogil:
|
|
18328
18310
|
* """The number of arrays that need to be broadcast to the same shape."""
|
|
18329
18311
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
|
@@ -18333,7 +18315,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
18333
18315
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
|
18334
18316
|
goto __pyx_L0;
|
|
18335
18317
|
|
|
18336
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18318
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":324
|
|
18337
18319
|
*
|
|
18338
18320
|
* @property
|
|
18339
18321
|
* cdef inline int numiter(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18346,7 +18328,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
18346
18328
|
return __pyx_r;
|
|
18347
18329
|
}
|
|
18348
18330
|
|
|
18349
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18331
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":329
|
|
18350
18332
|
*
|
|
18351
18333
|
* @property
|
|
18352
18334
|
* cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18357,7 +18339,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
18357
18339
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
|
18358
18340
|
npy_intp __pyx_r;
|
|
18359
18341
|
|
|
18360
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18342
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":331
|
|
18361
18343
|
* cdef inline npy_intp size(self) noexcept nogil:
|
|
18362
18344
|
* """The total broadcasted size."""
|
|
18363
18345
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -18367,7 +18349,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
18367
18349
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
|
18368
18350
|
goto __pyx_L0;
|
|
18369
18351
|
|
|
18370
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18352
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":329
|
|
18371
18353
|
*
|
|
18372
18354
|
* @property
|
|
18373
18355
|
* cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18380,7 +18362,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
18380
18362
|
return __pyx_r;
|
|
18381
18363
|
}
|
|
18382
18364
|
|
|
18383
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18365
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":334
|
|
18384
18366
|
*
|
|
18385
18367
|
* @property
|
|
18386
18368
|
* cdef inline npy_intp index(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18391,7 +18373,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
18391
18373
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
|
18392
18374
|
npy_intp __pyx_r;
|
|
18393
18375
|
|
|
18394
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18376
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":336
|
|
18395
18377
|
* cdef inline npy_intp index(self) noexcept nogil:
|
|
18396
18378
|
* """The current (1-d) index into the broadcasted result."""
|
|
18397
18379
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
|
@@ -18401,7 +18383,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
18401
18383
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
|
18402
18384
|
goto __pyx_L0;
|
|
18403
18385
|
|
|
18404
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18386
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":334
|
|
18405
18387
|
*
|
|
18406
18388
|
* @property
|
|
18407
18389
|
* cdef inline npy_intp index(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18414,7 +18396,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
18414
18396
|
return __pyx_r;
|
|
18415
18397
|
}
|
|
18416
18398
|
|
|
18417
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18399
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":339
|
|
18418
18400
|
*
|
|
18419
18401
|
* @property
|
|
18420
18402
|
* cdef inline int nd(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18425,7 +18407,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
18425
18407
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
|
18426
18408
|
int __pyx_r;
|
|
18427
18409
|
|
|
18428
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18410
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":341
|
|
18429
18411
|
* cdef inline int nd(self) noexcept nogil:
|
|
18430
18412
|
* """The number of dimensions in the broadcasted result."""
|
|
18431
18413
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -18435,7 +18417,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
18435
18417
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
|
18436
18418
|
goto __pyx_L0;
|
|
18437
18419
|
|
|
18438
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18420
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":339
|
|
18439
18421
|
*
|
|
18440
18422
|
* @property
|
|
18441
18423
|
* cdef inline int nd(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18448,7 +18430,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
18448
18430
|
return __pyx_r;
|
|
18449
18431
|
}
|
|
18450
18432
|
|
|
18451
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18433
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":344
|
|
18452
18434
|
*
|
|
18453
18435
|
* @property
|
|
18454
18436
|
* cdef inline npy_intp* dimensions(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18459,7 +18441,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
18459
18441
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
|
18460
18442
|
npy_intp *__pyx_r;
|
|
18461
18443
|
|
|
18462
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18444
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":346
|
|
18463
18445
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
|
18464
18446
|
* """The shape of the broadcasted result."""
|
|
18465
18447
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -18469,7 +18451,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
18469
18451
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
|
18470
18452
|
goto __pyx_L0;
|
|
18471
18453
|
|
|
18472
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18454
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":344
|
|
18473
18455
|
*
|
|
18474
18456
|
* @property
|
|
18475
18457
|
* cdef inline npy_intp* dimensions(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18482,7 +18464,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
18482
18464
|
return __pyx_r;
|
|
18483
18465
|
}
|
|
18484
18466
|
|
|
18485
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18467
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":349
|
|
18486
18468
|
*
|
|
18487
18469
|
* @property
|
|
18488
18470
|
* cdef inline void** iters(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18493,7 +18475,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
18493
18475
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
|
18494
18476
|
void **__pyx_r;
|
|
18495
18477
|
|
|
18496
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18478
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":352
|
|
18497
18479
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
|
18498
18480
|
* On return, the iterators are adjusted for broadcasting."""
|
|
18499
18481
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
|
@@ -18503,7 +18485,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
18503
18485
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
|
18504
18486
|
goto __pyx_L0;
|
|
18505
18487
|
|
|
18506
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18488
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":349
|
|
18507
18489
|
*
|
|
18508
18490
|
* @property
|
|
18509
18491
|
* cdef inline void** iters(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18516,7 +18498,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
18516
18498
|
return __pyx_r;
|
|
18517
18499
|
}
|
|
18518
18500
|
|
|
18519
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18501
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":367
|
|
18520
18502
|
*
|
|
18521
18503
|
* @property
|
|
18522
18504
|
* cdef inline PyObject* base(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18527,7 +18509,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
18527
18509
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
18528
18510
|
PyObject *__pyx_r;
|
|
18529
18511
|
|
|
18530
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18512
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":370
|
|
18531
18513
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
18532
18514
|
* """
|
|
18533
18515
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -18537,7 +18519,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
18537
18519
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
18538
18520
|
goto __pyx_L0;
|
|
18539
18521
|
|
|
18540
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18522
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":367
|
|
18541
18523
|
*
|
|
18542
18524
|
* @property
|
|
18543
18525
|
* cdef inline PyObject* base(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18550,7 +18532,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
18550
18532
|
return __pyx_r;
|
|
18551
18533
|
}
|
|
18552
18534
|
|
|
18553
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18535
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":373
|
|
18554
18536
|
*
|
|
18555
18537
|
* @property
|
|
18556
18538
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -18564,7 +18546,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
18564
18546
|
PyArray_Descr *__pyx_t_1;
|
|
18565
18547
|
__Pyx_RefNannySetupContext("descr", 1);
|
|
18566
18548
|
|
|
18567
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18549
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":376
|
|
18568
18550
|
* """Returns an owned reference to the dtype of the array.
|
|
18569
18551
|
* """
|
|
18570
18552
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -18577,7 +18559,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
18577
18559
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
18578
18560
|
goto __pyx_L0;
|
|
18579
18561
|
|
|
18580
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18562
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":373
|
|
18581
18563
|
*
|
|
18582
18564
|
* @property
|
|
18583
18565
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -18592,7 +18574,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
18592
18574
|
return __pyx_r;
|
|
18593
18575
|
}
|
|
18594
18576
|
|
|
18595
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18577
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":379
|
|
18596
18578
|
*
|
|
18597
18579
|
* @property
|
|
18598
18580
|
* cdef inline int ndim(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18603,7 +18585,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
18603
18585
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
18604
18586
|
int __pyx_r;
|
|
18605
18587
|
|
|
18606
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18588
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":382
|
|
18607
18589
|
* """Returns the number of dimensions in the array.
|
|
18608
18590
|
* """
|
|
18609
18591
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -18613,7 +18595,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
18613
18595
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
18614
18596
|
goto __pyx_L0;
|
|
18615
18597
|
|
|
18616
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18598
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":379
|
|
18617
18599
|
*
|
|
18618
18600
|
* @property
|
|
18619
18601
|
* cdef inline int ndim(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18626,7 +18608,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
18626
18608
|
return __pyx_r;
|
|
18627
18609
|
}
|
|
18628
18610
|
|
|
18629
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18611
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":385
|
|
18630
18612
|
*
|
|
18631
18613
|
* @property
|
|
18632
18614
|
* cdef inline npy_intp *shape(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18637,7 +18619,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
18637
18619
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
18638
18620
|
npy_intp *__pyx_r;
|
|
18639
18621
|
|
|
18640
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18622
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":390
|
|
18641
18623
|
* Can return NULL for 0-dimensional arrays.
|
|
18642
18624
|
* """
|
|
18643
18625
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -18647,7 +18629,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
18647
18629
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
18648
18630
|
goto __pyx_L0;
|
|
18649
18631
|
|
|
18650
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18632
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":385
|
|
18651
18633
|
*
|
|
18652
18634
|
* @property
|
|
18653
18635
|
* cdef inline npy_intp *shape(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18660,7 +18642,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
18660
18642
|
return __pyx_r;
|
|
18661
18643
|
}
|
|
18662
18644
|
|
|
18663
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18645
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":393
|
|
18664
18646
|
*
|
|
18665
18647
|
* @property
|
|
18666
18648
|
* cdef inline npy_intp *strides(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18671,7 +18653,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
18671
18653
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
18672
18654
|
npy_intp *__pyx_r;
|
|
18673
18655
|
|
|
18674
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18656
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":397
|
|
18675
18657
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
18676
18658
|
* """
|
|
18677
18659
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -18681,7 +18663,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
18681
18663
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
18682
18664
|
goto __pyx_L0;
|
|
18683
18665
|
|
|
18684
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18666
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":393
|
|
18685
18667
|
*
|
|
18686
18668
|
* @property
|
|
18687
18669
|
* cdef inline npy_intp *strides(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18694,7 +18676,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
18694
18676
|
return __pyx_r;
|
|
18695
18677
|
}
|
|
18696
18678
|
|
|
18697
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18679
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":400
|
|
18698
18680
|
*
|
|
18699
18681
|
* @property
|
|
18700
18682
|
* cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18705,7 +18687,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
18705
18687
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
18706
18688
|
npy_intp __pyx_r;
|
|
18707
18689
|
|
|
18708
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18690
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":403
|
|
18709
18691
|
* """Returns the total size (in number of elements) of the array.
|
|
18710
18692
|
* """
|
|
18711
18693
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -18715,7 +18697,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
18715
18697
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
18716
18698
|
goto __pyx_L0;
|
|
18717
18699
|
|
|
18718
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18700
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":400
|
|
18719
18701
|
*
|
|
18720
18702
|
* @property
|
|
18721
18703
|
* cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18728,7 +18710,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
18728
18710
|
return __pyx_r;
|
|
18729
18711
|
}
|
|
18730
18712
|
|
|
18731
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18713
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":406
|
|
18732
18714
|
*
|
|
18733
18715
|
* @property
|
|
18734
18716
|
* cdef inline char* data(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18739,7 +18721,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
18739
18721
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
18740
18722
|
char *__pyx_r;
|
|
18741
18723
|
|
|
18742
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18724
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":412
|
|
18743
18725
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
18744
18726
|
* """
|
|
18745
18727
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -18749,7 +18731,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
18749
18731
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
18750
18732
|
goto __pyx_L0;
|
|
18751
18733
|
|
|
18752
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18734
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":406
|
|
18753
18735
|
*
|
|
18754
18736
|
* @property
|
|
18755
18737
|
* cdef inline char* data(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18762,7 +18744,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
18762
18744
|
return __pyx_r;
|
|
18763
18745
|
}
|
|
18764
18746
|
|
|
18765
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18747
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":824
|
|
18766
18748
|
* ctypedef long double complex clongdouble_t
|
|
18767
18749
|
*
|
|
18768
18750
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -18779,7 +18761,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
18779
18761
|
int __pyx_clineno = 0;
|
|
18780
18762
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 1);
|
|
18781
18763
|
|
|
18782
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18764
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":825
|
|
18783
18765
|
*
|
|
18784
18766
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
18785
18767
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -18787,13 +18769,13 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
18787
18769
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
18788
18770
|
*/
|
|
18789
18771
|
__Pyx_XDECREF(__pyx_r);
|
|
18790
|
-
__pyx_t_1 = PyArray_MultiIterNew(1, ((void *)__pyx_v_a)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2,
|
|
18772
|
+
__pyx_t_1 = PyArray_MultiIterNew(1, ((void *)__pyx_v_a)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 825, __pyx_L1_error)
|
|
18791
18773
|
__Pyx_GOTREF(__pyx_t_1);
|
|
18792
18774
|
__pyx_r = __pyx_t_1;
|
|
18793
18775
|
__pyx_t_1 = 0;
|
|
18794
18776
|
goto __pyx_L0;
|
|
18795
18777
|
|
|
18796
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18778
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":824
|
|
18797
18779
|
* ctypedef long double complex clongdouble_t
|
|
18798
18780
|
*
|
|
18799
18781
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -18812,7 +18794,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
18812
18794
|
return __pyx_r;
|
|
18813
18795
|
}
|
|
18814
18796
|
|
|
18815
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18797
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":827
|
|
18816
18798
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
18817
18799
|
*
|
|
18818
18800
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -18829,7 +18811,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
18829
18811
|
int __pyx_clineno = 0;
|
|
18830
18812
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 1);
|
|
18831
18813
|
|
|
18832
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18814
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":828
|
|
18833
18815
|
*
|
|
18834
18816
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
18835
18817
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -18837,13 +18819,13 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
18837
18819
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
18838
18820
|
*/
|
|
18839
18821
|
__Pyx_XDECREF(__pyx_r);
|
|
18840
|
-
__pyx_t_1 = PyArray_MultiIterNew(2, ((void *)__pyx_v_a), ((void *)__pyx_v_b)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2,
|
|
18822
|
+
__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)
|
|
18841
18823
|
__Pyx_GOTREF(__pyx_t_1);
|
|
18842
18824
|
__pyx_r = __pyx_t_1;
|
|
18843
18825
|
__pyx_t_1 = 0;
|
|
18844
18826
|
goto __pyx_L0;
|
|
18845
18827
|
|
|
18846
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18828
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":827
|
|
18847
18829
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
18848
18830
|
*
|
|
18849
18831
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -18862,7 +18844,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
18862
18844
|
return __pyx_r;
|
|
18863
18845
|
}
|
|
18864
18846
|
|
|
18865
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18847
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":830
|
|
18866
18848
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
18867
18849
|
*
|
|
18868
18850
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -18879,7 +18861,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
18879
18861
|
int __pyx_clineno = 0;
|
|
18880
18862
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 1);
|
|
18881
18863
|
|
|
18882
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18864
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":831
|
|
18883
18865
|
*
|
|
18884
18866
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
18885
18867
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -18887,13 +18869,13 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
18887
18869
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
18888
18870
|
*/
|
|
18889
18871
|
__Pyx_XDECREF(__pyx_r);
|
|
18890
|
-
__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,
|
|
18872
|
+
__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)
|
|
18891
18873
|
__Pyx_GOTREF(__pyx_t_1);
|
|
18892
18874
|
__pyx_r = __pyx_t_1;
|
|
18893
18875
|
__pyx_t_1 = 0;
|
|
18894
18876
|
goto __pyx_L0;
|
|
18895
18877
|
|
|
18896
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18878
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":830
|
|
18897
18879
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
18898
18880
|
*
|
|
18899
18881
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -18912,7 +18894,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
18912
18894
|
return __pyx_r;
|
|
18913
18895
|
}
|
|
18914
18896
|
|
|
18915
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18897
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":833
|
|
18916
18898
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
18917
18899
|
*
|
|
18918
18900
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -18929,7 +18911,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
18929
18911
|
int __pyx_clineno = 0;
|
|
18930
18912
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 1);
|
|
18931
18913
|
|
|
18932
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18914
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":834
|
|
18933
18915
|
*
|
|
18934
18916
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
18935
18917
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -18937,13 +18919,13 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
18937
18919
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
18938
18920
|
*/
|
|
18939
18921
|
__Pyx_XDECREF(__pyx_r);
|
|
18940
|
-
__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,
|
|
18922
|
+
__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)
|
|
18941
18923
|
__Pyx_GOTREF(__pyx_t_1);
|
|
18942
18924
|
__pyx_r = __pyx_t_1;
|
|
18943
18925
|
__pyx_t_1 = 0;
|
|
18944
18926
|
goto __pyx_L0;
|
|
18945
18927
|
|
|
18946
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18928
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":833
|
|
18947
18929
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
18948
18930
|
*
|
|
18949
18931
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -18962,7 +18944,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
18962
18944
|
return __pyx_r;
|
|
18963
18945
|
}
|
|
18964
18946
|
|
|
18965
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18947
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":836
|
|
18966
18948
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
18967
18949
|
*
|
|
18968
18950
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -18979,7 +18961,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
18979
18961
|
int __pyx_clineno = 0;
|
|
18980
18962
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 1);
|
|
18981
18963
|
|
|
18982
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18964
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":837
|
|
18983
18965
|
*
|
|
18984
18966
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
18985
18967
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -18987,13 +18969,13 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
18987
18969
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
18988
18970
|
*/
|
|
18989
18971
|
__Pyx_XDECREF(__pyx_r);
|
|
18990
|
-
__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,
|
|
18972
|
+
__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)
|
|
18991
18973
|
__Pyx_GOTREF(__pyx_t_1);
|
|
18992
18974
|
__pyx_r = __pyx_t_1;
|
|
18993
18975
|
__pyx_t_1 = 0;
|
|
18994
18976
|
goto __pyx_L0;
|
|
18995
18977
|
|
|
18996
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18978
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":836
|
|
18997
18979
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
18998
18980
|
*
|
|
18999
18981
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -19012,7 +18994,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
19012
18994
|
return __pyx_r;
|
|
19013
18995
|
}
|
|
19014
18996
|
|
|
19015
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18997
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":839
|
|
19016
18998
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
19017
18999
|
*
|
|
19018
19000
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -19027,7 +19009,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19027
19009
|
PyObject *__pyx_t_2;
|
|
19028
19010
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 1);
|
|
19029
19011
|
|
|
19030
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19012
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":840
|
|
19031
19013
|
*
|
|
19032
19014
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
19033
19015
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -19037,7 +19019,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19037
19019
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
19038
19020
|
if (__pyx_t_1) {
|
|
19039
19021
|
|
|
19040
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19022
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":841
|
|
19041
19023
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
19042
19024
|
* if PyDataType_HASSUBARRAY(d):
|
|
19043
19025
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -19050,7 +19032,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19050
19032
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
|
19051
19033
|
goto __pyx_L0;
|
|
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":840
|
|
19054
19036
|
*
|
|
19055
19037
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
19056
19038
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -19059,7 +19041,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19059
19041
|
*/
|
|
19060
19042
|
}
|
|
19061
19043
|
|
|
19062
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19044
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":843
|
|
19063
19045
|
* return <tuple>d.subarray.shape
|
|
19064
19046
|
* else:
|
|
19065
19047
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -19073,7 +19055,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19073
19055
|
goto __pyx_L0;
|
|
19074
19056
|
}
|
|
19075
19057
|
|
|
19076
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19058
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":839
|
|
19077
19059
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
19078
19060
|
*
|
|
19079
19061
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -19088,7 +19070,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19088
19070
|
return __pyx_r;
|
|
19089
19071
|
}
|
|
19090
19072
|
|
|
19091
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19073
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
|
|
19092
19074
|
* int _import_umath() except -1
|
|
19093
19075
|
*
|
|
19094
19076
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
|
@@ -19102,7 +19084,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
19102
19084
|
const char *__pyx_filename = NULL;
|
|
19103
19085
|
int __pyx_clineno = 0;
|
|
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":1036
|
|
19106
19088
|
*
|
|
19107
19089
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
|
19108
19090
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -19111,16 +19093,16 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
19111
19093
|
*/
|
|
19112
19094
|
Py_INCREF(__pyx_v_base);
|
|
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":1037
|
|
19115
19097
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
|
19116
19098
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
19117
19099
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
19118
19100
|
*
|
|
19119
19101
|
* cdef inline object get_array_base(ndarray arr):
|
|
19120
19102
|
*/
|
|
19121
|
-
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(2,
|
|
19103
|
+
__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)
|
|
19122
19104
|
|
|
19123
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19105
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
|
|
19124
19106
|
* int _import_umath() except -1
|
|
19125
19107
|
*
|
|
19126
19108
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
|
@@ -19135,7 +19117,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
19135
19117
|
__pyx_L0:;
|
|
19136
19118
|
}
|
|
19137
19119
|
|
|
19138
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19120
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1039
|
|
19139
19121
|
* PyArray_SetBaseObject(arr, base)
|
|
19140
19122
|
*
|
|
19141
19123
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -19150,7 +19132,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19150
19132
|
int __pyx_t_1;
|
|
19151
19133
|
__Pyx_RefNannySetupContext("get_array_base", 1);
|
|
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":1040
|
|
19154
19136
|
*
|
|
19155
19137
|
* cdef inline object get_array_base(ndarray arr):
|
|
19156
19138
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -19159,7 +19141,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19159
19141
|
*/
|
|
19160
19142
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
19161
19143
|
|
|
19162
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19144
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
|
|
19163
19145
|
* cdef inline object get_array_base(ndarray arr):
|
|
19164
19146
|
* base = PyArray_BASE(arr)
|
|
19165
19147
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -19169,7 +19151,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19169
19151
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
19170
19152
|
if (__pyx_t_1) {
|
|
19171
19153
|
|
|
19172
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19154
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1042
|
|
19173
19155
|
* base = PyArray_BASE(arr)
|
|
19174
19156
|
* if base is NULL:
|
|
19175
19157
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -19180,7 +19162,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19180
19162
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
19181
19163
|
goto __pyx_L0;
|
|
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":1041
|
|
19184
19166
|
* cdef inline object get_array_base(ndarray arr):
|
|
19185
19167
|
* base = PyArray_BASE(arr)
|
|
19186
19168
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -19189,7 +19171,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19189
19171
|
*/
|
|
19190
19172
|
}
|
|
19191
19173
|
|
|
19192
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19174
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1043
|
|
19193
19175
|
* if base is NULL:
|
|
19194
19176
|
* return None
|
|
19195
19177
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -19201,7 +19183,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19201
19183
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
19202
19184
|
goto __pyx_L0;
|
|
19203
19185
|
|
|
19204
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19186
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1039
|
|
19205
19187
|
* PyArray_SetBaseObject(arr, base)
|
|
19206
19188
|
*
|
|
19207
19189
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -19216,7 +19198,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19216
19198
|
return __pyx_r;
|
|
19217
19199
|
}
|
|
19218
19200
|
|
|
19219
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19201
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1047
|
|
19220
19202
|
* # Versions of the import_* functions which are more suitable for
|
|
19221
19203
|
* # Cython code.
|
|
19222
19204
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19240,7 +19222,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19240
19222
|
int __pyx_clineno = 0;
|
|
19241
19223
|
__Pyx_RefNannySetupContext("import_array", 1);
|
|
19242
19224
|
|
|
19243
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19225
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1048
|
|
19244
19226
|
* # Cython code.
|
|
19245
19227
|
* cdef inline int import_array() except -1:
|
|
19246
19228
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19256,16 +19238,16 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19256
19238
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
19257
19239
|
/*try:*/ {
|
|
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":1049
|
|
19260
19242
|
* cdef inline int import_array() except -1:
|
|
19261
19243
|
* try:
|
|
19262
19244
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
19263
19245
|
* except Exception:
|
|
19264
19246
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
19265
19247
|
*/
|
|
19266
|
-
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2,
|
|
19248
|
+
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1049, __pyx_L3_error)
|
|
19267
19249
|
|
|
19268
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19250
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1048
|
|
19269
19251
|
* # Cython code.
|
|
19270
19252
|
* cdef inline int import_array() except -1:
|
|
19271
19253
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19279,7 +19261,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19279
19261
|
goto __pyx_L8_try_end;
|
|
19280
19262
|
__pyx_L3_error:;
|
|
19281
19263
|
|
|
19282
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19264
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1050
|
|
19283
19265
|
* try:
|
|
19284
19266
|
* __pyx_import_array()
|
|
19285
19267
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -19289,27 +19271,27 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19289
19271
|
__pyx_t_4 = __Pyx_PyErr_ExceptionMatches(((PyObject *)(&((PyTypeObject*)PyExc_Exception)[0])));
|
|
19290
19272
|
if (__pyx_t_4) {
|
|
19291
19273
|
__Pyx_AddTraceback("numpy.import_array", __pyx_clineno, __pyx_lineno, __pyx_filename);
|
|
19292
|
-
if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2,
|
|
19274
|
+
if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2, 1050, __pyx_L5_except_error)
|
|
19293
19275
|
__Pyx_XGOTREF(__pyx_t_5);
|
|
19294
19276
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
19295
19277
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
19296
19278
|
|
|
19297
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19279
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1051
|
|
19298
19280
|
* __pyx_import_array()
|
|
19299
19281
|
* except Exception:
|
|
19300
19282
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
19301
19283
|
*
|
|
19302
19284
|
* cdef inline int import_umath() except -1:
|
|
19303
19285
|
*/
|
|
19304
|
-
__pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_ImportError, __pyx_tuple__9, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(2,
|
|
19286
|
+
__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)
|
|
19305
19287
|
__Pyx_GOTREF(__pyx_t_8);
|
|
19306
19288
|
__Pyx_Raise(__pyx_t_8, 0, 0, 0);
|
|
19307
19289
|
__Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
|
|
19308
|
-
__PYX_ERR(2,
|
|
19290
|
+
__PYX_ERR(2, 1051, __pyx_L5_except_error)
|
|
19309
19291
|
}
|
|
19310
19292
|
goto __pyx_L5_except_error;
|
|
19311
19293
|
|
|
19312
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19294
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1048
|
|
19313
19295
|
* # Cython code.
|
|
19314
19296
|
* cdef inline int import_array() except -1:
|
|
19315
19297
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19325,7 +19307,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19325
19307
|
__pyx_L8_try_end:;
|
|
19326
19308
|
}
|
|
19327
19309
|
|
|
19328
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19310
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1047
|
|
19329
19311
|
* # Versions of the import_* functions which are more suitable for
|
|
19330
19312
|
* # Cython code.
|
|
19331
19313
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19348,7 +19330,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19348
19330
|
return __pyx_r;
|
|
19349
19331
|
}
|
|
19350
19332
|
|
|
19351
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19333
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1053
|
|
19352
19334
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
19353
19335
|
*
|
|
19354
19336
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19372,7 +19354,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19372
19354
|
int __pyx_clineno = 0;
|
|
19373
19355
|
__Pyx_RefNannySetupContext("import_umath", 1);
|
|
19374
19356
|
|
|
19375
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19357
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1054
|
|
19376
19358
|
*
|
|
19377
19359
|
* cdef inline int import_umath() except -1:
|
|
19378
19360
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19388,16 +19370,16 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19388
19370
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
19389
19371
|
/*try:*/ {
|
|
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":1055
|
|
19392
19374
|
* cdef inline int import_umath() except -1:
|
|
19393
19375
|
* try:
|
|
19394
19376
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
19395
19377
|
* except Exception:
|
|
19396
19378
|
* raise ImportError("numpy._core.umath failed to import")
|
|
19397
19379
|
*/
|
|
19398
|
-
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2,
|
|
19380
|
+
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1055, __pyx_L3_error)
|
|
19399
19381
|
|
|
19400
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19382
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1054
|
|
19401
19383
|
*
|
|
19402
19384
|
* cdef inline int import_umath() except -1:
|
|
19403
19385
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19411,7 +19393,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19411
19393
|
goto __pyx_L8_try_end;
|
|
19412
19394
|
__pyx_L3_error:;
|
|
19413
19395
|
|
|
19414
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19396
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1056
|
|
19415
19397
|
* try:
|
|
19416
19398
|
* _import_umath()
|
|
19417
19399
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -19421,27 +19403,27 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19421
19403
|
__pyx_t_4 = __Pyx_PyErr_ExceptionMatches(((PyObject *)(&((PyTypeObject*)PyExc_Exception)[0])));
|
|
19422
19404
|
if (__pyx_t_4) {
|
|
19423
19405
|
__Pyx_AddTraceback("numpy.import_umath", __pyx_clineno, __pyx_lineno, __pyx_filename);
|
|
19424
|
-
if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2,
|
|
19406
|
+
if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2, 1056, __pyx_L5_except_error)
|
|
19425
19407
|
__Pyx_XGOTREF(__pyx_t_5);
|
|
19426
19408
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
19427
19409
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
19428
19410
|
|
|
19429
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19411
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1057
|
|
19430
19412
|
* _import_umath()
|
|
19431
19413
|
* except Exception:
|
|
19432
19414
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
19433
19415
|
*
|
|
19434
19416
|
* cdef inline int import_ufunc() except -1:
|
|
19435
19417
|
*/
|
|
19436
|
-
__pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_ImportError, __pyx_tuple__10, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(2,
|
|
19418
|
+
__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)
|
|
19437
19419
|
__Pyx_GOTREF(__pyx_t_8);
|
|
19438
19420
|
__Pyx_Raise(__pyx_t_8, 0, 0, 0);
|
|
19439
19421
|
__Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
|
|
19440
|
-
__PYX_ERR(2,
|
|
19422
|
+
__PYX_ERR(2, 1057, __pyx_L5_except_error)
|
|
19441
19423
|
}
|
|
19442
19424
|
goto __pyx_L5_except_error;
|
|
19443
19425
|
|
|
19444
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19426
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1054
|
|
19445
19427
|
*
|
|
19446
19428
|
* cdef inline int import_umath() except -1:
|
|
19447
19429
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19457,7 +19439,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19457
19439
|
__pyx_L8_try_end:;
|
|
19458
19440
|
}
|
|
19459
19441
|
|
|
19460
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19442
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1053
|
|
19461
19443
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
19462
19444
|
*
|
|
19463
19445
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19480,7 +19462,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19480
19462
|
return __pyx_r;
|
|
19481
19463
|
}
|
|
19482
19464
|
|
|
19483
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19465
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1059
|
|
19484
19466
|
* raise ImportError("numpy._core.umath failed to import")
|
|
19485
19467
|
*
|
|
19486
19468
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19504,7 +19486,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19504
19486
|
int __pyx_clineno = 0;
|
|
19505
19487
|
__Pyx_RefNannySetupContext("import_ufunc", 1);
|
|
19506
19488
|
|
|
19507
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19489
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1060
|
|
19508
19490
|
*
|
|
19509
19491
|
* cdef inline int import_ufunc() except -1:
|
|
19510
19492
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19520,16 +19502,16 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19520
19502
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
19521
19503
|
/*try:*/ {
|
|
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":1061
|
|
19524
19506
|
* cdef inline int import_ufunc() except -1:
|
|
19525
19507
|
* try:
|
|
19526
19508
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
19527
19509
|
* except Exception:
|
|
19528
19510
|
* raise ImportError("numpy._core.umath failed to import")
|
|
19529
19511
|
*/
|
|
19530
|
-
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2,
|
|
19512
|
+
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1061, __pyx_L3_error)
|
|
19531
19513
|
|
|
19532
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19514
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1060
|
|
19533
19515
|
*
|
|
19534
19516
|
* cdef inline int import_ufunc() except -1:
|
|
19535
19517
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19543,7 +19525,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19543
19525
|
goto __pyx_L8_try_end;
|
|
19544
19526
|
__pyx_L3_error:;
|
|
19545
19527
|
|
|
19546
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19528
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1062
|
|
19547
19529
|
* try:
|
|
19548
19530
|
* _import_umath()
|
|
19549
19531
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -19553,27 +19535,27 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19553
19535
|
__pyx_t_4 = __Pyx_PyErr_ExceptionMatches(((PyObject *)(&((PyTypeObject*)PyExc_Exception)[0])));
|
|
19554
19536
|
if (__pyx_t_4) {
|
|
19555
19537
|
__Pyx_AddTraceback("numpy.import_ufunc", __pyx_clineno, __pyx_lineno, __pyx_filename);
|
|
19556
|
-
if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2,
|
|
19538
|
+
if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2, 1062, __pyx_L5_except_error)
|
|
19557
19539
|
__Pyx_XGOTREF(__pyx_t_5);
|
|
19558
19540
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
19559
19541
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
19560
19542
|
|
|
19561
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19543
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1063
|
|
19562
19544
|
* _import_umath()
|
|
19563
19545
|
* except Exception:
|
|
19564
19546
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
19565
19547
|
*
|
|
19566
19548
|
*
|
|
19567
19549
|
*/
|
|
19568
|
-
__pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_ImportError, __pyx_tuple__10, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(2,
|
|
19550
|
+
__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)
|
|
19569
19551
|
__Pyx_GOTREF(__pyx_t_8);
|
|
19570
19552
|
__Pyx_Raise(__pyx_t_8, 0, 0, 0);
|
|
19571
19553
|
__Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
|
|
19572
|
-
__PYX_ERR(2,
|
|
19554
|
+
__PYX_ERR(2, 1063, __pyx_L5_except_error)
|
|
19573
19555
|
}
|
|
19574
19556
|
goto __pyx_L5_except_error;
|
|
19575
19557
|
|
|
19576
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19558
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1060
|
|
19577
19559
|
*
|
|
19578
19560
|
* cdef inline int import_ufunc() except -1:
|
|
19579
19561
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19589,7 +19571,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19589
19571
|
__pyx_L8_try_end:;
|
|
19590
19572
|
}
|
|
19591
19573
|
|
|
19592
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19574
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1059
|
|
19593
19575
|
* raise ImportError("numpy._core.umath failed to import")
|
|
19594
19576
|
*
|
|
19595
19577
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19612,7 +19594,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19612
19594
|
return __pyx_r;
|
|
19613
19595
|
}
|
|
19614
19596
|
|
|
19615
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19597
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1066
|
|
19616
19598
|
*
|
|
19617
19599
|
*
|
|
19618
19600
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -19623,7 +19605,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19623
19605
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
19624
19606
|
int __pyx_r;
|
|
19625
19607
|
|
|
19626
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19608
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1078
|
|
19627
19609
|
* bool
|
|
19628
19610
|
* """
|
|
19629
19611
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -19633,7 +19615,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
19633
19615
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
19634
19616
|
goto __pyx_L0;
|
|
19635
19617
|
|
|
19636
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19618
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1066
|
|
19637
19619
|
*
|
|
19638
19620
|
*
|
|
19639
19621
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -19646,7 +19628,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
19646
19628
|
return __pyx_r;
|
|
19647
19629
|
}
|
|
19648
19630
|
|
|
19649
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19631
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1081
|
|
19650
19632
|
*
|
|
19651
19633
|
*
|
|
19652
19634
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -19657,7 +19639,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
19657
19639
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
19658
19640
|
int __pyx_r;
|
|
19659
19641
|
|
|
19660
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19642
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1093
|
|
19661
19643
|
* bool
|
|
19662
19644
|
* """
|
|
19663
19645
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -19667,7 +19649,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
19667
19649
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
19668
19650
|
goto __pyx_L0;
|
|
19669
19651
|
|
|
19670
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19652
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1081
|
|
19671
19653
|
*
|
|
19672
19654
|
*
|
|
19673
19655
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -19680,7 +19662,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
19680
19662
|
return __pyx_r;
|
|
19681
19663
|
}
|
|
19682
19664
|
|
|
19683
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19665
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1096
|
|
19684
19666
|
*
|
|
19685
19667
|
*
|
|
19686
19668
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19691,7 +19673,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
19691
19673
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
19692
19674
|
npy_datetime __pyx_r;
|
|
19693
19675
|
|
|
19694
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19676
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1103
|
|
19695
19677
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
19696
19678
|
* """
|
|
19697
19679
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -19701,7 +19683,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
19701
19683
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
19702
19684
|
goto __pyx_L0;
|
|
19703
19685
|
|
|
19704
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19686
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1096
|
|
19705
19687
|
*
|
|
19706
19688
|
*
|
|
19707
19689
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19714,7 +19696,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
19714
19696
|
return __pyx_r;
|
|
19715
19697
|
}
|
|
19716
19698
|
|
|
19717
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19699
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1106
|
|
19718
19700
|
*
|
|
19719
19701
|
*
|
|
19720
19702
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19725,7 +19707,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
19725
19707
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
19726
19708
|
npy_timedelta __pyx_r;
|
|
19727
19709
|
|
|
19728
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19710
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1110
|
|
19729
19711
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
19730
19712
|
* """
|
|
19731
19713
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -19735,7 +19717,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
19735
19717
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
19736
19718
|
goto __pyx_L0;
|
|
19737
19719
|
|
|
19738
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19720
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1106
|
|
19739
19721
|
*
|
|
19740
19722
|
*
|
|
19741
19723
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19748,7 +19730,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
19748
19730
|
return __pyx_r;
|
|
19749
19731
|
}
|
|
19750
19732
|
|
|
19751
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19733
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1113
|
|
19752
19734
|
*
|
|
19753
19735
|
*
|
|
19754
19736
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19759,7 +19741,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
19759
19741
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
19760
19742
|
NPY_DATETIMEUNIT __pyx_r;
|
|
19761
19743
|
|
|
19762
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19744
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1117
|
|
19763
19745
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
19764
19746
|
* """
|
|
19765
19747
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -19769,7 +19751,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
19769
19751
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
19770
19752
|
goto __pyx_L0;
|
|
19771
19753
|
|
|
19772
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19754
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1113
|
|
19773
19755
|
*
|
|
19774
19756
|
*
|
|
19775
19757
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -21564,7 +21546,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedBuiltins(void) {
|
|
|
21564
21546
|
__pyx_builtin_Ellipsis = __Pyx_GetBuiltinName(__pyx_n_s_Ellipsis); if (!__pyx_builtin_Ellipsis) __PYX_ERR(1, 408, __pyx_L1_error)
|
|
21565
21547
|
__pyx_builtin_id = __Pyx_GetBuiltinName(__pyx_n_s_id); if (!__pyx_builtin_id) __PYX_ERR(1, 618, __pyx_L1_error)
|
|
21566
21548
|
__pyx_builtin_IndexError = __Pyx_GetBuiltinName(__pyx_n_s_IndexError); if (!__pyx_builtin_IndexError) __PYX_ERR(1, 914, __pyx_L1_error)
|
|
21567
|
-
__pyx_builtin_ImportError = __Pyx_GetBuiltinName(__pyx_n_s_ImportError); if (!__pyx_builtin_ImportError) __PYX_ERR(2,
|
|
21549
|
+
__pyx_builtin_ImportError = __Pyx_GetBuiltinName(__pyx_n_s_ImportError); if (!__pyx_builtin_ImportError) __PYX_ERR(2, 1051, __pyx_L1_error)
|
|
21568
21550
|
return 0;
|
|
21569
21551
|
__pyx_L1_error:;
|
|
21570
21552
|
return -1;
|
|
@@ -21611,25 +21593,25 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
21611
21593
|
__Pyx_GOTREF(__pyx_tuple__8);
|
|
21612
21594
|
__Pyx_GIVEREF(__pyx_tuple__8);
|
|
21613
21595
|
|
|
21614
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21596
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1051
|
|
21615
21597
|
* __pyx_import_array()
|
|
21616
21598
|
* except Exception:
|
|
21617
21599
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
21618
21600
|
*
|
|
21619
21601
|
* cdef inline int import_umath() except -1:
|
|
21620
21602
|
*/
|
|
21621
|
-
__pyx_tuple__9 = PyTuple_Pack(1, __pyx_kp_u_numpy__core_multiarray_failed_to); if (unlikely(!__pyx_tuple__9)) __PYX_ERR(2,
|
|
21603
|
+
__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)
|
|
21622
21604
|
__Pyx_GOTREF(__pyx_tuple__9);
|
|
21623
21605
|
__Pyx_GIVEREF(__pyx_tuple__9);
|
|
21624
21606
|
|
|
21625
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21607
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-09xj1dam/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1057
|
|
21626
21608
|
* _import_umath()
|
|
21627
21609
|
* except Exception:
|
|
21628
21610
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
21629
21611
|
*
|
|
21630
21612
|
* cdef inline int import_ufunc() except -1:
|
|
21631
21613
|
*/
|
|
21632
|
-
__pyx_tuple__10 = PyTuple_Pack(1, __pyx_kp_u_numpy__core_umath_failed_to_impo); if (unlikely(!__pyx_tuple__10)) __PYX_ERR(2,
|
|
21614
|
+
__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)
|
|
21633
21615
|
__Pyx_GOTREF(__pyx_tuple__10);
|
|
21634
21616
|
__Pyx_GIVEREF(__pyx_tuple__10);
|
|
21635
21617
|
|
|
@@ -22014,37 +21996,37 @@ static int __Pyx_modinit_type_import_code(void) {
|
|
|
22014
21996
|
/*--- Type import code ---*/
|
|
22015
21997
|
__pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(3, 9, __pyx_L1_error)
|
|
22016
21998
|
__Pyx_GOTREF(__pyx_t_1);
|
|
22017
|
-
__pyx_ptype_7cpython_4type_type =
|
|
21999
|
+
__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_0_12(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
|
|
22018
22000
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
22019
|
-
sizeof(PyTypeObject),
|
|
22001
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyTypeObject),
|
|
22020
22002
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
22021
|
-
sizeof(PyTypeObject),
|
|
22003
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyTypeObject),
|
|
22022
22004
|
#else
|
|
22023
|
-
sizeof(PyHeapTypeObject),
|
|
22005
|
+
sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyHeapTypeObject),
|
|
22024
22006
|
#endif
|
|
22025
|
-
|
|
22007
|
+
__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_7cpython_4type_type) __PYX_ERR(3, 9, __pyx_L1_error)
|
|
22026
22008
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
22027
|
-
__pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(2,
|
|
22009
|
+
__pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 272, __pyx_L1_error)
|
|
22028
22010
|
__Pyx_GOTREF(__pyx_t_1);
|
|
22029
|
-
__pyx_ptype_5numpy_dtype =
|
|
22030
|
-
__pyx_ptype_5numpy_flatiter =
|
|
22031
|
-
__pyx_ptype_5numpy_broadcast =
|
|
22032
|
-
__pyx_ptype_5numpy_ndarray =
|
|
22033
|
-
__pyx_ptype_5numpy_generic =
|
|
22034
|
-
__pyx_ptype_5numpy_number =
|
|
22035
|
-
__pyx_ptype_5numpy_integer =
|
|
22036
|
-
__pyx_ptype_5numpy_signedinteger =
|
|
22037
|
-
__pyx_ptype_5numpy_unsignedinteger =
|
|
22038
|
-
__pyx_ptype_5numpy_inexact =
|
|
22039
|
-
__pyx_ptype_5numpy_floating =
|
|
22040
|
-
__pyx_ptype_5numpy_complexfloating =
|
|
22041
|
-
__pyx_ptype_5numpy_flexible =
|
|
22042
|
-
__pyx_ptype_5numpy_character =
|
|
22043
|
-
__pyx_ptype_5numpy_ufunc =
|
|
22011
|
+
__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)
|
|
22012
|
+
__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)
|
|
22013
|
+
__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)
|
|
22014
|
+
__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)
|
|
22015
|
+
__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)
|
|
22016
|
+
__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)
|
|
22017
|
+
__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)
|
|
22018
|
+
__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)
|
|
22019
|
+
__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)
|
|
22020
|
+
__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)
|
|
22021
|
+
__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)
|
|
22022
|
+
__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)
|
|
22023
|
+
__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)
|
|
22024
|
+
__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)
|
|
22025
|
+
__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)
|
|
22044
22026
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
22045
22027
|
__pyx_t_1 = PyImport_ImportModule("sknetwork.topology.minheap"); if (unlikely(!__pyx_t_1)) __PYX_ERR(4, 10, __pyx_L1_error)
|
|
22046
22028
|
__Pyx_GOTREF(__pyx_t_1);
|
|
22047
|
-
__pyx_ptype_9sknetwork_8topology_7minheap_MinHeap =
|
|
22029
|
+
__pyx_ptype_9sknetwork_8topology_7minheap_MinHeap = __Pyx_ImportType_3_0_12(__pyx_t_1, "sknetwork.topology.minheap", "MinHeap", sizeof(struct __pyx_obj_9sknetwork_8topology_7minheap_MinHeap), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(struct __pyx_obj_9sknetwork_8topology_7minheap_MinHeap),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_9sknetwork_8topology_7minheap_MinHeap) __PYX_ERR(4, 10, __pyx_L1_error)
|
|
22048
22030
|
__pyx_vtabptr_9sknetwork_8topology_7minheap_MinHeap = (struct __pyx_vtabstruct_9sknetwork_8topology_7minheap_MinHeap*)__Pyx_GetVtable(__pyx_ptype_9sknetwork_8topology_7minheap_MinHeap); if (unlikely(!__pyx_vtabptr_9sknetwork_8topology_7minheap_MinHeap)) __PYX_ERR(4, 10, __pyx_L1_error)
|
|
22049
22031
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
22050
22032
|
__Pyx_RefNannyFinishContext();
|
|
@@ -26746,10 +26728,10 @@ __PYX_GOOD:
|
|
|
26746
26728
|
#endif
|
|
26747
26729
|
|
|
26748
26730
|
/* TypeImport */
|
|
26749
|
-
#ifndef
|
|
26750
|
-
#define
|
|
26751
|
-
static PyTypeObject *
|
|
26752
|
-
size_t size, size_t alignment, enum
|
|
26731
|
+
#ifndef __PYX_HAVE_RT_ImportType_3_0_12
|
|
26732
|
+
#define __PYX_HAVE_RT_ImportType_3_0_12
|
|
26733
|
+
static PyTypeObject *__Pyx_ImportType_3_0_12(PyObject *module, const char *module_name, const char *class_name,
|
|
26734
|
+
size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_0_12 check_size)
|
|
26753
26735
|
{
|
|
26754
26736
|
PyObject *result = 0;
|
|
26755
26737
|
char warning[200];
|
|
@@ -26803,7 +26785,7 @@ static PyTypeObject *__Pyx_ImportType_3_0_11(PyObject *module, const char *modul
|
|
|
26803
26785
|
module_name, class_name, size, basicsize+itemsize);
|
|
26804
26786
|
goto bad;
|
|
26805
26787
|
}
|
|
26806
|
-
if (check_size ==
|
|
26788
|
+
if (check_size == __Pyx_ImportType_CheckSize_Error_3_0_12 &&
|
|
26807
26789
|
((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
|
|
26808
26790
|
PyErr_Format(PyExc_ValueError,
|
|
26809
26791
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
|
@@ -26811,7 +26793,7 @@ static PyTypeObject *__Pyx_ImportType_3_0_11(PyObject *module, const char *modul
|
|
|
26811
26793
|
module_name, class_name, size, basicsize, basicsize+itemsize);
|
|
26812
26794
|
goto bad;
|
|
26813
26795
|
}
|
|
26814
|
-
else if (check_size ==
|
|
26796
|
+
else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_0_12 && (size_t)basicsize > size) {
|
|
26815
26797
|
PyOS_snprintf(warning, sizeof(warning),
|
|
26816
26798
|
"%s.%s size changed, may indicate binary incompatibility. "
|
|
26817
26799
|
"Expected %zd from C header, got %zd from PyObject",
|
|
@@ -28134,7 +28116,7 @@ static void __pyx_insert_code_object(int code_line, PyCodeObject* code_object) {
|
|
|
28134
28116
|
#include "compile.h"
|
|
28135
28117
|
#include "frameobject.h"
|
|
28136
28118
|
#include "traceback.h"
|
|
28137
|
-
#if PY_VERSION_HEX >= 0x030b00a6 && !CYTHON_COMPILING_IN_LIMITED_API
|
|
28119
|
+
#if PY_VERSION_HEX >= 0x030b00a6 && !CYTHON_COMPILING_IN_LIMITED_API && !defined(PYPY_VERSION)
|
|
28138
28120
|
#ifndef Py_BUILD_CORE
|
|
28139
28121
|
#define Py_BUILD_CORE 1
|
|
28140
28122
|
#endif
|