edsger 0.1.1__cp39-cp39-macosx_11_0_arm64.whl → 0.1.2__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 +1134 -1061
- edsger/dijkstra.cpython-39-darwin.so +0 -0
- edsger/dijkstra.pyx +23 -0
- 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.2.dist-info}/METADATA +19 -12
- edsger-0.1.2.dist-info/RECORD +33 -0
- edsger-0.1.1.dist-info/RECORD +0 -32
- {edsger-0.1.1.dist-info → edsger-0.1.2.dist-info}/WHEEL +0 -0
- {edsger-0.1.1.dist-info → edsger-0.1.2.dist-info}/licenses/AUTHORS.rst +0 -0
- {edsger-0.1.1.dist-info → edsger-0.1.2.dist-info}/licenses/LICENSE +0 -0
- {edsger-0.1.1.dist-info → edsger-0.1.2.dist-info}/top_level.txt +0 -0
edsger/star.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.star",
|
17
21
|
"sources": [
|
@@ -1380,7 +1384,7 @@ static const char *__pyx_filename;
|
|
1380
1384
|
static const char* const __pyx_f[] = {
|
1381
1385
|
"src/edsger/star.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-6s7_ydnk/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-6s7_ydnk/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-6s7_ydnk/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-6s7_ydnk/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-6s7_ydnk/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-6s7_ydnk/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-6s7_ydnk/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-6s7_ydnk/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-6s7_ydnk/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-6s7_ydnk/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-6s7_ydnk/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-6s7_ydnk/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-6s7_ydnk/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-6s7_ydnk/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-6s7_ydnk/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-6s7_ydnk/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-6s7_ydnk/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-6s7_ydnk/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-6s7_ydnk/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-6s7_ydnk/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 # <<<<<<<<<<<<<<
|
@@ -17199,7 +17203,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17199
17203
|
return __pyx_r;
|
17200
17204
|
}
|
17201
17205
|
|
17202
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17206
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
17203
17207
|
* cdef int type_num
|
17204
17208
|
*
|
17205
17209
|
* @property # <<<<<<<<<<<<<<
|
@@ -17210,7 +17214,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17210
17214
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
17211
17215
|
npy_intp __pyx_r;
|
17212
17216
|
|
17213
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17217
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":287
|
17214
17218
|
* @property
|
17215
17219
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
17216
17220
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -17220,7 +17224,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17220
17224
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
17221
17225
|
goto __pyx_L0;
|
17222
17226
|
|
17223
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17227
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
17224
17228
|
* cdef int type_num
|
17225
17229
|
*
|
17226
17230
|
* @property # <<<<<<<<<<<<<<
|
@@ -17233,7 +17237,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17233
17237
|
return __pyx_r;
|
17234
17238
|
}
|
17235
17239
|
|
17236
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17240
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
17237
17241
|
* return PyDataType_ELSIZE(self)
|
17238
17242
|
*
|
17239
17243
|
* @property # <<<<<<<<<<<<<<
|
@@ -17244,7 +17248,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17244
17248
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
17245
17249
|
npy_intp __pyx_r;
|
17246
17250
|
|
17247
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17251
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":291
|
17248
17252
|
* @property
|
17249
17253
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
17250
17254
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -17254,7 +17258,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17254
17258
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
17255
17259
|
goto __pyx_L0;
|
17256
17260
|
|
17257
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17261
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
17258
17262
|
* return PyDataType_ELSIZE(self)
|
17259
17263
|
*
|
17260
17264
|
* @property # <<<<<<<<<<<<<<
|
@@ -17267,7 +17271,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17267
17271
|
return __pyx_r;
|
17268
17272
|
}
|
17269
17273
|
|
17270
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17274
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
17271
17275
|
* # Use fields/names with care as they may be NULL. You must check
|
17272
17276
|
* # for this using PyDataType_HASFIELDS.
|
17273
17277
|
* @property # <<<<<<<<<<<<<<
|
@@ -17281,7 +17285,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17281
17285
|
PyObject *__pyx_t_1;
|
17282
17286
|
__Pyx_RefNannySetupContext("fields", 0);
|
17283
17287
|
|
17284
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17288
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":297
|
17285
17289
|
* @property
|
17286
17290
|
* cdef inline object fields(self):
|
17287
17291
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -17294,7 +17298,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17294
17298
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
17295
17299
|
goto __pyx_L0;
|
17296
17300
|
|
17297
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17301
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
17298
17302
|
* # Use fields/names with care as they may be NULL. You must check
|
17299
17303
|
* # for this using PyDataType_HASFIELDS.
|
17300
17304
|
* @property # <<<<<<<<<<<<<<
|
@@ -17309,7 +17313,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17309
17313
|
return __pyx_r;
|
17310
17314
|
}
|
17311
17315
|
|
17312
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17316
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
17313
17317
|
* return <object>PyDataType_FIELDS(self)
|
17314
17318
|
*
|
17315
17319
|
* @property # <<<<<<<<<<<<<<
|
@@ -17323,7 +17327,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17323
17327
|
PyObject *__pyx_t_1;
|
17324
17328
|
__Pyx_RefNannySetupContext("names", 0);
|
17325
17329
|
|
17326
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17330
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":301
|
17327
17331
|
* @property
|
17328
17332
|
* cdef inline tuple names(self):
|
17329
17333
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -17336,7 +17340,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17336
17340
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
17337
17341
|
goto __pyx_L0;
|
17338
17342
|
|
17339
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17343
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
17340
17344
|
* return <object>PyDataType_FIELDS(self)
|
17341
17345
|
*
|
17342
17346
|
* @property # <<<<<<<<<<<<<<
|
@@ -17351,7 +17355,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17351
17355
|
return __pyx_r;
|
17352
17356
|
}
|
17353
17357
|
|
17354
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17358
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
17355
17359
|
* # valid (the pointer can be NULL). Most users should access
|
17356
17360
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17357
17361
|
* @property # <<<<<<<<<<<<<<
|
@@ -17362,7 +17366,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17362
17366
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
17363
17367
|
PyArray_ArrayDescr *__pyx_r;
|
17364
17368
|
|
17365
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17369
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":308
|
17366
17370
|
* @property
|
17367
17371
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
17368
17372
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -17372,7 +17376,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17372
17376
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
17373
17377
|
goto __pyx_L0;
|
17374
17378
|
|
17375
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17379
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
17376
17380
|
* # valid (the pointer can be NULL). Most users should access
|
17377
17381
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17378
17382
|
* @property # <<<<<<<<<<<<<<
|
@@ -17385,7 +17389,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17385
17389
|
return __pyx_r;
|
17386
17390
|
}
|
17387
17391
|
|
17388
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17392
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
17389
17393
|
* return PyDataType_SUBARRAY(self)
|
17390
17394
|
*
|
17391
17395
|
* @property # <<<<<<<<<<<<<<
|
@@ -17396,7 +17400,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17396
17400
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
17397
17401
|
npy_uint64 __pyx_r;
|
17398
17402
|
|
17399
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17403
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":313
|
17400
17404
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
17401
17405
|
* """The data types flags."""
|
17402
17406
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -17406,7 +17410,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17406
17410
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
17407
17411
|
goto __pyx_L0;
|
17408
17412
|
|
17409
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17413
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
17410
17414
|
* return PyDataType_SUBARRAY(self)
|
17411
17415
|
*
|
17412
17416
|
* @property # <<<<<<<<<<<<<<
|
@@ -17419,7 +17423,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17419
17423
|
return __pyx_r;
|
17420
17424
|
}
|
17421
17425
|
|
17422
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17426
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
17423
17427
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17424
17428
|
*
|
17425
17429
|
* @property # <<<<<<<<<<<<<<
|
@@ -17430,7 +17434,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17430
17434
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
17431
17435
|
int __pyx_r;
|
17432
17436
|
|
17433
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17437
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":325
|
17434
17438
|
* cdef inline int numiter(self) noexcept nogil:
|
17435
17439
|
* """The number of arrays that need to be broadcast to the same shape."""
|
17436
17440
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -17440,7 +17444,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17440
17444
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
17441
17445
|
goto __pyx_L0;
|
17442
17446
|
|
17443
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17447
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
17444
17448
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17445
17449
|
*
|
17446
17450
|
* @property # <<<<<<<<<<<<<<
|
@@ -17453,7 +17457,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17453
17457
|
return __pyx_r;
|
17454
17458
|
}
|
17455
17459
|
|
17456
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17460
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
17457
17461
|
* return PyArray_MultiIter_NUMITER(self)
|
17458
17462
|
*
|
17459
17463
|
* @property # <<<<<<<<<<<<<<
|
@@ -17464,7 +17468,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17464
17468
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
17465
17469
|
npy_intp __pyx_r;
|
17466
17470
|
|
17467
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17471
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":330
|
17468
17472
|
* cdef inline npy_intp size(self) noexcept nogil:
|
17469
17473
|
* """The total broadcasted size."""
|
17470
17474
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17474,7 +17478,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17474
17478
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
17475
17479
|
goto __pyx_L0;
|
17476
17480
|
|
17477
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17481
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
17478
17482
|
* return PyArray_MultiIter_NUMITER(self)
|
17479
17483
|
*
|
17480
17484
|
* @property # <<<<<<<<<<<<<<
|
@@ -17487,7 +17491,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17487
17491
|
return __pyx_r;
|
17488
17492
|
}
|
17489
17493
|
|
17490
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17494
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
17491
17495
|
* return PyArray_MultiIter_SIZE(self)
|
17492
17496
|
*
|
17493
17497
|
* @property # <<<<<<<<<<<<<<
|
@@ -17498,7 +17502,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17498
17502
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
17499
17503
|
npy_intp __pyx_r;
|
17500
17504
|
|
17501
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17505
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":335
|
17502
17506
|
* cdef inline npy_intp index(self) noexcept nogil:
|
17503
17507
|
* """The current (1-d) index into the broadcasted result."""
|
17504
17508
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -17508,7 +17512,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17508
17512
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
17509
17513
|
goto __pyx_L0;
|
17510
17514
|
|
17511
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17515
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
17512
17516
|
* return PyArray_MultiIter_SIZE(self)
|
17513
17517
|
*
|
17514
17518
|
* @property # <<<<<<<<<<<<<<
|
@@ -17521,7 +17525,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17521
17525
|
return __pyx_r;
|
17522
17526
|
}
|
17523
17527
|
|
17524
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17528
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
17525
17529
|
* return PyArray_MultiIter_INDEX(self)
|
17526
17530
|
*
|
17527
17531
|
* @property # <<<<<<<<<<<<<<
|
@@ -17532,7 +17536,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17532
17536
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
17533
17537
|
int __pyx_r;
|
17534
17538
|
|
17535
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17539
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":340
|
17536
17540
|
* cdef inline int nd(self) noexcept nogil:
|
17537
17541
|
* """The number of dimensions in the broadcasted result."""
|
17538
17542
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17542,7 +17546,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17542
17546
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
17543
17547
|
goto __pyx_L0;
|
17544
17548
|
|
17545
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17549
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
17546
17550
|
* return PyArray_MultiIter_INDEX(self)
|
17547
17551
|
*
|
17548
17552
|
* @property # <<<<<<<<<<<<<<
|
@@ -17555,7 +17559,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17555
17559
|
return __pyx_r;
|
17556
17560
|
}
|
17557
17561
|
|
17558
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17562
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
17559
17563
|
* return PyArray_MultiIter_NDIM(self)
|
17560
17564
|
*
|
17561
17565
|
* @property # <<<<<<<<<<<<<<
|
@@ -17566,7 +17570,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17566
17570
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
17567
17571
|
npy_intp *__pyx_r;
|
17568
17572
|
|
17569
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17573
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":345
|
17570
17574
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
17571
17575
|
* """The shape of the broadcasted result."""
|
17572
17576
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17576,7 +17580,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17576
17580
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
17577
17581
|
goto __pyx_L0;
|
17578
17582
|
|
17579
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17583
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
17580
17584
|
* return PyArray_MultiIter_NDIM(self)
|
17581
17585
|
*
|
17582
17586
|
* @property # <<<<<<<<<<<<<<
|
@@ -17589,7 +17593,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17589
17593
|
return __pyx_r;
|
17590
17594
|
}
|
17591
17595
|
|
17592
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17596
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
17593
17597
|
* return PyArray_MultiIter_DIMS(self)
|
17594
17598
|
*
|
17595
17599
|
* @property # <<<<<<<<<<<<<<
|
@@ -17600,7 +17604,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17600
17604
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
17601
17605
|
void **__pyx_r;
|
17602
17606
|
|
17603
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17607
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":351
|
17604
17608
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
17605
17609
|
* On return, the iterators are adjusted for broadcasting."""
|
17606
17610
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -17610,7 +17614,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17610
17614
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
17611
17615
|
goto __pyx_L0;
|
17612
17616
|
|
17613
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17617
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
17614
17618
|
* return PyArray_MultiIter_DIMS(self)
|
17615
17619
|
*
|
17616
17620
|
* @property # <<<<<<<<<<<<<<
|
@@ -17623,7 +17627,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17623
17627
|
return __pyx_r;
|
17624
17628
|
}
|
17625
17629
|
|
17626
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17630
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
17627
17631
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17628
17632
|
*
|
17629
17633
|
* @property # <<<<<<<<<<<<<<
|
@@ -17634,7 +17638,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17634
17638
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
17635
17639
|
PyObject *__pyx_r;
|
17636
17640
|
|
17637
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17641
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":369
|
17638
17642
|
* """Returns a borrowed reference to the object owning the data/memory.
|
17639
17643
|
* """
|
17640
17644
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -17644,7 +17648,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17644
17648
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
17645
17649
|
goto __pyx_L0;
|
17646
17650
|
|
17647
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17651
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
17648
17652
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17649
17653
|
*
|
17650
17654
|
* @property # <<<<<<<<<<<<<<
|
@@ -17657,7 +17661,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17657
17661
|
return __pyx_r;
|
17658
17662
|
}
|
17659
17663
|
|
17660
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17664
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
17661
17665
|
* return PyArray_BASE(self)
|
17662
17666
|
*
|
17663
17667
|
* @property # <<<<<<<<<<<<<<
|
@@ -17671,7 +17675,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17671
17675
|
PyArray_Descr *__pyx_t_1;
|
17672
17676
|
__Pyx_RefNannySetupContext("descr", 0);
|
17673
17677
|
|
17674
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17678
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":375
|
17675
17679
|
* """Returns an owned reference to the dtype of the array.
|
17676
17680
|
* """
|
17677
17681
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -17684,7 +17688,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17684
17688
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
17685
17689
|
goto __pyx_L0;
|
17686
17690
|
|
17687
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17691
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
17688
17692
|
* return PyArray_BASE(self)
|
17689
17693
|
*
|
17690
17694
|
* @property # <<<<<<<<<<<<<<
|
@@ -17699,7 +17703,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17699
17703
|
return __pyx_r;
|
17700
17704
|
}
|
17701
17705
|
|
17702
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17706
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
17703
17707
|
* return <dtype>PyArray_DESCR(self)
|
17704
17708
|
*
|
17705
17709
|
* @property # <<<<<<<<<<<<<<
|
@@ -17710,7 +17714,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17710
17714
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
17711
17715
|
int __pyx_r;
|
17712
17716
|
|
17713
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17717
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":381
|
17714
17718
|
* """Returns the number of dimensions in the array.
|
17715
17719
|
* """
|
17716
17720
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17720,7 +17724,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17720
17724
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
17721
17725
|
goto __pyx_L0;
|
17722
17726
|
|
17723
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17727
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
17724
17728
|
* return <dtype>PyArray_DESCR(self)
|
17725
17729
|
*
|
17726
17730
|
* @property # <<<<<<<<<<<<<<
|
@@ -17733,7 +17737,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17733
17737
|
return __pyx_r;
|
17734
17738
|
}
|
17735
17739
|
|
17736
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17740
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
17737
17741
|
* return PyArray_NDIM(self)
|
17738
17742
|
*
|
17739
17743
|
* @property # <<<<<<<<<<<<<<
|
@@ -17744,7 +17748,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17744
17748
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
17745
17749
|
npy_intp *__pyx_r;
|
17746
17750
|
|
17747
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17751
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":389
|
17748
17752
|
* Can return NULL for 0-dimensional arrays.
|
17749
17753
|
* """
|
17750
17754
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17754,7 +17758,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17754
17758
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
17755
17759
|
goto __pyx_L0;
|
17756
17760
|
|
17757
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17761
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
17758
17762
|
* return PyArray_NDIM(self)
|
17759
17763
|
*
|
17760
17764
|
* @property # <<<<<<<<<<<<<<
|
@@ -17767,7 +17771,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17767
17771
|
return __pyx_r;
|
17768
17772
|
}
|
17769
17773
|
|
17770
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17774
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
17771
17775
|
* return PyArray_DIMS(self)
|
17772
17776
|
*
|
17773
17777
|
* @property # <<<<<<<<<<<<<<
|
@@ -17778,7 +17782,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17778
17782
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
17779
17783
|
npy_intp *__pyx_r;
|
17780
17784
|
|
17781
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17785
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":396
|
17782
17786
|
* The number of elements matches the number of dimensions of the array (ndim).
|
17783
17787
|
* """
|
17784
17788
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -17788,7 +17792,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17788
17792
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
17789
17793
|
goto __pyx_L0;
|
17790
17794
|
|
17791
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17795
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
17792
17796
|
* return PyArray_DIMS(self)
|
17793
17797
|
*
|
17794
17798
|
* @property # <<<<<<<<<<<<<<
|
@@ -17801,7 +17805,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17801
17805
|
return __pyx_r;
|
17802
17806
|
}
|
17803
17807
|
|
17804
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17808
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
17805
17809
|
* return PyArray_STRIDES(self)
|
17806
17810
|
*
|
17807
17811
|
* @property # <<<<<<<<<<<<<<
|
@@ -17812,7 +17816,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17812
17816
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
17813
17817
|
npy_intp __pyx_r;
|
17814
17818
|
|
17815
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17819
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":402
|
17816
17820
|
* """Returns the total size (in number of elements) of the array.
|
17817
17821
|
* """
|
17818
17822
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17822,7 +17826,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17822
17826
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
17823
17827
|
goto __pyx_L0;
|
17824
17828
|
|
17825
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17829
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
17826
17830
|
* return PyArray_STRIDES(self)
|
17827
17831
|
*
|
17828
17832
|
* @property # <<<<<<<<<<<<<<
|
@@ -17835,7 +17839,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17835
17839
|
return __pyx_r;
|
17836
17840
|
}
|
17837
17841
|
|
17838
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17842
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
17839
17843
|
* return PyArray_SIZE(self)
|
17840
17844
|
*
|
17841
17845
|
* @property # <<<<<<<<<<<<<<
|
@@ -17846,7 +17850,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17846
17850
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
17847
17851
|
char *__pyx_r;
|
17848
17852
|
|
17849
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17853
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":411
|
17850
17854
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
17851
17855
|
* """
|
17852
17856
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -17856,7 +17860,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17856
17860
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
17857
17861
|
goto __pyx_L0;
|
17858
17862
|
|
17859
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17863
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
17860
17864
|
* return PyArray_SIZE(self)
|
17861
17865
|
*
|
17862
17866
|
* @property # <<<<<<<<<<<<<<
|
@@ -17869,7 +17873,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17869
17873
|
return __pyx_r;
|
17870
17874
|
}
|
17871
17875
|
|
17872
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17876
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
17873
17877
|
* ctypedef long double complex clongdouble_t
|
17874
17878
|
*
|
17875
17879
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -17886,7 +17890,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17886
17890
|
int __pyx_clineno = 0;
|
17887
17891
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
17888
17892
|
|
17889
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17893
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":808
|
17890
17894
|
*
|
17891
17895
|
* cdef inline object PyArray_MultiIterNew1(a):
|
17892
17896
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -17900,7 +17904,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17900
17904
|
__pyx_t_1 = 0;
|
17901
17905
|
goto __pyx_L0;
|
17902
17906
|
|
17903
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17907
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
17904
17908
|
* ctypedef long double complex clongdouble_t
|
17905
17909
|
*
|
17906
17910
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -17919,7 +17923,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17919
17923
|
return __pyx_r;
|
17920
17924
|
}
|
17921
17925
|
|
17922
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17926
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
17923
17927
|
* return PyArray_MultiIterNew(1, <void*>a)
|
17924
17928
|
*
|
17925
17929
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -17936,7 +17940,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17936
17940
|
int __pyx_clineno = 0;
|
17937
17941
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
17938
17942
|
|
17939
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17943
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":811
|
17940
17944
|
*
|
17941
17945
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
17942
17946
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -17950,7 +17954,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17950
17954
|
__pyx_t_1 = 0;
|
17951
17955
|
goto __pyx_L0;
|
17952
17956
|
|
17953
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17957
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
17954
17958
|
* return PyArray_MultiIterNew(1, <void*>a)
|
17955
17959
|
*
|
17956
17960
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -17969,7 +17973,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17969
17973
|
return __pyx_r;
|
17970
17974
|
}
|
17971
17975
|
|
17972
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17976
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
17973
17977
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
17974
17978
|
*
|
17975
17979
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -17986,7 +17990,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
17986
17990
|
int __pyx_clineno = 0;
|
17987
17991
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
17988
17992
|
|
17989
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17993
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":814
|
17990
17994
|
*
|
17991
17995
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
17992
17996
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -18000,7 +18004,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18000
18004
|
__pyx_t_1 = 0;
|
18001
18005
|
goto __pyx_L0;
|
18002
18006
|
|
18003
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18007
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
18004
18008
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18005
18009
|
*
|
18006
18010
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18019,7 +18023,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18019
18023
|
return __pyx_r;
|
18020
18024
|
}
|
18021
18025
|
|
18022
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18026
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
18023
18027
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18024
18028
|
*
|
18025
18029
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18036,7 +18040,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18036
18040
|
int __pyx_clineno = 0;
|
18037
18041
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
18038
18042
|
|
18039
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18043
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":817
|
18040
18044
|
*
|
18041
18045
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
18042
18046
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -18050,7 +18054,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18050
18054
|
__pyx_t_1 = 0;
|
18051
18055
|
goto __pyx_L0;
|
18052
18056
|
|
18053
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18057
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
18054
18058
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18055
18059
|
*
|
18056
18060
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18069,7 +18073,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18069
18073
|
return __pyx_r;
|
18070
18074
|
}
|
18071
18075
|
|
18072
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18076
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
18073
18077
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18074
18078
|
*
|
18075
18079
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18086,7 +18090,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18086
18090
|
int __pyx_clineno = 0;
|
18087
18091
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
18088
18092
|
|
18089
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18093
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":820
|
18090
18094
|
*
|
18091
18095
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
18092
18096
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -18100,7 +18104,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18100
18104
|
__pyx_t_1 = 0;
|
18101
18105
|
goto __pyx_L0;
|
18102
18106
|
|
18103
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18107
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
18104
18108
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18105
18109
|
*
|
18106
18110
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18119,7 +18123,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18119
18123
|
return __pyx_r;
|
18120
18124
|
}
|
18121
18125
|
|
18122
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18126
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
18123
18127
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18124
18128
|
*
|
18125
18129
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18134,7 +18138,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18134
18138
|
PyObject *__pyx_t_2;
|
18135
18139
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
18136
18140
|
|
18137
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18141
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
18138
18142
|
*
|
18139
18143
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18140
18144
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18144,7 +18148,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18144
18148
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
18145
18149
|
if (__pyx_t_1) {
|
18146
18150
|
|
18147
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18151
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":824
|
18148
18152
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18149
18153
|
* if PyDataType_HASSUBARRAY(d):
|
18150
18154
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -18157,7 +18161,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18157
18161
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
18158
18162
|
goto __pyx_L0;
|
18159
18163
|
|
18160
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18164
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
18161
18165
|
*
|
18162
18166
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18163
18167
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18166,7 +18170,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18166
18170
|
*/
|
18167
18171
|
}
|
18168
18172
|
|
18169
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18173
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":826
|
18170
18174
|
* return <tuple>d.subarray.shape
|
18171
18175
|
* else:
|
18172
18176
|
* return () # <<<<<<<<<<<<<<
|
@@ -18180,7 +18184,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18180
18184
|
goto __pyx_L0;
|
18181
18185
|
}
|
18182
18186
|
|
18183
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18187
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
18184
18188
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18185
18189
|
*
|
18186
18190
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18195,7 +18199,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18195
18199
|
return __pyx_r;
|
18196
18200
|
}
|
18197
18201
|
|
18198
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18202
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
18199
18203
|
* int _import_umath() except -1
|
18200
18204
|
*
|
18201
18205
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18209,7 +18213,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18209
18213
|
const char *__pyx_filename = NULL;
|
18210
18214
|
int __pyx_clineno = 0;
|
18211
18215
|
|
18212
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18216
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1011
|
18213
18217
|
*
|
18214
18218
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18215
18219
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -18218,7 +18222,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18218
18222
|
*/
|
18219
18223
|
Py_INCREF(__pyx_v_base);
|
18220
18224
|
|
18221
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18225
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1012
|
18222
18226
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18223
18227
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
18224
18228
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -18227,7 +18231,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18227
18231
|
*/
|
18228
18232
|
__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)
|
18229
18233
|
|
18230
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18234
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
18231
18235
|
* int _import_umath() except -1
|
18232
18236
|
*
|
18233
18237
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18242,7 +18246,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18242
18246
|
__pyx_L0:;
|
18243
18247
|
}
|
18244
18248
|
|
18245
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18249
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/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
|
int __pyx_t_1;
|
18258
18262
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
18259
18263
|
|
18260
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18264
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1015
|
18261
18265
|
*
|
18262
18266
|
* cdef inline object get_array_base(ndarray arr):
|
18263
18267
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -18266,7 +18270,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18266
18270
|
*/
|
18267
18271
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
18268
18272
|
|
18269
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18273
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
18270
18274
|
* cdef inline object get_array_base(ndarray arr):
|
18271
18275
|
* base = PyArray_BASE(arr)
|
18272
18276
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18276,7 +18280,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18276
18280
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
18277
18281
|
if (__pyx_t_1) {
|
18278
18282
|
|
18279
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18283
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1017
|
18280
18284
|
* base = PyArray_BASE(arr)
|
18281
18285
|
* if base is NULL:
|
18282
18286
|
* return None # <<<<<<<<<<<<<<
|
@@ -18287,7 +18291,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18287
18291
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
18288
18292
|
goto __pyx_L0;
|
18289
18293
|
|
18290
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18294
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
18291
18295
|
* cdef inline object get_array_base(ndarray arr):
|
18292
18296
|
* base = PyArray_BASE(arr)
|
18293
18297
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18296,7 +18300,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18296
18300
|
*/
|
18297
18301
|
}
|
18298
18302
|
|
18299
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18303
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1018
|
18300
18304
|
* if base is NULL:
|
18301
18305
|
* return None
|
18302
18306
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -18308,7 +18312,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18308
18312
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
18309
18313
|
goto __pyx_L0;
|
18310
18314
|
|
18311
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18315
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
18312
18316
|
* PyArray_SetBaseObject(arr, base)
|
18313
18317
|
*
|
18314
18318
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18323,7 +18327,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18323
18327
|
return __pyx_r;
|
18324
18328
|
}
|
18325
18329
|
|
18326
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18330
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
18327
18331
|
* # Versions of the import_* functions which are more suitable for
|
18328
18332
|
* # Cython code.
|
18329
18333
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18350,7 +18354,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18350
18354
|
int __pyx_clineno = 0;
|
18351
18355
|
__Pyx_RefNannySetupContext("import_array", 0);
|
18352
18356
|
|
18353
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18357
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18354
18358
|
* # Cython code.
|
18355
18359
|
* cdef inline int import_array() except -1:
|
18356
18360
|
* try: # <<<<<<<<<<<<<<
|
@@ -18366,7 +18370,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18366
18370
|
__Pyx_XGOTREF(__pyx_t_3);
|
18367
18371
|
/*try:*/ {
|
18368
18372
|
|
18369
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18373
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1024
|
18370
18374
|
* cdef inline int import_array() except -1:
|
18371
18375
|
* try:
|
18372
18376
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -18375,7 +18379,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18375
18379
|
*/
|
18376
18380
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1024, __pyx_L3_error)
|
18377
18381
|
|
18378
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18382
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18379
18383
|
* # Cython code.
|
18380
18384
|
* cdef inline int import_array() except -1:
|
18381
18385
|
* try: # <<<<<<<<<<<<<<
|
@@ -18389,7 +18393,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18389
18393
|
goto __pyx_L8_try_end;
|
18390
18394
|
__pyx_L3_error:;
|
18391
18395
|
|
18392
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18396
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1025
|
18393
18397
|
* try:
|
18394
18398
|
* __pyx_import_array()
|
18395
18399
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18404,7 +18408,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18404
18408
|
__Pyx_XGOTREF(__pyx_t_6);
|
18405
18409
|
__Pyx_XGOTREF(__pyx_t_7);
|
18406
18410
|
|
18407
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18411
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1026
|
18408
18412
|
* __pyx_import_array()
|
18409
18413
|
* except Exception:
|
18410
18414
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -18429,7 +18433,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18429
18433
|
}
|
18430
18434
|
goto __pyx_L5_except_error;
|
18431
18435
|
|
18432
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18436
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18433
18437
|
* # Cython code.
|
18434
18438
|
* cdef inline int import_array() except -1:
|
18435
18439
|
* try: # <<<<<<<<<<<<<<
|
@@ -18445,7 +18449,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18445
18449
|
__pyx_L8_try_end:;
|
18446
18450
|
}
|
18447
18451
|
|
18448
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18452
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
18449
18453
|
* # Versions of the import_* functions which are more suitable for
|
18450
18454
|
* # Cython code.
|
18451
18455
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18470,7 +18474,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18470
18474
|
return __pyx_r;
|
18471
18475
|
}
|
18472
18476
|
|
18473
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18477
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
18474
18478
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18475
18479
|
*
|
18476
18480
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18497,7 +18501,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18497
18501
|
int __pyx_clineno = 0;
|
18498
18502
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
18499
18503
|
|
18500
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18504
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18501
18505
|
*
|
18502
18506
|
* cdef inline int import_umath() except -1:
|
18503
18507
|
* try: # <<<<<<<<<<<<<<
|
@@ -18513,7 +18517,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18513
18517
|
__Pyx_XGOTREF(__pyx_t_3);
|
18514
18518
|
/*try:*/ {
|
18515
18519
|
|
18516
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18520
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1030
|
18517
18521
|
* cdef inline int import_umath() except -1:
|
18518
18522
|
* try:
|
18519
18523
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18522,7 +18526,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18522
18526
|
*/
|
18523
18527
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1030, __pyx_L3_error)
|
18524
18528
|
|
18525
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18529
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18526
18530
|
*
|
18527
18531
|
* cdef inline int import_umath() except -1:
|
18528
18532
|
* try: # <<<<<<<<<<<<<<
|
@@ -18536,7 +18540,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18536
18540
|
goto __pyx_L8_try_end;
|
18537
18541
|
__pyx_L3_error:;
|
18538
18542
|
|
18539
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18543
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1031
|
18540
18544
|
* try:
|
18541
18545
|
* _import_umath()
|
18542
18546
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18551,7 +18555,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18551
18555
|
__Pyx_XGOTREF(__pyx_t_6);
|
18552
18556
|
__Pyx_XGOTREF(__pyx_t_7);
|
18553
18557
|
|
18554
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18558
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1032
|
18555
18559
|
* _import_umath()
|
18556
18560
|
* except Exception:
|
18557
18561
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18576,7 +18580,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18576
18580
|
}
|
18577
18581
|
goto __pyx_L5_except_error;
|
18578
18582
|
|
18579
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18583
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18580
18584
|
*
|
18581
18585
|
* cdef inline int import_umath() except -1:
|
18582
18586
|
* try: # <<<<<<<<<<<<<<
|
@@ -18592,7 +18596,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18592
18596
|
__pyx_L8_try_end:;
|
18593
18597
|
}
|
18594
18598
|
|
18595
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18599
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
18596
18600
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18597
18601
|
*
|
18598
18602
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18617,7 +18621,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18617
18621
|
return __pyx_r;
|
18618
18622
|
}
|
18619
18623
|
|
18620
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18624
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
18621
18625
|
* raise ImportError("numpy._core.umath failed to import")
|
18622
18626
|
*
|
18623
18627
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18644,7 +18648,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18644
18648
|
int __pyx_clineno = 0;
|
18645
18649
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
18646
18650
|
|
18647
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18651
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18648
18652
|
*
|
18649
18653
|
* cdef inline int import_ufunc() except -1:
|
18650
18654
|
* try: # <<<<<<<<<<<<<<
|
@@ -18660,7 +18664,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18660
18664
|
__Pyx_XGOTREF(__pyx_t_3);
|
18661
18665
|
/*try:*/ {
|
18662
18666
|
|
18663
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18667
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1036
|
18664
18668
|
* cdef inline int import_ufunc() except -1:
|
18665
18669
|
* try:
|
18666
18670
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18669,7 +18673,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18669
18673
|
*/
|
18670
18674
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1036, __pyx_L3_error)
|
18671
18675
|
|
18672
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18676
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18673
18677
|
*
|
18674
18678
|
* cdef inline int import_ufunc() except -1:
|
18675
18679
|
* try: # <<<<<<<<<<<<<<
|
@@ -18683,7 +18687,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18683
18687
|
goto __pyx_L8_try_end;
|
18684
18688
|
__pyx_L3_error:;
|
18685
18689
|
|
18686
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18690
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1037
|
18687
18691
|
* try:
|
18688
18692
|
* _import_umath()
|
18689
18693
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18698,7 +18702,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18698
18702
|
__Pyx_XGOTREF(__pyx_t_6);
|
18699
18703
|
__Pyx_XGOTREF(__pyx_t_7);
|
18700
18704
|
|
18701
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18705
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1038
|
18702
18706
|
* _import_umath()
|
18703
18707
|
* except Exception:
|
18704
18708
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18723,7 +18727,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18723
18727
|
}
|
18724
18728
|
goto __pyx_L5_except_error;
|
18725
18729
|
|
18726
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18730
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18727
18731
|
*
|
18728
18732
|
* cdef inline int import_ufunc() except -1:
|
18729
18733
|
* try: # <<<<<<<<<<<<<<
|
@@ -18739,7 +18743,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18739
18743
|
__pyx_L8_try_end:;
|
18740
18744
|
}
|
18741
18745
|
|
18742
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18746
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
18743
18747
|
* raise ImportError("numpy._core.umath failed to import")
|
18744
18748
|
*
|
18745
18749
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18764,7 +18768,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18764
18768
|
return __pyx_r;
|
18765
18769
|
}
|
18766
18770
|
|
18767
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18771
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
18768
18772
|
*
|
18769
18773
|
*
|
18770
18774
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18775,7 +18779,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18775
18779
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
18776
18780
|
int __pyx_r;
|
18777
18781
|
|
18778
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18782
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1053
|
18779
18783
|
* bool
|
18780
18784
|
* """
|
18781
18785
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18785,7 +18789,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18785
18789
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
18786
18790
|
goto __pyx_L0;
|
18787
18791
|
|
18788
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18792
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
18789
18793
|
*
|
18790
18794
|
*
|
18791
18795
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18798,7 +18802,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18798
18802
|
return __pyx_r;
|
18799
18803
|
}
|
18800
18804
|
|
18801
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18805
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
18802
18806
|
*
|
18803
18807
|
*
|
18804
18808
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18809,7 +18813,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18809
18813
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
18810
18814
|
int __pyx_r;
|
18811
18815
|
|
18812
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18816
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1068
|
18813
18817
|
* bool
|
18814
18818
|
* """
|
18815
18819
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18819,7 +18823,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18819
18823
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
18820
18824
|
goto __pyx_L0;
|
18821
18825
|
|
18822
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18826
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
18823
18827
|
*
|
18824
18828
|
*
|
18825
18829
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18832,7 +18836,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18832
18836
|
return __pyx_r;
|
18833
18837
|
}
|
18834
18838
|
|
18835
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18839
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
18836
18840
|
*
|
18837
18841
|
*
|
18838
18842
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18843,7 +18847,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18843
18847
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
18844
18848
|
npy_datetime __pyx_r;
|
18845
18849
|
|
18846
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18850
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1078
|
18847
18851
|
* also needed. That can be found using `get_datetime64_unit`.
|
18848
18852
|
* """
|
18849
18853
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18853,7 +18857,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18853
18857
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
18854
18858
|
goto __pyx_L0;
|
18855
18859
|
|
18856
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18860
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
18857
18861
|
*
|
18858
18862
|
*
|
18859
18863
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18866,7 +18870,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18866
18870
|
return __pyx_r;
|
18867
18871
|
}
|
18868
18872
|
|
18869
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18873
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
18870
18874
|
*
|
18871
18875
|
*
|
18872
18876
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18877,7 +18881,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18877
18881
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
18878
18882
|
npy_timedelta __pyx_r;
|
18879
18883
|
|
18880
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18884
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1085
|
18881
18885
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
18882
18886
|
* """
|
18883
18887
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18887,7 +18891,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18887
18891
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
18888
18892
|
goto __pyx_L0;
|
18889
18893
|
|
18890
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18894
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
18891
18895
|
*
|
18892
18896
|
*
|
18893
18897
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18900,7 +18904,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18900
18904
|
return __pyx_r;
|
18901
18905
|
}
|
18902
18906
|
|
18903
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18907
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
18904
18908
|
*
|
18905
18909
|
*
|
18906
18910
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18911,7 +18915,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18911
18915
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
18912
18916
|
NPY_DATETIMEUNIT __pyx_r;
|
18913
18917
|
|
18914
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18918
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1092
|
18915
18919
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
18916
18920
|
* """
|
18917
18921
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -18921,7 +18925,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
18921
18925
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
18922
18926
|
goto __pyx_L0;
|
18923
18927
|
|
18924
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18928
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-6s7_ydnk/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
18925
18929
|
*
|
18926
18930
|
*
|
18927
18931
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|