edsger 0.1.1__cp311-cp311-macosx_11_0_arm64.whl → 0.1.2__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 +151 -147
- edsger/commons.cpython-311-darwin.so +0 -0
- edsger/dijkstra.c +1132 -1059
- edsger/dijkstra.cpython-311-darwin.so +0 -0
- edsger/dijkstra.pyx +23 -0
- edsger/path_tracking.c +151 -147
- edsger/path_tracking.cpython-311-darwin.so +0 -0
- edsger/path_tracking.pyx +2 -2
- edsger/pq_4ary_dec_0b.c +203 -199
- edsger/pq_4ary_dec_0b.cpython-311-darwin.so +0 -0
- edsger/pq_4ary_dec_0b.pxd +7 -7
- edsger/pq_4ary_dec_0b.pyx +14 -16
- edsger/prefetch_compat.h +21 -0
- edsger/spiess_florian.c +157 -176
- edsger/spiess_florian.cpython-311-darwin.so +0 -0
- edsger/star.c +151 -147
- edsger/star.cpython-311-darwin.so +0 -0
- edsger/star.pyx +3 -3
- {edsger-0.1.1.dist-info → edsger-0.1.2.dist-info}/METADATA +19 -12
- edsger-0.1.2.dist-info/RECORD +33 -0
- edsger-0.1.1.dist-info/RECORD +0 -32
- {edsger-0.1.1.dist-info → edsger-0.1.2.dist-info}/WHEEL +0 -0
- {edsger-0.1.1.dist-info → edsger-0.1.2.dist-info}/licenses/AUTHORS.rst +0 -0
- {edsger-0.1.1.dist-info → edsger-0.1.2.dist-info}/licenses/LICENSE +0 -0
- {edsger-0.1.1.dist-info → edsger-0.1.2.dist-info}/top_level.txt +0 -0
edsger/commons.c
CHANGED
@@ -11,7 +11,11 @@
|
|
11
11
|
],
|
12
12
|
"depends": [],
|
13
13
|
"extra_compile_args": [
|
14
|
-
"-Ofast"
|
14
|
+
"-Ofast",
|
15
|
+
"-flto"
|
16
|
+
],
|
17
|
+
"extra_link_args": [
|
18
|
+
"-flto"
|
15
19
|
],
|
16
20
|
"name": "edsger.commons",
|
17
21
|
"sources": [
|
@@ -1377,7 +1381,7 @@ static const char *__pyx_filename;
|
|
1377
1381
|
|
1378
1382
|
static const char* const __pyx_f[] = {
|
1379
1383
|
"src/edsger/commons.pyx",
|
1380
|
-
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1384
|
+
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd",
|
1381
1385
|
"cpython/type.pxd",
|
1382
1386
|
};
|
1383
1387
|
/* #### Code section: utility_code_proto_before_types ### */
|
@@ -1539,7 +1543,7 @@ static const char* const __pyx_f[] = {
|
|
1539
1543
|
|
1540
1544
|
/* #### Code section: numeric_typedefs ### */
|
1541
1545
|
|
1542
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1546
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":743
|
1543
1547
|
* # in Cython to enable them only on the right systems.
|
1544
1548
|
*
|
1545
1549
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
@@ -1548,7 +1552,7 @@ static const char* const __pyx_f[] = {
|
|
1548
1552
|
*/
|
1549
1553
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
1550
1554
|
|
1551
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1555
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":744
|
1552
1556
|
*
|
1553
1557
|
* ctypedef npy_int8 int8_t
|
1554
1558
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
@@ -1557,7 +1561,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1557
1561
|
*/
|
1558
1562
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
1559
1563
|
|
1560
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1564
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":745
|
1561
1565
|
* ctypedef npy_int8 int8_t
|
1562
1566
|
* ctypedef npy_int16 int16_t
|
1563
1567
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
@@ -1566,7 +1570,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1566
1570
|
*/
|
1567
1571
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
1568
1572
|
|
1569
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1573
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":746
|
1570
1574
|
* ctypedef npy_int16 int16_t
|
1571
1575
|
* ctypedef npy_int32 int32_t
|
1572
1576
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
@@ -1575,7 +1579,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1575
1579
|
*/
|
1576
1580
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
1577
1581
|
|
1578
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1582
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":748
|
1579
1583
|
* ctypedef npy_int64 int64_t
|
1580
1584
|
*
|
1581
1585
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
@@ -1584,7 +1588,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1584
1588
|
*/
|
1585
1589
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
1586
1590
|
|
1587
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1591
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":749
|
1588
1592
|
*
|
1589
1593
|
* ctypedef npy_uint8 uint8_t
|
1590
1594
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
@@ -1593,7 +1597,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1593
1597
|
*/
|
1594
1598
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
1595
1599
|
|
1596
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1600
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":750
|
1597
1601
|
* ctypedef npy_uint8 uint8_t
|
1598
1602
|
* ctypedef npy_uint16 uint16_t
|
1599
1603
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
@@ -1602,7 +1606,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1602
1606
|
*/
|
1603
1607
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
1604
1608
|
|
1605
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1609
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":751
|
1606
1610
|
* ctypedef npy_uint16 uint16_t
|
1607
1611
|
* ctypedef npy_uint32 uint32_t
|
1608
1612
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
@@ -1611,7 +1615,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1611
1615
|
*/
|
1612
1616
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
1613
1617
|
|
1614
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1618
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":753
|
1615
1619
|
* ctypedef npy_uint64 uint64_t
|
1616
1620
|
*
|
1617
1621
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
@@ -1620,7 +1624,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1620
1624
|
*/
|
1621
1625
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
1622
1626
|
|
1623
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1627
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":754
|
1624
1628
|
*
|
1625
1629
|
* ctypedef npy_float32 float32_t
|
1626
1630
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
@@ -1629,7 +1633,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1629
1633
|
*/
|
1630
1634
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
1631
1635
|
|
1632
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1636
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":761
|
1633
1637
|
* ctypedef double complex complex128_t
|
1634
1638
|
*
|
1635
1639
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
@@ -1638,7 +1642,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1638
1642
|
*/
|
1639
1643
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
1640
1644
|
|
1641
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1645
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":762
|
1642
1646
|
*
|
1643
1647
|
* ctypedef npy_longlong longlong_t
|
1644
1648
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
@@ -1647,7 +1651,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1647
1651
|
*/
|
1648
1652
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
1649
1653
|
|
1650
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1654
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":764
|
1651
1655
|
* ctypedef npy_ulonglong ulonglong_t
|
1652
1656
|
*
|
1653
1657
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
@@ -1656,7 +1660,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1656
1660
|
*/
|
1657
1661
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
1658
1662
|
|
1659
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1663
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":765
|
1660
1664
|
*
|
1661
1665
|
* ctypedef npy_intp intp_t
|
1662
1666
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
@@ -1665,7 +1669,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1665
1669
|
*/
|
1666
1670
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
1667
1671
|
|
1668
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1672
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":767
|
1669
1673
|
* ctypedef npy_uintp uintp_t
|
1670
1674
|
*
|
1671
1675
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
@@ -1674,7 +1678,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1674
1678
|
*/
|
1675
1679
|
typedef npy_double __pyx_t_5numpy_float_t;
|
1676
1680
|
|
1677
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1681
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":768
|
1678
1682
|
*
|
1679
1683
|
* ctypedef npy_double float_t
|
1680
1684
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
@@ -1683,7 +1687,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
1683
1687
|
*/
|
1684
1688
|
typedef npy_double __pyx_t_5numpy_double_t;
|
1685
1689
|
|
1686
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1690
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":769
|
1687
1691
|
* ctypedef npy_double float_t
|
1688
1692
|
* ctypedef npy_double double_t
|
1689
1693
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
@@ -2629,7 +2633,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
2629
2633
|
#endif
|
2630
2634
|
/* #### Code section: module_code ### */
|
2631
2635
|
|
2632
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2636
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
|
2633
2637
|
* cdef int type_num
|
2634
2638
|
*
|
2635
2639
|
* @property # <<<<<<<<<<<<<<
|
@@ -2640,7 +2644,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
2640
2644
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
2641
2645
|
npy_intp __pyx_r;
|
2642
2646
|
|
2643
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2647
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":244
|
2644
2648
|
* @property
|
2645
2649
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
2646
2650
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -2650,7 +2654,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
2650
2654
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
2651
2655
|
goto __pyx_L0;
|
2652
2656
|
|
2653
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2657
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
|
2654
2658
|
* cdef int type_num
|
2655
2659
|
*
|
2656
2660
|
* @property # <<<<<<<<<<<<<<
|
@@ -2663,7 +2667,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
2663
2667
|
return __pyx_r;
|
2664
2668
|
}
|
2665
2669
|
|
2666
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2670
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
|
2667
2671
|
* return PyDataType_ELSIZE(self)
|
2668
2672
|
*
|
2669
2673
|
* @property # <<<<<<<<<<<<<<
|
@@ -2674,7 +2678,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
2674
2678
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
2675
2679
|
npy_intp __pyx_r;
|
2676
2680
|
|
2677
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2681
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":248
|
2678
2682
|
* @property
|
2679
2683
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
2680
2684
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -2684,7 +2688,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
2684
2688
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
2685
2689
|
goto __pyx_L0;
|
2686
2690
|
|
2687
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2691
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
|
2688
2692
|
* return PyDataType_ELSIZE(self)
|
2689
2693
|
*
|
2690
2694
|
* @property # <<<<<<<<<<<<<<
|
@@ -2697,7 +2701,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
2697
2701
|
return __pyx_r;
|
2698
2702
|
}
|
2699
2703
|
|
2700
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2704
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
|
2701
2705
|
* # Use fields/names with care as they may be NULL. You must check
|
2702
2706
|
* # for this using PyDataType_HASFIELDS.
|
2703
2707
|
* @property # <<<<<<<<<<<<<<
|
@@ -2711,7 +2715,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
2711
2715
|
PyObject *__pyx_t_1;
|
2712
2716
|
__Pyx_RefNannySetupContext("fields", 0);
|
2713
2717
|
|
2714
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2718
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":254
|
2715
2719
|
* @property
|
2716
2720
|
* cdef inline object fields(self):
|
2717
2721
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -2724,7 +2728,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
2724
2728
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
2725
2729
|
goto __pyx_L0;
|
2726
2730
|
|
2727
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2731
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
|
2728
2732
|
* # Use fields/names with care as they may be NULL. You must check
|
2729
2733
|
* # for this using PyDataType_HASFIELDS.
|
2730
2734
|
* @property # <<<<<<<<<<<<<<
|
@@ -2739,7 +2743,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
2739
2743
|
return __pyx_r;
|
2740
2744
|
}
|
2741
2745
|
|
2742
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2746
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
|
2743
2747
|
* return <object>PyDataType_FIELDS(self)
|
2744
2748
|
*
|
2745
2749
|
* @property # <<<<<<<<<<<<<<
|
@@ -2753,7 +2757,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
2753
2757
|
PyObject *__pyx_t_1;
|
2754
2758
|
__Pyx_RefNannySetupContext("names", 0);
|
2755
2759
|
|
2756
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2760
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":258
|
2757
2761
|
* @property
|
2758
2762
|
* cdef inline tuple names(self):
|
2759
2763
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -2766,7 +2770,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
2766
2770
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
2767
2771
|
goto __pyx_L0;
|
2768
2772
|
|
2769
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2773
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
|
2770
2774
|
* return <object>PyDataType_FIELDS(self)
|
2771
2775
|
*
|
2772
2776
|
* @property # <<<<<<<<<<<<<<
|
@@ -2781,7 +2785,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
2781
2785
|
return __pyx_r;
|
2782
2786
|
}
|
2783
2787
|
|
2784
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2788
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
2785
2789
|
* # valid (the pointer can be NULL). Most users should access
|
2786
2790
|
* # this field via the inline helper method PyDataType_SHAPE.
|
2787
2791
|
* @property # <<<<<<<<<<<<<<
|
@@ -2792,7 +2796,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
2792
2796
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
2793
2797
|
PyArray_ArrayDescr *__pyx_r;
|
2794
2798
|
|
2795
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2799
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":265
|
2796
2800
|
* @property
|
2797
2801
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
2798
2802
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -2802,7 +2806,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
2802
2806
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
2803
2807
|
goto __pyx_L0;
|
2804
2808
|
|
2805
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2809
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
2806
2810
|
* # valid (the pointer can be NULL). Most users should access
|
2807
2811
|
* # this field via the inline helper method PyDataType_SHAPE.
|
2808
2812
|
* @property # <<<<<<<<<<<<<<
|
@@ -2815,7 +2819,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
2815
2819
|
return __pyx_r;
|
2816
2820
|
}
|
2817
2821
|
|
2818
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2822
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
|
2819
2823
|
* return PyDataType_SUBARRAY(self)
|
2820
2824
|
*
|
2821
2825
|
* @property # <<<<<<<<<<<<<<
|
@@ -2826,7 +2830,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
2826
2830
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
2827
2831
|
npy_uint64 __pyx_r;
|
2828
2832
|
|
2829
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2833
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":270
|
2830
2834
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
2831
2835
|
* """The data types flags."""
|
2832
2836
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -2836,7 +2840,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
2836
2840
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
2837
2841
|
goto __pyx_L0;
|
2838
2842
|
|
2839
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2843
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
|
2840
2844
|
* return PyDataType_SUBARRAY(self)
|
2841
2845
|
*
|
2842
2846
|
* @property # <<<<<<<<<<<<<<
|
@@ -2849,7 +2853,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
2849
2853
|
return __pyx_r;
|
2850
2854
|
}
|
2851
2855
|
|
2852
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2856
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
|
2853
2857
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
2854
2858
|
*
|
2855
2859
|
* @property # <<<<<<<<<<<<<<
|
@@ -2860,7 +2864,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
2860
2864
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
2861
2865
|
int __pyx_r;
|
2862
2866
|
|
2863
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2867
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":282
|
2864
2868
|
* cdef inline int numiter(self) noexcept nogil:
|
2865
2869
|
* """The number of arrays that need to be broadcast to the same shape."""
|
2866
2870
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -2870,7 +2874,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
2870
2874
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
2871
2875
|
goto __pyx_L0;
|
2872
2876
|
|
2873
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2877
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
|
2874
2878
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
2875
2879
|
*
|
2876
2880
|
* @property # <<<<<<<<<<<<<<
|
@@ -2883,7 +2887,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
2883
2887
|
return __pyx_r;
|
2884
2888
|
}
|
2885
2889
|
|
2886
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2890
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
2887
2891
|
* return PyArray_MultiIter_NUMITER(self)
|
2888
2892
|
*
|
2889
2893
|
* @property # <<<<<<<<<<<<<<
|
@@ -2894,7 +2898,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
2894
2898
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
2895
2899
|
npy_intp __pyx_r;
|
2896
2900
|
|
2897
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2901
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":287
|
2898
2902
|
* cdef inline npy_intp size(self) noexcept nogil:
|
2899
2903
|
* """The total broadcasted size."""
|
2900
2904
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -2904,7 +2908,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
2904
2908
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
2905
2909
|
goto __pyx_L0;
|
2906
2910
|
|
2907
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2911
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
2908
2912
|
* return PyArray_MultiIter_NUMITER(self)
|
2909
2913
|
*
|
2910
2914
|
* @property # <<<<<<<<<<<<<<
|
@@ -2917,7 +2921,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
2917
2921
|
return __pyx_r;
|
2918
2922
|
}
|
2919
2923
|
|
2920
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2924
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
|
2921
2925
|
* return PyArray_MultiIter_SIZE(self)
|
2922
2926
|
*
|
2923
2927
|
* @property # <<<<<<<<<<<<<<
|
@@ -2928,7 +2932,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
2928
2932
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
2929
2933
|
npy_intp __pyx_r;
|
2930
2934
|
|
2931
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2935
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":292
|
2932
2936
|
* cdef inline npy_intp index(self) noexcept nogil:
|
2933
2937
|
* """The current (1-d) index into the broadcasted result."""
|
2934
2938
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -2938,7 +2942,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
2938
2942
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
2939
2943
|
goto __pyx_L0;
|
2940
2944
|
|
2941
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2945
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
|
2942
2946
|
* return PyArray_MultiIter_SIZE(self)
|
2943
2947
|
*
|
2944
2948
|
* @property # <<<<<<<<<<<<<<
|
@@ -2951,7 +2955,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
2951
2955
|
return __pyx_r;
|
2952
2956
|
}
|
2953
2957
|
|
2954
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2958
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
|
2955
2959
|
* return PyArray_MultiIter_INDEX(self)
|
2956
2960
|
*
|
2957
2961
|
* @property # <<<<<<<<<<<<<<
|
@@ -2962,7 +2966,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
2962
2966
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
2963
2967
|
int __pyx_r;
|
2964
2968
|
|
2965
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2969
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":297
|
2966
2970
|
* cdef inline int nd(self) noexcept nogil:
|
2967
2971
|
* """The number of dimensions in the broadcasted result."""
|
2968
2972
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -2972,7 +2976,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
2972
2976
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
2973
2977
|
goto __pyx_L0;
|
2974
2978
|
|
2975
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2979
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
|
2976
2980
|
* return PyArray_MultiIter_INDEX(self)
|
2977
2981
|
*
|
2978
2982
|
* @property # <<<<<<<<<<<<<<
|
@@ -2985,7 +2989,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
2985
2989
|
return __pyx_r;
|
2986
2990
|
}
|
2987
2991
|
|
2988
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2992
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
|
2989
2993
|
* return PyArray_MultiIter_NDIM(self)
|
2990
2994
|
*
|
2991
2995
|
* @property # <<<<<<<<<<<<<<
|
@@ -2996,7 +3000,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
2996
3000
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
2997
3001
|
npy_intp *__pyx_r;
|
2998
3002
|
|
2999
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3003
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":302
|
3000
3004
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
3001
3005
|
* """The shape of the broadcasted result."""
|
3002
3006
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -3006,7 +3010,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
3006
3010
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
3007
3011
|
goto __pyx_L0;
|
3008
3012
|
|
3009
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3013
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
|
3010
3014
|
* return PyArray_MultiIter_NDIM(self)
|
3011
3015
|
*
|
3012
3016
|
* @property # <<<<<<<<<<<<<<
|
@@ -3019,7 +3023,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
3019
3023
|
return __pyx_r;
|
3020
3024
|
}
|
3021
3025
|
|
3022
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3026
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
|
3023
3027
|
* return PyArray_MultiIter_DIMS(self)
|
3024
3028
|
*
|
3025
3029
|
* @property # <<<<<<<<<<<<<<
|
@@ -3030,7 +3034,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
3030
3034
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
3031
3035
|
void **__pyx_r;
|
3032
3036
|
|
3033
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3037
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":308
|
3034
3038
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
3035
3039
|
* On return, the iterators are adjusted for broadcasting."""
|
3036
3040
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -3040,7 +3044,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
3040
3044
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
3041
3045
|
goto __pyx_L0;
|
3042
3046
|
|
3043
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3047
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
|
3044
3048
|
* return PyArray_MultiIter_DIMS(self)
|
3045
3049
|
*
|
3046
3050
|
* @property # <<<<<<<<<<<<<<
|
@@ -3053,7 +3057,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
3053
3057
|
return __pyx_r;
|
3054
3058
|
}
|
3055
3059
|
|
3056
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3060
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
|
3057
3061
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
3058
3062
|
*
|
3059
3063
|
* @property # <<<<<<<<<<<<<<
|
@@ -3064,7 +3068,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
3064
3068
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
3065
3069
|
PyObject *__pyx_r;
|
3066
3070
|
|
3067
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3071
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":326
|
3068
3072
|
* """Returns a borrowed reference to the object owning the data/memory.
|
3069
3073
|
* """
|
3070
3074
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -3074,7 +3078,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
3074
3078
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
3075
3079
|
goto __pyx_L0;
|
3076
3080
|
|
3077
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3081
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
|
3078
3082
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
3079
3083
|
*
|
3080
3084
|
* @property # <<<<<<<<<<<<<<
|
@@ -3087,7 +3091,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
3087
3091
|
return __pyx_r;
|
3088
3092
|
}
|
3089
3093
|
|
3090
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3094
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
|
3091
3095
|
* return PyArray_BASE(self)
|
3092
3096
|
*
|
3093
3097
|
* @property # <<<<<<<<<<<<<<
|
@@ -3101,7 +3105,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
3101
3105
|
PyArray_Descr *__pyx_t_1;
|
3102
3106
|
__Pyx_RefNannySetupContext("descr", 0);
|
3103
3107
|
|
3104
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3108
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":332
|
3105
3109
|
* """Returns an owned reference to the dtype of the array.
|
3106
3110
|
* """
|
3107
3111
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -3114,7 +3118,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
3114
3118
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
3115
3119
|
goto __pyx_L0;
|
3116
3120
|
|
3117
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3121
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
|
3118
3122
|
* return PyArray_BASE(self)
|
3119
3123
|
*
|
3120
3124
|
* @property # <<<<<<<<<<<<<<
|
@@ -3129,7 +3133,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
3129
3133
|
return __pyx_r;
|
3130
3134
|
}
|
3131
3135
|
|
3132
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3136
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
|
3133
3137
|
* return <dtype>PyArray_DESCR(self)
|
3134
3138
|
*
|
3135
3139
|
* @property # <<<<<<<<<<<<<<
|
@@ -3140,7 +3144,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
3140
3144
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
3141
3145
|
int __pyx_r;
|
3142
3146
|
|
3143
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3147
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":338
|
3144
3148
|
* """Returns the number of dimensions in the array.
|
3145
3149
|
* """
|
3146
3150
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -3150,7 +3154,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
3150
3154
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
3151
3155
|
goto __pyx_L0;
|
3152
3156
|
|
3153
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3157
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
|
3154
3158
|
* return <dtype>PyArray_DESCR(self)
|
3155
3159
|
*
|
3156
3160
|
* @property # <<<<<<<<<<<<<<
|
@@ -3163,7 +3167,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
3163
3167
|
return __pyx_r;
|
3164
3168
|
}
|
3165
3169
|
|
3166
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3170
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
|
3167
3171
|
* return PyArray_NDIM(self)
|
3168
3172
|
*
|
3169
3173
|
* @property # <<<<<<<<<<<<<<
|
@@ -3174,7 +3178,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
3174
3178
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
3175
3179
|
npy_intp *__pyx_r;
|
3176
3180
|
|
3177
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3181
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":346
|
3178
3182
|
* Can return NULL for 0-dimensional arrays.
|
3179
3183
|
* """
|
3180
3184
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -3184,7 +3188,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
3184
3188
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
3185
3189
|
goto __pyx_L0;
|
3186
3190
|
|
3187
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3191
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
|
3188
3192
|
* return PyArray_NDIM(self)
|
3189
3193
|
*
|
3190
3194
|
* @property # <<<<<<<<<<<<<<
|
@@ -3197,7 +3201,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
3197
3201
|
return __pyx_r;
|
3198
3202
|
}
|
3199
3203
|
|
3200
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3204
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
|
3201
3205
|
* return PyArray_DIMS(self)
|
3202
3206
|
*
|
3203
3207
|
* @property # <<<<<<<<<<<<<<
|
@@ -3208,7 +3212,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
3208
3212
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
3209
3213
|
npy_intp *__pyx_r;
|
3210
3214
|
|
3211
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3215
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":353
|
3212
3216
|
* The number of elements matches the number of dimensions of the array (ndim).
|
3213
3217
|
* """
|
3214
3218
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -3218,7 +3222,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
3218
3222
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
3219
3223
|
goto __pyx_L0;
|
3220
3224
|
|
3221
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3225
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
|
3222
3226
|
* return PyArray_DIMS(self)
|
3223
3227
|
*
|
3224
3228
|
* @property # <<<<<<<<<<<<<<
|
@@ -3231,7 +3235,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
3231
3235
|
return __pyx_r;
|
3232
3236
|
}
|
3233
3237
|
|
3234
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3238
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
|
3235
3239
|
* return PyArray_STRIDES(self)
|
3236
3240
|
*
|
3237
3241
|
* @property # <<<<<<<<<<<<<<
|
@@ -3242,7 +3246,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
3242
3246
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
3243
3247
|
npy_intp __pyx_r;
|
3244
3248
|
|
3245
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3249
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":359
|
3246
3250
|
* """Returns the total size (in number of elements) of the array.
|
3247
3251
|
* """
|
3248
3252
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -3252,7 +3256,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
3252
3256
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
3253
3257
|
goto __pyx_L0;
|
3254
3258
|
|
3255
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3259
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
|
3256
3260
|
* return PyArray_STRIDES(self)
|
3257
3261
|
*
|
3258
3262
|
* @property # <<<<<<<<<<<<<<
|
@@ -3265,7 +3269,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
3265
3269
|
return __pyx_r;
|
3266
3270
|
}
|
3267
3271
|
|
3268
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3272
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
|
3269
3273
|
* return PyArray_SIZE(self)
|
3270
3274
|
*
|
3271
3275
|
* @property # <<<<<<<<<<<<<<
|
@@ -3276,7 +3280,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
3276
3280
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
3277
3281
|
char *__pyx_r;
|
3278
3282
|
|
3279
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3283
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":368
|
3280
3284
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
3281
3285
|
* """
|
3282
3286
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -3286,7 +3290,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
3286
3290
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
3287
3291
|
goto __pyx_L0;
|
3288
3292
|
|
3289
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3293
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
|
3290
3294
|
* return PyArray_SIZE(self)
|
3291
3295
|
*
|
3292
3296
|
* @property # <<<<<<<<<<<<<<
|
@@ -3299,7 +3303,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
3299
3303
|
return __pyx_r;
|
3300
3304
|
}
|
3301
3305
|
|
3302
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3306
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
3303
3307
|
* ctypedef long double complex clongdouble_t
|
3304
3308
|
*
|
3305
3309
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -3316,7 +3320,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
3316
3320
|
int __pyx_clineno = 0;
|
3317
3321
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
3318
3322
|
|
3319
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3323
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":777
|
3320
3324
|
*
|
3321
3325
|
* cdef inline object PyArray_MultiIterNew1(a):
|
3322
3326
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -3330,7 +3334,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
3330
3334
|
__pyx_t_1 = 0;
|
3331
3335
|
goto __pyx_L0;
|
3332
3336
|
|
3333
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3337
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
3334
3338
|
* ctypedef long double complex clongdouble_t
|
3335
3339
|
*
|
3336
3340
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -3349,7 +3353,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
3349
3353
|
return __pyx_r;
|
3350
3354
|
}
|
3351
3355
|
|
3352
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3356
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
3353
3357
|
* return PyArray_MultiIterNew(1, <void*>a)
|
3354
3358
|
*
|
3355
3359
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -3366,7 +3370,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
3366
3370
|
int __pyx_clineno = 0;
|
3367
3371
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
3368
3372
|
|
3369
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3373
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":780
|
3370
3374
|
*
|
3371
3375
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
3372
3376
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -3380,7 +3384,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
3380
3384
|
__pyx_t_1 = 0;
|
3381
3385
|
goto __pyx_L0;
|
3382
3386
|
|
3383
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3387
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
3384
3388
|
* return PyArray_MultiIterNew(1, <void*>a)
|
3385
3389
|
*
|
3386
3390
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -3399,7 +3403,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
3399
3403
|
return __pyx_r;
|
3400
3404
|
}
|
3401
3405
|
|
3402
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3406
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
3403
3407
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
3404
3408
|
*
|
3405
3409
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -3416,7 +3420,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
3416
3420
|
int __pyx_clineno = 0;
|
3417
3421
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
3418
3422
|
|
3419
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3423
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":783
|
3420
3424
|
*
|
3421
3425
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
3422
3426
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -3430,7 +3434,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
3430
3434
|
__pyx_t_1 = 0;
|
3431
3435
|
goto __pyx_L0;
|
3432
3436
|
|
3433
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3437
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
3434
3438
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
3435
3439
|
*
|
3436
3440
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -3449,7 +3453,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
3449
3453
|
return __pyx_r;
|
3450
3454
|
}
|
3451
3455
|
|
3452
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3456
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
3453
3457
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
3454
3458
|
*
|
3455
3459
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -3466,7 +3470,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
3466
3470
|
int __pyx_clineno = 0;
|
3467
3471
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
3468
3472
|
|
3469
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3473
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":786
|
3470
3474
|
*
|
3471
3475
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
3472
3476
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -3480,7 +3484,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
3480
3484
|
__pyx_t_1 = 0;
|
3481
3485
|
goto __pyx_L0;
|
3482
3486
|
|
3483
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3487
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
3484
3488
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
3485
3489
|
*
|
3486
3490
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -3499,7 +3503,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
3499
3503
|
return __pyx_r;
|
3500
3504
|
}
|
3501
3505
|
|
3502
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3506
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
3503
3507
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
3504
3508
|
*
|
3505
3509
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -3516,7 +3520,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
3516
3520
|
int __pyx_clineno = 0;
|
3517
3521
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
3518
3522
|
|
3519
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3523
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":789
|
3520
3524
|
*
|
3521
3525
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
3522
3526
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -3530,7 +3534,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
3530
3534
|
__pyx_t_1 = 0;
|
3531
3535
|
goto __pyx_L0;
|
3532
3536
|
|
3533
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3537
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
3534
3538
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
3535
3539
|
*
|
3536
3540
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -3549,7 +3553,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
3549
3553
|
return __pyx_r;
|
3550
3554
|
}
|
3551
3555
|
|
3552
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3556
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
3553
3557
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
3554
3558
|
*
|
3555
3559
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -3564,7 +3568,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3564
3568
|
PyObject *__pyx_t_2;
|
3565
3569
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
3566
3570
|
|
3567
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3571
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
3568
3572
|
*
|
3569
3573
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
3570
3574
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -3574,7 +3578,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3574
3578
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
3575
3579
|
if (__pyx_t_1) {
|
3576
3580
|
|
3577
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3581
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":793
|
3578
3582
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
3579
3583
|
* if PyDataType_HASSUBARRAY(d):
|
3580
3584
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -3587,7 +3591,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3587
3591
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
3588
3592
|
goto __pyx_L0;
|
3589
3593
|
|
3590
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3594
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
3591
3595
|
*
|
3592
3596
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
3593
3597
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -3596,7 +3600,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3596
3600
|
*/
|
3597
3601
|
}
|
3598
3602
|
|
3599
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3603
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":795
|
3600
3604
|
* return <tuple>d.subarray.shape
|
3601
3605
|
* else:
|
3602
3606
|
* return () # <<<<<<<<<<<<<<
|
@@ -3610,7 +3614,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3610
3614
|
goto __pyx_L0;
|
3611
3615
|
}
|
3612
3616
|
|
3613
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3617
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
3614
3618
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
3615
3619
|
*
|
3616
3620
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -3625,7 +3629,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3625
3629
|
return __pyx_r;
|
3626
3630
|
}
|
3627
3631
|
|
3628
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3632
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
3629
3633
|
* int _import_umath() except -1
|
3630
3634
|
*
|
3631
3635
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -3639,7 +3643,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
3639
3643
|
const char *__pyx_filename = NULL;
|
3640
3644
|
int __pyx_clineno = 0;
|
3641
3645
|
|
3642
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3646
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":995
|
3643
3647
|
*
|
3644
3648
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
3645
3649
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -3648,7 +3652,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
3648
3652
|
*/
|
3649
3653
|
Py_INCREF(__pyx_v_base);
|
3650
3654
|
|
3651
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3655
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":996
|
3652
3656
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
3653
3657
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
3654
3658
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -3657,7 +3661,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
3657
3661
|
*/
|
3658
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)
|
3659
3663
|
|
3660
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3664
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
3661
3665
|
* int _import_umath() except -1
|
3662
3666
|
*
|
3663
3667
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -3672,7 +3676,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
3672
3676
|
__pyx_L0:;
|
3673
3677
|
}
|
3674
3678
|
|
3675
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3679
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
3676
3680
|
* PyArray_SetBaseObject(arr, base)
|
3677
3681
|
*
|
3678
3682
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -3687,7 +3691,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3687
3691
|
int __pyx_t_1;
|
3688
3692
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
3689
3693
|
|
3690
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3694
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":999
|
3691
3695
|
*
|
3692
3696
|
* cdef inline object get_array_base(ndarray arr):
|
3693
3697
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -3696,7 +3700,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3696
3700
|
*/
|
3697
3701
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
3698
3702
|
|
3699
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3703
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
|
3700
3704
|
* cdef inline object get_array_base(ndarray arr):
|
3701
3705
|
* base = PyArray_BASE(arr)
|
3702
3706
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -3706,7 +3710,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3706
3710
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
3707
3711
|
if (__pyx_t_1) {
|
3708
3712
|
|
3709
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3713
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1001
|
3710
3714
|
* base = PyArray_BASE(arr)
|
3711
3715
|
* if base is NULL:
|
3712
3716
|
* return None # <<<<<<<<<<<<<<
|
@@ -3717,7 +3721,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3717
3721
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
3718
3722
|
goto __pyx_L0;
|
3719
3723
|
|
3720
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3724
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
|
3721
3725
|
* cdef inline object get_array_base(ndarray arr):
|
3722
3726
|
* base = PyArray_BASE(arr)
|
3723
3727
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -3726,7 +3730,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3726
3730
|
*/
|
3727
3731
|
}
|
3728
3732
|
|
3729
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3733
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1002
|
3730
3734
|
* if base is NULL:
|
3731
3735
|
* return None
|
3732
3736
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -3738,7 +3742,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3738
3742
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
3739
3743
|
goto __pyx_L0;
|
3740
3744
|
|
3741
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3745
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
3742
3746
|
* PyArray_SetBaseObject(arr, base)
|
3743
3747
|
*
|
3744
3748
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -3753,7 +3757,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3753
3757
|
return __pyx_r;
|
3754
3758
|
}
|
3755
3759
|
|
3756
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3760
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
|
3757
3761
|
* # Versions of the import_* functions which are more suitable for
|
3758
3762
|
* # Cython code.
|
3759
3763
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -3780,7 +3784,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3780
3784
|
int __pyx_clineno = 0;
|
3781
3785
|
__Pyx_RefNannySetupContext("import_array", 0);
|
3782
3786
|
|
3783
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3787
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
3784
3788
|
* # Cython code.
|
3785
3789
|
* cdef inline int import_array() except -1:
|
3786
3790
|
* try: # <<<<<<<<<<<<<<
|
@@ -3796,7 +3800,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3796
3800
|
__Pyx_XGOTREF(__pyx_t_3);
|
3797
3801
|
/*try:*/ {
|
3798
3802
|
|
3799
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3803
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1008
|
3800
3804
|
* cdef inline int import_array() except -1:
|
3801
3805
|
* try:
|
3802
3806
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -3805,7 +3809,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3805
3809
|
*/
|
3806
3810
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1008, __pyx_L3_error)
|
3807
3811
|
|
3808
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3812
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
3809
3813
|
* # Cython code.
|
3810
3814
|
* cdef inline int import_array() except -1:
|
3811
3815
|
* try: # <<<<<<<<<<<<<<
|
@@ -3819,7 +3823,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3819
3823
|
goto __pyx_L8_try_end;
|
3820
3824
|
__pyx_L3_error:;
|
3821
3825
|
|
3822
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3826
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1009
|
3823
3827
|
* try:
|
3824
3828
|
* __pyx_import_array()
|
3825
3829
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -3834,7 +3838,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3834
3838
|
__Pyx_XGOTREF(__pyx_t_6);
|
3835
3839
|
__Pyx_XGOTREF(__pyx_t_7);
|
3836
3840
|
|
3837
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3841
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1010
|
3838
3842
|
* __pyx_import_array()
|
3839
3843
|
* except Exception:
|
3840
3844
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -3859,7 +3863,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3859
3863
|
}
|
3860
3864
|
goto __pyx_L5_except_error;
|
3861
3865
|
|
3862
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3866
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
3863
3867
|
* # Cython code.
|
3864
3868
|
* cdef inline int import_array() except -1:
|
3865
3869
|
* try: # <<<<<<<<<<<<<<
|
@@ -3875,7 +3879,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3875
3879
|
__pyx_L8_try_end:;
|
3876
3880
|
}
|
3877
3881
|
|
3878
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3882
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
|
3879
3883
|
* # Versions of the import_* functions which are more suitable for
|
3880
3884
|
* # Cython code.
|
3881
3885
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -3900,7 +3904,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3900
3904
|
return __pyx_r;
|
3901
3905
|
}
|
3902
3906
|
|
3903
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3907
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
|
3904
3908
|
* raise ImportError("numpy._core.multiarray failed to import")
|
3905
3909
|
*
|
3906
3910
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -3927,7 +3931,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3927
3931
|
int __pyx_clineno = 0;
|
3928
3932
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
3929
3933
|
|
3930
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3934
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
3931
3935
|
*
|
3932
3936
|
* cdef inline int import_umath() except -1:
|
3933
3937
|
* try: # <<<<<<<<<<<<<<
|
@@ -3943,7 +3947,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3943
3947
|
__Pyx_XGOTREF(__pyx_t_3);
|
3944
3948
|
/*try:*/ {
|
3945
3949
|
|
3946
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3950
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1014
|
3947
3951
|
* cdef inline int import_umath() except -1:
|
3948
3952
|
* try:
|
3949
3953
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -3952,7 +3956,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3952
3956
|
*/
|
3953
3957
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1014, __pyx_L3_error)
|
3954
3958
|
|
3955
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3959
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
3956
3960
|
*
|
3957
3961
|
* cdef inline int import_umath() except -1:
|
3958
3962
|
* try: # <<<<<<<<<<<<<<
|
@@ -3966,7 +3970,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3966
3970
|
goto __pyx_L8_try_end;
|
3967
3971
|
__pyx_L3_error:;
|
3968
3972
|
|
3969
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3973
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1015
|
3970
3974
|
* try:
|
3971
3975
|
* _import_umath()
|
3972
3976
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -3981,7 +3985,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3981
3985
|
__Pyx_XGOTREF(__pyx_t_6);
|
3982
3986
|
__Pyx_XGOTREF(__pyx_t_7);
|
3983
3987
|
|
3984
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3988
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1016
|
3985
3989
|
* _import_umath()
|
3986
3990
|
* except Exception:
|
3987
3991
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -4006,7 +4010,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
4006
4010
|
}
|
4007
4011
|
goto __pyx_L5_except_error;
|
4008
4012
|
|
4009
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4013
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
4010
4014
|
*
|
4011
4015
|
* cdef inline int import_umath() except -1:
|
4012
4016
|
* try: # <<<<<<<<<<<<<<
|
@@ -4022,7 +4026,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
4022
4026
|
__pyx_L8_try_end:;
|
4023
4027
|
}
|
4024
4028
|
|
4025
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4029
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
|
4026
4030
|
* raise ImportError("numpy._core.multiarray failed to import")
|
4027
4031
|
*
|
4028
4032
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -4047,7 +4051,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
4047
4051
|
return __pyx_r;
|
4048
4052
|
}
|
4049
4053
|
|
4050
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4054
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
|
4051
4055
|
* raise ImportError("numpy._core.umath failed to import")
|
4052
4056
|
*
|
4053
4057
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -4074,7 +4078,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4074
4078
|
int __pyx_clineno = 0;
|
4075
4079
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
4076
4080
|
|
4077
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4081
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
4078
4082
|
*
|
4079
4083
|
* cdef inline int import_ufunc() except -1:
|
4080
4084
|
* try: # <<<<<<<<<<<<<<
|
@@ -4090,7 +4094,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4090
4094
|
__Pyx_XGOTREF(__pyx_t_3);
|
4091
4095
|
/*try:*/ {
|
4092
4096
|
|
4093
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4097
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1020
|
4094
4098
|
* cdef inline int import_ufunc() except -1:
|
4095
4099
|
* try:
|
4096
4100
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -4099,7 +4103,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4099
4103
|
*/
|
4100
4104
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1020, __pyx_L3_error)
|
4101
4105
|
|
4102
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4106
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
4103
4107
|
*
|
4104
4108
|
* cdef inline int import_ufunc() except -1:
|
4105
4109
|
* try: # <<<<<<<<<<<<<<
|
@@ -4113,7 +4117,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4113
4117
|
goto __pyx_L8_try_end;
|
4114
4118
|
__pyx_L3_error:;
|
4115
4119
|
|
4116
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4120
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1021
|
4117
4121
|
* try:
|
4118
4122
|
* _import_umath()
|
4119
4123
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -4128,7 +4132,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4128
4132
|
__Pyx_XGOTREF(__pyx_t_6);
|
4129
4133
|
__Pyx_XGOTREF(__pyx_t_7);
|
4130
4134
|
|
4131
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4135
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1022
|
4132
4136
|
* _import_umath()
|
4133
4137
|
* except Exception:
|
4134
4138
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -4153,7 +4157,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4153
4157
|
}
|
4154
4158
|
goto __pyx_L5_except_error;
|
4155
4159
|
|
4156
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4160
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
4157
4161
|
*
|
4158
4162
|
* cdef inline int import_ufunc() except -1:
|
4159
4163
|
* try: # <<<<<<<<<<<<<<
|
@@ -4169,7 +4173,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4169
4173
|
__pyx_L8_try_end:;
|
4170
4174
|
}
|
4171
4175
|
|
4172
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4176
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
|
4173
4177
|
* raise ImportError("numpy._core.umath failed to import")
|
4174
4178
|
*
|
4175
4179
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -4194,7 +4198,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4194
4198
|
return __pyx_r;
|
4195
4199
|
}
|
4196
4200
|
|
4197
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4201
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
|
4198
4202
|
*
|
4199
4203
|
*
|
4200
4204
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -4205,7 +4209,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4205
4209
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
4206
4210
|
int __pyx_r;
|
4207
4211
|
|
4208
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4212
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1037
|
4209
4213
|
* bool
|
4210
4214
|
* """
|
4211
4215
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -4215,7 +4219,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
4215
4219
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
4216
4220
|
goto __pyx_L0;
|
4217
4221
|
|
4218
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4222
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
|
4219
4223
|
*
|
4220
4224
|
*
|
4221
4225
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -4228,7 +4232,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
4228
4232
|
return __pyx_r;
|
4229
4233
|
}
|
4230
4234
|
|
4231
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4235
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
|
4232
4236
|
*
|
4233
4237
|
*
|
4234
4238
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -4239,7 +4243,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
4239
4243
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
4240
4244
|
int __pyx_r;
|
4241
4245
|
|
4242
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4246
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1052
|
4243
4247
|
* bool
|
4244
4248
|
* """
|
4245
4249
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -4249,7 +4253,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
4249
4253
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
4250
4254
|
goto __pyx_L0;
|
4251
4255
|
|
4252
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4256
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
|
4253
4257
|
*
|
4254
4258
|
*
|
4255
4259
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -4262,7 +4266,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
4262
4266
|
return __pyx_r;
|
4263
4267
|
}
|
4264
4268
|
|
4265
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4269
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
|
4266
4270
|
*
|
4267
4271
|
*
|
4268
4272
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4273,7 +4277,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
4273
4277
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
4274
4278
|
npy_datetime __pyx_r;
|
4275
4279
|
|
4276
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4280
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1062
|
4277
4281
|
* also needed. That can be found using `get_datetime64_unit`.
|
4278
4282
|
* """
|
4279
4283
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -4283,7 +4287,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
4283
4287
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
4284
4288
|
goto __pyx_L0;
|
4285
4289
|
|
4286
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4290
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
|
4287
4291
|
*
|
4288
4292
|
*
|
4289
4293
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4296,7 +4300,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
4296
4300
|
return __pyx_r;
|
4297
4301
|
}
|
4298
4302
|
|
4299
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4303
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
|
4300
4304
|
*
|
4301
4305
|
*
|
4302
4306
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4307,7 +4311,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
4307
4311
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
4308
4312
|
npy_timedelta __pyx_r;
|
4309
4313
|
|
4310
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4314
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1069
|
4311
4315
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
4312
4316
|
* """
|
4313
4317
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -4317,7 +4321,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
4317
4321
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
4318
4322
|
goto __pyx_L0;
|
4319
4323
|
|
4320
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4324
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
|
4321
4325
|
*
|
4322
4326
|
*
|
4323
4327
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4330,7 +4334,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
4330
4334
|
return __pyx_r;
|
4331
4335
|
}
|
4332
4336
|
|
4333
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4337
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
|
4334
4338
|
*
|
4335
4339
|
*
|
4336
4340
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4341,7 +4345,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
4341
4345
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
4342
4346
|
NPY_DATETIMEUNIT __pyx_r;
|
4343
4347
|
|
4344
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4348
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1076
|
4345
4349
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
4346
4350
|
* """
|
4347
4351
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -4351,7 +4355,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
4351
4355
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
4352
4356
|
goto __pyx_L0;
|
4353
4357
|
|
4354
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4358
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
|
4355
4359
|
*
|
4356
4360
|
*
|
4357
4361
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|