edsger 0.1.2__cp310-cp310-macosx_11_0_arm64.whl → 0.1.4__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.4.dist-info}/METADATA +21 -14
- {edsger-0.1.2.dist-info → edsger-0.1.4.dist-info}/RECORD +16 -16
- {edsger-0.1.2.dist-info → edsger-0.1.4.dist-info}/WHEEL +0 -0
- {edsger-0.1.2.dist-info → edsger-0.1.4.dist-info}/licenses/AUTHORS.rst +0 -0
- {edsger-0.1.2.dist-info → edsger-0.1.4.dist-info}/licenses/LICENSE +0 -0
- {edsger-0.1.2.dist-info → edsger-0.1.4.dist-info}/top_level.txt +0 -0
edsger/pq_4ary_dec_0b.c
CHANGED
@@ -1384,7 +1384,7 @@ static const char *__pyx_filename;
|
|
1384
1384
|
static const char* const __pyx_f[] = {
|
1385
1385
|
"src/edsger/pq_4ary_dec_0b.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-p_zovtdi/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-p_zovtdi/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-p_zovtdi/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-p_zovtdi/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-p_zovtdi/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-p_zovtdi/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-p_zovtdi/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-p_zovtdi/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-p_zovtdi/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-p_zovtdi/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-p_zovtdi/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-p_zovtdi/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-p_zovtdi/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-p_zovtdi/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-p_zovtdi/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-p_zovtdi/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-p_zovtdi/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-p_zovtdi/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 # <<<<<<<<<<<<<<
|
@@ -17334,7 +17334,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17334
17334
|
return __pyx_r;
|
17335
17335
|
}
|
17336
17336
|
|
17337
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17337
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":286
|
17338
17338
|
* cdef int type_num
|
17339
17339
|
*
|
17340
17340
|
* @property # <<<<<<<<<<<<<<
|
@@ -17345,7 +17345,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17345
17345
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
17346
17346
|
npy_intp __pyx_r;
|
17347
17347
|
|
17348
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17348
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":288
|
17349
17349
|
* @property
|
17350
17350
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
17351
17351
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -17355,7 +17355,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17355
17355
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
17356
17356
|
goto __pyx_L0;
|
17357
17357
|
|
17358
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17358
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":286
|
17359
17359
|
* cdef int type_num
|
17360
17360
|
*
|
17361
17361
|
* @property # <<<<<<<<<<<<<<
|
@@ -17368,7 +17368,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17368
17368
|
return __pyx_r;
|
17369
17369
|
}
|
17370
17370
|
|
17371
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17371
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":290
|
17372
17372
|
* return PyDataType_ELSIZE(self)
|
17373
17373
|
*
|
17374
17374
|
* @property # <<<<<<<<<<<<<<
|
@@ -17379,7 +17379,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17379
17379
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
17380
17380
|
npy_intp __pyx_r;
|
17381
17381
|
|
17382
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17382
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":292
|
17383
17383
|
* @property
|
17384
17384
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
17385
17385
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -17389,7 +17389,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17389
17389
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
17390
17390
|
goto __pyx_L0;
|
17391
17391
|
|
17392
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17392
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":290
|
17393
17393
|
* return PyDataType_ELSIZE(self)
|
17394
17394
|
*
|
17395
17395
|
* @property # <<<<<<<<<<<<<<
|
@@ -17402,7 +17402,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17402
17402
|
return __pyx_r;
|
17403
17403
|
}
|
17404
17404
|
|
17405
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17405
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":296
|
17406
17406
|
* # Use fields/names with care as they may be NULL. You must check
|
17407
17407
|
* # for this using PyDataType_HASFIELDS.
|
17408
17408
|
* @property # <<<<<<<<<<<<<<
|
@@ -17416,7 +17416,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17416
17416
|
PyObject *__pyx_t_1;
|
17417
17417
|
__Pyx_RefNannySetupContext("fields", 0);
|
17418
17418
|
|
17419
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17419
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":298
|
17420
17420
|
* @property
|
17421
17421
|
* cdef inline object fields(self):
|
17422
17422
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -17429,7 +17429,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17429
17429
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
17430
17430
|
goto __pyx_L0;
|
17431
17431
|
|
17432
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17432
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":296
|
17433
17433
|
* # Use fields/names with care as they may be NULL. You must check
|
17434
17434
|
* # for this using PyDataType_HASFIELDS.
|
17435
17435
|
* @property # <<<<<<<<<<<<<<
|
@@ -17444,7 +17444,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17444
17444
|
return __pyx_r;
|
17445
17445
|
}
|
17446
17446
|
|
17447
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17447
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":300
|
17448
17448
|
* return <object>PyDataType_FIELDS(self)
|
17449
17449
|
*
|
17450
17450
|
* @property # <<<<<<<<<<<<<<
|
@@ -17458,7 +17458,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17458
17458
|
PyObject *__pyx_t_1;
|
17459
17459
|
__Pyx_RefNannySetupContext("names", 0);
|
17460
17460
|
|
17461
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17461
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":302
|
17462
17462
|
* @property
|
17463
17463
|
* cdef inline tuple names(self):
|
17464
17464
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -17471,7 +17471,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17471
17471
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
17472
17472
|
goto __pyx_L0;
|
17473
17473
|
|
17474
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17474
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":300
|
17475
17475
|
* return <object>PyDataType_FIELDS(self)
|
17476
17476
|
*
|
17477
17477
|
* @property # <<<<<<<<<<<<<<
|
@@ -17486,7 +17486,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17486
17486
|
return __pyx_r;
|
17487
17487
|
}
|
17488
17488
|
|
17489
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17489
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":307
|
17490
17490
|
* # valid (the pointer can be NULL). Most users should access
|
17491
17491
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17492
17492
|
* @property # <<<<<<<<<<<<<<
|
@@ -17497,7 +17497,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17497
17497
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
17498
17498
|
PyArray_ArrayDescr *__pyx_r;
|
17499
17499
|
|
17500
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17500
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":309
|
17501
17501
|
* @property
|
17502
17502
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
17503
17503
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -17507,7 +17507,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17507
17507
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
17508
17508
|
goto __pyx_L0;
|
17509
17509
|
|
17510
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17510
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":307
|
17511
17511
|
* # valid (the pointer can be NULL). Most users should access
|
17512
17512
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17513
17513
|
* @property # <<<<<<<<<<<<<<
|
@@ -17520,7 +17520,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17520
17520
|
return __pyx_r;
|
17521
17521
|
}
|
17522
17522
|
|
17523
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17523
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":311
|
17524
17524
|
* return PyDataType_SUBARRAY(self)
|
17525
17525
|
*
|
17526
17526
|
* @property # <<<<<<<<<<<<<<
|
@@ -17531,7 +17531,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17531
17531
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
17532
17532
|
npy_uint64 __pyx_r;
|
17533
17533
|
|
17534
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17534
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":314
|
17535
17535
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
17536
17536
|
* """The data types flags."""
|
17537
17537
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -17541,7 +17541,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17541
17541
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
17542
17542
|
goto __pyx_L0;
|
17543
17543
|
|
17544
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17544
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":311
|
17545
17545
|
* return PyDataType_SUBARRAY(self)
|
17546
17546
|
*
|
17547
17547
|
* @property # <<<<<<<<<<<<<<
|
@@ -17554,7 +17554,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17554
17554
|
return __pyx_r;
|
17555
17555
|
}
|
17556
17556
|
|
17557
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17557
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":323
|
17558
17558
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17559
17559
|
*
|
17560
17560
|
* @property # <<<<<<<<<<<<<<
|
@@ -17565,7 +17565,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17565
17565
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
17566
17566
|
int __pyx_r;
|
17567
17567
|
|
17568
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17568
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":326
|
17569
17569
|
* cdef inline int numiter(self) noexcept nogil:
|
17570
17570
|
* """The number of arrays that need to be broadcast to the same shape."""
|
17571
17571
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -17575,7 +17575,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17575
17575
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
17576
17576
|
goto __pyx_L0;
|
17577
17577
|
|
17578
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17578
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":323
|
17579
17579
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17580
17580
|
*
|
17581
17581
|
* @property # <<<<<<<<<<<<<<
|
@@ -17588,7 +17588,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17588
17588
|
return __pyx_r;
|
17589
17589
|
}
|
17590
17590
|
|
17591
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17591
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":328
|
17592
17592
|
* return PyArray_MultiIter_NUMITER(self)
|
17593
17593
|
*
|
17594
17594
|
* @property # <<<<<<<<<<<<<<
|
@@ -17599,7 +17599,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17599
17599
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
17600
17600
|
npy_intp __pyx_r;
|
17601
17601
|
|
17602
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17602
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":331
|
17603
17603
|
* cdef inline npy_intp size(self) noexcept nogil:
|
17604
17604
|
* """The total broadcasted size."""
|
17605
17605
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17609,7 +17609,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17609
17609
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
17610
17610
|
goto __pyx_L0;
|
17611
17611
|
|
17612
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17612
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":328
|
17613
17613
|
* return PyArray_MultiIter_NUMITER(self)
|
17614
17614
|
*
|
17615
17615
|
* @property # <<<<<<<<<<<<<<
|
@@ -17622,7 +17622,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17622
17622
|
return __pyx_r;
|
17623
17623
|
}
|
17624
17624
|
|
17625
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17625
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":333
|
17626
17626
|
* return PyArray_MultiIter_SIZE(self)
|
17627
17627
|
*
|
17628
17628
|
* @property # <<<<<<<<<<<<<<
|
@@ -17633,7 +17633,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17633
17633
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
17634
17634
|
npy_intp __pyx_r;
|
17635
17635
|
|
17636
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17636
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":336
|
17637
17637
|
* cdef inline npy_intp index(self) noexcept nogil:
|
17638
17638
|
* """The current (1-d) index into the broadcasted result."""
|
17639
17639
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -17643,7 +17643,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17643
17643
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
17644
17644
|
goto __pyx_L0;
|
17645
17645
|
|
17646
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17646
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":333
|
17647
17647
|
* return PyArray_MultiIter_SIZE(self)
|
17648
17648
|
*
|
17649
17649
|
* @property # <<<<<<<<<<<<<<
|
@@ -17656,7 +17656,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17656
17656
|
return __pyx_r;
|
17657
17657
|
}
|
17658
17658
|
|
17659
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17659
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":338
|
17660
17660
|
* return PyArray_MultiIter_INDEX(self)
|
17661
17661
|
*
|
17662
17662
|
* @property # <<<<<<<<<<<<<<
|
@@ -17667,7 +17667,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17667
17667
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
17668
17668
|
int __pyx_r;
|
17669
17669
|
|
17670
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17670
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":341
|
17671
17671
|
* cdef inline int nd(self) noexcept nogil:
|
17672
17672
|
* """The number of dimensions in the broadcasted result."""
|
17673
17673
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17677,7 +17677,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17677
17677
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
17678
17678
|
goto __pyx_L0;
|
17679
17679
|
|
17680
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17680
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":338
|
17681
17681
|
* return PyArray_MultiIter_INDEX(self)
|
17682
17682
|
*
|
17683
17683
|
* @property # <<<<<<<<<<<<<<
|
@@ -17690,7 +17690,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17690
17690
|
return __pyx_r;
|
17691
17691
|
}
|
17692
17692
|
|
17693
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17693
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":343
|
17694
17694
|
* return PyArray_MultiIter_NDIM(self)
|
17695
17695
|
*
|
17696
17696
|
* @property # <<<<<<<<<<<<<<
|
@@ -17701,7 +17701,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17701
17701
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
17702
17702
|
npy_intp *__pyx_r;
|
17703
17703
|
|
17704
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17704
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":346
|
17705
17705
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
17706
17706
|
* """The shape of the broadcasted result."""
|
17707
17707
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17711,7 +17711,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17711
17711
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
17712
17712
|
goto __pyx_L0;
|
17713
17713
|
|
17714
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17714
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":343
|
17715
17715
|
* return PyArray_MultiIter_NDIM(self)
|
17716
17716
|
*
|
17717
17717
|
* @property # <<<<<<<<<<<<<<
|
@@ -17724,7 +17724,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17724
17724
|
return __pyx_r;
|
17725
17725
|
}
|
17726
17726
|
|
17727
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17727
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":348
|
17728
17728
|
* return PyArray_MultiIter_DIMS(self)
|
17729
17729
|
*
|
17730
17730
|
* @property # <<<<<<<<<<<<<<
|
@@ -17735,7 +17735,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17735
17735
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
17736
17736
|
void **__pyx_r;
|
17737
17737
|
|
17738
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17738
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":352
|
17739
17739
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
17740
17740
|
* On return, the iterators are adjusted for broadcasting."""
|
17741
17741
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -17745,7 +17745,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17745
17745
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
17746
17746
|
goto __pyx_L0;
|
17747
17747
|
|
17748
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17748
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":348
|
17749
17749
|
* return PyArray_MultiIter_DIMS(self)
|
17750
17750
|
*
|
17751
17751
|
* @property # <<<<<<<<<<<<<<
|
@@ -17758,7 +17758,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17758
17758
|
return __pyx_r;
|
17759
17759
|
}
|
17760
17760
|
|
17761
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17761
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":366
|
17762
17762
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17763
17763
|
*
|
17764
17764
|
* @property # <<<<<<<<<<<<<<
|
@@ -17769,7 +17769,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17769
17769
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
17770
17770
|
PyObject *__pyx_r;
|
17771
17771
|
|
17772
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17772
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":370
|
17773
17773
|
* """Returns a borrowed reference to the object owning the data/memory.
|
17774
17774
|
* """
|
17775
17775
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -17779,7 +17779,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17779
17779
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
17780
17780
|
goto __pyx_L0;
|
17781
17781
|
|
17782
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17782
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":366
|
17783
17783
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17784
17784
|
*
|
17785
17785
|
* @property # <<<<<<<<<<<<<<
|
@@ -17792,7 +17792,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17792
17792
|
return __pyx_r;
|
17793
17793
|
}
|
17794
17794
|
|
17795
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17795
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":372
|
17796
17796
|
* return PyArray_BASE(self)
|
17797
17797
|
*
|
17798
17798
|
* @property # <<<<<<<<<<<<<<
|
@@ -17806,7 +17806,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17806
17806
|
PyArray_Descr *__pyx_t_1;
|
17807
17807
|
__Pyx_RefNannySetupContext("descr", 0);
|
17808
17808
|
|
17809
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17809
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":376
|
17810
17810
|
* """Returns an owned reference to the dtype of the array.
|
17811
17811
|
* """
|
17812
17812
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -17819,7 +17819,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17819
17819
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
17820
17820
|
goto __pyx_L0;
|
17821
17821
|
|
17822
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17822
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":372
|
17823
17823
|
* return PyArray_BASE(self)
|
17824
17824
|
*
|
17825
17825
|
* @property # <<<<<<<<<<<<<<
|
@@ -17834,7 +17834,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17834
17834
|
return __pyx_r;
|
17835
17835
|
}
|
17836
17836
|
|
17837
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17837
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":378
|
17838
17838
|
* return <dtype>PyArray_DESCR(self)
|
17839
17839
|
*
|
17840
17840
|
* @property # <<<<<<<<<<<<<<
|
@@ -17845,7 +17845,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17845
17845
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
17846
17846
|
int __pyx_r;
|
17847
17847
|
|
17848
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17848
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":382
|
17849
17849
|
* """Returns the number of dimensions in the array.
|
17850
17850
|
* """
|
17851
17851
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17855,7 +17855,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17855
17855
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
17856
17856
|
goto __pyx_L0;
|
17857
17857
|
|
17858
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17858
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":378
|
17859
17859
|
* return <dtype>PyArray_DESCR(self)
|
17860
17860
|
*
|
17861
17861
|
* @property # <<<<<<<<<<<<<<
|
@@ -17868,7 +17868,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17868
17868
|
return __pyx_r;
|
17869
17869
|
}
|
17870
17870
|
|
17871
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17871
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":384
|
17872
17872
|
* return PyArray_NDIM(self)
|
17873
17873
|
*
|
17874
17874
|
* @property # <<<<<<<<<<<<<<
|
@@ -17879,7 +17879,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17879
17879
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
17880
17880
|
npy_intp *__pyx_r;
|
17881
17881
|
|
17882
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17882
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":390
|
17883
17883
|
* Can return NULL for 0-dimensional arrays.
|
17884
17884
|
* """
|
17885
17885
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17889,7 +17889,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17889
17889
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
17890
17890
|
goto __pyx_L0;
|
17891
17891
|
|
17892
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17892
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":384
|
17893
17893
|
* return PyArray_NDIM(self)
|
17894
17894
|
*
|
17895
17895
|
* @property # <<<<<<<<<<<<<<
|
@@ -17902,7 +17902,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17902
17902
|
return __pyx_r;
|
17903
17903
|
}
|
17904
17904
|
|
17905
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17905
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":392
|
17906
17906
|
* return PyArray_DIMS(self)
|
17907
17907
|
*
|
17908
17908
|
* @property # <<<<<<<<<<<<<<
|
@@ -17913,7 +17913,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17913
17913
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
17914
17914
|
npy_intp *__pyx_r;
|
17915
17915
|
|
17916
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17916
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":397
|
17917
17917
|
* The number of elements matches the number of dimensions of the array (ndim).
|
17918
17918
|
* """
|
17919
17919
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -17923,7 +17923,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17923
17923
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
17924
17924
|
goto __pyx_L0;
|
17925
17925
|
|
17926
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17926
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":392
|
17927
17927
|
* return PyArray_DIMS(self)
|
17928
17928
|
*
|
17929
17929
|
* @property # <<<<<<<<<<<<<<
|
@@ -17936,7 +17936,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17936
17936
|
return __pyx_r;
|
17937
17937
|
}
|
17938
17938
|
|
17939
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17939
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":399
|
17940
17940
|
* return PyArray_STRIDES(self)
|
17941
17941
|
*
|
17942
17942
|
* @property # <<<<<<<<<<<<<<
|
@@ -17947,7 +17947,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17947
17947
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
17948
17948
|
npy_intp __pyx_r;
|
17949
17949
|
|
17950
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17950
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":403
|
17951
17951
|
* """Returns the total size (in number of elements) of the array.
|
17952
17952
|
* """
|
17953
17953
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17957,7 +17957,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17957
17957
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
17958
17958
|
goto __pyx_L0;
|
17959
17959
|
|
17960
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17960
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":399
|
17961
17961
|
* return PyArray_STRIDES(self)
|
17962
17962
|
*
|
17963
17963
|
* @property # <<<<<<<<<<<<<<
|
@@ -17970,7 +17970,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17970
17970
|
return __pyx_r;
|
17971
17971
|
}
|
17972
17972
|
|
17973
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17973
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":405
|
17974
17974
|
* return PyArray_SIZE(self)
|
17975
17975
|
*
|
17976
17976
|
* @property # <<<<<<<<<<<<<<
|
@@ -17981,7 +17981,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17981
17981
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
17982
17982
|
char *__pyx_r;
|
17983
17983
|
|
17984
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17984
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":412
|
17985
17985
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
17986
17986
|
* """
|
17987
17987
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -17991,7 +17991,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17991
17991
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
17992
17992
|
goto __pyx_L0;
|
17993
17993
|
|
17994
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17994
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":405
|
17995
17995
|
* return PyArray_SIZE(self)
|
17996
17996
|
*
|
17997
17997
|
* @property # <<<<<<<<<<<<<<
|
@@ -18004,7 +18004,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
18004
18004
|
return __pyx_r;
|
18005
18005
|
}
|
18006
18006
|
|
18007
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18007
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":824
|
18008
18008
|
* ctypedef long double complex clongdouble_t
|
18009
18009
|
*
|
18010
18010
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -18021,7 +18021,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18021
18021
|
int __pyx_clineno = 0;
|
18022
18022
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
18023
18023
|
|
18024
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18024
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":825
|
18025
18025
|
*
|
18026
18026
|
* cdef inline object PyArray_MultiIterNew1(a):
|
18027
18027
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -18035,7 +18035,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18035
18035
|
__pyx_t_1 = 0;
|
18036
18036
|
goto __pyx_L0;
|
18037
18037
|
|
18038
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18038
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":824
|
18039
18039
|
* ctypedef long double complex clongdouble_t
|
18040
18040
|
*
|
18041
18041
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -18054,7 +18054,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18054
18054
|
return __pyx_r;
|
18055
18055
|
}
|
18056
18056
|
|
18057
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18057
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":827
|
18058
18058
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18059
18059
|
*
|
18060
18060
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18071,7 +18071,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18071
18071
|
int __pyx_clineno = 0;
|
18072
18072
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
18073
18073
|
|
18074
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18074
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":828
|
18075
18075
|
*
|
18076
18076
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
18077
18077
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -18085,7 +18085,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18085
18085
|
__pyx_t_1 = 0;
|
18086
18086
|
goto __pyx_L0;
|
18087
18087
|
|
18088
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18088
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":827
|
18089
18089
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18090
18090
|
*
|
18091
18091
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18104,7 +18104,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18104
18104
|
return __pyx_r;
|
18105
18105
|
}
|
18106
18106
|
|
18107
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18107
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":830
|
18108
18108
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18109
18109
|
*
|
18110
18110
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18121,7 +18121,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18121
18121
|
int __pyx_clineno = 0;
|
18122
18122
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
18123
18123
|
|
18124
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18124
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":831
|
18125
18125
|
*
|
18126
18126
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
18127
18127
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -18135,7 +18135,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18135
18135
|
__pyx_t_1 = 0;
|
18136
18136
|
goto __pyx_L0;
|
18137
18137
|
|
18138
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18138
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":830
|
18139
18139
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18140
18140
|
*
|
18141
18141
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18154,7 +18154,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18154
18154
|
return __pyx_r;
|
18155
18155
|
}
|
18156
18156
|
|
18157
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18157
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":833
|
18158
18158
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18159
18159
|
*
|
18160
18160
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18171,7 +18171,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18171
18171
|
int __pyx_clineno = 0;
|
18172
18172
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
18173
18173
|
|
18174
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18174
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":834
|
18175
18175
|
*
|
18176
18176
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
18177
18177
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -18185,7 +18185,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18185
18185
|
__pyx_t_1 = 0;
|
18186
18186
|
goto __pyx_L0;
|
18187
18187
|
|
18188
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18188
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":833
|
18189
18189
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18190
18190
|
*
|
18191
18191
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18204,7 +18204,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18204
18204
|
return __pyx_r;
|
18205
18205
|
}
|
18206
18206
|
|
18207
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18207
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":836
|
18208
18208
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18209
18209
|
*
|
18210
18210
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18221,7 +18221,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18221
18221
|
int __pyx_clineno = 0;
|
18222
18222
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
18223
18223
|
|
18224
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18224
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":837
|
18225
18225
|
*
|
18226
18226
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
18227
18227
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -18235,7 +18235,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18235
18235
|
__pyx_t_1 = 0;
|
18236
18236
|
goto __pyx_L0;
|
18237
18237
|
|
18238
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18238
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":836
|
18239
18239
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18240
18240
|
*
|
18241
18241
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18254,7 +18254,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18254
18254
|
return __pyx_r;
|
18255
18255
|
}
|
18256
18256
|
|
18257
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18257
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":839
|
18258
18258
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18259
18259
|
*
|
18260
18260
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18269,7 +18269,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18269
18269
|
PyObject *__pyx_t_2;
|
18270
18270
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
18271
18271
|
|
18272
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18272
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":840
|
18273
18273
|
*
|
18274
18274
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18275
18275
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18279,7 +18279,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18279
18279
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
18280
18280
|
if (__pyx_t_1) {
|
18281
18281
|
|
18282
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18282
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":841
|
18283
18283
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18284
18284
|
* if PyDataType_HASSUBARRAY(d):
|
18285
18285
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -18292,7 +18292,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18292
18292
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
18293
18293
|
goto __pyx_L0;
|
18294
18294
|
|
18295
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18295
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":840
|
18296
18296
|
*
|
18297
18297
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18298
18298
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18301,7 +18301,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18301
18301
|
*/
|
18302
18302
|
}
|
18303
18303
|
|
18304
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18304
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":843
|
18305
18305
|
* return <tuple>d.subarray.shape
|
18306
18306
|
* else:
|
18307
18307
|
* return () # <<<<<<<<<<<<<<
|
@@ -18315,7 +18315,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18315
18315
|
goto __pyx_L0;
|
18316
18316
|
}
|
18317
18317
|
|
18318
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18318
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":839
|
18319
18319
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18320
18320
|
*
|
18321
18321
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18330,7 +18330,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18330
18330
|
return __pyx_r;
|
18331
18331
|
}
|
18332
18332
|
|
18333
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18333
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1035
|
18334
18334
|
* int _import_umath() except -1
|
18335
18335
|
*
|
18336
18336
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18344,7 +18344,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18344
18344
|
const char *__pyx_filename = NULL;
|
18345
18345
|
int __pyx_clineno = 0;
|
18346
18346
|
|
18347
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18347
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1036
|
18348
18348
|
*
|
18349
18349
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18350
18350
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -18353,7 +18353,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18353
18353
|
*/
|
18354
18354
|
Py_INCREF(__pyx_v_base);
|
18355
18355
|
|
18356
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18356
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1037
|
18357
18357
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18358
18358
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
18359
18359
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -18362,7 +18362,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18362
18362
|
*/
|
18363
18363
|
__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)
|
18364
18364
|
|
18365
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18365
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1035
|
18366
18366
|
* int _import_umath() except -1
|
18367
18367
|
*
|
18368
18368
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18377,7 +18377,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18377
18377
|
__pyx_L0:;
|
18378
18378
|
}
|
18379
18379
|
|
18380
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18380
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
|
18381
18381
|
* PyArray_SetBaseObject(arr, base)
|
18382
18382
|
*
|
18383
18383
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18392,7 +18392,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18392
18392
|
int __pyx_t_1;
|
18393
18393
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
18394
18394
|
|
18395
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18395
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1040
|
18396
18396
|
*
|
18397
18397
|
* cdef inline object get_array_base(ndarray arr):
|
18398
18398
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -18401,7 +18401,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18401
18401
|
*/
|
18402
18402
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
18403
18403
|
|
18404
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18404
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1041
|
18405
18405
|
* cdef inline object get_array_base(ndarray arr):
|
18406
18406
|
* base = PyArray_BASE(arr)
|
18407
18407
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18411,7 +18411,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18411
18411
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
18412
18412
|
if (__pyx_t_1) {
|
18413
18413
|
|
18414
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18414
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1042
|
18415
18415
|
* base = PyArray_BASE(arr)
|
18416
18416
|
* if base is NULL:
|
18417
18417
|
* return None # <<<<<<<<<<<<<<
|
@@ -18422,7 +18422,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18422
18422
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
18423
18423
|
goto __pyx_L0;
|
18424
18424
|
|
18425
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18425
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1041
|
18426
18426
|
* cdef inline object get_array_base(ndarray arr):
|
18427
18427
|
* base = PyArray_BASE(arr)
|
18428
18428
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18431,7 +18431,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18431
18431
|
*/
|
18432
18432
|
}
|
18433
18433
|
|
18434
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18434
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1043
|
18435
18435
|
* if base is NULL:
|
18436
18436
|
* return None
|
18437
18437
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -18443,7 +18443,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18443
18443
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
18444
18444
|
goto __pyx_L0;
|
18445
18445
|
|
18446
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18446
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
|
18447
18447
|
* PyArray_SetBaseObject(arr, base)
|
18448
18448
|
*
|
18449
18449
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18458,7 +18458,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18458
18458
|
return __pyx_r;
|
18459
18459
|
}
|
18460
18460
|
|
18461
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18461
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1047
|
18462
18462
|
* # Versions of the import_* functions which are more suitable for
|
18463
18463
|
* # Cython code.
|
18464
18464
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18485,7 +18485,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18485
18485
|
int __pyx_clineno = 0;
|
18486
18486
|
__Pyx_RefNannySetupContext("import_array", 0);
|
18487
18487
|
|
18488
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18488
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1048
|
18489
18489
|
* # Cython code.
|
18490
18490
|
* cdef inline int import_array() except -1:
|
18491
18491
|
* try: # <<<<<<<<<<<<<<
|
@@ -18501,7 +18501,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18501
18501
|
__Pyx_XGOTREF(__pyx_t_3);
|
18502
18502
|
/*try:*/ {
|
18503
18503
|
|
18504
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18504
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1049
|
18505
18505
|
* cdef inline int import_array() except -1:
|
18506
18506
|
* try:
|
18507
18507
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -18510,7 +18510,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18510
18510
|
*/
|
18511
18511
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1049, __pyx_L3_error)
|
18512
18512
|
|
18513
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18513
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1048
|
18514
18514
|
* # Cython code.
|
18515
18515
|
* cdef inline int import_array() except -1:
|
18516
18516
|
* try: # <<<<<<<<<<<<<<
|
@@ -18524,7 +18524,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18524
18524
|
goto __pyx_L8_try_end;
|
18525
18525
|
__pyx_L3_error:;
|
18526
18526
|
|
18527
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18527
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1050
|
18528
18528
|
* try:
|
18529
18529
|
* __pyx_import_array()
|
18530
18530
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18539,7 +18539,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18539
18539
|
__Pyx_XGOTREF(__pyx_t_6);
|
18540
18540
|
__Pyx_XGOTREF(__pyx_t_7);
|
18541
18541
|
|
18542
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18542
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1051
|
18543
18543
|
* __pyx_import_array()
|
18544
18544
|
* except Exception:
|
18545
18545
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -18564,7 +18564,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18564
18564
|
}
|
18565
18565
|
goto __pyx_L5_except_error;
|
18566
18566
|
|
18567
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18567
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1048
|
18568
18568
|
* # Cython code.
|
18569
18569
|
* cdef inline int import_array() except -1:
|
18570
18570
|
* try: # <<<<<<<<<<<<<<
|
@@ -18580,7 +18580,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18580
18580
|
__pyx_L8_try_end:;
|
18581
18581
|
}
|
18582
18582
|
|
18583
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18583
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1047
|
18584
18584
|
* # Versions of the import_* functions which are more suitable for
|
18585
18585
|
* # Cython code.
|
18586
18586
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18605,7 +18605,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18605
18605
|
return __pyx_r;
|
18606
18606
|
}
|
18607
18607
|
|
18608
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18608
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1053
|
18609
18609
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18610
18610
|
*
|
18611
18611
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18632,7 +18632,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18632
18632
|
int __pyx_clineno = 0;
|
18633
18633
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
18634
18634
|
|
18635
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18635
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1054
|
18636
18636
|
*
|
18637
18637
|
* cdef inline int import_umath() except -1:
|
18638
18638
|
* try: # <<<<<<<<<<<<<<
|
@@ -18648,7 +18648,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18648
18648
|
__Pyx_XGOTREF(__pyx_t_3);
|
18649
18649
|
/*try:*/ {
|
18650
18650
|
|
18651
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18651
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1055
|
18652
18652
|
* cdef inline int import_umath() except -1:
|
18653
18653
|
* try:
|
18654
18654
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18657,7 +18657,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18657
18657
|
*/
|
18658
18658
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1055, __pyx_L3_error)
|
18659
18659
|
|
18660
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18660
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1054
|
18661
18661
|
*
|
18662
18662
|
* cdef inline int import_umath() except -1:
|
18663
18663
|
* try: # <<<<<<<<<<<<<<
|
@@ -18671,7 +18671,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18671
18671
|
goto __pyx_L8_try_end;
|
18672
18672
|
__pyx_L3_error:;
|
18673
18673
|
|
18674
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18674
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1056
|
18675
18675
|
* try:
|
18676
18676
|
* _import_umath()
|
18677
18677
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18686,7 +18686,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18686
18686
|
__Pyx_XGOTREF(__pyx_t_6);
|
18687
18687
|
__Pyx_XGOTREF(__pyx_t_7);
|
18688
18688
|
|
18689
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18689
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1057
|
18690
18690
|
* _import_umath()
|
18691
18691
|
* except Exception:
|
18692
18692
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18711,7 +18711,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18711
18711
|
}
|
18712
18712
|
goto __pyx_L5_except_error;
|
18713
18713
|
|
18714
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18714
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1054
|
18715
18715
|
*
|
18716
18716
|
* cdef inline int import_umath() except -1:
|
18717
18717
|
* try: # <<<<<<<<<<<<<<
|
@@ -18727,7 +18727,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18727
18727
|
__pyx_L8_try_end:;
|
18728
18728
|
}
|
18729
18729
|
|
18730
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18730
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1053
|
18731
18731
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18732
18732
|
*
|
18733
18733
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18752,7 +18752,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18752
18752
|
return __pyx_r;
|
18753
18753
|
}
|
18754
18754
|
|
18755
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18755
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1059
|
18756
18756
|
* raise ImportError("numpy._core.umath failed to import")
|
18757
18757
|
*
|
18758
18758
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18779,7 +18779,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18779
18779
|
int __pyx_clineno = 0;
|
18780
18780
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
18781
18781
|
|
18782
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18782
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1060
|
18783
18783
|
*
|
18784
18784
|
* cdef inline int import_ufunc() except -1:
|
18785
18785
|
* try: # <<<<<<<<<<<<<<
|
@@ -18795,7 +18795,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18795
18795
|
__Pyx_XGOTREF(__pyx_t_3);
|
18796
18796
|
/*try:*/ {
|
18797
18797
|
|
18798
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18798
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1061
|
18799
18799
|
* cdef inline int import_ufunc() except -1:
|
18800
18800
|
* try:
|
18801
18801
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18804,7 +18804,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18804
18804
|
*/
|
18805
18805
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1061, __pyx_L3_error)
|
18806
18806
|
|
18807
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18807
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1060
|
18808
18808
|
*
|
18809
18809
|
* cdef inline int import_ufunc() except -1:
|
18810
18810
|
* try: # <<<<<<<<<<<<<<
|
@@ -18818,7 +18818,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18818
18818
|
goto __pyx_L8_try_end;
|
18819
18819
|
__pyx_L3_error:;
|
18820
18820
|
|
18821
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18821
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1062
|
18822
18822
|
* try:
|
18823
18823
|
* _import_umath()
|
18824
18824
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18833,7 +18833,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18833
18833
|
__Pyx_XGOTREF(__pyx_t_6);
|
18834
18834
|
__Pyx_XGOTREF(__pyx_t_7);
|
18835
18835
|
|
18836
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18836
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1063
|
18837
18837
|
* _import_umath()
|
18838
18838
|
* except Exception:
|
18839
18839
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18858,7 +18858,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18858
18858
|
}
|
18859
18859
|
goto __pyx_L5_except_error;
|
18860
18860
|
|
18861
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18861
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1060
|
18862
18862
|
*
|
18863
18863
|
* cdef inline int import_ufunc() except -1:
|
18864
18864
|
* try: # <<<<<<<<<<<<<<
|
@@ -18874,7 +18874,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18874
18874
|
__pyx_L8_try_end:;
|
18875
18875
|
}
|
18876
18876
|
|
18877
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18877
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1059
|
18878
18878
|
* raise ImportError("numpy._core.umath failed to import")
|
18879
18879
|
*
|
18880
18880
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18899,7 +18899,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18899
18899
|
return __pyx_r;
|
18900
18900
|
}
|
18901
18901
|
|
18902
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18902
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1066
|
18903
18903
|
*
|
18904
18904
|
*
|
18905
18905
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18910,7 +18910,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18910
18910
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
18911
18911
|
int __pyx_r;
|
18912
18912
|
|
18913
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18913
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1078
|
18914
18914
|
* bool
|
18915
18915
|
* """
|
18916
18916
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18920,7 +18920,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18920
18920
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
18921
18921
|
goto __pyx_L0;
|
18922
18922
|
|
18923
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18923
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1066
|
18924
18924
|
*
|
18925
18925
|
*
|
18926
18926
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18933,7 +18933,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18933
18933
|
return __pyx_r;
|
18934
18934
|
}
|
18935
18935
|
|
18936
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18936
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1081
|
18937
18937
|
*
|
18938
18938
|
*
|
18939
18939
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18944,7 +18944,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18944
18944
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
18945
18945
|
int __pyx_r;
|
18946
18946
|
|
18947
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18947
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1093
|
18948
18948
|
* bool
|
18949
18949
|
* """
|
18950
18950
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18954,7 +18954,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18954
18954
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
18955
18955
|
goto __pyx_L0;
|
18956
18956
|
|
18957
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18957
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1081
|
18958
18958
|
*
|
18959
18959
|
*
|
18960
18960
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18967,7 +18967,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18967
18967
|
return __pyx_r;
|
18968
18968
|
}
|
18969
18969
|
|
18970
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18970
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1096
|
18971
18971
|
*
|
18972
18972
|
*
|
18973
18973
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18978,7 +18978,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18978
18978
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
18979
18979
|
npy_datetime __pyx_r;
|
18980
18980
|
|
18981
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18981
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1103
|
18982
18982
|
* also needed. That can be found using `get_datetime64_unit`.
|
18983
18983
|
* """
|
18984
18984
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18988,7 +18988,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18988
18988
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
18989
18989
|
goto __pyx_L0;
|
18990
18990
|
|
18991
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18991
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1096
|
18992
18992
|
*
|
18993
18993
|
*
|
18994
18994
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19001,7 +19001,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
19001
19001
|
return __pyx_r;
|
19002
19002
|
}
|
19003
19003
|
|
19004
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19004
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1106
|
19005
19005
|
*
|
19006
19006
|
*
|
19007
19007
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19012,7 +19012,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
19012
19012
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
19013
19013
|
npy_timedelta __pyx_r;
|
19014
19014
|
|
19015
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19015
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1110
|
19016
19016
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
19017
19017
|
* """
|
19018
19018
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -19022,7 +19022,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19022
19022
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
19023
19023
|
goto __pyx_L0;
|
19024
19024
|
|
19025
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19025
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1106
|
19026
19026
|
*
|
19027
19027
|
*
|
19028
19028
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19035,7 +19035,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19035
19035
|
return __pyx_r;
|
19036
19036
|
}
|
19037
19037
|
|
19038
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19038
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1113
|
19039
19039
|
*
|
19040
19040
|
*
|
19041
19041
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19046,7 +19046,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19046
19046
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
19047
19047
|
NPY_DATETIMEUNIT __pyx_r;
|
19048
19048
|
|
19049
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19049
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1117
|
19050
19050
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
19051
19051
|
* """
|
19052
19052
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -19056,7 +19056,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
19056
19056
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
19057
19057
|
goto __pyx_L0;
|
19058
19058
|
|
19059
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19059
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-p_zovtdi/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1113
|
19060
19060
|
*
|
19061
19061
|
*
|
19062
19062
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|