edsger 0.1.1__cp39-cp39-macosx_11_0_arm64.whl → 0.1.3__cp39-cp39-macosx_11_0_arm64.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.
- edsger/_version.py +1 -1
- edsger/commons.c +153 -149
- edsger/commons.cpython-39-darwin.so +0 -0
- edsger/dijkstra.c +7199 -2764
- edsger/dijkstra.cpython-39-darwin.so +0 -0
- edsger/dijkstra.pyx +525 -0
- edsger/path.py +145 -37
- edsger/path_tracking.c +153 -149
- edsger/path_tracking.cpython-39-darwin.so +0 -0
- edsger/path_tracking.pyx +2 -2
- edsger/pq_4ary_dec_0b.c +205 -201
- edsger/pq_4ary_dec_0b.cpython-39-darwin.so +0 -0
- edsger/pq_4ary_dec_0b.pxd +7 -7
- edsger/pq_4ary_dec_0b.pyx +14 -16
- edsger/prefetch_compat.h +21 -0
- edsger/spiess_florian.c +159 -178
- edsger/spiess_florian.cpython-39-darwin.so +0 -0
- edsger/star.c +153 -149
- edsger/star.cpython-39-darwin.so +0 -0
- edsger/star.pyx +3 -3
- {edsger-0.1.1.dist-info → edsger-0.1.3.dist-info}/METADATA +18 -11
- edsger-0.1.3.dist-info/RECORD +33 -0
- edsger-0.1.1.dist-info/RECORD +0 -32
- {edsger-0.1.1.dist-info → edsger-0.1.3.dist-info}/WHEEL +0 -0
- {edsger-0.1.1.dist-info → edsger-0.1.3.dist-info}/licenses/AUTHORS.rst +0 -0
- {edsger-0.1.1.dist-info → edsger-0.1.3.dist-info}/licenses/LICENSE +0 -0
- {edsger-0.1.1.dist-info → edsger-0.1.3.dist-info}/top_level.txt +0 -0
edsger/path_tracking.c
CHANGED
@@ -11,7 +11,11 @@
|
|
11
11
|
],
|
12
12
|
"depends": [],
|
13
13
|
"extra_compile_args": [
|
14
|
-
"-Ofast"
|
14
|
+
"-Ofast",
|
15
|
+
"-flto"
|
16
|
+
],
|
17
|
+
"extra_link_args": [
|
18
|
+
"-flto"
|
15
19
|
],
|
16
20
|
"name": "edsger.path_tracking",
|
17
21
|
"sources": [
|
@@ -1380,7 +1384,7 @@ static const char *__pyx_filename;
|
|
1380
1384
|
static const char* const __pyx_f[] = {
|
1381
1385
|
"src/edsger/path_tracking.pyx",
|
1382
1386
|
"<stringsource>",
|
1383
|
-
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1387
|
+
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd",
|
1384
1388
|
"cpython/type.pxd",
|
1385
1389
|
};
|
1386
1390
|
/* #### Code section: utility_code_proto_before_types ### */
|
@@ -1603,7 +1607,7 @@ typedef struct {
|
|
1603
1607
|
|
1604
1608
|
/* #### Code section: numeric_typedefs ### */
|
1605
1609
|
|
1606
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1610
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":770
|
1607
1611
|
* # in Cython to enable them only on the right systems.
|
1608
1612
|
*
|
1609
1613
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
@@ -1612,7 +1616,7 @@ typedef struct {
|
|
1612
1616
|
*/
|
1613
1617
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
1614
1618
|
|
1615
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1619
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":771
|
1616
1620
|
*
|
1617
1621
|
* ctypedef npy_int8 int8_t
|
1618
1622
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
@@ -1621,7 +1625,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1621
1625
|
*/
|
1622
1626
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
1623
1627
|
|
1624
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1628
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":772
|
1625
1629
|
* ctypedef npy_int8 int8_t
|
1626
1630
|
* ctypedef npy_int16 int16_t
|
1627
1631
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
@@ -1630,7 +1634,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1630
1634
|
*/
|
1631
1635
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
1632
1636
|
|
1633
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1637
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":773
|
1634
1638
|
* ctypedef npy_int16 int16_t
|
1635
1639
|
* ctypedef npy_int32 int32_t
|
1636
1640
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
@@ -1639,7 +1643,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1639
1643
|
*/
|
1640
1644
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
1641
1645
|
|
1642
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1646
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":777
|
1643
1647
|
* #ctypedef npy_int128 int128_t
|
1644
1648
|
*
|
1645
1649
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
@@ -1648,7 +1652,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1648
1652
|
*/
|
1649
1653
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
1650
1654
|
|
1651
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1655
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":778
|
1652
1656
|
*
|
1653
1657
|
* ctypedef npy_uint8 uint8_t
|
1654
1658
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
@@ -1657,7 +1661,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1657
1661
|
*/
|
1658
1662
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
1659
1663
|
|
1660
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1664
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":779
|
1661
1665
|
* ctypedef npy_uint8 uint8_t
|
1662
1666
|
* ctypedef npy_uint16 uint16_t
|
1663
1667
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
@@ -1666,7 +1670,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1666
1670
|
*/
|
1667
1671
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
1668
1672
|
|
1669
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1673
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":780
|
1670
1674
|
* ctypedef npy_uint16 uint16_t
|
1671
1675
|
* ctypedef npy_uint32 uint32_t
|
1672
1676
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
@@ -1675,7 +1679,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1675
1679
|
*/
|
1676
1680
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
1677
1681
|
|
1678
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1682
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":784
|
1679
1683
|
* #ctypedef npy_uint128 uint128_t
|
1680
1684
|
*
|
1681
1685
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
@@ -1684,7 +1688,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1684
1688
|
*/
|
1685
1689
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
1686
1690
|
|
1687
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1691
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":785
|
1688
1692
|
*
|
1689
1693
|
* ctypedef npy_float32 float32_t
|
1690
1694
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
@@ -1693,7 +1697,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1693
1697
|
*/
|
1694
1698
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
1695
1699
|
|
1696
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1700
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":792
|
1697
1701
|
* ctypedef double complex complex128_t
|
1698
1702
|
*
|
1699
1703
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
@@ -1702,7 +1706,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1702
1706
|
*/
|
1703
1707
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
1704
1708
|
|
1705
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1709
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":793
|
1706
1710
|
*
|
1707
1711
|
* ctypedef npy_longlong longlong_t
|
1708
1712
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
@@ -1711,7 +1715,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1711
1715
|
*/
|
1712
1716
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
1713
1717
|
|
1714
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1718
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":795
|
1715
1719
|
* ctypedef npy_ulonglong ulonglong_t
|
1716
1720
|
*
|
1717
1721
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
@@ -1720,7 +1724,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1720
1724
|
*/
|
1721
1725
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
1722
1726
|
|
1723
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1727
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":796
|
1724
1728
|
*
|
1725
1729
|
* ctypedef npy_intp intp_t
|
1726
1730
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
@@ -1729,7 +1733,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1729
1733
|
*/
|
1730
1734
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
1731
1735
|
|
1732
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1736
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":798
|
1733
1737
|
* ctypedef npy_uintp uintp_t
|
1734
1738
|
*
|
1735
1739
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
@@ -1738,7 +1742,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1738
1742
|
*/
|
1739
1743
|
typedef npy_double __pyx_t_5numpy_float_t;
|
1740
1744
|
|
1741
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1745
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":799
|
1742
1746
|
*
|
1743
1747
|
* ctypedef npy_double float_t
|
1744
1748
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
@@ -1747,7 +1751,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
1747
1751
|
*/
|
1748
1752
|
typedef npy_double __pyx_t_5numpy_double_t;
|
1749
1753
|
|
1750
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1754
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":800
|
1751
1755
|
* ctypedef npy_double float_t
|
1752
1756
|
* ctypedef npy_double double_t
|
1753
1757
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
@@ -1800,7 +1804,7 @@ struct __pyx_MemviewEnum_obj;
|
|
1800
1804
|
struct __pyx_memoryview_obj;
|
1801
1805
|
struct __pyx_memoryviewslice_obj;
|
1802
1806
|
|
1803
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1807
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1096
|
1804
1808
|
*
|
1805
1809
|
* # Iterator API added in v1.6
|
1806
1810
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil # <<<<<<<<<<<<<<
|
@@ -1809,7 +1813,7 @@ struct __pyx_memoryviewslice_obj;
|
|
1809
1813
|
*/
|
1810
1814
|
typedef int (*__pyx_t_5numpy_NpyIter_IterNextFunc)(NpyIter *);
|
1811
1815
|
|
1812
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1816
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1097
|
1813
1817
|
* # Iterator API added in v1.6
|
1814
1818
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil
|
1815
1819
|
* ctypedef void (*NpyIter_GetMultiIndexFunc)(NpyIter* it, npy_intp* outcoords) noexcept nogil # <<<<<<<<<<<<<<
|
@@ -17133,7 +17137,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17133
17137
|
return __pyx_r;
|
17134
17138
|
}
|
17135
17139
|
|
17136
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17140
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
17137
17141
|
* cdef int type_num
|
17138
17142
|
*
|
17139
17143
|
* @property # <<<<<<<<<<<<<<
|
@@ -17144,7 +17148,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17144
17148
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
17145
17149
|
npy_intp __pyx_r;
|
17146
17150
|
|
17147
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17151
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":287
|
17148
17152
|
* @property
|
17149
17153
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
17150
17154
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -17154,7 +17158,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17154
17158
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
17155
17159
|
goto __pyx_L0;
|
17156
17160
|
|
17157
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17161
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
17158
17162
|
* cdef int type_num
|
17159
17163
|
*
|
17160
17164
|
* @property # <<<<<<<<<<<<<<
|
@@ -17167,7 +17171,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17167
17171
|
return __pyx_r;
|
17168
17172
|
}
|
17169
17173
|
|
17170
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17174
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
17171
17175
|
* return PyDataType_ELSIZE(self)
|
17172
17176
|
*
|
17173
17177
|
* @property # <<<<<<<<<<<<<<
|
@@ -17178,7 +17182,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17178
17182
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
17179
17183
|
npy_intp __pyx_r;
|
17180
17184
|
|
17181
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17185
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":291
|
17182
17186
|
* @property
|
17183
17187
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
17184
17188
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -17188,7 +17192,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17188
17192
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
17189
17193
|
goto __pyx_L0;
|
17190
17194
|
|
17191
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17195
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
17192
17196
|
* return PyDataType_ELSIZE(self)
|
17193
17197
|
*
|
17194
17198
|
* @property # <<<<<<<<<<<<<<
|
@@ -17201,7 +17205,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17201
17205
|
return __pyx_r;
|
17202
17206
|
}
|
17203
17207
|
|
17204
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17208
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
17205
17209
|
* # Use fields/names with care as they may be NULL. You must check
|
17206
17210
|
* # for this using PyDataType_HASFIELDS.
|
17207
17211
|
* @property # <<<<<<<<<<<<<<
|
@@ -17215,7 +17219,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17215
17219
|
PyObject *__pyx_t_1;
|
17216
17220
|
__Pyx_RefNannySetupContext("fields", 0);
|
17217
17221
|
|
17218
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17222
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":297
|
17219
17223
|
* @property
|
17220
17224
|
* cdef inline object fields(self):
|
17221
17225
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -17228,7 +17232,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17228
17232
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
17229
17233
|
goto __pyx_L0;
|
17230
17234
|
|
17231
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17235
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
17232
17236
|
* # Use fields/names with care as they may be NULL. You must check
|
17233
17237
|
* # for this using PyDataType_HASFIELDS.
|
17234
17238
|
* @property # <<<<<<<<<<<<<<
|
@@ -17243,7 +17247,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17243
17247
|
return __pyx_r;
|
17244
17248
|
}
|
17245
17249
|
|
17246
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17250
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
17247
17251
|
* return <object>PyDataType_FIELDS(self)
|
17248
17252
|
*
|
17249
17253
|
* @property # <<<<<<<<<<<<<<
|
@@ -17257,7 +17261,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17257
17261
|
PyObject *__pyx_t_1;
|
17258
17262
|
__Pyx_RefNannySetupContext("names", 0);
|
17259
17263
|
|
17260
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17264
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":301
|
17261
17265
|
* @property
|
17262
17266
|
* cdef inline tuple names(self):
|
17263
17267
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -17270,7 +17274,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17270
17274
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
17271
17275
|
goto __pyx_L0;
|
17272
17276
|
|
17273
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17277
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
17274
17278
|
* return <object>PyDataType_FIELDS(self)
|
17275
17279
|
*
|
17276
17280
|
* @property # <<<<<<<<<<<<<<
|
@@ -17285,7 +17289,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17285
17289
|
return __pyx_r;
|
17286
17290
|
}
|
17287
17291
|
|
17288
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17292
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
17289
17293
|
* # valid (the pointer can be NULL). Most users should access
|
17290
17294
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17291
17295
|
* @property # <<<<<<<<<<<<<<
|
@@ -17296,7 +17300,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17296
17300
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
17297
17301
|
PyArray_ArrayDescr *__pyx_r;
|
17298
17302
|
|
17299
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17303
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":308
|
17300
17304
|
* @property
|
17301
17305
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
17302
17306
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -17306,7 +17310,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17306
17310
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
17307
17311
|
goto __pyx_L0;
|
17308
17312
|
|
17309
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17313
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
17310
17314
|
* # valid (the pointer can be NULL). Most users should access
|
17311
17315
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17312
17316
|
* @property # <<<<<<<<<<<<<<
|
@@ -17319,7 +17323,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17319
17323
|
return __pyx_r;
|
17320
17324
|
}
|
17321
17325
|
|
17322
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17326
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
17323
17327
|
* return PyDataType_SUBARRAY(self)
|
17324
17328
|
*
|
17325
17329
|
* @property # <<<<<<<<<<<<<<
|
@@ -17330,7 +17334,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17330
17334
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
17331
17335
|
npy_uint64 __pyx_r;
|
17332
17336
|
|
17333
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17337
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":313
|
17334
17338
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
17335
17339
|
* """The data types flags."""
|
17336
17340
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -17340,7 +17344,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17340
17344
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
17341
17345
|
goto __pyx_L0;
|
17342
17346
|
|
17343
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17347
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
17344
17348
|
* return PyDataType_SUBARRAY(self)
|
17345
17349
|
*
|
17346
17350
|
* @property # <<<<<<<<<<<<<<
|
@@ -17353,7 +17357,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17353
17357
|
return __pyx_r;
|
17354
17358
|
}
|
17355
17359
|
|
17356
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17360
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
17357
17361
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17358
17362
|
*
|
17359
17363
|
* @property # <<<<<<<<<<<<<<
|
@@ -17364,7 +17368,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17364
17368
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
17365
17369
|
int __pyx_r;
|
17366
17370
|
|
17367
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17371
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":325
|
17368
17372
|
* cdef inline int numiter(self) noexcept nogil:
|
17369
17373
|
* """The number of arrays that need to be broadcast to the same shape."""
|
17370
17374
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -17374,7 +17378,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17374
17378
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
17375
17379
|
goto __pyx_L0;
|
17376
17380
|
|
17377
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17381
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
17378
17382
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17379
17383
|
*
|
17380
17384
|
* @property # <<<<<<<<<<<<<<
|
@@ -17387,7 +17391,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17387
17391
|
return __pyx_r;
|
17388
17392
|
}
|
17389
17393
|
|
17390
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17394
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
17391
17395
|
* return PyArray_MultiIter_NUMITER(self)
|
17392
17396
|
*
|
17393
17397
|
* @property # <<<<<<<<<<<<<<
|
@@ -17398,7 +17402,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17398
17402
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
17399
17403
|
npy_intp __pyx_r;
|
17400
17404
|
|
17401
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17405
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":330
|
17402
17406
|
* cdef inline npy_intp size(self) noexcept nogil:
|
17403
17407
|
* """The total broadcasted size."""
|
17404
17408
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17408,7 +17412,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17408
17412
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
17409
17413
|
goto __pyx_L0;
|
17410
17414
|
|
17411
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17415
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
17412
17416
|
* return PyArray_MultiIter_NUMITER(self)
|
17413
17417
|
*
|
17414
17418
|
* @property # <<<<<<<<<<<<<<
|
@@ -17421,7 +17425,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17421
17425
|
return __pyx_r;
|
17422
17426
|
}
|
17423
17427
|
|
17424
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17428
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
17425
17429
|
* return PyArray_MultiIter_SIZE(self)
|
17426
17430
|
*
|
17427
17431
|
* @property # <<<<<<<<<<<<<<
|
@@ -17432,7 +17436,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17432
17436
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
17433
17437
|
npy_intp __pyx_r;
|
17434
17438
|
|
17435
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17439
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":335
|
17436
17440
|
* cdef inline npy_intp index(self) noexcept nogil:
|
17437
17441
|
* """The current (1-d) index into the broadcasted result."""
|
17438
17442
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -17442,7 +17446,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17442
17446
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
17443
17447
|
goto __pyx_L0;
|
17444
17448
|
|
17445
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17449
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
17446
17450
|
* return PyArray_MultiIter_SIZE(self)
|
17447
17451
|
*
|
17448
17452
|
* @property # <<<<<<<<<<<<<<
|
@@ -17455,7 +17459,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17455
17459
|
return __pyx_r;
|
17456
17460
|
}
|
17457
17461
|
|
17458
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17462
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
17459
17463
|
* return PyArray_MultiIter_INDEX(self)
|
17460
17464
|
*
|
17461
17465
|
* @property # <<<<<<<<<<<<<<
|
@@ -17466,7 +17470,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17466
17470
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
17467
17471
|
int __pyx_r;
|
17468
17472
|
|
17469
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17473
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":340
|
17470
17474
|
* cdef inline int nd(self) noexcept nogil:
|
17471
17475
|
* """The number of dimensions in the broadcasted result."""
|
17472
17476
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17476,7 +17480,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17476
17480
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
17477
17481
|
goto __pyx_L0;
|
17478
17482
|
|
17479
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17483
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
17480
17484
|
* return PyArray_MultiIter_INDEX(self)
|
17481
17485
|
*
|
17482
17486
|
* @property # <<<<<<<<<<<<<<
|
@@ -17489,7 +17493,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17489
17493
|
return __pyx_r;
|
17490
17494
|
}
|
17491
17495
|
|
17492
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17496
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
17493
17497
|
* return PyArray_MultiIter_NDIM(self)
|
17494
17498
|
*
|
17495
17499
|
* @property # <<<<<<<<<<<<<<
|
@@ -17500,7 +17504,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17500
17504
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
17501
17505
|
npy_intp *__pyx_r;
|
17502
17506
|
|
17503
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17507
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":345
|
17504
17508
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
17505
17509
|
* """The shape of the broadcasted result."""
|
17506
17510
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17510,7 +17514,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17510
17514
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
17511
17515
|
goto __pyx_L0;
|
17512
17516
|
|
17513
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17517
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
17514
17518
|
* return PyArray_MultiIter_NDIM(self)
|
17515
17519
|
*
|
17516
17520
|
* @property # <<<<<<<<<<<<<<
|
@@ -17523,7 +17527,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17523
17527
|
return __pyx_r;
|
17524
17528
|
}
|
17525
17529
|
|
17526
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17530
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
17527
17531
|
* return PyArray_MultiIter_DIMS(self)
|
17528
17532
|
*
|
17529
17533
|
* @property # <<<<<<<<<<<<<<
|
@@ -17534,7 +17538,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17534
17538
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
17535
17539
|
void **__pyx_r;
|
17536
17540
|
|
17537
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17541
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":351
|
17538
17542
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
17539
17543
|
* On return, the iterators are adjusted for broadcasting."""
|
17540
17544
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -17544,7 +17548,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17544
17548
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
17545
17549
|
goto __pyx_L0;
|
17546
17550
|
|
17547
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17551
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
17548
17552
|
* return PyArray_MultiIter_DIMS(self)
|
17549
17553
|
*
|
17550
17554
|
* @property # <<<<<<<<<<<<<<
|
@@ -17557,7 +17561,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17557
17561
|
return __pyx_r;
|
17558
17562
|
}
|
17559
17563
|
|
17560
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17564
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
17561
17565
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17562
17566
|
*
|
17563
17567
|
* @property # <<<<<<<<<<<<<<
|
@@ -17568,7 +17572,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17568
17572
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
17569
17573
|
PyObject *__pyx_r;
|
17570
17574
|
|
17571
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17575
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":369
|
17572
17576
|
* """Returns a borrowed reference to the object owning the data/memory.
|
17573
17577
|
* """
|
17574
17578
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -17578,7 +17582,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17578
17582
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
17579
17583
|
goto __pyx_L0;
|
17580
17584
|
|
17581
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17585
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
17582
17586
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17583
17587
|
*
|
17584
17588
|
* @property # <<<<<<<<<<<<<<
|
@@ -17591,7 +17595,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17591
17595
|
return __pyx_r;
|
17592
17596
|
}
|
17593
17597
|
|
17594
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17598
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
17595
17599
|
* return PyArray_BASE(self)
|
17596
17600
|
*
|
17597
17601
|
* @property # <<<<<<<<<<<<<<
|
@@ -17605,7 +17609,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17605
17609
|
PyArray_Descr *__pyx_t_1;
|
17606
17610
|
__Pyx_RefNannySetupContext("descr", 0);
|
17607
17611
|
|
17608
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17612
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":375
|
17609
17613
|
* """Returns an owned reference to the dtype of the array.
|
17610
17614
|
* """
|
17611
17615
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -17618,7 +17622,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17618
17622
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
17619
17623
|
goto __pyx_L0;
|
17620
17624
|
|
17621
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17625
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
17622
17626
|
* return PyArray_BASE(self)
|
17623
17627
|
*
|
17624
17628
|
* @property # <<<<<<<<<<<<<<
|
@@ -17633,7 +17637,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17633
17637
|
return __pyx_r;
|
17634
17638
|
}
|
17635
17639
|
|
17636
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17640
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
17637
17641
|
* return <dtype>PyArray_DESCR(self)
|
17638
17642
|
*
|
17639
17643
|
* @property # <<<<<<<<<<<<<<
|
@@ -17644,7 +17648,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17644
17648
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
17645
17649
|
int __pyx_r;
|
17646
17650
|
|
17647
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17651
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":381
|
17648
17652
|
* """Returns the number of dimensions in the array.
|
17649
17653
|
* """
|
17650
17654
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17654,7 +17658,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17654
17658
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
17655
17659
|
goto __pyx_L0;
|
17656
17660
|
|
17657
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17661
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
17658
17662
|
* return <dtype>PyArray_DESCR(self)
|
17659
17663
|
*
|
17660
17664
|
* @property # <<<<<<<<<<<<<<
|
@@ -17667,7 +17671,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17667
17671
|
return __pyx_r;
|
17668
17672
|
}
|
17669
17673
|
|
17670
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17674
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
17671
17675
|
* return PyArray_NDIM(self)
|
17672
17676
|
*
|
17673
17677
|
* @property # <<<<<<<<<<<<<<
|
@@ -17678,7 +17682,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17678
17682
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
17679
17683
|
npy_intp *__pyx_r;
|
17680
17684
|
|
17681
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17685
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":389
|
17682
17686
|
* Can return NULL for 0-dimensional arrays.
|
17683
17687
|
* """
|
17684
17688
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17688,7 +17692,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17688
17692
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
17689
17693
|
goto __pyx_L0;
|
17690
17694
|
|
17691
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17695
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
17692
17696
|
* return PyArray_NDIM(self)
|
17693
17697
|
*
|
17694
17698
|
* @property # <<<<<<<<<<<<<<
|
@@ -17701,7 +17705,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17701
17705
|
return __pyx_r;
|
17702
17706
|
}
|
17703
17707
|
|
17704
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17708
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
17705
17709
|
* return PyArray_DIMS(self)
|
17706
17710
|
*
|
17707
17711
|
* @property # <<<<<<<<<<<<<<
|
@@ -17712,7 +17716,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17712
17716
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
17713
17717
|
npy_intp *__pyx_r;
|
17714
17718
|
|
17715
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17719
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":396
|
17716
17720
|
* The number of elements matches the number of dimensions of the array (ndim).
|
17717
17721
|
* """
|
17718
17722
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -17722,7 +17726,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17722
17726
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
17723
17727
|
goto __pyx_L0;
|
17724
17728
|
|
17725
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17729
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
17726
17730
|
* return PyArray_DIMS(self)
|
17727
17731
|
*
|
17728
17732
|
* @property # <<<<<<<<<<<<<<
|
@@ -17735,7 +17739,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17735
17739
|
return __pyx_r;
|
17736
17740
|
}
|
17737
17741
|
|
17738
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17742
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
17739
17743
|
* return PyArray_STRIDES(self)
|
17740
17744
|
*
|
17741
17745
|
* @property # <<<<<<<<<<<<<<
|
@@ -17746,7 +17750,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17746
17750
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
17747
17751
|
npy_intp __pyx_r;
|
17748
17752
|
|
17749
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17753
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":402
|
17750
17754
|
* """Returns the total size (in number of elements) of the array.
|
17751
17755
|
* """
|
17752
17756
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17756,7 +17760,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17756
17760
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
17757
17761
|
goto __pyx_L0;
|
17758
17762
|
|
17759
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17763
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
17760
17764
|
* return PyArray_STRIDES(self)
|
17761
17765
|
*
|
17762
17766
|
* @property # <<<<<<<<<<<<<<
|
@@ -17769,7 +17773,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17769
17773
|
return __pyx_r;
|
17770
17774
|
}
|
17771
17775
|
|
17772
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17776
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
17773
17777
|
* return PyArray_SIZE(self)
|
17774
17778
|
*
|
17775
17779
|
* @property # <<<<<<<<<<<<<<
|
@@ -17780,7 +17784,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17780
17784
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
17781
17785
|
char *__pyx_r;
|
17782
17786
|
|
17783
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17787
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":411
|
17784
17788
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
17785
17789
|
* """
|
17786
17790
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -17790,7 +17794,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17790
17794
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
17791
17795
|
goto __pyx_L0;
|
17792
17796
|
|
17793
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17797
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
17794
17798
|
* return PyArray_SIZE(self)
|
17795
17799
|
*
|
17796
17800
|
* @property # <<<<<<<<<<<<<<
|
@@ -17803,7 +17807,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17803
17807
|
return __pyx_r;
|
17804
17808
|
}
|
17805
17809
|
|
17806
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17810
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
17807
17811
|
* ctypedef long double complex clongdouble_t
|
17808
17812
|
*
|
17809
17813
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -17820,7 +17824,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17820
17824
|
int __pyx_clineno = 0;
|
17821
17825
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
17822
17826
|
|
17823
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17827
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":808
|
17824
17828
|
*
|
17825
17829
|
* cdef inline object PyArray_MultiIterNew1(a):
|
17826
17830
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -17834,7 +17838,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17834
17838
|
__pyx_t_1 = 0;
|
17835
17839
|
goto __pyx_L0;
|
17836
17840
|
|
17837
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17841
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
17838
17842
|
* ctypedef long double complex clongdouble_t
|
17839
17843
|
*
|
17840
17844
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -17853,7 +17857,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17853
17857
|
return __pyx_r;
|
17854
17858
|
}
|
17855
17859
|
|
17856
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17860
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
17857
17861
|
* return PyArray_MultiIterNew(1, <void*>a)
|
17858
17862
|
*
|
17859
17863
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -17870,7 +17874,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17870
17874
|
int __pyx_clineno = 0;
|
17871
17875
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
17872
17876
|
|
17873
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17877
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":811
|
17874
17878
|
*
|
17875
17879
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
17876
17880
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -17884,7 +17888,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17884
17888
|
__pyx_t_1 = 0;
|
17885
17889
|
goto __pyx_L0;
|
17886
17890
|
|
17887
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17891
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
17888
17892
|
* return PyArray_MultiIterNew(1, <void*>a)
|
17889
17893
|
*
|
17890
17894
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -17903,7 +17907,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17903
17907
|
return __pyx_r;
|
17904
17908
|
}
|
17905
17909
|
|
17906
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17910
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
17907
17911
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
17908
17912
|
*
|
17909
17913
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -17920,7 +17924,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
17920
17924
|
int __pyx_clineno = 0;
|
17921
17925
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
17922
17926
|
|
17923
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17927
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":814
|
17924
17928
|
*
|
17925
17929
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
17926
17930
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -17934,7 +17938,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
17934
17938
|
__pyx_t_1 = 0;
|
17935
17939
|
goto __pyx_L0;
|
17936
17940
|
|
17937
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17941
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
17938
17942
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
17939
17943
|
*
|
17940
17944
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -17953,7 +17957,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
17953
17957
|
return __pyx_r;
|
17954
17958
|
}
|
17955
17959
|
|
17956
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17960
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
17957
17961
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
17958
17962
|
*
|
17959
17963
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -17970,7 +17974,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
17970
17974
|
int __pyx_clineno = 0;
|
17971
17975
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
17972
17976
|
|
17973
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17977
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":817
|
17974
17978
|
*
|
17975
17979
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
17976
17980
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -17984,7 +17988,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
17984
17988
|
__pyx_t_1 = 0;
|
17985
17989
|
goto __pyx_L0;
|
17986
17990
|
|
17987
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17991
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
17988
17992
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
17989
17993
|
*
|
17990
17994
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18003,7 +18007,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18003
18007
|
return __pyx_r;
|
18004
18008
|
}
|
18005
18009
|
|
18006
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18010
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
18007
18011
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18008
18012
|
*
|
18009
18013
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18020,7 +18024,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18020
18024
|
int __pyx_clineno = 0;
|
18021
18025
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
18022
18026
|
|
18023
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18027
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":820
|
18024
18028
|
*
|
18025
18029
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
18026
18030
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -18034,7 +18038,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18034
18038
|
__pyx_t_1 = 0;
|
18035
18039
|
goto __pyx_L0;
|
18036
18040
|
|
18037
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18041
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
18038
18042
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18039
18043
|
*
|
18040
18044
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18053,7 +18057,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18053
18057
|
return __pyx_r;
|
18054
18058
|
}
|
18055
18059
|
|
18056
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18060
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
18057
18061
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18058
18062
|
*
|
18059
18063
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18068,7 +18072,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18068
18072
|
PyObject *__pyx_t_2;
|
18069
18073
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
18070
18074
|
|
18071
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18075
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
18072
18076
|
*
|
18073
18077
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18074
18078
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18078,7 +18082,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18078
18082
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
18079
18083
|
if (__pyx_t_1) {
|
18080
18084
|
|
18081
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18085
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":824
|
18082
18086
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18083
18087
|
* if PyDataType_HASSUBARRAY(d):
|
18084
18088
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -18091,7 +18095,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18091
18095
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
18092
18096
|
goto __pyx_L0;
|
18093
18097
|
|
18094
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18098
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
18095
18099
|
*
|
18096
18100
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18097
18101
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18100,7 +18104,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18100
18104
|
*/
|
18101
18105
|
}
|
18102
18106
|
|
18103
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18107
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":826
|
18104
18108
|
* return <tuple>d.subarray.shape
|
18105
18109
|
* else:
|
18106
18110
|
* return () # <<<<<<<<<<<<<<
|
@@ -18114,7 +18118,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18114
18118
|
goto __pyx_L0;
|
18115
18119
|
}
|
18116
18120
|
|
18117
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18121
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
18118
18122
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18119
18123
|
*
|
18120
18124
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18129,7 +18133,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18129
18133
|
return __pyx_r;
|
18130
18134
|
}
|
18131
18135
|
|
18132
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18136
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
18133
18137
|
* int _import_umath() except -1
|
18134
18138
|
*
|
18135
18139
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18143,7 +18147,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18143
18147
|
const char *__pyx_filename = NULL;
|
18144
18148
|
int __pyx_clineno = 0;
|
18145
18149
|
|
18146
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18150
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1011
|
18147
18151
|
*
|
18148
18152
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18149
18153
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -18152,7 +18156,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18152
18156
|
*/
|
18153
18157
|
Py_INCREF(__pyx_v_base);
|
18154
18158
|
|
18155
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18159
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1012
|
18156
18160
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18157
18161
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
18158
18162
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -18161,7 +18165,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18161
18165
|
*/
|
18162
18166
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(2, 1012, __pyx_L1_error)
|
18163
18167
|
|
18164
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18168
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
18165
18169
|
* int _import_umath() except -1
|
18166
18170
|
*
|
18167
18171
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18176,7 +18180,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18176
18180
|
__pyx_L0:;
|
18177
18181
|
}
|
18178
18182
|
|
18179
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18183
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
18180
18184
|
* PyArray_SetBaseObject(arr, base)
|
18181
18185
|
*
|
18182
18186
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18191,7 +18195,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18191
18195
|
int __pyx_t_1;
|
18192
18196
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
18193
18197
|
|
18194
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18198
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1015
|
18195
18199
|
*
|
18196
18200
|
* cdef inline object get_array_base(ndarray arr):
|
18197
18201
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -18200,7 +18204,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18200
18204
|
*/
|
18201
18205
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
18202
18206
|
|
18203
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18207
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
18204
18208
|
* cdef inline object get_array_base(ndarray arr):
|
18205
18209
|
* base = PyArray_BASE(arr)
|
18206
18210
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18210,7 +18214,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18210
18214
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
18211
18215
|
if (__pyx_t_1) {
|
18212
18216
|
|
18213
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18217
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1017
|
18214
18218
|
* base = PyArray_BASE(arr)
|
18215
18219
|
* if base is NULL:
|
18216
18220
|
* return None # <<<<<<<<<<<<<<
|
@@ -18221,7 +18225,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18221
18225
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
18222
18226
|
goto __pyx_L0;
|
18223
18227
|
|
18224
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18228
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
18225
18229
|
* cdef inline object get_array_base(ndarray arr):
|
18226
18230
|
* base = PyArray_BASE(arr)
|
18227
18231
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18230,7 +18234,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18230
18234
|
*/
|
18231
18235
|
}
|
18232
18236
|
|
18233
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18237
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1018
|
18234
18238
|
* if base is NULL:
|
18235
18239
|
* return None
|
18236
18240
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -18242,7 +18246,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18242
18246
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
18243
18247
|
goto __pyx_L0;
|
18244
18248
|
|
18245
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18249
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
18246
18250
|
* PyArray_SetBaseObject(arr, base)
|
18247
18251
|
*
|
18248
18252
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18257,7 +18261,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18257
18261
|
return __pyx_r;
|
18258
18262
|
}
|
18259
18263
|
|
18260
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18264
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
18261
18265
|
* # Versions of the import_* functions which are more suitable for
|
18262
18266
|
* # Cython code.
|
18263
18267
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18284,7 +18288,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18284
18288
|
int __pyx_clineno = 0;
|
18285
18289
|
__Pyx_RefNannySetupContext("import_array", 0);
|
18286
18290
|
|
18287
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18291
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18288
18292
|
* # Cython code.
|
18289
18293
|
* cdef inline int import_array() except -1:
|
18290
18294
|
* try: # <<<<<<<<<<<<<<
|
@@ -18300,7 +18304,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18300
18304
|
__Pyx_XGOTREF(__pyx_t_3);
|
18301
18305
|
/*try:*/ {
|
18302
18306
|
|
18303
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18307
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1024
|
18304
18308
|
* cdef inline int import_array() except -1:
|
18305
18309
|
* try:
|
18306
18310
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -18309,7 +18313,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18309
18313
|
*/
|
18310
18314
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1024, __pyx_L3_error)
|
18311
18315
|
|
18312
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18316
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18313
18317
|
* # Cython code.
|
18314
18318
|
* cdef inline int import_array() except -1:
|
18315
18319
|
* try: # <<<<<<<<<<<<<<
|
@@ -18323,7 +18327,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18323
18327
|
goto __pyx_L8_try_end;
|
18324
18328
|
__pyx_L3_error:;
|
18325
18329
|
|
18326
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18330
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1025
|
18327
18331
|
* try:
|
18328
18332
|
* __pyx_import_array()
|
18329
18333
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18338,7 +18342,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18338
18342
|
__Pyx_XGOTREF(__pyx_t_6);
|
18339
18343
|
__Pyx_XGOTREF(__pyx_t_7);
|
18340
18344
|
|
18341
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18345
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1026
|
18342
18346
|
* __pyx_import_array()
|
18343
18347
|
* except Exception:
|
18344
18348
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -18363,7 +18367,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18363
18367
|
}
|
18364
18368
|
goto __pyx_L5_except_error;
|
18365
18369
|
|
18366
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18370
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18367
18371
|
* # Cython code.
|
18368
18372
|
* cdef inline int import_array() except -1:
|
18369
18373
|
* try: # <<<<<<<<<<<<<<
|
@@ -18379,7 +18383,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18379
18383
|
__pyx_L8_try_end:;
|
18380
18384
|
}
|
18381
18385
|
|
18382
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18386
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
18383
18387
|
* # Versions of the import_* functions which are more suitable for
|
18384
18388
|
* # Cython code.
|
18385
18389
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18404,7 +18408,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18404
18408
|
return __pyx_r;
|
18405
18409
|
}
|
18406
18410
|
|
18407
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18411
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
18408
18412
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18409
18413
|
*
|
18410
18414
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18431,7 +18435,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18431
18435
|
int __pyx_clineno = 0;
|
18432
18436
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
18433
18437
|
|
18434
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18438
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18435
18439
|
*
|
18436
18440
|
* cdef inline int import_umath() except -1:
|
18437
18441
|
* try: # <<<<<<<<<<<<<<
|
@@ -18447,7 +18451,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18447
18451
|
__Pyx_XGOTREF(__pyx_t_3);
|
18448
18452
|
/*try:*/ {
|
18449
18453
|
|
18450
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18454
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1030
|
18451
18455
|
* cdef inline int import_umath() except -1:
|
18452
18456
|
* try:
|
18453
18457
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18456,7 +18460,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18456
18460
|
*/
|
18457
18461
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1030, __pyx_L3_error)
|
18458
18462
|
|
18459
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18463
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18460
18464
|
*
|
18461
18465
|
* cdef inline int import_umath() except -1:
|
18462
18466
|
* try: # <<<<<<<<<<<<<<
|
@@ -18470,7 +18474,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18470
18474
|
goto __pyx_L8_try_end;
|
18471
18475
|
__pyx_L3_error:;
|
18472
18476
|
|
18473
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18477
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1031
|
18474
18478
|
* try:
|
18475
18479
|
* _import_umath()
|
18476
18480
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18485,7 +18489,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18485
18489
|
__Pyx_XGOTREF(__pyx_t_6);
|
18486
18490
|
__Pyx_XGOTREF(__pyx_t_7);
|
18487
18491
|
|
18488
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18492
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1032
|
18489
18493
|
* _import_umath()
|
18490
18494
|
* except Exception:
|
18491
18495
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18510,7 +18514,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18510
18514
|
}
|
18511
18515
|
goto __pyx_L5_except_error;
|
18512
18516
|
|
18513
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18517
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18514
18518
|
*
|
18515
18519
|
* cdef inline int import_umath() except -1:
|
18516
18520
|
* try: # <<<<<<<<<<<<<<
|
@@ -18526,7 +18530,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18526
18530
|
__pyx_L8_try_end:;
|
18527
18531
|
}
|
18528
18532
|
|
18529
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18533
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
18530
18534
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18531
18535
|
*
|
18532
18536
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18551,7 +18555,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18551
18555
|
return __pyx_r;
|
18552
18556
|
}
|
18553
18557
|
|
18554
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18558
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
18555
18559
|
* raise ImportError("numpy._core.umath failed to import")
|
18556
18560
|
*
|
18557
18561
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18578,7 +18582,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18578
18582
|
int __pyx_clineno = 0;
|
18579
18583
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
18580
18584
|
|
18581
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18585
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18582
18586
|
*
|
18583
18587
|
* cdef inline int import_ufunc() except -1:
|
18584
18588
|
* try: # <<<<<<<<<<<<<<
|
@@ -18594,7 +18598,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18594
18598
|
__Pyx_XGOTREF(__pyx_t_3);
|
18595
18599
|
/*try:*/ {
|
18596
18600
|
|
18597
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18601
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1036
|
18598
18602
|
* cdef inline int import_ufunc() except -1:
|
18599
18603
|
* try:
|
18600
18604
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18603,7 +18607,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18603
18607
|
*/
|
18604
18608
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1036, __pyx_L3_error)
|
18605
18609
|
|
18606
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18610
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18607
18611
|
*
|
18608
18612
|
* cdef inline int import_ufunc() except -1:
|
18609
18613
|
* try: # <<<<<<<<<<<<<<
|
@@ -18617,7 +18621,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18617
18621
|
goto __pyx_L8_try_end;
|
18618
18622
|
__pyx_L3_error:;
|
18619
18623
|
|
18620
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18624
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1037
|
18621
18625
|
* try:
|
18622
18626
|
* _import_umath()
|
18623
18627
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18632,7 +18636,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18632
18636
|
__Pyx_XGOTREF(__pyx_t_6);
|
18633
18637
|
__Pyx_XGOTREF(__pyx_t_7);
|
18634
18638
|
|
18635
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18639
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1038
|
18636
18640
|
* _import_umath()
|
18637
18641
|
* except Exception:
|
18638
18642
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18657,7 +18661,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18657
18661
|
}
|
18658
18662
|
goto __pyx_L5_except_error;
|
18659
18663
|
|
18660
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18664
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18661
18665
|
*
|
18662
18666
|
* cdef inline int import_ufunc() except -1:
|
18663
18667
|
* try: # <<<<<<<<<<<<<<
|
@@ -18673,7 +18677,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18673
18677
|
__pyx_L8_try_end:;
|
18674
18678
|
}
|
18675
18679
|
|
18676
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18680
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
18677
18681
|
* raise ImportError("numpy._core.umath failed to import")
|
18678
18682
|
*
|
18679
18683
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18698,7 +18702,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18698
18702
|
return __pyx_r;
|
18699
18703
|
}
|
18700
18704
|
|
18701
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18705
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
18702
18706
|
*
|
18703
18707
|
*
|
18704
18708
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18709,7 +18713,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18709
18713
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
18710
18714
|
int __pyx_r;
|
18711
18715
|
|
18712
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18716
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1053
|
18713
18717
|
* bool
|
18714
18718
|
* """
|
18715
18719
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18719,7 +18723,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18719
18723
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
18720
18724
|
goto __pyx_L0;
|
18721
18725
|
|
18722
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18726
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
18723
18727
|
*
|
18724
18728
|
*
|
18725
18729
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18732,7 +18736,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18732
18736
|
return __pyx_r;
|
18733
18737
|
}
|
18734
18738
|
|
18735
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18739
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
18736
18740
|
*
|
18737
18741
|
*
|
18738
18742
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18743,7 +18747,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18743
18747
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
18744
18748
|
int __pyx_r;
|
18745
18749
|
|
18746
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18750
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1068
|
18747
18751
|
* bool
|
18748
18752
|
* """
|
18749
18753
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18753,7 +18757,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18753
18757
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
18754
18758
|
goto __pyx_L0;
|
18755
18759
|
|
18756
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18760
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
18757
18761
|
*
|
18758
18762
|
*
|
18759
18763
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18766,7 +18770,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18766
18770
|
return __pyx_r;
|
18767
18771
|
}
|
18768
18772
|
|
18769
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18773
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
18770
18774
|
*
|
18771
18775
|
*
|
18772
18776
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18777,7 +18781,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18777
18781
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
18778
18782
|
npy_datetime __pyx_r;
|
18779
18783
|
|
18780
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18784
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1078
|
18781
18785
|
* also needed. That can be found using `get_datetime64_unit`.
|
18782
18786
|
* """
|
18783
18787
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18787,7 +18791,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18787
18791
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
18788
18792
|
goto __pyx_L0;
|
18789
18793
|
|
18790
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18794
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
18791
18795
|
*
|
18792
18796
|
*
|
18793
18797
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18800,7 +18804,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18800
18804
|
return __pyx_r;
|
18801
18805
|
}
|
18802
18806
|
|
18803
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18807
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
18804
18808
|
*
|
18805
18809
|
*
|
18806
18810
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18811,7 +18815,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18811
18815
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
18812
18816
|
npy_timedelta __pyx_r;
|
18813
18817
|
|
18814
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18818
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1085
|
18815
18819
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
18816
18820
|
* """
|
18817
18821
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18821,7 +18825,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18821
18825
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
18822
18826
|
goto __pyx_L0;
|
18823
18827
|
|
18824
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18828
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
18825
18829
|
*
|
18826
18830
|
*
|
18827
18831
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18834,7 +18838,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18834
18838
|
return __pyx_r;
|
18835
18839
|
}
|
18836
18840
|
|
18837
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18841
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
18838
18842
|
*
|
18839
18843
|
*
|
18840
18844
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18845,7 +18849,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18845
18849
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
18846
18850
|
NPY_DATETIMEUNIT __pyx_r;
|
18847
18851
|
|
18848
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18852
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1092
|
18849
18853
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
18850
18854
|
* """
|
18851
18855
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -18855,7 +18859,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
18855
18859
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
18856
18860
|
goto __pyx_L0;
|
18857
18861
|
|
18858
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18862
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
18859
18863
|
*
|
18860
18864
|
*
|
18861
18865
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|