edsger 0.1.2__cp310-cp310-macosx_11_0_arm64.whl → 0.1.3__cp310-cp310-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- edsger/_version.py +1 -1
- edsger/commons.c +146 -146
- edsger/dijkstra.c +7058 -2696
- edsger/dijkstra.cpython-310-darwin.so +0 -0
- edsger/dijkstra.pyx +507 -5
- edsger/path.py +145 -37
- edsger/path_tracking.c +146 -146
- edsger/pq_4ary_dec_0b.c +146 -146
- edsger/spiess_florian.c +146 -146
- edsger/star.c +146 -146
- {edsger-0.1.2.dist-info → edsger-0.1.3.dist-info}/METADATA +12 -12
- {edsger-0.1.2.dist-info → edsger-0.1.3.dist-info}/RECORD +16 -16
- {edsger-0.1.2.dist-info → edsger-0.1.3.dist-info}/WHEEL +0 -0
- {edsger-0.1.2.dist-info → edsger-0.1.3.dist-info}/licenses/AUTHORS.rst +0 -0
- {edsger-0.1.2.dist-info → edsger-0.1.3.dist-info}/licenses/LICENSE +0 -0
- {edsger-0.1.2.dist-info → edsger-0.1.3.dist-info}/top_level.txt +0 -0
edsger/spiess_florian.c
CHANGED
@@ -1384,7 +1384,7 @@ static const char *__pyx_filename;
|
|
1384
1384
|
static const char* const __pyx_f[] = {
|
1385
1385
|
"src/edsger/spiess_florian.pyx",
|
1386
1386
|
"<stringsource>",
|
1387
|
-
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1387
|
+
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd",
|
1388
1388
|
"cpython/type.pxd",
|
1389
1389
|
};
|
1390
1390
|
/* #### Code section: utility_code_proto_before_types ### */
|
@@ -1607,7 +1607,7 @@ typedef struct {
|
|
1607
1607
|
|
1608
1608
|
/* #### Code section: numeric_typedefs ### */
|
1609
1609
|
|
1610
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1610
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":787
|
1611
1611
|
* # in Cython to enable them only on the right systems.
|
1612
1612
|
*
|
1613
1613
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
@@ -1616,7 +1616,7 @@ typedef struct {
|
|
1616
1616
|
*/
|
1617
1617
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
1618
1618
|
|
1619
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1619
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":788
|
1620
1620
|
*
|
1621
1621
|
* ctypedef npy_int8 int8_t
|
1622
1622
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
@@ -1625,7 +1625,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1625
1625
|
*/
|
1626
1626
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
1627
1627
|
|
1628
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1628
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
|
1629
1629
|
* ctypedef npy_int8 int8_t
|
1630
1630
|
* ctypedef npy_int16 int16_t
|
1631
1631
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
@@ -1634,7 +1634,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1634
1634
|
*/
|
1635
1635
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
1636
1636
|
|
1637
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1637
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":790
|
1638
1638
|
* ctypedef npy_int16 int16_t
|
1639
1639
|
* ctypedef npy_int32 int32_t
|
1640
1640
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
@@ -1643,7 +1643,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1643
1643
|
*/
|
1644
1644
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
1645
1645
|
|
1646
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1646
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":794
|
1647
1647
|
* #ctypedef npy_int128 int128_t
|
1648
1648
|
*
|
1649
1649
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
@@ -1652,7 +1652,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1652
1652
|
*/
|
1653
1653
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
1654
1654
|
|
1655
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1655
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":795
|
1656
1656
|
*
|
1657
1657
|
* ctypedef npy_uint8 uint8_t
|
1658
1658
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
@@ -1661,7 +1661,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1661
1661
|
*/
|
1662
1662
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
1663
1663
|
|
1664
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1664
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":796
|
1665
1665
|
* ctypedef npy_uint8 uint8_t
|
1666
1666
|
* ctypedef npy_uint16 uint16_t
|
1667
1667
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
@@ -1670,7 +1670,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1670
1670
|
*/
|
1671
1671
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
1672
1672
|
|
1673
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1673
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":797
|
1674
1674
|
* ctypedef npy_uint16 uint16_t
|
1675
1675
|
* ctypedef npy_uint32 uint32_t
|
1676
1676
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
@@ -1679,7 +1679,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1679
1679
|
*/
|
1680
1680
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
1681
1681
|
|
1682
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1682
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":801
|
1683
1683
|
* #ctypedef npy_uint128 uint128_t
|
1684
1684
|
*
|
1685
1685
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
@@ -1688,7 +1688,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1688
1688
|
*/
|
1689
1689
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
1690
1690
|
|
1691
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1691
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":802
|
1692
1692
|
*
|
1693
1693
|
* ctypedef npy_float32 float32_t
|
1694
1694
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
@@ -1697,7 +1697,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1697
1697
|
*/
|
1698
1698
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
1699
1699
|
|
1700
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1700
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":809
|
1701
1701
|
* ctypedef double complex complex128_t
|
1702
1702
|
*
|
1703
1703
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
@@ -1706,7 +1706,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1706
1706
|
*/
|
1707
1707
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
1708
1708
|
|
1709
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1709
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":810
|
1710
1710
|
*
|
1711
1711
|
* ctypedef npy_longlong longlong_t
|
1712
1712
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
@@ -1715,7 +1715,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1715
1715
|
*/
|
1716
1716
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
1717
1717
|
|
1718
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1718
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":812
|
1719
1719
|
* ctypedef npy_ulonglong ulonglong_t
|
1720
1720
|
*
|
1721
1721
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
@@ -1724,7 +1724,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1724
1724
|
*/
|
1725
1725
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
1726
1726
|
|
1727
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1727
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":813
|
1728
1728
|
*
|
1729
1729
|
* ctypedef npy_intp intp_t
|
1730
1730
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
@@ -1733,7 +1733,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1733
1733
|
*/
|
1734
1734
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
1735
1735
|
|
1736
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1736
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":815
|
1737
1737
|
* ctypedef npy_uintp uintp_t
|
1738
1738
|
*
|
1739
1739
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
@@ -1742,7 +1742,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1742
1742
|
*/
|
1743
1743
|
typedef npy_double __pyx_t_5numpy_float_t;
|
1744
1744
|
|
1745
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1745
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":816
|
1746
1746
|
*
|
1747
1747
|
* ctypedef npy_double float_t
|
1748
1748
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
@@ -1751,7 +1751,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
1751
1751
|
*/
|
1752
1752
|
typedef npy_double __pyx_t_5numpy_double_t;
|
1753
1753
|
|
1754
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1754
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":817
|
1755
1755
|
* ctypedef npy_double float_t
|
1756
1756
|
* ctypedef npy_double double_t
|
1757
1757
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
@@ -17295,7 +17295,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17295
17295
|
return __pyx_r;
|
17296
17296
|
}
|
17297
17297
|
|
17298
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17298
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":286
|
17299
17299
|
* cdef int type_num
|
17300
17300
|
*
|
17301
17301
|
* @property # <<<<<<<<<<<<<<
|
@@ -17306,7 +17306,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17306
17306
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
17307
17307
|
npy_intp __pyx_r;
|
17308
17308
|
|
17309
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17309
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":288
|
17310
17310
|
* @property
|
17311
17311
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
17312
17312
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -17316,7 +17316,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17316
17316
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
17317
17317
|
goto __pyx_L0;
|
17318
17318
|
|
17319
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17319
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":286
|
17320
17320
|
* cdef int type_num
|
17321
17321
|
*
|
17322
17322
|
* @property # <<<<<<<<<<<<<<
|
@@ -17329,7 +17329,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17329
17329
|
return __pyx_r;
|
17330
17330
|
}
|
17331
17331
|
|
17332
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17332
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":290
|
17333
17333
|
* return PyDataType_ELSIZE(self)
|
17334
17334
|
*
|
17335
17335
|
* @property # <<<<<<<<<<<<<<
|
@@ -17340,7 +17340,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17340
17340
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
17341
17341
|
npy_intp __pyx_r;
|
17342
17342
|
|
17343
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17343
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":292
|
17344
17344
|
* @property
|
17345
17345
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
17346
17346
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -17350,7 +17350,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17350
17350
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
17351
17351
|
goto __pyx_L0;
|
17352
17352
|
|
17353
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17353
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":290
|
17354
17354
|
* return PyDataType_ELSIZE(self)
|
17355
17355
|
*
|
17356
17356
|
* @property # <<<<<<<<<<<<<<
|
@@ -17363,7 +17363,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17363
17363
|
return __pyx_r;
|
17364
17364
|
}
|
17365
17365
|
|
17366
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17366
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":296
|
17367
17367
|
* # Use fields/names with care as they may be NULL. You must check
|
17368
17368
|
* # for this using PyDataType_HASFIELDS.
|
17369
17369
|
* @property # <<<<<<<<<<<<<<
|
@@ -17377,7 +17377,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17377
17377
|
PyObject *__pyx_t_1;
|
17378
17378
|
__Pyx_RefNannySetupContext("fields", 0);
|
17379
17379
|
|
17380
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17380
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":298
|
17381
17381
|
* @property
|
17382
17382
|
* cdef inline object fields(self):
|
17383
17383
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -17390,7 +17390,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17390
17390
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
17391
17391
|
goto __pyx_L0;
|
17392
17392
|
|
17393
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17393
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":296
|
17394
17394
|
* # Use fields/names with care as they may be NULL. You must check
|
17395
17395
|
* # for this using PyDataType_HASFIELDS.
|
17396
17396
|
* @property # <<<<<<<<<<<<<<
|
@@ -17405,7 +17405,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
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-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":300
|
17409
17409
|
* return <object>PyDataType_FIELDS(self)
|
17410
17410
|
*
|
17411
17411
|
* @property # <<<<<<<<<<<<<<
|
@@ -17419,7 +17419,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17419
17419
|
PyObject *__pyx_t_1;
|
17420
17420
|
__Pyx_RefNannySetupContext("names", 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-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":302
|
17423
17423
|
* @property
|
17424
17424
|
* cdef inline tuple names(self):
|
17425
17425
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -17432,7 +17432,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
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-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":300
|
17436
17436
|
* return <object>PyDataType_FIELDS(self)
|
17437
17437
|
*
|
17438
17438
|
* @property # <<<<<<<<<<<<<<
|
@@ -17447,7 +17447,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
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-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":307
|
17451
17451
|
* # valid (the pointer can be NULL). Most users should access
|
17452
17452
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17453
17453
|
* @property # <<<<<<<<<<<<<<
|
@@ -17458,7 +17458,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17458
17458
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
17459
17459
|
PyArray_ArrayDescr *__pyx_r;
|
17460
17460
|
|
17461
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17461
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":309
|
17462
17462
|
* @property
|
17463
17463
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
17464
17464
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -17468,7 +17468,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17468
17468
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
17469
17469
|
goto __pyx_L0;
|
17470
17470
|
|
17471
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17471
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":307
|
17472
17472
|
* # valid (the pointer can be NULL). Most users should access
|
17473
17473
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17474
17474
|
* @property # <<<<<<<<<<<<<<
|
@@ -17481,7 +17481,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17481
17481
|
return __pyx_r;
|
17482
17482
|
}
|
17483
17483
|
|
17484
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17484
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":311
|
17485
17485
|
* return PyDataType_SUBARRAY(self)
|
17486
17486
|
*
|
17487
17487
|
* @property # <<<<<<<<<<<<<<
|
@@ -17492,7 +17492,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17492
17492
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
17493
17493
|
npy_uint64 __pyx_r;
|
17494
17494
|
|
17495
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17495
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":314
|
17496
17496
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
17497
17497
|
* """The data types flags."""
|
17498
17498
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -17502,7 +17502,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17502
17502
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
17503
17503
|
goto __pyx_L0;
|
17504
17504
|
|
17505
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17505
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":311
|
17506
17506
|
* return PyDataType_SUBARRAY(self)
|
17507
17507
|
*
|
17508
17508
|
* @property # <<<<<<<<<<<<<<
|
@@ -17515,7 +17515,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17515
17515
|
return __pyx_r;
|
17516
17516
|
}
|
17517
17517
|
|
17518
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17518
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":323
|
17519
17519
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17520
17520
|
*
|
17521
17521
|
* @property # <<<<<<<<<<<<<<
|
@@ -17526,7 +17526,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17526
17526
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
17527
17527
|
int __pyx_r;
|
17528
17528
|
|
17529
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17529
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":326
|
17530
17530
|
* cdef inline int numiter(self) noexcept nogil:
|
17531
17531
|
* """The number of arrays that need to be broadcast to the same shape."""
|
17532
17532
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -17536,7 +17536,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17536
17536
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
17537
17537
|
goto __pyx_L0;
|
17538
17538
|
|
17539
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17539
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":323
|
17540
17540
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17541
17541
|
*
|
17542
17542
|
* @property # <<<<<<<<<<<<<<
|
@@ -17549,7 +17549,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17549
17549
|
return __pyx_r;
|
17550
17550
|
}
|
17551
17551
|
|
17552
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17552
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":328
|
17553
17553
|
* return PyArray_MultiIter_NUMITER(self)
|
17554
17554
|
*
|
17555
17555
|
* @property # <<<<<<<<<<<<<<
|
@@ -17560,7 +17560,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17560
17560
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
17561
17561
|
npy_intp __pyx_r;
|
17562
17562
|
|
17563
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17563
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":331
|
17564
17564
|
* cdef inline npy_intp size(self) noexcept nogil:
|
17565
17565
|
* """The total broadcasted size."""
|
17566
17566
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17570,7 +17570,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17570
17570
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
17571
17571
|
goto __pyx_L0;
|
17572
17572
|
|
17573
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17573
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":328
|
17574
17574
|
* return PyArray_MultiIter_NUMITER(self)
|
17575
17575
|
*
|
17576
17576
|
* @property # <<<<<<<<<<<<<<
|
@@ -17583,7 +17583,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17583
17583
|
return __pyx_r;
|
17584
17584
|
}
|
17585
17585
|
|
17586
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17586
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":333
|
17587
17587
|
* return PyArray_MultiIter_SIZE(self)
|
17588
17588
|
*
|
17589
17589
|
* @property # <<<<<<<<<<<<<<
|
@@ -17594,7 +17594,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17594
17594
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
17595
17595
|
npy_intp __pyx_r;
|
17596
17596
|
|
17597
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17597
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":336
|
17598
17598
|
* cdef inline npy_intp index(self) noexcept nogil:
|
17599
17599
|
* """The current (1-d) index into the broadcasted result."""
|
17600
17600
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -17604,7 +17604,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17604
17604
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
17605
17605
|
goto __pyx_L0;
|
17606
17606
|
|
17607
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17607
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":333
|
17608
17608
|
* return PyArray_MultiIter_SIZE(self)
|
17609
17609
|
*
|
17610
17610
|
* @property # <<<<<<<<<<<<<<
|
@@ -17617,7 +17617,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17617
17617
|
return __pyx_r;
|
17618
17618
|
}
|
17619
17619
|
|
17620
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17620
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":338
|
17621
17621
|
* return PyArray_MultiIter_INDEX(self)
|
17622
17622
|
*
|
17623
17623
|
* @property # <<<<<<<<<<<<<<
|
@@ -17628,7 +17628,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17628
17628
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
17629
17629
|
int __pyx_r;
|
17630
17630
|
|
17631
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17631
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":341
|
17632
17632
|
* cdef inline int nd(self) noexcept nogil:
|
17633
17633
|
* """The number of dimensions in the broadcasted result."""
|
17634
17634
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17638,7 +17638,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17638
17638
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
17639
17639
|
goto __pyx_L0;
|
17640
17640
|
|
17641
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17641
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":338
|
17642
17642
|
* return PyArray_MultiIter_INDEX(self)
|
17643
17643
|
*
|
17644
17644
|
* @property # <<<<<<<<<<<<<<
|
@@ -17651,7 +17651,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17651
17651
|
return __pyx_r;
|
17652
17652
|
}
|
17653
17653
|
|
17654
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17654
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":343
|
17655
17655
|
* return PyArray_MultiIter_NDIM(self)
|
17656
17656
|
*
|
17657
17657
|
* @property # <<<<<<<<<<<<<<
|
@@ -17662,7 +17662,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17662
17662
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
17663
17663
|
npy_intp *__pyx_r;
|
17664
17664
|
|
17665
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17665
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":346
|
17666
17666
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
17667
17667
|
* """The shape of the broadcasted result."""
|
17668
17668
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17672,7 +17672,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17672
17672
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
17673
17673
|
goto __pyx_L0;
|
17674
17674
|
|
17675
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17675
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":343
|
17676
17676
|
* return PyArray_MultiIter_NDIM(self)
|
17677
17677
|
*
|
17678
17678
|
* @property # <<<<<<<<<<<<<<
|
@@ -17685,7 +17685,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17685
17685
|
return __pyx_r;
|
17686
17686
|
}
|
17687
17687
|
|
17688
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17688
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":348
|
17689
17689
|
* return PyArray_MultiIter_DIMS(self)
|
17690
17690
|
*
|
17691
17691
|
* @property # <<<<<<<<<<<<<<
|
@@ -17696,7 +17696,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17696
17696
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
17697
17697
|
void **__pyx_r;
|
17698
17698
|
|
17699
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17699
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":352
|
17700
17700
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
17701
17701
|
* On return, the iterators are adjusted for broadcasting."""
|
17702
17702
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -17706,7 +17706,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17706
17706
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
17707
17707
|
goto __pyx_L0;
|
17708
17708
|
|
17709
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17709
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":348
|
17710
17710
|
* return PyArray_MultiIter_DIMS(self)
|
17711
17711
|
*
|
17712
17712
|
* @property # <<<<<<<<<<<<<<
|
@@ -17719,7 +17719,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17719
17719
|
return __pyx_r;
|
17720
17720
|
}
|
17721
17721
|
|
17722
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17722
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":366
|
17723
17723
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17724
17724
|
*
|
17725
17725
|
* @property # <<<<<<<<<<<<<<
|
@@ -17730,7 +17730,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17730
17730
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
17731
17731
|
PyObject *__pyx_r;
|
17732
17732
|
|
17733
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17733
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":370
|
17734
17734
|
* """Returns a borrowed reference to the object owning the data/memory.
|
17735
17735
|
* """
|
17736
17736
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -17740,7 +17740,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17740
17740
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
17741
17741
|
goto __pyx_L0;
|
17742
17742
|
|
17743
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17743
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":366
|
17744
17744
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17745
17745
|
*
|
17746
17746
|
* @property # <<<<<<<<<<<<<<
|
@@ -17753,7 +17753,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17753
17753
|
return __pyx_r;
|
17754
17754
|
}
|
17755
17755
|
|
17756
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17756
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":372
|
17757
17757
|
* return PyArray_BASE(self)
|
17758
17758
|
*
|
17759
17759
|
* @property # <<<<<<<<<<<<<<
|
@@ -17767,7 +17767,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17767
17767
|
PyArray_Descr *__pyx_t_1;
|
17768
17768
|
__Pyx_RefNannySetupContext("descr", 0);
|
17769
17769
|
|
17770
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17770
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":376
|
17771
17771
|
* """Returns an owned reference to the dtype of the array.
|
17772
17772
|
* """
|
17773
17773
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -17780,7 +17780,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17780
17780
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
17781
17781
|
goto __pyx_L0;
|
17782
17782
|
|
17783
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17783
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":372
|
17784
17784
|
* return PyArray_BASE(self)
|
17785
17785
|
*
|
17786
17786
|
* @property # <<<<<<<<<<<<<<
|
@@ -17795,7 +17795,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
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-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":378
|
17799
17799
|
* return <dtype>PyArray_DESCR(self)
|
17800
17800
|
*
|
17801
17801
|
* @property # <<<<<<<<<<<<<<
|
@@ -17806,7 +17806,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17806
17806
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
17807
17807
|
int __pyx_r;
|
17808
17808
|
|
17809
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17809
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":382
|
17810
17810
|
* """Returns the number of dimensions in the array.
|
17811
17811
|
* """
|
17812
17812
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17816,7 +17816,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17816
17816
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
17817
17817
|
goto __pyx_L0;
|
17818
17818
|
|
17819
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17819
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":378
|
17820
17820
|
* return <dtype>PyArray_DESCR(self)
|
17821
17821
|
*
|
17822
17822
|
* @property # <<<<<<<<<<<<<<
|
@@ -17829,7 +17829,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17829
17829
|
return __pyx_r;
|
17830
17830
|
}
|
17831
17831
|
|
17832
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17832
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":384
|
17833
17833
|
* return PyArray_NDIM(self)
|
17834
17834
|
*
|
17835
17835
|
* @property # <<<<<<<<<<<<<<
|
@@ -17840,7 +17840,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17840
17840
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
17841
17841
|
npy_intp *__pyx_r;
|
17842
17842
|
|
17843
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17843
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":390
|
17844
17844
|
* Can return NULL for 0-dimensional arrays.
|
17845
17845
|
* """
|
17846
17846
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17850,7 +17850,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17850
17850
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
17851
17851
|
goto __pyx_L0;
|
17852
17852
|
|
17853
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17853
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":384
|
17854
17854
|
* return PyArray_NDIM(self)
|
17855
17855
|
*
|
17856
17856
|
* @property # <<<<<<<<<<<<<<
|
@@ -17863,7 +17863,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17863
17863
|
return __pyx_r;
|
17864
17864
|
}
|
17865
17865
|
|
17866
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17866
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":392
|
17867
17867
|
* return PyArray_DIMS(self)
|
17868
17868
|
*
|
17869
17869
|
* @property # <<<<<<<<<<<<<<
|
@@ -17874,7 +17874,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17874
17874
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
17875
17875
|
npy_intp *__pyx_r;
|
17876
17876
|
|
17877
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17877
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":397
|
17878
17878
|
* The number of elements matches the number of dimensions of the array (ndim).
|
17879
17879
|
* """
|
17880
17880
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -17884,7 +17884,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17884
17884
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
17885
17885
|
goto __pyx_L0;
|
17886
17886
|
|
17887
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17887
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":392
|
17888
17888
|
* return PyArray_DIMS(self)
|
17889
17889
|
*
|
17890
17890
|
* @property # <<<<<<<<<<<<<<
|
@@ -17897,7 +17897,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17897
17897
|
return __pyx_r;
|
17898
17898
|
}
|
17899
17899
|
|
17900
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17900
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":399
|
17901
17901
|
* return PyArray_STRIDES(self)
|
17902
17902
|
*
|
17903
17903
|
* @property # <<<<<<<<<<<<<<
|
@@ -17908,7 +17908,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17908
17908
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
17909
17909
|
npy_intp __pyx_r;
|
17910
17910
|
|
17911
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17911
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":403
|
17912
17912
|
* """Returns the total size (in number of elements) of the array.
|
17913
17913
|
* """
|
17914
17914
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17918,7 +17918,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17918
17918
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
17919
17919
|
goto __pyx_L0;
|
17920
17920
|
|
17921
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17921
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":399
|
17922
17922
|
* return PyArray_STRIDES(self)
|
17923
17923
|
*
|
17924
17924
|
* @property # <<<<<<<<<<<<<<
|
@@ -17931,7 +17931,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17931
17931
|
return __pyx_r;
|
17932
17932
|
}
|
17933
17933
|
|
17934
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17934
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":405
|
17935
17935
|
* return PyArray_SIZE(self)
|
17936
17936
|
*
|
17937
17937
|
* @property # <<<<<<<<<<<<<<
|
@@ -17942,7 +17942,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17942
17942
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
17943
17943
|
char *__pyx_r;
|
17944
17944
|
|
17945
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17945
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":412
|
17946
17946
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
17947
17947
|
* """
|
17948
17948
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -17952,7 +17952,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17952
17952
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
17953
17953
|
goto __pyx_L0;
|
17954
17954
|
|
17955
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17955
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":405
|
17956
17956
|
* return PyArray_SIZE(self)
|
17957
17957
|
*
|
17958
17958
|
* @property # <<<<<<<<<<<<<<
|
@@ -17965,7 +17965,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17965
17965
|
return __pyx_r;
|
17966
17966
|
}
|
17967
17967
|
|
17968
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17968
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":824
|
17969
17969
|
* ctypedef long double complex clongdouble_t
|
17970
17970
|
*
|
17971
17971
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -17982,7 +17982,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17982
17982
|
int __pyx_clineno = 0;
|
17983
17983
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
17984
17984
|
|
17985
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17985
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":825
|
17986
17986
|
*
|
17987
17987
|
* cdef inline object PyArray_MultiIterNew1(a):
|
17988
17988
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -17996,7 +17996,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17996
17996
|
__pyx_t_1 = 0;
|
17997
17997
|
goto __pyx_L0;
|
17998
17998
|
|
17999
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17999
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":824
|
18000
18000
|
* ctypedef long double complex clongdouble_t
|
18001
18001
|
*
|
18002
18002
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -18015,7 +18015,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18015
18015
|
return __pyx_r;
|
18016
18016
|
}
|
18017
18017
|
|
18018
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18018
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":827
|
18019
18019
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18020
18020
|
*
|
18021
18021
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18032,7 +18032,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18032
18032
|
int __pyx_clineno = 0;
|
18033
18033
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
18034
18034
|
|
18035
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18035
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":828
|
18036
18036
|
*
|
18037
18037
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
18038
18038
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -18046,7 +18046,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18046
18046
|
__pyx_t_1 = 0;
|
18047
18047
|
goto __pyx_L0;
|
18048
18048
|
|
18049
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18049
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":827
|
18050
18050
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18051
18051
|
*
|
18052
18052
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18065,7 +18065,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18065
18065
|
return __pyx_r;
|
18066
18066
|
}
|
18067
18067
|
|
18068
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18068
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":830
|
18069
18069
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18070
18070
|
*
|
18071
18071
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18082,7 +18082,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18082
18082
|
int __pyx_clineno = 0;
|
18083
18083
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
18084
18084
|
|
18085
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18085
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":831
|
18086
18086
|
*
|
18087
18087
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
18088
18088
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -18096,7 +18096,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18096
18096
|
__pyx_t_1 = 0;
|
18097
18097
|
goto __pyx_L0;
|
18098
18098
|
|
18099
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18099
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":830
|
18100
18100
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18101
18101
|
*
|
18102
18102
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18115,7 +18115,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18115
18115
|
return __pyx_r;
|
18116
18116
|
}
|
18117
18117
|
|
18118
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18118
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":833
|
18119
18119
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18120
18120
|
*
|
18121
18121
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18132,7 +18132,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18132
18132
|
int __pyx_clineno = 0;
|
18133
18133
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
18134
18134
|
|
18135
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18135
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":834
|
18136
18136
|
*
|
18137
18137
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
18138
18138
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -18146,7 +18146,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18146
18146
|
__pyx_t_1 = 0;
|
18147
18147
|
goto __pyx_L0;
|
18148
18148
|
|
18149
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18149
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":833
|
18150
18150
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18151
18151
|
*
|
18152
18152
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18165,7 +18165,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18165
18165
|
return __pyx_r;
|
18166
18166
|
}
|
18167
18167
|
|
18168
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18168
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":836
|
18169
18169
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18170
18170
|
*
|
18171
18171
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18182,7 +18182,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18182
18182
|
int __pyx_clineno = 0;
|
18183
18183
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
18184
18184
|
|
18185
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18185
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":837
|
18186
18186
|
*
|
18187
18187
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
18188
18188
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -18196,7 +18196,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18196
18196
|
__pyx_t_1 = 0;
|
18197
18197
|
goto __pyx_L0;
|
18198
18198
|
|
18199
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18199
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":836
|
18200
18200
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18201
18201
|
*
|
18202
18202
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18215,7 +18215,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18215
18215
|
return __pyx_r;
|
18216
18216
|
}
|
18217
18217
|
|
18218
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18218
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":839
|
18219
18219
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18220
18220
|
*
|
18221
18221
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18230,7 +18230,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18230
18230
|
PyObject *__pyx_t_2;
|
18231
18231
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
18232
18232
|
|
18233
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18233
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":840
|
18234
18234
|
*
|
18235
18235
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18236
18236
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18240,7 +18240,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18240
18240
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
18241
18241
|
if (__pyx_t_1) {
|
18242
18242
|
|
18243
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18243
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":841
|
18244
18244
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18245
18245
|
* if PyDataType_HASSUBARRAY(d):
|
18246
18246
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -18253,7 +18253,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18253
18253
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
18254
18254
|
goto __pyx_L0;
|
18255
18255
|
|
18256
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18256
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":840
|
18257
18257
|
*
|
18258
18258
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18259
18259
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18262,7 +18262,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18262
18262
|
*/
|
18263
18263
|
}
|
18264
18264
|
|
18265
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18265
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":843
|
18266
18266
|
* return <tuple>d.subarray.shape
|
18267
18267
|
* else:
|
18268
18268
|
* return () # <<<<<<<<<<<<<<
|
@@ -18276,7 +18276,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18276
18276
|
goto __pyx_L0;
|
18277
18277
|
}
|
18278
18278
|
|
18279
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18279
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":839
|
18280
18280
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18281
18281
|
*
|
18282
18282
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18291,7 +18291,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18291
18291
|
return __pyx_r;
|
18292
18292
|
}
|
18293
18293
|
|
18294
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18294
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1035
|
18295
18295
|
* int _import_umath() except -1
|
18296
18296
|
*
|
18297
18297
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18305,7 +18305,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18305
18305
|
const char *__pyx_filename = NULL;
|
18306
18306
|
int __pyx_clineno = 0;
|
18307
18307
|
|
18308
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18308
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1036
|
18309
18309
|
*
|
18310
18310
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18311
18311
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -18314,7 +18314,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18314
18314
|
*/
|
18315
18315
|
Py_INCREF(__pyx_v_base);
|
18316
18316
|
|
18317
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18317
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1037
|
18318
18318
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18319
18319
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
18320
18320
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -18323,7 +18323,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18323
18323
|
*/
|
18324
18324
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(2, 1037, __pyx_L1_error)
|
18325
18325
|
|
18326
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18326
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1035
|
18327
18327
|
* int _import_umath() except -1
|
18328
18328
|
*
|
18329
18329
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18338,7 +18338,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18338
18338
|
__pyx_L0:;
|
18339
18339
|
}
|
18340
18340
|
|
18341
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18341
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
|
18342
18342
|
* PyArray_SetBaseObject(arr, base)
|
18343
18343
|
*
|
18344
18344
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18353,7 +18353,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18353
18353
|
int __pyx_t_1;
|
18354
18354
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
18355
18355
|
|
18356
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18356
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1040
|
18357
18357
|
*
|
18358
18358
|
* cdef inline object get_array_base(ndarray arr):
|
18359
18359
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -18362,7 +18362,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18362
18362
|
*/
|
18363
18363
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
18364
18364
|
|
18365
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18365
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1041
|
18366
18366
|
* cdef inline object get_array_base(ndarray arr):
|
18367
18367
|
* base = PyArray_BASE(arr)
|
18368
18368
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18372,7 +18372,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18372
18372
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
18373
18373
|
if (__pyx_t_1) {
|
18374
18374
|
|
18375
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18375
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1042
|
18376
18376
|
* base = PyArray_BASE(arr)
|
18377
18377
|
* if base is NULL:
|
18378
18378
|
* return None # <<<<<<<<<<<<<<
|
@@ -18383,7 +18383,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18383
18383
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
18384
18384
|
goto __pyx_L0;
|
18385
18385
|
|
18386
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18386
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1041
|
18387
18387
|
* cdef inline object get_array_base(ndarray arr):
|
18388
18388
|
* base = PyArray_BASE(arr)
|
18389
18389
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18392,7 +18392,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18392
18392
|
*/
|
18393
18393
|
}
|
18394
18394
|
|
18395
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18395
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1043
|
18396
18396
|
* if base is NULL:
|
18397
18397
|
* return None
|
18398
18398
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -18404,7 +18404,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18404
18404
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
18405
18405
|
goto __pyx_L0;
|
18406
18406
|
|
18407
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18407
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
|
18408
18408
|
* PyArray_SetBaseObject(arr, base)
|
18409
18409
|
*
|
18410
18410
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18419,7 +18419,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18419
18419
|
return __pyx_r;
|
18420
18420
|
}
|
18421
18421
|
|
18422
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18422
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1047
|
18423
18423
|
* # Versions of the import_* functions which are more suitable for
|
18424
18424
|
* # Cython code.
|
18425
18425
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18446,7 +18446,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18446
18446
|
int __pyx_clineno = 0;
|
18447
18447
|
__Pyx_RefNannySetupContext("import_array", 0);
|
18448
18448
|
|
18449
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18449
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1048
|
18450
18450
|
* # Cython code.
|
18451
18451
|
* cdef inline int import_array() except -1:
|
18452
18452
|
* try: # <<<<<<<<<<<<<<
|
@@ -18462,7 +18462,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18462
18462
|
__Pyx_XGOTREF(__pyx_t_3);
|
18463
18463
|
/*try:*/ {
|
18464
18464
|
|
18465
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18465
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1049
|
18466
18466
|
* cdef inline int import_array() except -1:
|
18467
18467
|
* try:
|
18468
18468
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -18471,7 +18471,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18471
18471
|
*/
|
18472
18472
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1049, __pyx_L3_error)
|
18473
18473
|
|
18474
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18474
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1048
|
18475
18475
|
* # Cython code.
|
18476
18476
|
* cdef inline int import_array() except -1:
|
18477
18477
|
* try: # <<<<<<<<<<<<<<
|
@@ -18485,7 +18485,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18485
18485
|
goto __pyx_L8_try_end;
|
18486
18486
|
__pyx_L3_error:;
|
18487
18487
|
|
18488
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18488
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1050
|
18489
18489
|
* try:
|
18490
18490
|
* __pyx_import_array()
|
18491
18491
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18500,7 +18500,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18500
18500
|
__Pyx_XGOTREF(__pyx_t_6);
|
18501
18501
|
__Pyx_XGOTREF(__pyx_t_7);
|
18502
18502
|
|
18503
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18503
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1051
|
18504
18504
|
* __pyx_import_array()
|
18505
18505
|
* except Exception:
|
18506
18506
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -18525,7 +18525,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18525
18525
|
}
|
18526
18526
|
goto __pyx_L5_except_error;
|
18527
18527
|
|
18528
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18528
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1048
|
18529
18529
|
* # Cython code.
|
18530
18530
|
* cdef inline int import_array() except -1:
|
18531
18531
|
* try: # <<<<<<<<<<<<<<
|
@@ -18541,7 +18541,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18541
18541
|
__pyx_L8_try_end:;
|
18542
18542
|
}
|
18543
18543
|
|
18544
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18544
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1047
|
18545
18545
|
* # Versions of the import_* functions which are more suitable for
|
18546
18546
|
* # Cython code.
|
18547
18547
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18566,7 +18566,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18566
18566
|
return __pyx_r;
|
18567
18567
|
}
|
18568
18568
|
|
18569
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18569
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1053
|
18570
18570
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18571
18571
|
*
|
18572
18572
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18593,7 +18593,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18593
18593
|
int __pyx_clineno = 0;
|
18594
18594
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
18595
18595
|
|
18596
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18596
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1054
|
18597
18597
|
*
|
18598
18598
|
* cdef inline int import_umath() except -1:
|
18599
18599
|
* try: # <<<<<<<<<<<<<<
|
@@ -18609,7 +18609,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18609
18609
|
__Pyx_XGOTREF(__pyx_t_3);
|
18610
18610
|
/*try:*/ {
|
18611
18611
|
|
18612
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18612
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1055
|
18613
18613
|
* cdef inline int import_umath() except -1:
|
18614
18614
|
* try:
|
18615
18615
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18618,7 +18618,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18618
18618
|
*/
|
18619
18619
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1055, __pyx_L3_error)
|
18620
18620
|
|
18621
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18621
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1054
|
18622
18622
|
*
|
18623
18623
|
* cdef inline int import_umath() except -1:
|
18624
18624
|
* try: # <<<<<<<<<<<<<<
|
@@ -18632,7 +18632,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18632
18632
|
goto __pyx_L8_try_end;
|
18633
18633
|
__pyx_L3_error:;
|
18634
18634
|
|
18635
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18635
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1056
|
18636
18636
|
* try:
|
18637
18637
|
* _import_umath()
|
18638
18638
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18647,7 +18647,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18647
18647
|
__Pyx_XGOTREF(__pyx_t_6);
|
18648
18648
|
__Pyx_XGOTREF(__pyx_t_7);
|
18649
18649
|
|
18650
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18650
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1057
|
18651
18651
|
* _import_umath()
|
18652
18652
|
* except Exception:
|
18653
18653
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18672,7 +18672,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18672
18672
|
}
|
18673
18673
|
goto __pyx_L5_except_error;
|
18674
18674
|
|
18675
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18675
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1054
|
18676
18676
|
*
|
18677
18677
|
* cdef inline int import_umath() except -1:
|
18678
18678
|
* try: # <<<<<<<<<<<<<<
|
@@ -18688,7 +18688,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18688
18688
|
__pyx_L8_try_end:;
|
18689
18689
|
}
|
18690
18690
|
|
18691
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18691
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1053
|
18692
18692
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18693
18693
|
*
|
18694
18694
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18713,7 +18713,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18713
18713
|
return __pyx_r;
|
18714
18714
|
}
|
18715
18715
|
|
18716
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18716
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1059
|
18717
18717
|
* raise ImportError("numpy._core.umath failed to import")
|
18718
18718
|
*
|
18719
18719
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18740,7 +18740,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18740
18740
|
int __pyx_clineno = 0;
|
18741
18741
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
18742
18742
|
|
18743
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18743
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1060
|
18744
18744
|
*
|
18745
18745
|
* cdef inline int import_ufunc() except -1:
|
18746
18746
|
* try: # <<<<<<<<<<<<<<
|
@@ -18756,7 +18756,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18756
18756
|
__Pyx_XGOTREF(__pyx_t_3);
|
18757
18757
|
/*try:*/ {
|
18758
18758
|
|
18759
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18759
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1061
|
18760
18760
|
* cdef inline int import_ufunc() except -1:
|
18761
18761
|
* try:
|
18762
18762
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18765,7 +18765,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18765
18765
|
*/
|
18766
18766
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1061, __pyx_L3_error)
|
18767
18767
|
|
18768
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18768
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1060
|
18769
18769
|
*
|
18770
18770
|
* cdef inline int import_ufunc() except -1:
|
18771
18771
|
* try: # <<<<<<<<<<<<<<
|
@@ -18779,7 +18779,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18779
18779
|
goto __pyx_L8_try_end;
|
18780
18780
|
__pyx_L3_error:;
|
18781
18781
|
|
18782
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18782
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1062
|
18783
18783
|
* try:
|
18784
18784
|
* _import_umath()
|
18785
18785
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18794,7 +18794,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18794
18794
|
__Pyx_XGOTREF(__pyx_t_6);
|
18795
18795
|
__Pyx_XGOTREF(__pyx_t_7);
|
18796
18796
|
|
18797
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18797
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1063
|
18798
18798
|
* _import_umath()
|
18799
18799
|
* except Exception:
|
18800
18800
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18819,7 +18819,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18819
18819
|
}
|
18820
18820
|
goto __pyx_L5_except_error;
|
18821
18821
|
|
18822
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18822
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1060
|
18823
18823
|
*
|
18824
18824
|
* cdef inline int import_ufunc() except -1:
|
18825
18825
|
* try: # <<<<<<<<<<<<<<
|
@@ -18835,7 +18835,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18835
18835
|
__pyx_L8_try_end:;
|
18836
18836
|
}
|
18837
18837
|
|
18838
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18838
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1059
|
18839
18839
|
* raise ImportError("numpy._core.umath failed to import")
|
18840
18840
|
*
|
18841
18841
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18860,7 +18860,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18860
18860
|
return __pyx_r;
|
18861
18861
|
}
|
18862
18862
|
|
18863
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18863
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1066
|
18864
18864
|
*
|
18865
18865
|
*
|
18866
18866
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18871,7 +18871,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18871
18871
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
18872
18872
|
int __pyx_r;
|
18873
18873
|
|
18874
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18874
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1078
|
18875
18875
|
* bool
|
18876
18876
|
* """
|
18877
18877
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18881,7 +18881,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18881
18881
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
18882
18882
|
goto __pyx_L0;
|
18883
18883
|
|
18884
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18884
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1066
|
18885
18885
|
*
|
18886
18886
|
*
|
18887
18887
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18894,7 +18894,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18894
18894
|
return __pyx_r;
|
18895
18895
|
}
|
18896
18896
|
|
18897
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18897
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1081
|
18898
18898
|
*
|
18899
18899
|
*
|
18900
18900
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18905,7 +18905,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18905
18905
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
18906
18906
|
int __pyx_r;
|
18907
18907
|
|
18908
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18908
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1093
|
18909
18909
|
* bool
|
18910
18910
|
* """
|
18911
18911
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18915,7 +18915,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18915
18915
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
18916
18916
|
goto __pyx_L0;
|
18917
18917
|
|
18918
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18918
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1081
|
18919
18919
|
*
|
18920
18920
|
*
|
18921
18921
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18928,7 +18928,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18928
18928
|
return __pyx_r;
|
18929
18929
|
}
|
18930
18930
|
|
18931
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18931
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1096
|
18932
18932
|
*
|
18933
18933
|
*
|
18934
18934
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18939,7 +18939,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18939
18939
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
18940
18940
|
npy_datetime __pyx_r;
|
18941
18941
|
|
18942
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18942
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1103
|
18943
18943
|
* also needed. That can be found using `get_datetime64_unit`.
|
18944
18944
|
* """
|
18945
18945
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18949,7 +18949,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18949
18949
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
18950
18950
|
goto __pyx_L0;
|
18951
18951
|
|
18952
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18952
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1096
|
18953
18953
|
*
|
18954
18954
|
*
|
18955
18955
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18962,7 +18962,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18962
18962
|
return __pyx_r;
|
18963
18963
|
}
|
18964
18964
|
|
18965
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18965
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1106
|
18966
18966
|
*
|
18967
18967
|
*
|
18968
18968
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18973,7 +18973,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18973
18973
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
18974
18974
|
npy_timedelta __pyx_r;
|
18975
18975
|
|
18976
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18976
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1110
|
18977
18977
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
18978
18978
|
* """
|
18979
18979
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18983,7 +18983,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18983
18983
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
18984
18984
|
goto __pyx_L0;
|
18985
18985
|
|
18986
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18986
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1106
|
18987
18987
|
*
|
18988
18988
|
*
|
18989
18989
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18996,7 +18996,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18996
18996
|
return __pyx_r;
|
18997
18997
|
}
|
18998
18998
|
|
18999
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18999
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1113
|
19000
19000
|
*
|
19001
19001
|
*
|
19002
19002
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19007,7 +19007,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19007
19007
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
19008
19008
|
NPY_DATETIMEUNIT __pyx_r;
|
19009
19009
|
|
19010
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19010
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1117
|
19011
19011
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
19012
19012
|
* """
|
19013
19013
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -19017,7 +19017,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
19017
19017
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
19018
19018
|
goto __pyx_L0;
|
19019
19019
|
|
19020
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19020
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-dali6m_1/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1113
|
19021
19021
|
*
|
19022
19022
|
*
|
19023
19023
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|