edsger 0.1.3__cp311-cp311-macosx_11_0_arm64.whl → 0.1.4__cp311-cp311-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- edsger/_version.py +1 -1
- edsger/commons.c +146 -146
- edsger/dijkstra.c +146 -146
- edsger/path_tracking.c +146 -146
- edsger/pq_4ary_dec_0b.c +146 -146
- edsger/spiess_florian.c +146 -146
- edsger/star.c +146 -146
- {edsger-0.1.3.dist-info → edsger-0.1.4.dist-info}/METADATA +11 -4
- {edsger-0.1.3.dist-info → edsger-0.1.4.dist-info}/RECORD +13 -13
- {edsger-0.1.3.dist-info → edsger-0.1.4.dist-info}/WHEEL +0 -0
- {edsger-0.1.3.dist-info → edsger-0.1.4.dist-info}/licenses/AUTHORS.rst +0 -0
- {edsger-0.1.3.dist-info → edsger-0.1.4.dist-info}/licenses/LICENSE +0 -0
- {edsger-0.1.3.dist-info → edsger-0.1.4.dist-info}/top_level.txt +0 -0
edsger/dijkstra.c
CHANGED
@@ -1390,7 +1390,7 @@ static const char *__pyx_filename;
|
|
1390
1390
|
static const char* const __pyx_f[] = {
|
1391
1391
|
"src/edsger/dijkstra.pyx",
|
1392
1392
|
"<stringsource>",
|
1393
|
-
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1393
|
+
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd",
|
1394
1394
|
"cpython/type.pxd",
|
1395
1395
|
};
|
1396
1396
|
/* #### Code section: utility_code_proto_before_types ### */
|
@@ -1613,7 +1613,7 @@ typedef struct {
|
|
1613
1613
|
|
1614
1614
|
/* #### Code section: numeric_typedefs ### */
|
1615
1615
|
|
1616
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1616
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":743
|
1617
1617
|
* # in Cython to enable them only on the right systems.
|
1618
1618
|
*
|
1619
1619
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
@@ -1622,7 +1622,7 @@ typedef struct {
|
|
1622
1622
|
*/
|
1623
1623
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
1624
1624
|
|
1625
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1625
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":744
|
1626
1626
|
*
|
1627
1627
|
* ctypedef npy_int8 int8_t
|
1628
1628
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
@@ -1631,7 +1631,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1631
1631
|
*/
|
1632
1632
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
1633
1633
|
|
1634
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1634
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":745
|
1635
1635
|
* ctypedef npy_int8 int8_t
|
1636
1636
|
* ctypedef npy_int16 int16_t
|
1637
1637
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
@@ -1640,7 +1640,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1640
1640
|
*/
|
1641
1641
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
1642
1642
|
|
1643
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1643
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":746
|
1644
1644
|
* ctypedef npy_int16 int16_t
|
1645
1645
|
* ctypedef npy_int32 int32_t
|
1646
1646
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
@@ -1649,7 +1649,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1649
1649
|
*/
|
1650
1650
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
1651
1651
|
|
1652
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1652
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":748
|
1653
1653
|
* ctypedef npy_int64 int64_t
|
1654
1654
|
*
|
1655
1655
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
@@ -1658,7 +1658,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1658
1658
|
*/
|
1659
1659
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
1660
1660
|
|
1661
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1661
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":749
|
1662
1662
|
*
|
1663
1663
|
* ctypedef npy_uint8 uint8_t
|
1664
1664
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
@@ -1667,7 +1667,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1667
1667
|
*/
|
1668
1668
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
1669
1669
|
|
1670
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1670
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":750
|
1671
1671
|
* ctypedef npy_uint8 uint8_t
|
1672
1672
|
* ctypedef npy_uint16 uint16_t
|
1673
1673
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
@@ -1676,7 +1676,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1676
1676
|
*/
|
1677
1677
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
1678
1678
|
|
1679
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1679
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":751
|
1680
1680
|
* ctypedef npy_uint16 uint16_t
|
1681
1681
|
* ctypedef npy_uint32 uint32_t
|
1682
1682
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
@@ -1685,7 +1685,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1685
1685
|
*/
|
1686
1686
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
1687
1687
|
|
1688
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1688
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":753
|
1689
1689
|
* ctypedef npy_uint64 uint64_t
|
1690
1690
|
*
|
1691
1691
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
@@ -1694,7 +1694,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1694
1694
|
*/
|
1695
1695
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
1696
1696
|
|
1697
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1697
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":754
|
1698
1698
|
*
|
1699
1699
|
* ctypedef npy_float32 float32_t
|
1700
1700
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
@@ -1703,7 +1703,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1703
1703
|
*/
|
1704
1704
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
1705
1705
|
|
1706
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1706
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":761
|
1707
1707
|
* ctypedef double complex complex128_t
|
1708
1708
|
*
|
1709
1709
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
@@ -1712,7 +1712,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1712
1712
|
*/
|
1713
1713
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
1714
1714
|
|
1715
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1715
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":762
|
1716
1716
|
*
|
1717
1717
|
* ctypedef npy_longlong longlong_t
|
1718
1718
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
@@ -1721,7 +1721,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1721
1721
|
*/
|
1722
1722
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
1723
1723
|
|
1724
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1724
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":764
|
1725
1725
|
* ctypedef npy_ulonglong ulonglong_t
|
1726
1726
|
*
|
1727
1727
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
@@ -1730,7 +1730,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1730
1730
|
*/
|
1731
1731
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
1732
1732
|
|
1733
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1733
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":765
|
1734
1734
|
*
|
1735
1735
|
* ctypedef npy_intp intp_t
|
1736
1736
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
@@ -1739,7 +1739,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1739
1739
|
*/
|
1740
1740
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
1741
1741
|
|
1742
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1742
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":767
|
1743
1743
|
* ctypedef npy_uintp uintp_t
|
1744
1744
|
*
|
1745
1745
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
@@ -1748,7 +1748,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1748
1748
|
*/
|
1749
1749
|
typedef npy_double __pyx_t_5numpy_float_t;
|
1750
1750
|
|
1751
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1751
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":768
|
1752
1752
|
*
|
1753
1753
|
* ctypedef npy_double float_t
|
1754
1754
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
@@ -1757,7 +1757,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
1757
1757
|
*/
|
1758
1758
|
typedef npy_double __pyx_t_5numpy_double_t;
|
1759
1759
|
|
1760
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1760
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":769
|
1761
1761
|
* ctypedef npy_double float_t
|
1762
1762
|
* ctypedef npy_double double_t
|
1763
1763
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
@@ -17337,7 +17337,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17337
17337
|
return __pyx_r;
|
17338
17338
|
}
|
17339
17339
|
|
17340
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17340
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
|
17341
17341
|
* cdef int type_num
|
17342
17342
|
*
|
17343
17343
|
* @property # <<<<<<<<<<<<<<
|
@@ -17348,7 +17348,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17348
17348
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
17349
17349
|
npy_intp __pyx_r;
|
17350
17350
|
|
17351
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17351
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":244
|
17352
17352
|
* @property
|
17353
17353
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
17354
17354
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -17358,7 +17358,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17358
17358
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
17359
17359
|
goto __pyx_L0;
|
17360
17360
|
|
17361
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17361
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
|
17362
17362
|
* cdef int type_num
|
17363
17363
|
*
|
17364
17364
|
* @property # <<<<<<<<<<<<<<
|
@@ -17371,7 +17371,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17371
17371
|
return __pyx_r;
|
17372
17372
|
}
|
17373
17373
|
|
17374
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17374
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
|
17375
17375
|
* return PyDataType_ELSIZE(self)
|
17376
17376
|
*
|
17377
17377
|
* @property # <<<<<<<<<<<<<<
|
@@ -17382,7 +17382,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17382
17382
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
17383
17383
|
npy_intp __pyx_r;
|
17384
17384
|
|
17385
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17385
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":248
|
17386
17386
|
* @property
|
17387
17387
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
17388
17388
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -17392,7 +17392,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17392
17392
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
17393
17393
|
goto __pyx_L0;
|
17394
17394
|
|
17395
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17395
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
|
17396
17396
|
* return PyDataType_ELSIZE(self)
|
17397
17397
|
*
|
17398
17398
|
* @property # <<<<<<<<<<<<<<
|
@@ -17405,7 +17405,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17405
17405
|
return __pyx_r;
|
17406
17406
|
}
|
17407
17407
|
|
17408
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17408
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
|
17409
17409
|
* # Use fields/names with care as they may be NULL. You must check
|
17410
17410
|
* # for this using PyDataType_HASFIELDS.
|
17411
17411
|
* @property # <<<<<<<<<<<<<<
|
@@ -17419,7 +17419,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17419
17419
|
PyObject *__pyx_t_1;
|
17420
17420
|
__Pyx_RefNannySetupContext("fields", 0);
|
17421
17421
|
|
17422
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17422
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":254
|
17423
17423
|
* @property
|
17424
17424
|
* cdef inline object fields(self):
|
17425
17425
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -17432,7 +17432,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17432
17432
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
17433
17433
|
goto __pyx_L0;
|
17434
17434
|
|
17435
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17435
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
|
17436
17436
|
* # Use fields/names with care as they may be NULL. You must check
|
17437
17437
|
* # for this using PyDataType_HASFIELDS.
|
17438
17438
|
* @property # <<<<<<<<<<<<<<
|
@@ -17447,7 +17447,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17447
17447
|
return __pyx_r;
|
17448
17448
|
}
|
17449
17449
|
|
17450
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17450
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
|
17451
17451
|
* return <object>PyDataType_FIELDS(self)
|
17452
17452
|
*
|
17453
17453
|
* @property # <<<<<<<<<<<<<<
|
@@ -17461,7 +17461,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17461
17461
|
PyObject *__pyx_t_1;
|
17462
17462
|
__Pyx_RefNannySetupContext("names", 0);
|
17463
17463
|
|
17464
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17464
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":258
|
17465
17465
|
* @property
|
17466
17466
|
* cdef inline tuple names(self):
|
17467
17467
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -17474,7 +17474,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17474
17474
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
17475
17475
|
goto __pyx_L0;
|
17476
17476
|
|
17477
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17477
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
|
17478
17478
|
* return <object>PyDataType_FIELDS(self)
|
17479
17479
|
*
|
17480
17480
|
* @property # <<<<<<<<<<<<<<
|
@@ -17489,7 +17489,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17489
17489
|
return __pyx_r;
|
17490
17490
|
}
|
17491
17491
|
|
17492
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17492
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
17493
17493
|
* # valid (the pointer can be NULL). Most users should access
|
17494
17494
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17495
17495
|
* @property # <<<<<<<<<<<<<<
|
@@ -17500,7 +17500,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17500
17500
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
17501
17501
|
PyArray_ArrayDescr *__pyx_r;
|
17502
17502
|
|
17503
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17503
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":265
|
17504
17504
|
* @property
|
17505
17505
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
17506
17506
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -17510,7 +17510,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17510
17510
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
17511
17511
|
goto __pyx_L0;
|
17512
17512
|
|
17513
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17513
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
17514
17514
|
* # valid (the pointer can be NULL). Most users should access
|
17515
17515
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17516
17516
|
* @property # <<<<<<<<<<<<<<
|
@@ -17523,7 +17523,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17523
17523
|
return __pyx_r;
|
17524
17524
|
}
|
17525
17525
|
|
17526
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17526
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
|
17527
17527
|
* return PyDataType_SUBARRAY(self)
|
17528
17528
|
*
|
17529
17529
|
* @property # <<<<<<<<<<<<<<
|
@@ -17534,7 +17534,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17534
17534
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
17535
17535
|
npy_uint64 __pyx_r;
|
17536
17536
|
|
17537
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17537
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":270
|
17538
17538
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
17539
17539
|
* """The data types flags."""
|
17540
17540
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -17544,7 +17544,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17544
17544
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
17545
17545
|
goto __pyx_L0;
|
17546
17546
|
|
17547
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17547
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
|
17548
17548
|
* return PyDataType_SUBARRAY(self)
|
17549
17549
|
*
|
17550
17550
|
* @property # <<<<<<<<<<<<<<
|
@@ -17557,7 +17557,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17557
17557
|
return __pyx_r;
|
17558
17558
|
}
|
17559
17559
|
|
17560
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17560
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
|
17561
17561
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17562
17562
|
*
|
17563
17563
|
* @property # <<<<<<<<<<<<<<
|
@@ -17568,7 +17568,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17568
17568
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
17569
17569
|
int __pyx_r;
|
17570
17570
|
|
17571
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17571
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":282
|
17572
17572
|
* cdef inline int numiter(self) noexcept nogil:
|
17573
17573
|
* """The number of arrays that need to be broadcast to the same shape."""
|
17574
17574
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -17578,7 +17578,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17578
17578
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
17579
17579
|
goto __pyx_L0;
|
17580
17580
|
|
17581
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17581
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
|
17582
17582
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17583
17583
|
*
|
17584
17584
|
* @property # <<<<<<<<<<<<<<
|
@@ -17591,7 +17591,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17591
17591
|
return __pyx_r;
|
17592
17592
|
}
|
17593
17593
|
|
17594
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17594
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
17595
17595
|
* return PyArray_MultiIter_NUMITER(self)
|
17596
17596
|
*
|
17597
17597
|
* @property # <<<<<<<<<<<<<<
|
@@ -17602,7 +17602,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17602
17602
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
17603
17603
|
npy_intp __pyx_r;
|
17604
17604
|
|
17605
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17605
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":287
|
17606
17606
|
* cdef inline npy_intp size(self) noexcept nogil:
|
17607
17607
|
* """The total broadcasted size."""
|
17608
17608
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17612,7 +17612,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17612
17612
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
17613
17613
|
goto __pyx_L0;
|
17614
17614
|
|
17615
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17615
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
17616
17616
|
* return PyArray_MultiIter_NUMITER(self)
|
17617
17617
|
*
|
17618
17618
|
* @property # <<<<<<<<<<<<<<
|
@@ -17625,7 +17625,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17625
17625
|
return __pyx_r;
|
17626
17626
|
}
|
17627
17627
|
|
17628
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17628
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
|
17629
17629
|
* return PyArray_MultiIter_SIZE(self)
|
17630
17630
|
*
|
17631
17631
|
* @property # <<<<<<<<<<<<<<
|
@@ -17636,7 +17636,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17636
17636
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
17637
17637
|
npy_intp __pyx_r;
|
17638
17638
|
|
17639
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17639
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":292
|
17640
17640
|
* cdef inline npy_intp index(self) noexcept nogil:
|
17641
17641
|
* """The current (1-d) index into the broadcasted result."""
|
17642
17642
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -17646,7 +17646,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17646
17646
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
17647
17647
|
goto __pyx_L0;
|
17648
17648
|
|
17649
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17649
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
|
17650
17650
|
* return PyArray_MultiIter_SIZE(self)
|
17651
17651
|
*
|
17652
17652
|
* @property # <<<<<<<<<<<<<<
|
@@ -17659,7 +17659,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17659
17659
|
return __pyx_r;
|
17660
17660
|
}
|
17661
17661
|
|
17662
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17662
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
|
17663
17663
|
* return PyArray_MultiIter_INDEX(self)
|
17664
17664
|
*
|
17665
17665
|
* @property # <<<<<<<<<<<<<<
|
@@ -17670,7 +17670,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17670
17670
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
17671
17671
|
int __pyx_r;
|
17672
17672
|
|
17673
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17673
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":297
|
17674
17674
|
* cdef inline int nd(self) noexcept nogil:
|
17675
17675
|
* """The number of dimensions in the broadcasted result."""
|
17676
17676
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17680,7 +17680,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17680
17680
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
17681
17681
|
goto __pyx_L0;
|
17682
17682
|
|
17683
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17683
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
|
17684
17684
|
* return PyArray_MultiIter_INDEX(self)
|
17685
17685
|
*
|
17686
17686
|
* @property # <<<<<<<<<<<<<<
|
@@ -17693,7 +17693,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17693
17693
|
return __pyx_r;
|
17694
17694
|
}
|
17695
17695
|
|
17696
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17696
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
|
17697
17697
|
* return PyArray_MultiIter_NDIM(self)
|
17698
17698
|
*
|
17699
17699
|
* @property # <<<<<<<<<<<<<<
|
@@ -17704,7 +17704,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17704
17704
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
17705
17705
|
npy_intp *__pyx_r;
|
17706
17706
|
|
17707
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17707
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":302
|
17708
17708
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
17709
17709
|
* """The shape of the broadcasted result."""
|
17710
17710
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17714,7 +17714,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17714
17714
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
17715
17715
|
goto __pyx_L0;
|
17716
17716
|
|
17717
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17717
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
|
17718
17718
|
* return PyArray_MultiIter_NDIM(self)
|
17719
17719
|
*
|
17720
17720
|
* @property # <<<<<<<<<<<<<<
|
@@ -17727,7 +17727,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17727
17727
|
return __pyx_r;
|
17728
17728
|
}
|
17729
17729
|
|
17730
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17730
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
|
17731
17731
|
* return PyArray_MultiIter_DIMS(self)
|
17732
17732
|
*
|
17733
17733
|
* @property # <<<<<<<<<<<<<<
|
@@ -17738,7 +17738,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17738
17738
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
17739
17739
|
void **__pyx_r;
|
17740
17740
|
|
17741
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17741
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":308
|
17742
17742
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
17743
17743
|
* On return, the iterators are adjusted for broadcasting."""
|
17744
17744
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -17748,7 +17748,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17748
17748
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
17749
17749
|
goto __pyx_L0;
|
17750
17750
|
|
17751
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17751
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
|
17752
17752
|
* return PyArray_MultiIter_DIMS(self)
|
17753
17753
|
*
|
17754
17754
|
* @property # <<<<<<<<<<<<<<
|
@@ -17761,7 +17761,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17761
17761
|
return __pyx_r;
|
17762
17762
|
}
|
17763
17763
|
|
17764
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17764
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
|
17765
17765
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17766
17766
|
*
|
17767
17767
|
* @property # <<<<<<<<<<<<<<
|
@@ -17772,7 +17772,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17772
17772
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
17773
17773
|
PyObject *__pyx_r;
|
17774
17774
|
|
17775
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17775
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":326
|
17776
17776
|
* """Returns a borrowed reference to the object owning the data/memory.
|
17777
17777
|
* """
|
17778
17778
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -17782,7 +17782,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17782
17782
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
17783
17783
|
goto __pyx_L0;
|
17784
17784
|
|
17785
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17785
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
|
17786
17786
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17787
17787
|
*
|
17788
17788
|
* @property # <<<<<<<<<<<<<<
|
@@ -17795,7 +17795,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17795
17795
|
return __pyx_r;
|
17796
17796
|
}
|
17797
17797
|
|
17798
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17798
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
|
17799
17799
|
* return PyArray_BASE(self)
|
17800
17800
|
*
|
17801
17801
|
* @property # <<<<<<<<<<<<<<
|
@@ -17809,7 +17809,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17809
17809
|
PyArray_Descr *__pyx_t_1;
|
17810
17810
|
__Pyx_RefNannySetupContext("descr", 0);
|
17811
17811
|
|
17812
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17812
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":332
|
17813
17813
|
* """Returns an owned reference to the dtype of the array.
|
17814
17814
|
* """
|
17815
17815
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -17822,7 +17822,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17822
17822
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
17823
17823
|
goto __pyx_L0;
|
17824
17824
|
|
17825
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17825
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
|
17826
17826
|
* return PyArray_BASE(self)
|
17827
17827
|
*
|
17828
17828
|
* @property # <<<<<<<<<<<<<<
|
@@ -17837,7 +17837,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17837
17837
|
return __pyx_r;
|
17838
17838
|
}
|
17839
17839
|
|
17840
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17840
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
|
17841
17841
|
* return <dtype>PyArray_DESCR(self)
|
17842
17842
|
*
|
17843
17843
|
* @property # <<<<<<<<<<<<<<
|
@@ -17848,7 +17848,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17848
17848
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
17849
17849
|
int __pyx_r;
|
17850
17850
|
|
17851
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17851
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":338
|
17852
17852
|
* """Returns the number of dimensions in the array.
|
17853
17853
|
* """
|
17854
17854
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17858,7 +17858,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17858
17858
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
17859
17859
|
goto __pyx_L0;
|
17860
17860
|
|
17861
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17861
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
|
17862
17862
|
* return <dtype>PyArray_DESCR(self)
|
17863
17863
|
*
|
17864
17864
|
* @property # <<<<<<<<<<<<<<
|
@@ -17871,7 +17871,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17871
17871
|
return __pyx_r;
|
17872
17872
|
}
|
17873
17873
|
|
17874
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17874
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
|
17875
17875
|
* return PyArray_NDIM(self)
|
17876
17876
|
*
|
17877
17877
|
* @property # <<<<<<<<<<<<<<
|
@@ -17882,7 +17882,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17882
17882
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
17883
17883
|
npy_intp *__pyx_r;
|
17884
17884
|
|
17885
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17885
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":346
|
17886
17886
|
* Can return NULL for 0-dimensional arrays.
|
17887
17887
|
* """
|
17888
17888
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17892,7 +17892,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17892
17892
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
17893
17893
|
goto __pyx_L0;
|
17894
17894
|
|
17895
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17895
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
|
17896
17896
|
* return PyArray_NDIM(self)
|
17897
17897
|
*
|
17898
17898
|
* @property # <<<<<<<<<<<<<<
|
@@ -17905,7 +17905,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17905
17905
|
return __pyx_r;
|
17906
17906
|
}
|
17907
17907
|
|
17908
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17908
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
|
17909
17909
|
* return PyArray_DIMS(self)
|
17910
17910
|
*
|
17911
17911
|
* @property # <<<<<<<<<<<<<<
|
@@ -17916,7 +17916,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17916
17916
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
17917
17917
|
npy_intp *__pyx_r;
|
17918
17918
|
|
17919
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17919
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":353
|
17920
17920
|
* The number of elements matches the number of dimensions of the array (ndim).
|
17921
17921
|
* """
|
17922
17922
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -17926,7 +17926,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17926
17926
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
17927
17927
|
goto __pyx_L0;
|
17928
17928
|
|
17929
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17929
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
|
17930
17930
|
* return PyArray_DIMS(self)
|
17931
17931
|
*
|
17932
17932
|
* @property # <<<<<<<<<<<<<<
|
@@ -17939,7 +17939,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17939
17939
|
return __pyx_r;
|
17940
17940
|
}
|
17941
17941
|
|
17942
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17942
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
|
17943
17943
|
* return PyArray_STRIDES(self)
|
17944
17944
|
*
|
17945
17945
|
* @property # <<<<<<<<<<<<<<
|
@@ -17950,7 +17950,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17950
17950
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
17951
17951
|
npy_intp __pyx_r;
|
17952
17952
|
|
17953
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17953
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":359
|
17954
17954
|
* """Returns the total size (in number of elements) of the array.
|
17955
17955
|
* """
|
17956
17956
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17960,7 +17960,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17960
17960
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
17961
17961
|
goto __pyx_L0;
|
17962
17962
|
|
17963
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17963
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
|
17964
17964
|
* return PyArray_STRIDES(self)
|
17965
17965
|
*
|
17966
17966
|
* @property # <<<<<<<<<<<<<<
|
@@ -17973,7 +17973,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17973
17973
|
return __pyx_r;
|
17974
17974
|
}
|
17975
17975
|
|
17976
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17976
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
|
17977
17977
|
* return PyArray_SIZE(self)
|
17978
17978
|
*
|
17979
17979
|
* @property # <<<<<<<<<<<<<<
|
@@ -17984,7 +17984,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17984
17984
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
17985
17985
|
char *__pyx_r;
|
17986
17986
|
|
17987
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17987
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":368
|
17988
17988
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
17989
17989
|
* """
|
17990
17990
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -17994,7 +17994,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17994
17994
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
17995
17995
|
goto __pyx_L0;
|
17996
17996
|
|
17997
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17997
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
|
17998
17998
|
* return PyArray_SIZE(self)
|
17999
17999
|
*
|
18000
18000
|
* @property # <<<<<<<<<<<<<<
|
@@ -18007,7 +18007,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
18007
18007
|
return __pyx_r;
|
18008
18008
|
}
|
18009
18009
|
|
18010
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18010
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
18011
18011
|
* ctypedef long double complex clongdouble_t
|
18012
18012
|
*
|
18013
18013
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -18024,7 +18024,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18024
18024
|
int __pyx_clineno = 0;
|
18025
18025
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
18026
18026
|
|
18027
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18027
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":777
|
18028
18028
|
*
|
18029
18029
|
* cdef inline object PyArray_MultiIterNew1(a):
|
18030
18030
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -18038,7 +18038,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18038
18038
|
__pyx_t_1 = 0;
|
18039
18039
|
goto __pyx_L0;
|
18040
18040
|
|
18041
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18041
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
18042
18042
|
* ctypedef long double complex clongdouble_t
|
18043
18043
|
*
|
18044
18044
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -18057,7 +18057,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18057
18057
|
return __pyx_r;
|
18058
18058
|
}
|
18059
18059
|
|
18060
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18060
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
18061
18061
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18062
18062
|
*
|
18063
18063
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18074,7 +18074,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18074
18074
|
int __pyx_clineno = 0;
|
18075
18075
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
18076
18076
|
|
18077
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18077
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":780
|
18078
18078
|
*
|
18079
18079
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
18080
18080
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -18088,7 +18088,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18088
18088
|
__pyx_t_1 = 0;
|
18089
18089
|
goto __pyx_L0;
|
18090
18090
|
|
18091
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18091
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
18092
18092
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18093
18093
|
*
|
18094
18094
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18107,7 +18107,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18107
18107
|
return __pyx_r;
|
18108
18108
|
}
|
18109
18109
|
|
18110
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18110
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
18111
18111
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18112
18112
|
*
|
18113
18113
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18124,7 +18124,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18124
18124
|
int __pyx_clineno = 0;
|
18125
18125
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
18126
18126
|
|
18127
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18127
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":783
|
18128
18128
|
*
|
18129
18129
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
18130
18130
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -18138,7 +18138,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18138
18138
|
__pyx_t_1 = 0;
|
18139
18139
|
goto __pyx_L0;
|
18140
18140
|
|
18141
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18141
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
18142
18142
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18143
18143
|
*
|
18144
18144
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18157,7 +18157,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18157
18157
|
return __pyx_r;
|
18158
18158
|
}
|
18159
18159
|
|
18160
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18160
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
18161
18161
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18162
18162
|
*
|
18163
18163
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18174,7 +18174,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18174
18174
|
int __pyx_clineno = 0;
|
18175
18175
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
18176
18176
|
|
18177
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18177
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":786
|
18178
18178
|
*
|
18179
18179
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
18180
18180
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -18188,7 +18188,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18188
18188
|
__pyx_t_1 = 0;
|
18189
18189
|
goto __pyx_L0;
|
18190
18190
|
|
18191
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18191
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
18192
18192
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18193
18193
|
*
|
18194
18194
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18207,7 +18207,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18207
18207
|
return __pyx_r;
|
18208
18208
|
}
|
18209
18209
|
|
18210
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18210
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
18211
18211
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18212
18212
|
*
|
18213
18213
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18224,7 +18224,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18224
18224
|
int __pyx_clineno = 0;
|
18225
18225
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
18226
18226
|
|
18227
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18227
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":789
|
18228
18228
|
*
|
18229
18229
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
18230
18230
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -18238,7 +18238,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18238
18238
|
__pyx_t_1 = 0;
|
18239
18239
|
goto __pyx_L0;
|
18240
18240
|
|
18241
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18241
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
18242
18242
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18243
18243
|
*
|
18244
18244
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18257,7 +18257,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18257
18257
|
return __pyx_r;
|
18258
18258
|
}
|
18259
18259
|
|
18260
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18260
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
18261
18261
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18262
18262
|
*
|
18263
18263
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18272,7 +18272,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18272
18272
|
PyObject *__pyx_t_2;
|
18273
18273
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
18274
18274
|
|
18275
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18275
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
18276
18276
|
*
|
18277
18277
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18278
18278
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18282,7 +18282,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18282
18282
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
18283
18283
|
if (__pyx_t_1) {
|
18284
18284
|
|
18285
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18285
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":793
|
18286
18286
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18287
18287
|
* if PyDataType_HASSUBARRAY(d):
|
18288
18288
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -18295,7 +18295,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18295
18295
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
18296
18296
|
goto __pyx_L0;
|
18297
18297
|
|
18298
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18298
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
18299
18299
|
*
|
18300
18300
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18301
18301
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18304,7 +18304,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18304
18304
|
*/
|
18305
18305
|
}
|
18306
18306
|
|
18307
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18307
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":795
|
18308
18308
|
* return <tuple>d.subarray.shape
|
18309
18309
|
* else:
|
18310
18310
|
* return () # <<<<<<<<<<<<<<
|
@@ -18318,7 +18318,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18318
18318
|
goto __pyx_L0;
|
18319
18319
|
}
|
18320
18320
|
|
18321
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18321
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
18322
18322
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18323
18323
|
*
|
18324
18324
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18333,7 +18333,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18333
18333
|
return __pyx_r;
|
18334
18334
|
}
|
18335
18335
|
|
18336
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18336
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
18337
18337
|
* int _import_umath() except -1
|
18338
18338
|
*
|
18339
18339
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18347,7 +18347,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18347
18347
|
const char *__pyx_filename = NULL;
|
18348
18348
|
int __pyx_clineno = 0;
|
18349
18349
|
|
18350
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18350
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":995
|
18351
18351
|
*
|
18352
18352
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18353
18353
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -18356,7 +18356,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18356
18356
|
*/
|
18357
18357
|
Py_INCREF(__pyx_v_base);
|
18358
18358
|
|
18359
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18359
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":996
|
18360
18360
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18361
18361
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
18362
18362
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -18365,7 +18365,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18365
18365
|
*/
|
18366
18366
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(2, 996, __pyx_L1_error)
|
18367
18367
|
|
18368
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18368
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
18369
18369
|
* int _import_umath() except -1
|
18370
18370
|
*
|
18371
18371
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18380,7 +18380,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18380
18380
|
__pyx_L0:;
|
18381
18381
|
}
|
18382
18382
|
|
18383
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18383
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
18384
18384
|
* PyArray_SetBaseObject(arr, base)
|
18385
18385
|
*
|
18386
18386
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18395,7 +18395,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18395
18395
|
int __pyx_t_1;
|
18396
18396
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
18397
18397
|
|
18398
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18398
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":999
|
18399
18399
|
*
|
18400
18400
|
* cdef inline object get_array_base(ndarray arr):
|
18401
18401
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -18404,7 +18404,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18404
18404
|
*/
|
18405
18405
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
18406
18406
|
|
18407
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18407
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
|
18408
18408
|
* cdef inline object get_array_base(ndarray arr):
|
18409
18409
|
* base = PyArray_BASE(arr)
|
18410
18410
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18414,7 +18414,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18414
18414
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
18415
18415
|
if (__pyx_t_1) {
|
18416
18416
|
|
18417
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18417
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1001
|
18418
18418
|
* base = PyArray_BASE(arr)
|
18419
18419
|
* if base is NULL:
|
18420
18420
|
* return None # <<<<<<<<<<<<<<
|
@@ -18425,7 +18425,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18425
18425
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
18426
18426
|
goto __pyx_L0;
|
18427
18427
|
|
18428
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18428
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
|
18429
18429
|
* cdef inline object get_array_base(ndarray arr):
|
18430
18430
|
* base = PyArray_BASE(arr)
|
18431
18431
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18434,7 +18434,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18434
18434
|
*/
|
18435
18435
|
}
|
18436
18436
|
|
18437
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18437
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1002
|
18438
18438
|
* if base is NULL:
|
18439
18439
|
* return None
|
18440
18440
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -18446,7 +18446,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18446
18446
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
18447
18447
|
goto __pyx_L0;
|
18448
18448
|
|
18449
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18449
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
18450
18450
|
* PyArray_SetBaseObject(arr, base)
|
18451
18451
|
*
|
18452
18452
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18461,7 +18461,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18461
18461
|
return __pyx_r;
|
18462
18462
|
}
|
18463
18463
|
|
18464
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18464
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
|
18465
18465
|
* # Versions of the import_* functions which are more suitable for
|
18466
18466
|
* # Cython code.
|
18467
18467
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18488,7 +18488,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18488
18488
|
int __pyx_clineno = 0;
|
18489
18489
|
__Pyx_RefNannySetupContext("import_array", 0);
|
18490
18490
|
|
18491
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18491
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
18492
18492
|
* # Cython code.
|
18493
18493
|
* cdef inline int import_array() except -1:
|
18494
18494
|
* try: # <<<<<<<<<<<<<<
|
@@ -18504,7 +18504,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18504
18504
|
__Pyx_XGOTREF(__pyx_t_3);
|
18505
18505
|
/*try:*/ {
|
18506
18506
|
|
18507
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18507
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1008
|
18508
18508
|
* cdef inline int import_array() except -1:
|
18509
18509
|
* try:
|
18510
18510
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -18513,7 +18513,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18513
18513
|
*/
|
18514
18514
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1008, __pyx_L3_error)
|
18515
18515
|
|
18516
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18516
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
18517
18517
|
* # Cython code.
|
18518
18518
|
* cdef inline int import_array() except -1:
|
18519
18519
|
* try: # <<<<<<<<<<<<<<
|
@@ -18527,7 +18527,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18527
18527
|
goto __pyx_L8_try_end;
|
18528
18528
|
__pyx_L3_error:;
|
18529
18529
|
|
18530
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18530
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1009
|
18531
18531
|
* try:
|
18532
18532
|
* __pyx_import_array()
|
18533
18533
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18542,7 +18542,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18542
18542
|
__Pyx_XGOTREF(__pyx_t_6);
|
18543
18543
|
__Pyx_XGOTREF(__pyx_t_7);
|
18544
18544
|
|
18545
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18545
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1010
|
18546
18546
|
* __pyx_import_array()
|
18547
18547
|
* except Exception:
|
18548
18548
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -18567,7 +18567,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18567
18567
|
}
|
18568
18568
|
goto __pyx_L5_except_error;
|
18569
18569
|
|
18570
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18570
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
18571
18571
|
* # Cython code.
|
18572
18572
|
* cdef inline int import_array() except -1:
|
18573
18573
|
* try: # <<<<<<<<<<<<<<
|
@@ -18583,7 +18583,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18583
18583
|
__pyx_L8_try_end:;
|
18584
18584
|
}
|
18585
18585
|
|
18586
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18586
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
|
18587
18587
|
* # Versions of the import_* functions which are more suitable for
|
18588
18588
|
* # Cython code.
|
18589
18589
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18608,7 +18608,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18608
18608
|
return __pyx_r;
|
18609
18609
|
}
|
18610
18610
|
|
18611
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18611
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
|
18612
18612
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18613
18613
|
*
|
18614
18614
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18635,7 +18635,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18635
18635
|
int __pyx_clineno = 0;
|
18636
18636
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
18637
18637
|
|
18638
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18638
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
18639
18639
|
*
|
18640
18640
|
* cdef inline int import_umath() except -1:
|
18641
18641
|
* try: # <<<<<<<<<<<<<<
|
@@ -18651,7 +18651,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18651
18651
|
__Pyx_XGOTREF(__pyx_t_3);
|
18652
18652
|
/*try:*/ {
|
18653
18653
|
|
18654
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18654
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1014
|
18655
18655
|
* cdef inline int import_umath() except -1:
|
18656
18656
|
* try:
|
18657
18657
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18660,7 +18660,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18660
18660
|
*/
|
18661
18661
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1014, __pyx_L3_error)
|
18662
18662
|
|
18663
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18663
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
18664
18664
|
*
|
18665
18665
|
* cdef inline int import_umath() except -1:
|
18666
18666
|
* try: # <<<<<<<<<<<<<<
|
@@ -18674,7 +18674,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18674
18674
|
goto __pyx_L8_try_end;
|
18675
18675
|
__pyx_L3_error:;
|
18676
18676
|
|
18677
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18677
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1015
|
18678
18678
|
* try:
|
18679
18679
|
* _import_umath()
|
18680
18680
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18689,7 +18689,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18689
18689
|
__Pyx_XGOTREF(__pyx_t_6);
|
18690
18690
|
__Pyx_XGOTREF(__pyx_t_7);
|
18691
18691
|
|
18692
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18692
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1016
|
18693
18693
|
* _import_umath()
|
18694
18694
|
* except Exception:
|
18695
18695
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18714,7 +18714,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18714
18714
|
}
|
18715
18715
|
goto __pyx_L5_except_error;
|
18716
18716
|
|
18717
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18717
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
18718
18718
|
*
|
18719
18719
|
* cdef inline int import_umath() except -1:
|
18720
18720
|
* try: # <<<<<<<<<<<<<<
|
@@ -18730,7 +18730,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18730
18730
|
__pyx_L8_try_end:;
|
18731
18731
|
}
|
18732
18732
|
|
18733
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18733
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
|
18734
18734
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18735
18735
|
*
|
18736
18736
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18755,7 +18755,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18755
18755
|
return __pyx_r;
|
18756
18756
|
}
|
18757
18757
|
|
18758
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18758
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
|
18759
18759
|
* raise ImportError("numpy._core.umath failed to import")
|
18760
18760
|
*
|
18761
18761
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18782,7 +18782,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18782
18782
|
int __pyx_clineno = 0;
|
18783
18783
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
18784
18784
|
|
18785
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18785
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
18786
18786
|
*
|
18787
18787
|
* cdef inline int import_ufunc() except -1:
|
18788
18788
|
* try: # <<<<<<<<<<<<<<
|
@@ -18798,7 +18798,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18798
18798
|
__Pyx_XGOTREF(__pyx_t_3);
|
18799
18799
|
/*try:*/ {
|
18800
18800
|
|
18801
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18801
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1020
|
18802
18802
|
* cdef inline int import_ufunc() except -1:
|
18803
18803
|
* try:
|
18804
18804
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18807,7 +18807,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18807
18807
|
*/
|
18808
18808
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1020, __pyx_L3_error)
|
18809
18809
|
|
18810
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18810
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
18811
18811
|
*
|
18812
18812
|
* cdef inline int import_ufunc() except -1:
|
18813
18813
|
* try: # <<<<<<<<<<<<<<
|
@@ -18821,7 +18821,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18821
18821
|
goto __pyx_L8_try_end;
|
18822
18822
|
__pyx_L3_error:;
|
18823
18823
|
|
18824
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18824
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1021
|
18825
18825
|
* try:
|
18826
18826
|
* _import_umath()
|
18827
18827
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18836,7 +18836,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18836
18836
|
__Pyx_XGOTREF(__pyx_t_6);
|
18837
18837
|
__Pyx_XGOTREF(__pyx_t_7);
|
18838
18838
|
|
18839
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18839
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1022
|
18840
18840
|
* _import_umath()
|
18841
18841
|
* except Exception:
|
18842
18842
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18861,7 +18861,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18861
18861
|
}
|
18862
18862
|
goto __pyx_L5_except_error;
|
18863
18863
|
|
18864
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18864
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
18865
18865
|
*
|
18866
18866
|
* cdef inline int import_ufunc() except -1:
|
18867
18867
|
* try: # <<<<<<<<<<<<<<
|
@@ -18877,7 +18877,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18877
18877
|
__pyx_L8_try_end:;
|
18878
18878
|
}
|
18879
18879
|
|
18880
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18880
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
|
18881
18881
|
* raise ImportError("numpy._core.umath failed to import")
|
18882
18882
|
*
|
18883
18883
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18902,7 +18902,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18902
18902
|
return __pyx_r;
|
18903
18903
|
}
|
18904
18904
|
|
18905
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18905
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
|
18906
18906
|
*
|
18907
18907
|
*
|
18908
18908
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18913,7 +18913,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18913
18913
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
18914
18914
|
int __pyx_r;
|
18915
18915
|
|
18916
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18916
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1037
|
18917
18917
|
* bool
|
18918
18918
|
* """
|
18919
18919
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18923,7 +18923,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18923
18923
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
18924
18924
|
goto __pyx_L0;
|
18925
18925
|
|
18926
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18926
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
|
18927
18927
|
*
|
18928
18928
|
*
|
18929
18929
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18936,7 +18936,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18936
18936
|
return __pyx_r;
|
18937
18937
|
}
|
18938
18938
|
|
18939
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18939
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
|
18940
18940
|
*
|
18941
18941
|
*
|
18942
18942
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18947,7 +18947,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18947
18947
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
18948
18948
|
int __pyx_r;
|
18949
18949
|
|
18950
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18950
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1052
|
18951
18951
|
* bool
|
18952
18952
|
* """
|
18953
18953
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18957,7 +18957,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18957
18957
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
18958
18958
|
goto __pyx_L0;
|
18959
18959
|
|
18960
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18960
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
|
18961
18961
|
*
|
18962
18962
|
*
|
18963
18963
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18970,7 +18970,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18970
18970
|
return __pyx_r;
|
18971
18971
|
}
|
18972
18972
|
|
18973
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18973
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
|
18974
18974
|
*
|
18975
18975
|
*
|
18976
18976
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18981,7 +18981,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18981
18981
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
18982
18982
|
npy_datetime __pyx_r;
|
18983
18983
|
|
18984
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18984
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1062
|
18985
18985
|
* also needed. That can be found using `get_datetime64_unit`.
|
18986
18986
|
* """
|
18987
18987
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18991,7 +18991,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18991
18991
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
18992
18992
|
goto __pyx_L0;
|
18993
18993
|
|
18994
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18994
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
|
18995
18995
|
*
|
18996
18996
|
*
|
18997
18997
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19004,7 +19004,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
19004
19004
|
return __pyx_r;
|
19005
19005
|
}
|
19006
19006
|
|
19007
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19007
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
|
19008
19008
|
*
|
19009
19009
|
*
|
19010
19010
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19015,7 +19015,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
19015
19015
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
19016
19016
|
npy_timedelta __pyx_r;
|
19017
19017
|
|
19018
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19018
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1069
|
19019
19019
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
19020
19020
|
* """
|
19021
19021
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -19025,7 +19025,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19025
19025
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
19026
19026
|
goto __pyx_L0;
|
19027
19027
|
|
19028
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19028
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
|
19029
19029
|
*
|
19030
19030
|
*
|
19031
19031
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19038,7 +19038,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19038
19038
|
return __pyx_r;
|
19039
19039
|
}
|
19040
19040
|
|
19041
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19041
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
|
19042
19042
|
*
|
19043
19043
|
*
|
19044
19044
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19049,7 +19049,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19049
19049
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
19050
19050
|
NPY_DATETIMEUNIT __pyx_r;
|
19051
19051
|
|
19052
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19052
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1076
|
19053
19053
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
19054
19054
|
* """
|
19055
19055
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -19059,7 +19059,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
19059
19059
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
19060
19060
|
goto __pyx_L0;
|
19061
19061
|
|
19062
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19062
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
|
19063
19063
|
*
|
19064
19064
|
*
|
19065
19065
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|