edsger 0.1.2__cp39-cp39-macosx_11_0_arm64.whl → 0.1.3__cp39-cp39-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- edsger/_version.py +1 -1
- edsger/commons.c +148 -148
- edsger/dijkstra.c +7060 -2698
- edsger/dijkstra.cpython-39-darwin.so +0 -0
- edsger/dijkstra.pyx +507 -5
- edsger/path.py +145 -37
- edsger/path_tracking.c +148 -148
- edsger/pq_4ary_dec_0b.c +148 -148
- edsger/spiess_florian.c +148 -148
- edsger/star.c +148 -148
- {edsger-0.1.2.dist-info → edsger-0.1.3.dist-info}/METADATA +12 -12
- {edsger-0.1.2.dist-info → edsger-0.1.3.dist-info}/RECORD +16 -16
- {edsger-0.1.2.dist-info → edsger-0.1.3.dist-info}/WHEEL +0 -0
- {edsger-0.1.2.dist-info → edsger-0.1.3.dist-info}/licenses/AUTHORS.rst +0 -0
- {edsger-0.1.2.dist-info → edsger-0.1.3.dist-info}/licenses/LICENSE +0 -0
- {edsger-0.1.2.dist-info → edsger-0.1.3.dist-info}/top_level.txt +0 -0
edsger/commons.c
CHANGED
@@ -1381,7 +1381,7 @@ static const char *__pyx_filename;
|
|
1381
1381
|
|
1382
1382
|
static const char* const __pyx_f[] = {
|
1383
1383
|
"src/edsger/commons.pyx",
|
1384
|
-
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1384
|
+
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd",
|
1385
1385
|
"cpython/type.pxd",
|
1386
1386
|
};
|
1387
1387
|
/* #### Code section: utility_code_proto_before_types ### */
|
@@ -1543,7 +1543,7 @@ static const char* const __pyx_f[] = {
|
|
1543
1543
|
|
1544
1544
|
/* #### Code section: numeric_typedefs ### */
|
1545
1545
|
|
1546
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1546
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":770
|
1547
1547
|
* # in Cython to enable them only on the right systems.
|
1548
1548
|
*
|
1549
1549
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
@@ -1552,7 +1552,7 @@ static const char* const __pyx_f[] = {
|
|
1552
1552
|
*/
|
1553
1553
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
1554
1554
|
|
1555
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1555
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":771
|
1556
1556
|
*
|
1557
1557
|
* ctypedef npy_int8 int8_t
|
1558
1558
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
@@ -1561,7 +1561,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1561
1561
|
*/
|
1562
1562
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
1563
1563
|
|
1564
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1564
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":772
|
1565
1565
|
* ctypedef npy_int8 int8_t
|
1566
1566
|
* ctypedef npy_int16 int16_t
|
1567
1567
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
@@ -1570,7 +1570,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1570
1570
|
*/
|
1571
1571
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
1572
1572
|
|
1573
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1573
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":773
|
1574
1574
|
* ctypedef npy_int16 int16_t
|
1575
1575
|
* ctypedef npy_int32 int32_t
|
1576
1576
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
@@ -1579,7 +1579,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1579
1579
|
*/
|
1580
1580
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
1581
1581
|
|
1582
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1582
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":777
|
1583
1583
|
* #ctypedef npy_int128 int128_t
|
1584
1584
|
*
|
1585
1585
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
@@ -1588,7 +1588,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1588
1588
|
*/
|
1589
1589
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
1590
1590
|
|
1591
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1591
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":778
|
1592
1592
|
*
|
1593
1593
|
* ctypedef npy_uint8 uint8_t
|
1594
1594
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
@@ -1597,7 +1597,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1597
1597
|
*/
|
1598
1598
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
1599
1599
|
|
1600
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1600
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":779
|
1601
1601
|
* ctypedef npy_uint8 uint8_t
|
1602
1602
|
* ctypedef npy_uint16 uint16_t
|
1603
1603
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
@@ -1606,7 +1606,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1606
1606
|
*/
|
1607
1607
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
1608
1608
|
|
1609
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1609
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":780
|
1610
1610
|
* ctypedef npy_uint16 uint16_t
|
1611
1611
|
* ctypedef npy_uint32 uint32_t
|
1612
1612
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
@@ -1615,7 +1615,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1615
1615
|
*/
|
1616
1616
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
1617
1617
|
|
1618
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1618
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":784
|
1619
1619
|
* #ctypedef npy_uint128 uint128_t
|
1620
1620
|
*
|
1621
1621
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
@@ -1624,7 +1624,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1624
1624
|
*/
|
1625
1625
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
1626
1626
|
|
1627
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1627
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":785
|
1628
1628
|
*
|
1629
1629
|
* ctypedef npy_float32 float32_t
|
1630
1630
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
@@ -1633,7 +1633,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1633
1633
|
*/
|
1634
1634
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
1635
1635
|
|
1636
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1636
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":792
|
1637
1637
|
* ctypedef double complex complex128_t
|
1638
1638
|
*
|
1639
1639
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
@@ -1642,7 +1642,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1642
1642
|
*/
|
1643
1643
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
1644
1644
|
|
1645
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1645
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":793
|
1646
1646
|
*
|
1647
1647
|
* ctypedef npy_longlong longlong_t
|
1648
1648
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
@@ -1651,7 +1651,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1651
1651
|
*/
|
1652
1652
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
1653
1653
|
|
1654
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1654
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":795
|
1655
1655
|
* ctypedef npy_ulonglong ulonglong_t
|
1656
1656
|
*
|
1657
1657
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
@@ -1660,7 +1660,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1660
1660
|
*/
|
1661
1661
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
1662
1662
|
|
1663
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1663
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":796
|
1664
1664
|
*
|
1665
1665
|
* ctypedef npy_intp intp_t
|
1666
1666
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
@@ -1669,7 +1669,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1669
1669
|
*/
|
1670
1670
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
1671
1671
|
|
1672
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1672
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":798
|
1673
1673
|
* ctypedef npy_uintp uintp_t
|
1674
1674
|
*
|
1675
1675
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
@@ -1678,7 +1678,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1678
1678
|
*/
|
1679
1679
|
typedef npy_double __pyx_t_5numpy_float_t;
|
1680
1680
|
|
1681
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1681
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":799
|
1682
1682
|
*
|
1683
1683
|
* ctypedef npy_double float_t
|
1684
1684
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
@@ -1687,7 +1687,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
1687
1687
|
*/
|
1688
1688
|
typedef npy_double __pyx_t_5numpy_double_t;
|
1689
1689
|
|
1690
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1690
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":800
|
1691
1691
|
* ctypedef npy_double float_t
|
1692
1692
|
* ctypedef npy_double double_t
|
1693
1693
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
@@ -1745,7 +1745,7 @@ static CYTHON_INLINE __pyx_t_long_double_complex __pyx_t_long_double_complex_fro
|
|
1745
1745
|
|
1746
1746
|
/*--- Type declarations ---*/
|
1747
1747
|
|
1748
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1748
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1096
|
1749
1749
|
*
|
1750
1750
|
* # Iterator API added in v1.6
|
1751
1751
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil # <<<<<<<<<<<<<<
|
@@ -1754,7 +1754,7 @@ static CYTHON_INLINE __pyx_t_long_double_complex __pyx_t_long_double_complex_fro
|
|
1754
1754
|
*/
|
1755
1755
|
typedef int (*__pyx_t_5numpy_NpyIter_IterNextFunc)(NpyIter *);
|
1756
1756
|
|
1757
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1757
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1097
|
1758
1758
|
* # Iterator API added in v1.6
|
1759
1759
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil
|
1760
1760
|
* ctypedef void (*NpyIter_GetMultiIndexFunc)(NpyIter* it, npy_intp* outcoords) noexcept nogil # <<<<<<<<<<<<<<
|
@@ -2651,7 +2651,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
2651
2651
|
#endif
|
2652
2652
|
/* #### Code section: module_code ### */
|
2653
2653
|
|
2654
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2654
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
2655
2655
|
* cdef int type_num
|
2656
2656
|
*
|
2657
2657
|
* @property # <<<<<<<<<<<<<<
|
@@ -2662,7 +2662,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
2662
2662
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
2663
2663
|
npy_intp __pyx_r;
|
2664
2664
|
|
2665
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2665
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":287
|
2666
2666
|
* @property
|
2667
2667
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
2668
2668
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -2672,7 +2672,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
2672
2672
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
2673
2673
|
goto __pyx_L0;
|
2674
2674
|
|
2675
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2675
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
2676
2676
|
* cdef int type_num
|
2677
2677
|
*
|
2678
2678
|
* @property # <<<<<<<<<<<<<<
|
@@ -2685,7 +2685,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
2685
2685
|
return __pyx_r;
|
2686
2686
|
}
|
2687
2687
|
|
2688
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2688
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
2689
2689
|
* return PyDataType_ELSIZE(self)
|
2690
2690
|
*
|
2691
2691
|
* @property # <<<<<<<<<<<<<<
|
@@ -2696,7 +2696,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
2696
2696
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
2697
2697
|
npy_intp __pyx_r;
|
2698
2698
|
|
2699
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2699
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":291
|
2700
2700
|
* @property
|
2701
2701
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
2702
2702
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -2706,7 +2706,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
2706
2706
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
2707
2707
|
goto __pyx_L0;
|
2708
2708
|
|
2709
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2709
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
2710
2710
|
* return PyDataType_ELSIZE(self)
|
2711
2711
|
*
|
2712
2712
|
* @property # <<<<<<<<<<<<<<
|
@@ -2719,7 +2719,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
2719
2719
|
return __pyx_r;
|
2720
2720
|
}
|
2721
2721
|
|
2722
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2722
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
2723
2723
|
* # Use fields/names with care as they may be NULL. You must check
|
2724
2724
|
* # for this using PyDataType_HASFIELDS.
|
2725
2725
|
* @property # <<<<<<<<<<<<<<
|
@@ -2733,7 +2733,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
2733
2733
|
PyObject *__pyx_t_1;
|
2734
2734
|
__Pyx_RefNannySetupContext("fields", 0);
|
2735
2735
|
|
2736
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2736
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":297
|
2737
2737
|
* @property
|
2738
2738
|
* cdef inline object fields(self):
|
2739
2739
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -2746,7 +2746,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
2746
2746
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
2747
2747
|
goto __pyx_L0;
|
2748
2748
|
|
2749
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2749
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
2750
2750
|
* # Use fields/names with care as they may be NULL. You must check
|
2751
2751
|
* # for this using PyDataType_HASFIELDS.
|
2752
2752
|
* @property # <<<<<<<<<<<<<<
|
@@ -2761,7 +2761,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
2761
2761
|
return __pyx_r;
|
2762
2762
|
}
|
2763
2763
|
|
2764
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2764
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
2765
2765
|
* return <object>PyDataType_FIELDS(self)
|
2766
2766
|
*
|
2767
2767
|
* @property # <<<<<<<<<<<<<<
|
@@ -2775,7 +2775,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
2775
2775
|
PyObject *__pyx_t_1;
|
2776
2776
|
__Pyx_RefNannySetupContext("names", 0);
|
2777
2777
|
|
2778
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2778
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":301
|
2779
2779
|
* @property
|
2780
2780
|
* cdef inline tuple names(self):
|
2781
2781
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -2788,7 +2788,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
2788
2788
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
2789
2789
|
goto __pyx_L0;
|
2790
2790
|
|
2791
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2791
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
2792
2792
|
* return <object>PyDataType_FIELDS(self)
|
2793
2793
|
*
|
2794
2794
|
* @property # <<<<<<<<<<<<<<
|
@@ -2803,7 +2803,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
2803
2803
|
return __pyx_r;
|
2804
2804
|
}
|
2805
2805
|
|
2806
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2806
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
2807
2807
|
* # valid (the pointer can be NULL). Most users should access
|
2808
2808
|
* # this field via the inline helper method PyDataType_SHAPE.
|
2809
2809
|
* @property # <<<<<<<<<<<<<<
|
@@ -2814,7 +2814,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
2814
2814
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
2815
2815
|
PyArray_ArrayDescr *__pyx_r;
|
2816
2816
|
|
2817
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2817
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":308
|
2818
2818
|
* @property
|
2819
2819
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
2820
2820
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -2824,7 +2824,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
2824
2824
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
2825
2825
|
goto __pyx_L0;
|
2826
2826
|
|
2827
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2827
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
2828
2828
|
* # valid (the pointer can be NULL). Most users should access
|
2829
2829
|
* # this field via the inline helper method PyDataType_SHAPE.
|
2830
2830
|
* @property # <<<<<<<<<<<<<<
|
@@ -2837,7 +2837,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
2837
2837
|
return __pyx_r;
|
2838
2838
|
}
|
2839
2839
|
|
2840
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2840
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
2841
2841
|
* return PyDataType_SUBARRAY(self)
|
2842
2842
|
*
|
2843
2843
|
* @property # <<<<<<<<<<<<<<
|
@@ -2848,7 +2848,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
2848
2848
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
2849
2849
|
npy_uint64 __pyx_r;
|
2850
2850
|
|
2851
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2851
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":313
|
2852
2852
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
2853
2853
|
* """The data types flags."""
|
2854
2854
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -2858,7 +2858,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
2858
2858
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
2859
2859
|
goto __pyx_L0;
|
2860
2860
|
|
2861
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2861
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
2862
2862
|
* return PyDataType_SUBARRAY(self)
|
2863
2863
|
*
|
2864
2864
|
* @property # <<<<<<<<<<<<<<
|
@@ -2871,7 +2871,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
2871
2871
|
return __pyx_r;
|
2872
2872
|
}
|
2873
2873
|
|
2874
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2874
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
2875
2875
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
2876
2876
|
*
|
2877
2877
|
* @property # <<<<<<<<<<<<<<
|
@@ -2882,7 +2882,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
2882
2882
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
2883
2883
|
int __pyx_r;
|
2884
2884
|
|
2885
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2885
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":325
|
2886
2886
|
* cdef inline int numiter(self) noexcept nogil:
|
2887
2887
|
* """The number of arrays that need to be broadcast to the same shape."""
|
2888
2888
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -2892,7 +2892,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
2892
2892
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
2893
2893
|
goto __pyx_L0;
|
2894
2894
|
|
2895
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2895
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
2896
2896
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
2897
2897
|
*
|
2898
2898
|
* @property # <<<<<<<<<<<<<<
|
@@ -2905,7 +2905,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
2905
2905
|
return __pyx_r;
|
2906
2906
|
}
|
2907
2907
|
|
2908
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2908
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
2909
2909
|
* return PyArray_MultiIter_NUMITER(self)
|
2910
2910
|
*
|
2911
2911
|
* @property # <<<<<<<<<<<<<<
|
@@ -2916,7 +2916,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
2916
2916
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
2917
2917
|
npy_intp __pyx_r;
|
2918
2918
|
|
2919
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2919
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":330
|
2920
2920
|
* cdef inline npy_intp size(self) noexcept nogil:
|
2921
2921
|
* """The total broadcasted size."""
|
2922
2922
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -2926,7 +2926,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
2926
2926
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
2927
2927
|
goto __pyx_L0;
|
2928
2928
|
|
2929
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2929
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
2930
2930
|
* return PyArray_MultiIter_NUMITER(self)
|
2931
2931
|
*
|
2932
2932
|
* @property # <<<<<<<<<<<<<<
|
@@ -2939,7 +2939,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
2939
2939
|
return __pyx_r;
|
2940
2940
|
}
|
2941
2941
|
|
2942
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2942
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
2943
2943
|
* return PyArray_MultiIter_SIZE(self)
|
2944
2944
|
*
|
2945
2945
|
* @property # <<<<<<<<<<<<<<
|
@@ -2950,7 +2950,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
2950
2950
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
2951
2951
|
npy_intp __pyx_r;
|
2952
2952
|
|
2953
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2953
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":335
|
2954
2954
|
* cdef inline npy_intp index(self) noexcept nogil:
|
2955
2955
|
* """The current (1-d) index into the broadcasted result."""
|
2956
2956
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -2960,7 +2960,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
2960
2960
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
2961
2961
|
goto __pyx_L0;
|
2962
2962
|
|
2963
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2963
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
2964
2964
|
* return PyArray_MultiIter_SIZE(self)
|
2965
2965
|
*
|
2966
2966
|
* @property # <<<<<<<<<<<<<<
|
@@ -2973,7 +2973,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
2973
2973
|
return __pyx_r;
|
2974
2974
|
}
|
2975
2975
|
|
2976
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2976
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
2977
2977
|
* return PyArray_MultiIter_INDEX(self)
|
2978
2978
|
*
|
2979
2979
|
* @property # <<<<<<<<<<<<<<
|
@@ -2984,7 +2984,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
2984
2984
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
2985
2985
|
int __pyx_r;
|
2986
2986
|
|
2987
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2987
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":340
|
2988
2988
|
* cdef inline int nd(self) noexcept nogil:
|
2989
2989
|
* """The number of dimensions in the broadcasted result."""
|
2990
2990
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -2994,7 +2994,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
2994
2994
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
2995
2995
|
goto __pyx_L0;
|
2996
2996
|
|
2997
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2997
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
2998
2998
|
* return PyArray_MultiIter_INDEX(self)
|
2999
2999
|
*
|
3000
3000
|
* @property # <<<<<<<<<<<<<<
|
@@ -3007,7 +3007,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
3007
3007
|
return __pyx_r;
|
3008
3008
|
}
|
3009
3009
|
|
3010
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3010
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
3011
3011
|
* return PyArray_MultiIter_NDIM(self)
|
3012
3012
|
*
|
3013
3013
|
* @property # <<<<<<<<<<<<<<
|
@@ -3018,7 +3018,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
3018
3018
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
3019
3019
|
npy_intp *__pyx_r;
|
3020
3020
|
|
3021
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3021
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":345
|
3022
3022
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
3023
3023
|
* """The shape of the broadcasted result."""
|
3024
3024
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -3028,7 +3028,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
3028
3028
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
3029
3029
|
goto __pyx_L0;
|
3030
3030
|
|
3031
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3031
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
3032
3032
|
* return PyArray_MultiIter_NDIM(self)
|
3033
3033
|
*
|
3034
3034
|
* @property # <<<<<<<<<<<<<<
|
@@ -3041,7 +3041,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
3041
3041
|
return __pyx_r;
|
3042
3042
|
}
|
3043
3043
|
|
3044
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3044
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
3045
3045
|
* return PyArray_MultiIter_DIMS(self)
|
3046
3046
|
*
|
3047
3047
|
* @property # <<<<<<<<<<<<<<
|
@@ -3052,7 +3052,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
3052
3052
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
3053
3053
|
void **__pyx_r;
|
3054
3054
|
|
3055
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3055
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":351
|
3056
3056
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
3057
3057
|
* On return, the iterators are adjusted for broadcasting."""
|
3058
3058
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -3062,7 +3062,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
3062
3062
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
3063
3063
|
goto __pyx_L0;
|
3064
3064
|
|
3065
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3065
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
3066
3066
|
* return PyArray_MultiIter_DIMS(self)
|
3067
3067
|
*
|
3068
3068
|
* @property # <<<<<<<<<<<<<<
|
@@ -3075,7 +3075,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
3075
3075
|
return __pyx_r;
|
3076
3076
|
}
|
3077
3077
|
|
3078
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3078
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
3079
3079
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
3080
3080
|
*
|
3081
3081
|
* @property # <<<<<<<<<<<<<<
|
@@ -3086,7 +3086,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
3086
3086
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
3087
3087
|
PyObject *__pyx_r;
|
3088
3088
|
|
3089
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3089
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":369
|
3090
3090
|
* """Returns a borrowed reference to the object owning the data/memory.
|
3091
3091
|
* """
|
3092
3092
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -3096,7 +3096,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
3096
3096
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
3097
3097
|
goto __pyx_L0;
|
3098
3098
|
|
3099
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3099
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
3100
3100
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
3101
3101
|
*
|
3102
3102
|
* @property # <<<<<<<<<<<<<<
|
@@ -3109,7 +3109,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
3109
3109
|
return __pyx_r;
|
3110
3110
|
}
|
3111
3111
|
|
3112
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3112
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
3113
3113
|
* return PyArray_BASE(self)
|
3114
3114
|
*
|
3115
3115
|
* @property # <<<<<<<<<<<<<<
|
@@ -3123,7 +3123,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
3123
3123
|
PyArray_Descr *__pyx_t_1;
|
3124
3124
|
__Pyx_RefNannySetupContext("descr", 0);
|
3125
3125
|
|
3126
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3126
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":375
|
3127
3127
|
* """Returns an owned reference to the dtype of the array.
|
3128
3128
|
* """
|
3129
3129
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -3136,7 +3136,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
3136
3136
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
3137
3137
|
goto __pyx_L0;
|
3138
3138
|
|
3139
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3139
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
3140
3140
|
* return PyArray_BASE(self)
|
3141
3141
|
*
|
3142
3142
|
* @property # <<<<<<<<<<<<<<
|
@@ -3151,7 +3151,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
3151
3151
|
return __pyx_r;
|
3152
3152
|
}
|
3153
3153
|
|
3154
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3154
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
3155
3155
|
* return <dtype>PyArray_DESCR(self)
|
3156
3156
|
*
|
3157
3157
|
* @property # <<<<<<<<<<<<<<
|
@@ -3162,7 +3162,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
3162
3162
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
3163
3163
|
int __pyx_r;
|
3164
3164
|
|
3165
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3165
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":381
|
3166
3166
|
* """Returns the number of dimensions in the array.
|
3167
3167
|
* """
|
3168
3168
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -3172,7 +3172,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
3172
3172
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
3173
3173
|
goto __pyx_L0;
|
3174
3174
|
|
3175
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3175
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
3176
3176
|
* return <dtype>PyArray_DESCR(self)
|
3177
3177
|
*
|
3178
3178
|
* @property # <<<<<<<<<<<<<<
|
@@ -3185,7 +3185,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
3185
3185
|
return __pyx_r;
|
3186
3186
|
}
|
3187
3187
|
|
3188
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3188
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
3189
3189
|
* return PyArray_NDIM(self)
|
3190
3190
|
*
|
3191
3191
|
* @property # <<<<<<<<<<<<<<
|
@@ -3196,7 +3196,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
3196
3196
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
3197
3197
|
npy_intp *__pyx_r;
|
3198
3198
|
|
3199
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3199
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":389
|
3200
3200
|
* Can return NULL for 0-dimensional arrays.
|
3201
3201
|
* """
|
3202
3202
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -3206,7 +3206,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
3206
3206
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
3207
3207
|
goto __pyx_L0;
|
3208
3208
|
|
3209
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3209
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
3210
3210
|
* return PyArray_NDIM(self)
|
3211
3211
|
*
|
3212
3212
|
* @property # <<<<<<<<<<<<<<
|
@@ -3219,7 +3219,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
3219
3219
|
return __pyx_r;
|
3220
3220
|
}
|
3221
3221
|
|
3222
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3222
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
3223
3223
|
* return PyArray_DIMS(self)
|
3224
3224
|
*
|
3225
3225
|
* @property # <<<<<<<<<<<<<<
|
@@ -3230,7 +3230,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
3230
3230
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
3231
3231
|
npy_intp *__pyx_r;
|
3232
3232
|
|
3233
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3233
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":396
|
3234
3234
|
* The number of elements matches the number of dimensions of the array (ndim).
|
3235
3235
|
* """
|
3236
3236
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -3240,7 +3240,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
3240
3240
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
3241
3241
|
goto __pyx_L0;
|
3242
3242
|
|
3243
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3243
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
3244
3244
|
* return PyArray_DIMS(self)
|
3245
3245
|
*
|
3246
3246
|
* @property # <<<<<<<<<<<<<<
|
@@ -3253,7 +3253,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
3253
3253
|
return __pyx_r;
|
3254
3254
|
}
|
3255
3255
|
|
3256
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3256
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
3257
3257
|
* return PyArray_STRIDES(self)
|
3258
3258
|
*
|
3259
3259
|
* @property # <<<<<<<<<<<<<<
|
@@ -3264,7 +3264,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
3264
3264
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
3265
3265
|
npy_intp __pyx_r;
|
3266
3266
|
|
3267
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3267
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":402
|
3268
3268
|
* """Returns the total size (in number of elements) of the array.
|
3269
3269
|
* """
|
3270
3270
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -3274,7 +3274,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
3274
3274
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
3275
3275
|
goto __pyx_L0;
|
3276
3276
|
|
3277
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3277
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
3278
3278
|
* return PyArray_STRIDES(self)
|
3279
3279
|
*
|
3280
3280
|
* @property # <<<<<<<<<<<<<<
|
@@ -3287,7 +3287,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
3287
3287
|
return __pyx_r;
|
3288
3288
|
}
|
3289
3289
|
|
3290
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3290
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
3291
3291
|
* return PyArray_SIZE(self)
|
3292
3292
|
*
|
3293
3293
|
* @property # <<<<<<<<<<<<<<
|
@@ -3298,7 +3298,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
3298
3298
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
3299
3299
|
char *__pyx_r;
|
3300
3300
|
|
3301
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3301
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":411
|
3302
3302
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
3303
3303
|
* """
|
3304
3304
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -3308,7 +3308,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
3308
3308
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
3309
3309
|
goto __pyx_L0;
|
3310
3310
|
|
3311
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3311
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
3312
3312
|
* return PyArray_SIZE(self)
|
3313
3313
|
*
|
3314
3314
|
* @property # <<<<<<<<<<<<<<
|
@@ -3321,7 +3321,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
3321
3321
|
return __pyx_r;
|
3322
3322
|
}
|
3323
3323
|
|
3324
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3324
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
3325
3325
|
* ctypedef long double complex clongdouble_t
|
3326
3326
|
*
|
3327
3327
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -3338,7 +3338,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
3338
3338
|
int __pyx_clineno = 0;
|
3339
3339
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
3340
3340
|
|
3341
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3341
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":808
|
3342
3342
|
*
|
3343
3343
|
* cdef inline object PyArray_MultiIterNew1(a):
|
3344
3344
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -3352,7 +3352,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
3352
3352
|
__pyx_t_1 = 0;
|
3353
3353
|
goto __pyx_L0;
|
3354
3354
|
|
3355
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3355
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
3356
3356
|
* ctypedef long double complex clongdouble_t
|
3357
3357
|
*
|
3358
3358
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -3371,7 +3371,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
3371
3371
|
return __pyx_r;
|
3372
3372
|
}
|
3373
3373
|
|
3374
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3374
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
3375
3375
|
* return PyArray_MultiIterNew(1, <void*>a)
|
3376
3376
|
*
|
3377
3377
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -3388,7 +3388,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
3388
3388
|
int __pyx_clineno = 0;
|
3389
3389
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
3390
3390
|
|
3391
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3391
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":811
|
3392
3392
|
*
|
3393
3393
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
3394
3394
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -3402,7 +3402,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
3402
3402
|
__pyx_t_1 = 0;
|
3403
3403
|
goto __pyx_L0;
|
3404
3404
|
|
3405
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3405
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
3406
3406
|
* return PyArray_MultiIterNew(1, <void*>a)
|
3407
3407
|
*
|
3408
3408
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -3421,7 +3421,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
3421
3421
|
return __pyx_r;
|
3422
3422
|
}
|
3423
3423
|
|
3424
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3424
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
3425
3425
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
3426
3426
|
*
|
3427
3427
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -3438,7 +3438,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
3438
3438
|
int __pyx_clineno = 0;
|
3439
3439
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
3440
3440
|
|
3441
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3441
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":814
|
3442
3442
|
*
|
3443
3443
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
3444
3444
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -3452,7 +3452,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
3452
3452
|
__pyx_t_1 = 0;
|
3453
3453
|
goto __pyx_L0;
|
3454
3454
|
|
3455
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3455
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
3456
3456
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
3457
3457
|
*
|
3458
3458
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -3471,7 +3471,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
3471
3471
|
return __pyx_r;
|
3472
3472
|
}
|
3473
3473
|
|
3474
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3474
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
3475
3475
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
3476
3476
|
*
|
3477
3477
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -3488,7 +3488,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
3488
3488
|
int __pyx_clineno = 0;
|
3489
3489
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
3490
3490
|
|
3491
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3491
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":817
|
3492
3492
|
*
|
3493
3493
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
3494
3494
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -3502,7 +3502,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
3502
3502
|
__pyx_t_1 = 0;
|
3503
3503
|
goto __pyx_L0;
|
3504
3504
|
|
3505
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3505
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
3506
3506
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
3507
3507
|
*
|
3508
3508
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -3521,7 +3521,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
3521
3521
|
return __pyx_r;
|
3522
3522
|
}
|
3523
3523
|
|
3524
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3524
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
3525
3525
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
3526
3526
|
*
|
3527
3527
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -3538,7 +3538,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
3538
3538
|
int __pyx_clineno = 0;
|
3539
3539
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
3540
3540
|
|
3541
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3541
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":820
|
3542
3542
|
*
|
3543
3543
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
3544
3544
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -3552,7 +3552,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
3552
3552
|
__pyx_t_1 = 0;
|
3553
3553
|
goto __pyx_L0;
|
3554
3554
|
|
3555
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3555
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
3556
3556
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
3557
3557
|
*
|
3558
3558
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -3571,7 +3571,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
3571
3571
|
return __pyx_r;
|
3572
3572
|
}
|
3573
3573
|
|
3574
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3574
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
3575
3575
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
3576
3576
|
*
|
3577
3577
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -3586,7 +3586,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3586
3586
|
PyObject *__pyx_t_2;
|
3587
3587
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
3588
3588
|
|
3589
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3589
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
3590
3590
|
*
|
3591
3591
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
3592
3592
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -3596,7 +3596,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3596
3596
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
3597
3597
|
if (__pyx_t_1) {
|
3598
3598
|
|
3599
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3599
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":824
|
3600
3600
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
3601
3601
|
* if PyDataType_HASSUBARRAY(d):
|
3602
3602
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -3609,7 +3609,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3609
3609
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
3610
3610
|
goto __pyx_L0;
|
3611
3611
|
|
3612
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3612
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
3613
3613
|
*
|
3614
3614
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
3615
3615
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -3618,7 +3618,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3618
3618
|
*/
|
3619
3619
|
}
|
3620
3620
|
|
3621
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3621
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":826
|
3622
3622
|
* return <tuple>d.subarray.shape
|
3623
3623
|
* else:
|
3624
3624
|
* return () # <<<<<<<<<<<<<<
|
@@ -3632,7 +3632,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3632
3632
|
goto __pyx_L0;
|
3633
3633
|
}
|
3634
3634
|
|
3635
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3635
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
3636
3636
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
3637
3637
|
*
|
3638
3638
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -3647,7 +3647,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3647
3647
|
return __pyx_r;
|
3648
3648
|
}
|
3649
3649
|
|
3650
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3650
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
3651
3651
|
* int _import_umath() except -1
|
3652
3652
|
*
|
3653
3653
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -3661,7 +3661,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
3661
3661
|
const char *__pyx_filename = NULL;
|
3662
3662
|
int __pyx_clineno = 0;
|
3663
3663
|
|
3664
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3664
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1011
|
3665
3665
|
*
|
3666
3666
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
3667
3667
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -3670,7 +3670,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
3670
3670
|
*/
|
3671
3671
|
Py_INCREF(__pyx_v_base);
|
3672
3672
|
|
3673
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3673
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1012
|
3674
3674
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
3675
3675
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
3676
3676
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -3679,7 +3679,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
3679
3679
|
*/
|
3680
3680
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(1, 1012, __pyx_L1_error)
|
3681
3681
|
|
3682
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3682
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
3683
3683
|
* int _import_umath() except -1
|
3684
3684
|
*
|
3685
3685
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -3694,7 +3694,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
3694
3694
|
__pyx_L0:;
|
3695
3695
|
}
|
3696
3696
|
|
3697
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3697
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
3698
3698
|
* PyArray_SetBaseObject(arr, base)
|
3699
3699
|
*
|
3700
3700
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -3709,7 +3709,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3709
3709
|
int __pyx_t_1;
|
3710
3710
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
3711
3711
|
|
3712
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3712
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1015
|
3713
3713
|
*
|
3714
3714
|
* cdef inline object get_array_base(ndarray arr):
|
3715
3715
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -3718,7 +3718,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3718
3718
|
*/
|
3719
3719
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
3720
3720
|
|
3721
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3721
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
3722
3722
|
* cdef inline object get_array_base(ndarray arr):
|
3723
3723
|
* base = PyArray_BASE(arr)
|
3724
3724
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -3728,7 +3728,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3728
3728
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
3729
3729
|
if (__pyx_t_1) {
|
3730
3730
|
|
3731
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3731
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1017
|
3732
3732
|
* base = PyArray_BASE(arr)
|
3733
3733
|
* if base is NULL:
|
3734
3734
|
* return None # <<<<<<<<<<<<<<
|
@@ -3739,7 +3739,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3739
3739
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
3740
3740
|
goto __pyx_L0;
|
3741
3741
|
|
3742
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3742
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
3743
3743
|
* cdef inline object get_array_base(ndarray arr):
|
3744
3744
|
* base = PyArray_BASE(arr)
|
3745
3745
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -3748,7 +3748,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3748
3748
|
*/
|
3749
3749
|
}
|
3750
3750
|
|
3751
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3751
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1018
|
3752
3752
|
* if base is NULL:
|
3753
3753
|
* return None
|
3754
3754
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -3760,7 +3760,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3760
3760
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
3761
3761
|
goto __pyx_L0;
|
3762
3762
|
|
3763
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3763
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
3764
3764
|
* PyArray_SetBaseObject(arr, base)
|
3765
3765
|
*
|
3766
3766
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -3775,7 +3775,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3775
3775
|
return __pyx_r;
|
3776
3776
|
}
|
3777
3777
|
|
3778
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3778
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
3779
3779
|
* # Versions of the import_* functions which are more suitable for
|
3780
3780
|
* # Cython code.
|
3781
3781
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -3802,7 +3802,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3802
3802
|
int __pyx_clineno = 0;
|
3803
3803
|
__Pyx_RefNannySetupContext("import_array", 0);
|
3804
3804
|
|
3805
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3805
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
3806
3806
|
* # Cython code.
|
3807
3807
|
* cdef inline int import_array() except -1:
|
3808
3808
|
* try: # <<<<<<<<<<<<<<
|
@@ -3818,7 +3818,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3818
3818
|
__Pyx_XGOTREF(__pyx_t_3);
|
3819
3819
|
/*try:*/ {
|
3820
3820
|
|
3821
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3821
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1024
|
3822
3822
|
* cdef inline int import_array() except -1:
|
3823
3823
|
* try:
|
3824
3824
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -3827,7 +3827,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3827
3827
|
*/
|
3828
3828
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1024, __pyx_L3_error)
|
3829
3829
|
|
3830
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3830
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
3831
3831
|
* # Cython code.
|
3832
3832
|
* cdef inline int import_array() except -1:
|
3833
3833
|
* try: # <<<<<<<<<<<<<<
|
@@ -3841,7 +3841,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3841
3841
|
goto __pyx_L8_try_end;
|
3842
3842
|
__pyx_L3_error:;
|
3843
3843
|
|
3844
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3844
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1025
|
3845
3845
|
* try:
|
3846
3846
|
* __pyx_import_array()
|
3847
3847
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -3856,7 +3856,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3856
3856
|
__Pyx_XGOTREF(__pyx_t_6);
|
3857
3857
|
__Pyx_XGOTREF(__pyx_t_7);
|
3858
3858
|
|
3859
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3859
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1026
|
3860
3860
|
* __pyx_import_array()
|
3861
3861
|
* except Exception:
|
3862
3862
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -3881,7 +3881,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3881
3881
|
}
|
3882
3882
|
goto __pyx_L5_except_error;
|
3883
3883
|
|
3884
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3884
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
3885
3885
|
* # Cython code.
|
3886
3886
|
* cdef inline int import_array() except -1:
|
3887
3887
|
* try: # <<<<<<<<<<<<<<
|
@@ -3897,7 +3897,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3897
3897
|
__pyx_L8_try_end:;
|
3898
3898
|
}
|
3899
3899
|
|
3900
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3900
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
3901
3901
|
* # Versions of the import_* functions which are more suitable for
|
3902
3902
|
* # Cython code.
|
3903
3903
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -3922,7 +3922,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3922
3922
|
return __pyx_r;
|
3923
3923
|
}
|
3924
3924
|
|
3925
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3925
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
3926
3926
|
* raise ImportError("numpy._core.multiarray failed to import")
|
3927
3927
|
*
|
3928
3928
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -3949,7 +3949,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3949
3949
|
int __pyx_clineno = 0;
|
3950
3950
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
3951
3951
|
|
3952
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3952
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
3953
3953
|
*
|
3954
3954
|
* cdef inline int import_umath() except -1:
|
3955
3955
|
* try: # <<<<<<<<<<<<<<
|
@@ -3965,7 +3965,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3965
3965
|
__Pyx_XGOTREF(__pyx_t_3);
|
3966
3966
|
/*try:*/ {
|
3967
3967
|
|
3968
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3968
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1030
|
3969
3969
|
* cdef inline int import_umath() except -1:
|
3970
3970
|
* try:
|
3971
3971
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -3974,7 +3974,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3974
3974
|
*/
|
3975
3975
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1030, __pyx_L3_error)
|
3976
3976
|
|
3977
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3977
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
3978
3978
|
*
|
3979
3979
|
* cdef inline int import_umath() except -1:
|
3980
3980
|
* try: # <<<<<<<<<<<<<<
|
@@ -3988,7 +3988,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3988
3988
|
goto __pyx_L8_try_end;
|
3989
3989
|
__pyx_L3_error:;
|
3990
3990
|
|
3991
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3991
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1031
|
3992
3992
|
* try:
|
3993
3993
|
* _import_umath()
|
3994
3994
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -4003,7 +4003,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
4003
4003
|
__Pyx_XGOTREF(__pyx_t_6);
|
4004
4004
|
__Pyx_XGOTREF(__pyx_t_7);
|
4005
4005
|
|
4006
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4006
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1032
|
4007
4007
|
* _import_umath()
|
4008
4008
|
* except Exception:
|
4009
4009
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -4028,7 +4028,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
4028
4028
|
}
|
4029
4029
|
goto __pyx_L5_except_error;
|
4030
4030
|
|
4031
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4031
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
4032
4032
|
*
|
4033
4033
|
* cdef inline int import_umath() except -1:
|
4034
4034
|
* try: # <<<<<<<<<<<<<<
|
@@ -4044,7 +4044,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
4044
4044
|
__pyx_L8_try_end:;
|
4045
4045
|
}
|
4046
4046
|
|
4047
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4047
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
4048
4048
|
* raise ImportError("numpy._core.multiarray failed to import")
|
4049
4049
|
*
|
4050
4050
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -4069,7 +4069,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
4069
4069
|
return __pyx_r;
|
4070
4070
|
}
|
4071
4071
|
|
4072
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4072
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
4073
4073
|
* raise ImportError("numpy._core.umath failed to import")
|
4074
4074
|
*
|
4075
4075
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -4096,7 +4096,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4096
4096
|
int __pyx_clineno = 0;
|
4097
4097
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
4098
4098
|
|
4099
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4099
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
4100
4100
|
*
|
4101
4101
|
* cdef inline int import_ufunc() except -1:
|
4102
4102
|
* try: # <<<<<<<<<<<<<<
|
@@ -4112,7 +4112,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4112
4112
|
__Pyx_XGOTREF(__pyx_t_3);
|
4113
4113
|
/*try:*/ {
|
4114
4114
|
|
4115
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4115
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1036
|
4116
4116
|
* cdef inline int import_ufunc() except -1:
|
4117
4117
|
* try:
|
4118
4118
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -4121,7 +4121,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4121
4121
|
*/
|
4122
4122
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1036, __pyx_L3_error)
|
4123
4123
|
|
4124
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4124
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
4125
4125
|
*
|
4126
4126
|
* cdef inline int import_ufunc() except -1:
|
4127
4127
|
* try: # <<<<<<<<<<<<<<
|
@@ -4135,7 +4135,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4135
4135
|
goto __pyx_L8_try_end;
|
4136
4136
|
__pyx_L3_error:;
|
4137
4137
|
|
4138
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4138
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1037
|
4139
4139
|
* try:
|
4140
4140
|
* _import_umath()
|
4141
4141
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -4150,7 +4150,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4150
4150
|
__Pyx_XGOTREF(__pyx_t_6);
|
4151
4151
|
__Pyx_XGOTREF(__pyx_t_7);
|
4152
4152
|
|
4153
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4153
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1038
|
4154
4154
|
* _import_umath()
|
4155
4155
|
* except Exception:
|
4156
4156
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -4175,7 +4175,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4175
4175
|
}
|
4176
4176
|
goto __pyx_L5_except_error;
|
4177
4177
|
|
4178
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4178
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
4179
4179
|
*
|
4180
4180
|
* cdef inline int import_ufunc() except -1:
|
4181
4181
|
* try: # <<<<<<<<<<<<<<
|
@@ -4191,7 +4191,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4191
4191
|
__pyx_L8_try_end:;
|
4192
4192
|
}
|
4193
4193
|
|
4194
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4194
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
4195
4195
|
* raise ImportError("numpy._core.umath failed to import")
|
4196
4196
|
*
|
4197
4197
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -4216,7 +4216,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4216
4216
|
return __pyx_r;
|
4217
4217
|
}
|
4218
4218
|
|
4219
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4219
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
4220
4220
|
*
|
4221
4221
|
*
|
4222
4222
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -4227,7 +4227,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4227
4227
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
4228
4228
|
int __pyx_r;
|
4229
4229
|
|
4230
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4230
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1053
|
4231
4231
|
* bool
|
4232
4232
|
* """
|
4233
4233
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -4237,7 +4237,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
4237
4237
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
4238
4238
|
goto __pyx_L0;
|
4239
4239
|
|
4240
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4240
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
4241
4241
|
*
|
4242
4242
|
*
|
4243
4243
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -4250,7 +4250,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
4250
4250
|
return __pyx_r;
|
4251
4251
|
}
|
4252
4252
|
|
4253
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4253
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
4254
4254
|
*
|
4255
4255
|
*
|
4256
4256
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -4261,7 +4261,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
4261
4261
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
4262
4262
|
int __pyx_r;
|
4263
4263
|
|
4264
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4264
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1068
|
4265
4265
|
* bool
|
4266
4266
|
* """
|
4267
4267
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -4271,7 +4271,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
4271
4271
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
4272
4272
|
goto __pyx_L0;
|
4273
4273
|
|
4274
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4274
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
4275
4275
|
*
|
4276
4276
|
*
|
4277
4277
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -4284,7 +4284,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
4284
4284
|
return __pyx_r;
|
4285
4285
|
}
|
4286
4286
|
|
4287
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4287
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
4288
4288
|
*
|
4289
4289
|
*
|
4290
4290
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4295,7 +4295,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
4295
4295
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
4296
4296
|
npy_datetime __pyx_r;
|
4297
4297
|
|
4298
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4298
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1078
|
4299
4299
|
* also needed. That can be found using `get_datetime64_unit`.
|
4300
4300
|
* """
|
4301
4301
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -4305,7 +4305,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
4305
4305
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
4306
4306
|
goto __pyx_L0;
|
4307
4307
|
|
4308
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4308
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
4309
4309
|
*
|
4310
4310
|
*
|
4311
4311
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4318,7 +4318,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
4318
4318
|
return __pyx_r;
|
4319
4319
|
}
|
4320
4320
|
|
4321
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4321
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
4322
4322
|
*
|
4323
4323
|
*
|
4324
4324
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4329,7 +4329,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
4329
4329
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
4330
4330
|
npy_timedelta __pyx_r;
|
4331
4331
|
|
4332
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4332
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1085
|
4333
4333
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
4334
4334
|
* """
|
4335
4335
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -4339,7 +4339,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
4339
4339
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
4340
4340
|
goto __pyx_L0;
|
4341
4341
|
|
4342
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4342
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
4343
4343
|
*
|
4344
4344
|
*
|
4345
4345
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4352,7 +4352,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
4352
4352
|
return __pyx_r;
|
4353
4353
|
}
|
4354
4354
|
|
4355
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4355
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
4356
4356
|
*
|
4357
4357
|
*
|
4358
4358
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4363,7 +4363,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
4363
4363
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
4364
4364
|
NPY_DATETIMEUNIT __pyx_r;
|
4365
4365
|
|
4366
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4366
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1092
|
4367
4367
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
4368
4368
|
* """
|
4369
4369
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -4373,7 +4373,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
4373
4373
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
4374
4374
|
goto __pyx_L0;
|
4375
4375
|
|
4376
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4376
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
4377
4377
|
*
|
4378
4378
|
*
|
4379
4379
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|