edsger 0.1.2__cp311-cp311-macosx_11_0_arm64.whl → 0.1.4__cp311-cp311-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 +146 -146
- edsger/dijkstra.c +7058 -2696
- edsger/dijkstra.cpython-311-darwin.so +0 -0
- edsger/dijkstra.pyx +507 -5
- edsger/path.py +145 -37
- edsger/path_tracking.c +146 -146
- edsger/pq_4ary_dec_0b.c +146 -146
- edsger/spiess_florian.c +146 -146
- edsger/star.c +146 -146
- {edsger-0.1.2.dist-info → edsger-0.1.4.dist-info}/METADATA +21 -14
- {edsger-0.1.2.dist-info → edsger-0.1.4.dist-info}/RECORD +16 -16
- {edsger-0.1.2.dist-info → edsger-0.1.4.dist-info}/WHEEL +0 -0
- {edsger-0.1.2.dist-info → edsger-0.1.4.dist-info}/licenses/AUTHORS.rst +0 -0
- {edsger-0.1.2.dist-info → edsger-0.1.4.dist-info}/licenses/LICENSE +0 -0
- {edsger-0.1.2.dist-info → edsger-0.1.4.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-1tw1gnaj/overlay/lib/python3.11/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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":743
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":744
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":745
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":746
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":748
|
1583
1583
|
* ctypedef npy_int64 int64_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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":749
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":750
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":751
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":753
|
1619
1619
|
* ctypedef npy_uint64 uint64_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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":754
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":761
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":762
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":764
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":765
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":767
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":768
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":769
|
1691
1691
|
* ctypedef npy_double float_t
|
1692
1692
|
* ctypedef npy_double double_t
|
1693
1693
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
@@ -2633,7 +2633,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
2633
2633
|
#endif
|
2634
2634
|
/* #### Code section: module_code ### */
|
2635
2635
|
|
2636
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2636
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
|
2637
2637
|
* cdef int type_num
|
2638
2638
|
*
|
2639
2639
|
* @property # <<<<<<<<<<<<<<
|
@@ -2644,7 +2644,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
2644
2644
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
2645
2645
|
npy_intp __pyx_r;
|
2646
2646
|
|
2647
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2647
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":244
|
2648
2648
|
* @property
|
2649
2649
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
2650
2650
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -2654,7 +2654,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
2654
2654
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
2655
2655
|
goto __pyx_L0;
|
2656
2656
|
|
2657
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2657
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
|
2658
2658
|
* cdef int type_num
|
2659
2659
|
*
|
2660
2660
|
* @property # <<<<<<<<<<<<<<
|
@@ -2667,7 +2667,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
2667
2667
|
return __pyx_r;
|
2668
2668
|
}
|
2669
2669
|
|
2670
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2670
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
|
2671
2671
|
* return PyDataType_ELSIZE(self)
|
2672
2672
|
*
|
2673
2673
|
* @property # <<<<<<<<<<<<<<
|
@@ -2678,7 +2678,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
2678
2678
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
2679
2679
|
npy_intp __pyx_r;
|
2680
2680
|
|
2681
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2681
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":248
|
2682
2682
|
* @property
|
2683
2683
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
2684
2684
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -2688,7 +2688,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
2688
2688
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
2689
2689
|
goto __pyx_L0;
|
2690
2690
|
|
2691
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2691
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
|
2692
2692
|
* return PyDataType_ELSIZE(self)
|
2693
2693
|
*
|
2694
2694
|
* @property # <<<<<<<<<<<<<<
|
@@ -2701,7 +2701,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
2701
2701
|
return __pyx_r;
|
2702
2702
|
}
|
2703
2703
|
|
2704
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2704
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
|
2705
2705
|
* # Use fields/names with care as they may be NULL. You must check
|
2706
2706
|
* # for this using PyDataType_HASFIELDS.
|
2707
2707
|
* @property # <<<<<<<<<<<<<<
|
@@ -2715,7 +2715,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
2715
2715
|
PyObject *__pyx_t_1;
|
2716
2716
|
__Pyx_RefNannySetupContext("fields", 0);
|
2717
2717
|
|
2718
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2718
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":254
|
2719
2719
|
* @property
|
2720
2720
|
* cdef inline object fields(self):
|
2721
2721
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -2728,7 +2728,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
2728
2728
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
2729
2729
|
goto __pyx_L0;
|
2730
2730
|
|
2731
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2731
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
|
2732
2732
|
* # Use fields/names with care as they may be NULL. You must check
|
2733
2733
|
* # for this using PyDataType_HASFIELDS.
|
2734
2734
|
* @property # <<<<<<<<<<<<<<
|
@@ -2743,7 +2743,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
2743
2743
|
return __pyx_r;
|
2744
2744
|
}
|
2745
2745
|
|
2746
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2746
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
|
2747
2747
|
* return <object>PyDataType_FIELDS(self)
|
2748
2748
|
*
|
2749
2749
|
* @property # <<<<<<<<<<<<<<
|
@@ -2757,7 +2757,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
2757
2757
|
PyObject *__pyx_t_1;
|
2758
2758
|
__Pyx_RefNannySetupContext("names", 0);
|
2759
2759
|
|
2760
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2760
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":258
|
2761
2761
|
* @property
|
2762
2762
|
* cdef inline tuple names(self):
|
2763
2763
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -2770,7 +2770,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
2770
2770
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
2771
2771
|
goto __pyx_L0;
|
2772
2772
|
|
2773
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2773
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
|
2774
2774
|
* return <object>PyDataType_FIELDS(self)
|
2775
2775
|
*
|
2776
2776
|
* @property # <<<<<<<<<<<<<<
|
@@ -2785,7 +2785,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
2785
2785
|
return __pyx_r;
|
2786
2786
|
}
|
2787
2787
|
|
2788
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2788
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
2789
2789
|
* # valid (the pointer can be NULL). Most users should access
|
2790
2790
|
* # this field via the inline helper method PyDataType_SHAPE.
|
2791
2791
|
* @property # <<<<<<<<<<<<<<
|
@@ -2796,7 +2796,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
2796
2796
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
2797
2797
|
PyArray_ArrayDescr *__pyx_r;
|
2798
2798
|
|
2799
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2799
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":265
|
2800
2800
|
* @property
|
2801
2801
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
2802
2802
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -2806,7 +2806,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
2806
2806
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
2807
2807
|
goto __pyx_L0;
|
2808
2808
|
|
2809
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2809
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
2810
2810
|
* # valid (the pointer can be NULL). Most users should access
|
2811
2811
|
* # this field via the inline helper method PyDataType_SHAPE.
|
2812
2812
|
* @property # <<<<<<<<<<<<<<
|
@@ -2819,7 +2819,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
2819
2819
|
return __pyx_r;
|
2820
2820
|
}
|
2821
2821
|
|
2822
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2822
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
|
2823
2823
|
* return PyDataType_SUBARRAY(self)
|
2824
2824
|
*
|
2825
2825
|
* @property # <<<<<<<<<<<<<<
|
@@ -2830,7 +2830,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
2830
2830
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
2831
2831
|
npy_uint64 __pyx_r;
|
2832
2832
|
|
2833
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2833
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":270
|
2834
2834
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
2835
2835
|
* """The data types flags."""
|
2836
2836
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -2840,7 +2840,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
2840
2840
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
2841
2841
|
goto __pyx_L0;
|
2842
2842
|
|
2843
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2843
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
|
2844
2844
|
* return PyDataType_SUBARRAY(self)
|
2845
2845
|
*
|
2846
2846
|
* @property # <<<<<<<<<<<<<<
|
@@ -2853,7 +2853,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
2853
2853
|
return __pyx_r;
|
2854
2854
|
}
|
2855
2855
|
|
2856
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2856
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
|
2857
2857
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
2858
2858
|
*
|
2859
2859
|
* @property # <<<<<<<<<<<<<<
|
@@ -2864,7 +2864,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
2864
2864
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
2865
2865
|
int __pyx_r;
|
2866
2866
|
|
2867
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2867
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":282
|
2868
2868
|
* cdef inline int numiter(self) noexcept nogil:
|
2869
2869
|
* """The number of arrays that need to be broadcast to the same shape."""
|
2870
2870
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -2874,7 +2874,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
2874
2874
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
2875
2875
|
goto __pyx_L0;
|
2876
2876
|
|
2877
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2877
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
|
2878
2878
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
2879
2879
|
*
|
2880
2880
|
* @property # <<<<<<<<<<<<<<
|
@@ -2887,7 +2887,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
2887
2887
|
return __pyx_r;
|
2888
2888
|
}
|
2889
2889
|
|
2890
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2890
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
2891
2891
|
* return PyArray_MultiIter_NUMITER(self)
|
2892
2892
|
*
|
2893
2893
|
* @property # <<<<<<<<<<<<<<
|
@@ -2898,7 +2898,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
2898
2898
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
2899
2899
|
npy_intp __pyx_r;
|
2900
2900
|
|
2901
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2901
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":287
|
2902
2902
|
* cdef inline npy_intp size(self) noexcept nogil:
|
2903
2903
|
* """The total broadcasted size."""
|
2904
2904
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -2908,7 +2908,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
2908
2908
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
2909
2909
|
goto __pyx_L0;
|
2910
2910
|
|
2911
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2911
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
2912
2912
|
* return PyArray_MultiIter_NUMITER(self)
|
2913
2913
|
*
|
2914
2914
|
* @property # <<<<<<<<<<<<<<
|
@@ -2921,7 +2921,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
2921
2921
|
return __pyx_r;
|
2922
2922
|
}
|
2923
2923
|
|
2924
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2924
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
|
2925
2925
|
* return PyArray_MultiIter_SIZE(self)
|
2926
2926
|
*
|
2927
2927
|
* @property # <<<<<<<<<<<<<<
|
@@ -2932,7 +2932,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
2932
2932
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
2933
2933
|
npy_intp __pyx_r;
|
2934
2934
|
|
2935
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2935
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":292
|
2936
2936
|
* cdef inline npy_intp index(self) noexcept nogil:
|
2937
2937
|
* """The current (1-d) index into the broadcasted result."""
|
2938
2938
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -2942,7 +2942,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
2942
2942
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
2943
2943
|
goto __pyx_L0;
|
2944
2944
|
|
2945
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2945
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
|
2946
2946
|
* return PyArray_MultiIter_SIZE(self)
|
2947
2947
|
*
|
2948
2948
|
* @property # <<<<<<<<<<<<<<
|
@@ -2955,7 +2955,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
2955
2955
|
return __pyx_r;
|
2956
2956
|
}
|
2957
2957
|
|
2958
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2958
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
|
2959
2959
|
* return PyArray_MultiIter_INDEX(self)
|
2960
2960
|
*
|
2961
2961
|
* @property # <<<<<<<<<<<<<<
|
@@ -2966,7 +2966,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
2966
2966
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
2967
2967
|
int __pyx_r;
|
2968
2968
|
|
2969
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2969
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":297
|
2970
2970
|
* cdef inline int nd(self) noexcept nogil:
|
2971
2971
|
* """The number of dimensions in the broadcasted result."""
|
2972
2972
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -2976,7 +2976,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
2976
2976
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
2977
2977
|
goto __pyx_L0;
|
2978
2978
|
|
2979
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2979
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
|
2980
2980
|
* return PyArray_MultiIter_INDEX(self)
|
2981
2981
|
*
|
2982
2982
|
* @property # <<<<<<<<<<<<<<
|
@@ -2989,7 +2989,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
2989
2989
|
return __pyx_r;
|
2990
2990
|
}
|
2991
2991
|
|
2992
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2992
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
|
2993
2993
|
* return PyArray_MultiIter_NDIM(self)
|
2994
2994
|
*
|
2995
2995
|
* @property # <<<<<<<<<<<<<<
|
@@ -3000,7 +3000,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
3000
3000
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
3001
3001
|
npy_intp *__pyx_r;
|
3002
3002
|
|
3003
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3003
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":302
|
3004
3004
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
3005
3005
|
* """The shape of the broadcasted result."""
|
3006
3006
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -3010,7 +3010,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
3010
3010
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
3011
3011
|
goto __pyx_L0;
|
3012
3012
|
|
3013
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3013
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
|
3014
3014
|
* return PyArray_MultiIter_NDIM(self)
|
3015
3015
|
*
|
3016
3016
|
* @property # <<<<<<<<<<<<<<
|
@@ -3023,7 +3023,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
3023
3023
|
return __pyx_r;
|
3024
3024
|
}
|
3025
3025
|
|
3026
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3026
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
|
3027
3027
|
* return PyArray_MultiIter_DIMS(self)
|
3028
3028
|
*
|
3029
3029
|
* @property # <<<<<<<<<<<<<<
|
@@ -3034,7 +3034,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
3034
3034
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
3035
3035
|
void **__pyx_r;
|
3036
3036
|
|
3037
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3037
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":308
|
3038
3038
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
3039
3039
|
* On return, the iterators are adjusted for broadcasting."""
|
3040
3040
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -3044,7 +3044,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
3044
3044
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
3045
3045
|
goto __pyx_L0;
|
3046
3046
|
|
3047
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3047
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
|
3048
3048
|
* return PyArray_MultiIter_DIMS(self)
|
3049
3049
|
*
|
3050
3050
|
* @property # <<<<<<<<<<<<<<
|
@@ -3057,7 +3057,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
3057
3057
|
return __pyx_r;
|
3058
3058
|
}
|
3059
3059
|
|
3060
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3060
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
|
3061
3061
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
3062
3062
|
*
|
3063
3063
|
* @property # <<<<<<<<<<<<<<
|
@@ -3068,7 +3068,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
3068
3068
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
3069
3069
|
PyObject *__pyx_r;
|
3070
3070
|
|
3071
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3071
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":326
|
3072
3072
|
* """Returns a borrowed reference to the object owning the data/memory.
|
3073
3073
|
* """
|
3074
3074
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -3078,7 +3078,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
3078
3078
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
3079
3079
|
goto __pyx_L0;
|
3080
3080
|
|
3081
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3081
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
|
3082
3082
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
3083
3083
|
*
|
3084
3084
|
* @property # <<<<<<<<<<<<<<
|
@@ -3091,7 +3091,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
3091
3091
|
return __pyx_r;
|
3092
3092
|
}
|
3093
3093
|
|
3094
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3094
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
|
3095
3095
|
* return PyArray_BASE(self)
|
3096
3096
|
*
|
3097
3097
|
* @property # <<<<<<<<<<<<<<
|
@@ -3105,7 +3105,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
3105
3105
|
PyArray_Descr *__pyx_t_1;
|
3106
3106
|
__Pyx_RefNannySetupContext("descr", 0);
|
3107
3107
|
|
3108
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3108
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":332
|
3109
3109
|
* """Returns an owned reference to the dtype of the array.
|
3110
3110
|
* """
|
3111
3111
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -3118,7 +3118,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
3118
3118
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
3119
3119
|
goto __pyx_L0;
|
3120
3120
|
|
3121
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3121
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
|
3122
3122
|
* return PyArray_BASE(self)
|
3123
3123
|
*
|
3124
3124
|
* @property # <<<<<<<<<<<<<<
|
@@ -3133,7 +3133,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
3133
3133
|
return __pyx_r;
|
3134
3134
|
}
|
3135
3135
|
|
3136
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3136
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
|
3137
3137
|
* return <dtype>PyArray_DESCR(self)
|
3138
3138
|
*
|
3139
3139
|
* @property # <<<<<<<<<<<<<<
|
@@ -3144,7 +3144,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
3144
3144
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
3145
3145
|
int __pyx_r;
|
3146
3146
|
|
3147
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3147
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":338
|
3148
3148
|
* """Returns the number of dimensions in the array.
|
3149
3149
|
* """
|
3150
3150
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -3154,7 +3154,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
3154
3154
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
3155
3155
|
goto __pyx_L0;
|
3156
3156
|
|
3157
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3157
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
|
3158
3158
|
* return <dtype>PyArray_DESCR(self)
|
3159
3159
|
*
|
3160
3160
|
* @property # <<<<<<<<<<<<<<
|
@@ -3167,7 +3167,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
3167
3167
|
return __pyx_r;
|
3168
3168
|
}
|
3169
3169
|
|
3170
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3170
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
|
3171
3171
|
* return PyArray_NDIM(self)
|
3172
3172
|
*
|
3173
3173
|
* @property # <<<<<<<<<<<<<<
|
@@ -3178,7 +3178,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
3178
3178
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
3179
3179
|
npy_intp *__pyx_r;
|
3180
3180
|
|
3181
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3181
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":346
|
3182
3182
|
* Can return NULL for 0-dimensional arrays.
|
3183
3183
|
* """
|
3184
3184
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -3188,7 +3188,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
3188
3188
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
3189
3189
|
goto __pyx_L0;
|
3190
3190
|
|
3191
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3191
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
|
3192
3192
|
* return PyArray_NDIM(self)
|
3193
3193
|
*
|
3194
3194
|
* @property # <<<<<<<<<<<<<<
|
@@ -3201,7 +3201,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
3201
3201
|
return __pyx_r;
|
3202
3202
|
}
|
3203
3203
|
|
3204
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3204
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
|
3205
3205
|
* return PyArray_DIMS(self)
|
3206
3206
|
*
|
3207
3207
|
* @property # <<<<<<<<<<<<<<
|
@@ -3212,7 +3212,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
3212
3212
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
3213
3213
|
npy_intp *__pyx_r;
|
3214
3214
|
|
3215
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3215
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":353
|
3216
3216
|
* The number of elements matches the number of dimensions of the array (ndim).
|
3217
3217
|
* """
|
3218
3218
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -3222,7 +3222,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
3222
3222
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
3223
3223
|
goto __pyx_L0;
|
3224
3224
|
|
3225
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3225
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
|
3226
3226
|
* return PyArray_DIMS(self)
|
3227
3227
|
*
|
3228
3228
|
* @property # <<<<<<<<<<<<<<
|
@@ -3235,7 +3235,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
3235
3235
|
return __pyx_r;
|
3236
3236
|
}
|
3237
3237
|
|
3238
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3238
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
|
3239
3239
|
* return PyArray_STRIDES(self)
|
3240
3240
|
*
|
3241
3241
|
* @property # <<<<<<<<<<<<<<
|
@@ -3246,7 +3246,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
3246
3246
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
3247
3247
|
npy_intp __pyx_r;
|
3248
3248
|
|
3249
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3249
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":359
|
3250
3250
|
* """Returns the total size (in number of elements) of the array.
|
3251
3251
|
* """
|
3252
3252
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -3256,7 +3256,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
3256
3256
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
3257
3257
|
goto __pyx_L0;
|
3258
3258
|
|
3259
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3259
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
|
3260
3260
|
* return PyArray_STRIDES(self)
|
3261
3261
|
*
|
3262
3262
|
* @property # <<<<<<<<<<<<<<
|
@@ -3269,7 +3269,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
3269
3269
|
return __pyx_r;
|
3270
3270
|
}
|
3271
3271
|
|
3272
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3272
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
|
3273
3273
|
* return PyArray_SIZE(self)
|
3274
3274
|
*
|
3275
3275
|
* @property # <<<<<<<<<<<<<<
|
@@ -3280,7 +3280,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
3280
3280
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
3281
3281
|
char *__pyx_r;
|
3282
3282
|
|
3283
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3283
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":368
|
3284
3284
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
3285
3285
|
* """
|
3286
3286
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -3290,7 +3290,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
3290
3290
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
3291
3291
|
goto __pyx_L0;
|
3292
3292
|
|
3293
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3293
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
|
3294
3294
|
* return PyArray_SIZE(self)
|
3295
3295
|
*
|
3296
3296
|
* @property # <<<<<<<<<<<<<<
|
@@ -3303,7 +3303,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
3303
3303
|
return __pyx_r;
|
3304
3304
|
}
|
3305
3305
|
|
3306
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3306
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
3307
3307
|
* ctypedef long double complex clongdouble_t
|
3308
3308
|
*
|
3309
3309
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -3320,7 +3320,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
3320
3320
|
int __pyx_clineno = 0;
|
3321
3321
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
3322
3322
|
|
3323
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3323
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":777
|
3324
3324
|
*
|
3325
3325
|
* cdef inline object PyArray_MultiIterNew1(a):
|
3326
3326
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -3334,7 +3334,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
3334
3334
|
__pyx_t_1 = 0;
|
3335
3335
|
goto __pyx_L0;
|
3336
3336
|
|
3337
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3337
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
3338
3338
|
* ctypedef long double complex clongdouble_t
|
3339
3339
|
*
|
3340
3340
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -3353,7 +3353,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
3353
3353
|
return __pyx_r;
|
3354
3354
|
}
|
3355
3355
|
|
3356
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3356
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
3357
3357
|
* return PyArray_MultiIterNew(1, <void*>a)
|
3358
3358
|
*
|
3359
3359
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -3370,7 +3370,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
3370
3370
|
int __pyx_clineno = 0;
|
3371
3371
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
3372
3372
|
|
3373
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3373
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":780
|
3374
3374
|
*
|
3375
3375
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
3376
3376
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -3384,7 +3384,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
3384
3384
|
__pyx_t_1 = 0;
|
3385
3385
|
goto __pyx_L0;
|
3386
3386
|
|
3387
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3387
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
3388
3388
|
* return PyArray_MultiIterNew(1, <void*>a)
|
3389
3389
|
*
|
3390
3390
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -3403,7 +3403,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
3403
3403
|
return __pyx_r;
|
3404
3404
|
}
|
3405
3405
|
|
3406
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3406
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
3407
3407
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
3408
3408
|
*
|
3409
3409
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -3420,7 +3420,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
3420
3420
|
int __pyx_clineno = 0;
|
3421
3421
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
3422
3422
|
|
3423
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3423
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":783
|
3424
3424
|
*
|
3425
3425
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
3426
3426
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -3434,7 +3434,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
3434
3434
|
__pyx_t_1 = 0;
|
3435
3435
|
goto __pyx_L0;
|
3436
3436
|
|
3437
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3437
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
3438
3438
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
3439
3439
|
*
|
3440
3440
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -3453,7 +3453,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
3453
3453
|
return __pyx_r;
|
3454
3454
|
}
|
3455
3455
|
|
3456
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3456
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
3457
3457
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
3458
3458
|
*
|
3459
3459
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -3470,7 +3470,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
3470
3470
|
int __pyx_clineno = 0;
|
3471
3471
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
3472
3472
|
|
3473
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3473
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":786
|
3474
3474
|
*
|
3475
3475
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
3476
3476
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -3484,7 +3484,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
3484
3484
|
__pyx_t_1 = 0;
|
3485
3485
|
goto __pyx_L0;
|
3486
3486
|
|
3487
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3487
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
3488
3488
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
3489
3489
|
*
|
3490
3490
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -3503,7 +3503,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
3503
3503
|
return __pyx_r;
|
3504
3504
|
}
|
3505
3505
|
|
3506
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3506
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
3507
3507
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
3508
3508
|
*
|
3509
3509
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -3520,7 +3520,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
3520
3520
|
int __pyx_clineno = 0;
|
3521
3521
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
3522
3522
|
|
3523
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3523
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":789
|
3524
3524
|
*
|
3525
3525
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
3526
3526
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -3534,7 +3534,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
3534
3534
|
__pyx_t_1 = 0;
|
3535
3535
|
goto __pyx_L0;
|
3536
3536
|
|
3537
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3537
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
3538
3538
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
3539
3539
|
*
|
3540
3540
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -3553,7 +3553,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
3553
3553
|
return __pyx_r;
|
3554
3554
|
}
|
3555
3555
|
|
3556
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3556
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
3557
3557
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
3558
3558
|
*
|
3559
3559
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -3568,7 +3568,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3568
3568
|
PyObject *__pyx_t_2;
|
3569
3569
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
3570
3570
|
|
3571
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3571
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
3572
3572
|
*
|
3573
3573
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
3574
3574
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -3578,7 +3578,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3578
3578
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
3579
3579
|
if (__pyx_t_1) {
|
3580
3580
|
|
3581
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3581
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":793
|
3582
3582
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
3583
3583
|
* if PyDataType_HASSUBARRAY(d):
|
3584
3584
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -3591,7 +3591,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3591
3591
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
3592
3592
|
goto __pyx_L0;
|
3593
3593
|
|
3594
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3594
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
3595
3595
|
*
|
3596
3596
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
3597
3597
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -3600,7 +3600,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3600
3600
|
*/
|
3601
3601
|
}
|
3602
3602
|
|
3603
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3603
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":795
|
3604
3604
|
* return <tuple>d.subarray.shape
|
3605
3605
|
* else:
|
3606
3606
|
* return () # <<<<<<<<<<<<<<
|
@@ -3614,7 +3614,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3614
3614
|
goto __pyx_L0;
|
3615
3615
|
}
|
3616
3616
|
|
3617
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3617
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
3618
3618
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
3619
3619
|
*
|
3620
3620
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -3629,7 +3629,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3629
3629
|
return __pyx_r;
|
3630
3630
|
}
|
3631
3631
|
|
3632
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3632
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
3633
3633
|
* int _import_umath() except -1
|
3634
3634
|
*
|
3635
3635
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -3643,7 +3643,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
3643
3643
|
const char *__pyx_filename = NULL;
|
3644
3644
|
int __pyx_clineno = 0;
|
3645
3645
|
|
3646
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3646
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":995
|
3647
3647
|
*
|
3648
3648
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
3649
3649
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -3652,7 +3652,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
3652
3652
|
*/
|
3653
3653
|
Py_INCREF(__pyx_v_base);
|
3654
3654
|
|
3655
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3655
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":996
|
3656
3656
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
3657
3657
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
3658
3658
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -3661,7 +3661,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
3661
3661
|
*/
|
3662
3662
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(1, 996, __pyx_L1_error)
|
3663
3663
|
|
3664
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3664
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
3665
3665
|
* int _import_umath() except -1
|
3666
3666
|
*
|
3667
3667
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -3676,7 +3676,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
3676
3676
|
__pyx_L0:;
|
3677
3677
|
}
|
3678
3678
|
|
3679
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3679
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
3680
3680
|
* PyArray_SetBaseObject(arr, base)
|
3681
3681
|
*
|
3682
3682
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -3691,7 +3691,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3691
3691
|
int __pyx_t_1;
|
3692
3692
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
3693
3693
|
|
3694
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3694
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":999
|
3695
3695
|
*
|
3696
3696
|
* cdef inline object get_array_base(ndarray arr):
|
3697
3697
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -3700,7 +3700,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3700
3700
|
*/
|
3701
3701
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
3702
3702
|
|
3703
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3703
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
|
3704
3704
|
* cdef inline object get_array_base(ndarray arr):
|
3705
3705
|
* base = PyArray_BASE(arr)
|
3706
3706
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -3710,7 +3710,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3710
3710
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
3711
3711
|
if (__pyx_t_1) {
|
3712
3712
|
|
3713
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3713
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1001
|
3714
3714
|
* base = PyArray_BASE(arr)
|
3715
3715
|
* if base is NULL:
|
3716
3716
|
* return None # <<<<<<<<<<<<<<
|
@@ -3721,7 +3721,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3721
3721
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
3722
3722
|
goto __pyx_L0;
|
3723
3723
|
|
3724
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3724
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
|
3725
3725
|
* cdef inline object get_array_base(ndarray arr):
|
3726
3726
|
* base = PyArray_BASE(arr)
|
3727
3727
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -3730,7 +3730,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3730
3730
|
*/
|
3731
3731
|
}
|
3732
3732
|
|
3733
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3733
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1002
|
3734
3734
|
* if base is NULL:
|
3735
3735
|
* return None
|
3736
3736
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -3742,7 +3742,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3742
3742
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
3743
3743
|
goto __pyx_L0;
|
3744
3744
|
|
3745
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3745
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
3746
3746
|
* PyArray_SetBaseObject(arr, base)
|
3747
3747
|
*
|
3748
3748
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -3757,7 +3757,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3757
3757
|
return __pyx_r;
|
3758
3758
|
}
|
3759
3759
|
|
3760
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3760
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
|
3761
3761
|
* # Versions of the import_* functions which are more suitable for
|
3762
3762
|
* # Cython code.
|
3763
3763
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -3784,7 +3784,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3784
3784
|
int __pyx_clineno = 0;
|
3785
3785
|
__Pyx_RefNannySetupContext("import_array", 0);
|
3786
3786
|
|
3787
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3787
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
3788
3788
|
* # Cython code.
|
3789
3789
|
* cdef inline int import_array() except -1:
|
3790
3790
|
* try: # <<<<<<<<<<<<<<
|
@@ -3800,7 +3800,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3800
3800
|
__Pyx_XGOTREF(__pyx_t_3);
|
3801
3801
|
/*try:*/ {
|
3802
3802
|
|
3803
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3803
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1008
|
3804
3804
|
* cdef inline int import_array() except -1:
|
3805
3805
|
* try:
|
3806
3806
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -3809,7 +3809,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3809
3809
|
*/
|
3810
3810
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1008, __pyx_L3_error)
|
3811
3811
|
|
3812
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3812
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
3813
3813
|
* # Cython code.
|
3814
3814
|
* cdef inline int import_array() except -1:
|
3815
3815
|
* try: # <<<<<<<<<<<<<<
|
@@ -3823,7 +3823,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3823
3823
|
goto __pyx_L8_try_end;
|
3824
3824
|
__pyx_L3_error:;
|
3825
3825
|
|
3826
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3826
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1009
|
3827
3827
|
* try:
|
3828
3828
|
* __pyx_import_array()
|
3829
3829
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -3838,7 +3838,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3838
3838
|
__Pyx_XGOTREF(__pyx_t_6);
|
3839
3839
|
__Pyx_XGOTREF(__pyx_t_7);
|
3840
3840
|
|
3841
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3841
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1010
|
3842
3842
|
* __pyx_import_array()
|
3843
3843
|
* except Exception:
|
3844
3844
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -3863,7 +3863,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3863
3863
|
}
|
3864
3864
|
goto __pyx_L5_except_error;
|
3865
3865
|
|
3866
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3866
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
3867
3867
|
* # Cython code.
|
3868
3868
|
* cdef inline int import_array() except -1:
|
3869
3869
|
* try: # <<<<<<<<<<<<<<
|
@@ -3879,7 +3879,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3879
3879
|
__pyx_L8_try_end:;
|
3880
3880
|
}
|
3881
3881
|
|
3882
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3882
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
|
3883
3883
|
* # Versions of the import_* functions which are more suitable for
|
3884
3884
|
* # Cython code.
|
3885
3885
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -3904,7 +3904,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3904
3904
|
return __pyx_r;
|
3905
3905
|
}
|
3906
3906
|
|
3907
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3907
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
|
3908
3908
|
* raise ImportError("numpy._core.multiarray failed to import")
|
3909
3909
|
*
|
3910
3910
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -3931,7 +3931,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3931
3931
|
int __pyx_clineno = 0;
|
3932
3932
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
3933
3933
|
|
3934
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3934
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
3935
3935
|
*
|
3936
3936
|
* cdef inline int import_umath() except -1:
|
3937
3937
|
* try: # <<<<<<<<<<<<<<
|
@@ -3947,7 +3947,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3947
3947
|
__Pyx_XGOTREF(__pyx_t_3);
|
3948
3948
|
/*try:*/ {
|
3949
3949
|
|
3950
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3950
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1014
|
3951
3951
|
* cdef inline int import_umath() except -1:
|
3952
3952
|
* try:
|
3953
3953
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -3956,7 +3956,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3956
3956
|
*/
|
3957
3957
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1014, __pyx_L3_error)
|
3958
3958
|
|
3959
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3959
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
3960
3960
|
*
|
3961
3961
|
* cdef inline int import_umath() except -1:
|
3962
3962
|
* try: # <<<<<<<<<<<<<<
|
@@ -3970,7 +3970,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3970
3970
|
goto __pyx_L8_try_end;
|
3971
3971
|
__pyx_L3_error:;
|
3972
3972
|
|
3973
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3973
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1015
|
3974
3974
|
* try:
|
3975
3975
|
* _import_umath()
|
3976
3976
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -3985,7 +3985,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3985
3985
|
__Pyx_XGOTREF(__pyx_t_6);
|
3986
3986
|
__Pyx_XGOTREF(__pyx_t_7);
|
3987
3987
|
|
3988
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3988
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1016
|
3989
3989
|
* _import_umath()
|
3990
3990
|
* except Exception:
|
3991
3991
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -4010,7 +4010,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
4010
4010
|
}
|
4011
4011
|
goto __pyx_L5_except_error;
|
4012
4012
|
|
4013
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4013
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
4014
4014
|
*
|
4015
4015
|
* cdef inline int import_umath() except -1:
|
4016
4016
|
* try: # <<<<<<<<<<<<<<
|
@@ -4026,7 +4026,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
4026
4026
|
__pyx_L8_try_end:;
|
4027
4027
|
}
|
4028
4028
|
|
4029
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4029
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
|
4030
4030
|
* raise ImportError("numpy._core.multiarray failed to import")
|
4031
4031
|
*
|
4032
4032
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -4051,7 +4051,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
4051
4051
|
return __pyx_r;
|
4052
4052
|
}
|
4053
4053
|
|
4054
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4054
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
|
4055
4055
|
* raise ImportError("numpy._core.umath failed to import")
|
4056
4056
|
*
|
4057
4057
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -4078,7 +4078,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4078
4078
|
int __pyx_clineno = 0;
|
4079
4079
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
4080
4080
|
|
4081
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4081
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
4082
4082
|
*
|
4083
4083
|
* cdef inline int import_ufunc() except -1:
|
4084
4084
|
* try: # <<<<<<<<<<<<<<
|
@@ -4094,7 +4094,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4094
4094
|
__Pyx_XGOTREF(__pyx_t_3);
|
4095
4095
|
/*try:*/ {
|
4096
4096
|
|
4097
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4097
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1020
|
4098
4098
|
* cdef inline int import_ufunc() except -1:
|
4099
4099
|
* try:
|
4100
4100
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -4103,7 +4103,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4103
4103
|
*/
|
4104
4104
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1020, __pyx_L3_error)
|
4105
4105
|
|
4106
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4106
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
4107
4107
|
*
|
4108
4108
|
* cdef inline int import_ufunc() except -1:
|
4109
4109
|
* try: # <<<<<<<<<<<<<<
|
@@ -4117,7 +4117,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4117
4117
|
goto __pyx_L8_try_end;
|
4118
4118
|
__pyx_L3_error:;
|
4119
4119
|
|
4120
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4120
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1021
|
4121
4121
|
* try:
|
4122
4122
|
* _import_umath()
|
4123
4123
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -4132,7 +4132,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4132
4132
|
__Pyx_XGOTREF(__pyx_t_6);
|
4133
4133
|
__Pyx_XGOTREF(__pyx_t_7);
|
4134
4134
|
|
4135
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4135
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1022
|
4136
4136
|
* _import_umath()
|
4137
4137
|
* except Exception:
|
4138
4138
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -4157,7 +4157,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4157
4157
|
}
|
4158
4158
|
goto __pyx_L5_except_error;
|
4159
4159
|
|
4160
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4160
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
4161
4161
|
*
|
4162
4162
|
* cdef inline int import_ufunc() except -1:
|
4163
4163
|
* try: # <<<<<<<<<<<<<<
|
@@ -4173,7 +4173,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4173
4173
|
__pyx_L8_try_end:;
|
4174
4174
|
}
|
4175
4175
|
|
4176
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4176
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
|
4177
4177
|
* raise ImportError("numpy._core.umath failed to import")
|
4178
4178
|
*
|
4179
4179
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -4198,7 +4198,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4198
4198
|
return __pyx_r;
|
4199
4199
|
}
|
4200
4200
|
|
4201
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4201
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
|
4202
4202
|
*
|
4203
4203
|
*
|
4204
4204
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -4209,7 +4209,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4209
4209
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
4210
4210
|
int __pyx_r;
|
4211
4211
|
|
4212
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4212
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1037
|
4213
4213
|
* bool
|
4214
4214
|
* """
|
4215
4215
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -4219,7 +4219,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
4219
4219
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
4220
4220
|
goto __pyx_L0;
|
4221
4221
|
|
4222
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4222
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
|
4223
4223
|
*
|
4224
4224
|
*
|
4225
4225
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -4232,7 +4232,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
4232
4232
|
return __pyx_r;
|
4233
4233
|
}
|
4234
4234
|
|
4235
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4235
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
|
4236
4236
|
*
|
4237
4237
|
*
|
4238
4238
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -4243,7 +4243,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
4243
4243
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
4244
4244
|
int __pyx_r;
|
4245
4245
|
|
4246
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4246
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1052
|
4247
4247
|
* bool
|
4248
4248
|
* """
|
4249
4249
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -4253,7 +4253,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
4253
4253
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
4254
4254
|
goto __pyx_L0;
|
4255
4255
|
|
4256
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4256
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
|
4257
4257
|
*
|
4258
4258
|
*
|
4259
4259
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -4266,7 +4266,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
4266
4266
|
return __pyx_r;
|
4267
4267
|
}
|
4268
4268
|
|
4269
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4269
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
|
4270
4270
|
*
|
4271
4271
|
*
|
4272
4272
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4277,7 +4277,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
4277
4277
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
4278
4278
|
npy_datetime __pyx_r;
|
4279
4279
|
|
4280
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4280
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1062
|
4281
4281
|
* also needed. That can be found using `get_datetime64_unit`.
|
4282
4282
|
* """
|
4283
4283
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -4287,7 +4287,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
4287
4287
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
4288
4288
|
goto __pyx_L0;
|
4289
4289
|
|
4290
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4290
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
|
4291
4291
|
*
|
4292
4292
|
*
|
4293
4293
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4300,7 +4300,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
4300
4300
|
return __pyx_r;
|
4301
4301
|
}
|
4302
4302
|
|
4303
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4303
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
|
4304
4304
|
*
|
4305
4305
|
*
|
4306
4306
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4311,7 +4311,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
4311
4311
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
4312
4312
|
npy_timedelta __pyx_r;
|
4313
4313
|
|
4314
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4314
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1069
|
4315
4315
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
4316
4316
|
* """
|
4317
4317
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -4321,7 +4321,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
4321
4321
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
4322
4322
|
goto __pyx_L0;
|
4323
4323
|
|
4324
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4324
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
|
4325
4325
|
*
|
4326
4326
|
*
|
4327
4327
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4334,7 +4334,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
4334
4334
|
return __pyx_r;
|
4335
4335
|
}
|
4336
4336
|
|
4337
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4337
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
|
4338
4338
|
*
|
4339
4339
|
*
|
4340
4340
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4345,7 +4345,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
4345
4345
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
4346
4346
|
NPY_DATETIMEUNIT __pyx_r;
|
4347
4347
|
|
4348
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4348
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1076
|
4349
4349
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
4350
4350
|
* """
|
4351
4351
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -4355,7 +4355,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
4355
4355
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
4356
4356
|
goto __pyx_L0;
|
4357
4357
|
|
4358
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4358
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
|
4359
4359
|
*
|
4360
4360
|
*
|
4361
4361
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|