edsger 0.1.2__cp39-cp39-macosx_11_0_arm64.whl → 0.1.4__cp39-cp39-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 +148 -148
- edsger/dijkstra.c +7060 -2698
- edsger/dijkstra.cpython-39-darwin.so +0 -0
- edsger/dijkstra.pyx +507 -5
- edsger/path.py +145 -37
- edsger/path_tracking.c +148 -148
- edsger/pq_4ary_dec_0b.c +148 -148
- edsger/spiess_florian.c +148 -148
- edsger/star.c +148 -148
- {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-8jr37tsi/overlay/lib/python3.9/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-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":770
|
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-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":771
|
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-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":772
|
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-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":773
|
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-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":777
|
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-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":778
|
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-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":779
|
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-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":780
|
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-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":784
|
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-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":785
|
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-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":792
|
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-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":793
|
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-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":795
|
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-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":796
|
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-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":798
|
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-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":799
|
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-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":800
|
1755
1755
|
* ctypedef npy_double float_t
|
1756
1756
|
* ctypedef npy_double double_t
|
1757
1757
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
@@ -1813,7 +1813,7 @@ struct __pyx_MemviewEnum_obj;
|
|
1813
1813
|
struct __pyx_memoryview_obj;
|
1814
1814
|
struct __pyx_memoryviewslice_obj;
|
1815
1815
|
|
1816
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1816
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1096
|
1817
1817
|
*
|
1818
1818
|
* # Iterator API added in v1.6
|
1819
1819
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil # <<<<<<<<<<<<<<
|
@@ -1822,7 +1822,7 @@ struct __pyx_memoryviewslice_obj;
|
|
1822
1822
|
*/
|
1823
1823
|
typedef int (*__pyx_t_5numpy_NpyIter_IterNextFunc)(NpyIter *);
|
1824
1824
|
|
1825
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1825
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1097
|
1826
1826
|
* # Iterator API added in v1.6
|
1827
1827
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil
|
1828
1828
|
* ctypedef void (*NpyIter_GetMultiIndexFunc)(NpyIter* it, npy_intp* outcoords) noexcept nogil # <<<<<<<<<<<<<<
|
@@ -17352,7 +17352,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17352
17352
|
return __pyx_r;
|
17353
17353
|
}
|
17354
17354
|
|
17355
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17355
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
17356
17356
|
* cdef int type_num
|
17357
17357
|
*
|
17358
17358
|
* @property # <<<<<<<<<<<<<<
|
@@ -17363,7 +17363,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17363
17363
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
17364
17364
|
npy_intp __pyx_r;
|
17365
17365
|
|
17366
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17366
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":287
|
17367
17367
|
* @property
|
17368
17368
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
17369
17369
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -17373,7 +17373,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17373
17373
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
17374
17374
|
goto __pyx_L0;
|
17375
17375
|
|
17376
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17376
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
17377
17377
|
* cdef int type_num
|
17378
17378
|
*
|
17379
17379
|
* @property # <<<<<<<<<<<<<<
|
@@ -17386,7 +17386,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17386
17386
|
return __pyx_r;
|
17387
17387
|
}
|
17388
17388
|
|
17389
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17389
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
17390
17390
|
* return PyDataType_ELSIZE(self)
|
17391
17391
|
*
|
17392
17392
|
* @property # <<<<<<<<<<<<<<
|
@@ -17397,7 +17397,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17397
17397
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
17398
17398
|
npy_intp __pyx_r;
|
17399
17399
|
|
17400
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17400
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":291
|
17401
17401
|
* @property
|
17402
17402
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
17403
17403
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -17407,7 +17407,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17407
17407
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
17408
17408
|
goto __pyx_L0;
|
17409
17409
|
|
17410
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17410
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
17411
17411
|
* return PyDataType_ELSIZE(self)
|
17412
17412
|
*
|
17413
17413
|
* @property # <<<<<<<<<<<<<<
|
@@ -17420,7 +17420,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17420
17420
|
return __pyx_r;
|
17421
17421
|
}
|
17422
17422
|
|
17423
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17423
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
17424
17424
|
* # Use fields/names with care as they may be NULL. You must check
|
17425
17425
|
* # for this using PyDataType_HASFIELDS.
|
17426
17426
|
* @property # <<<<<<<<<<<<<<
|
@@ -17434,7 +17434,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17434
17434
|
PyObject *__pyx_t_1;
|
17435
17435
|
__Pyx_RefNannySetupContext("fields", 0);
|
17436
17436
|
|
17437
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17437
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":297
|
17438
17438
|
* @property
|
17439
17439
|
* cdef inline object fields(self):
|
17440
17440
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -17447,7 +17447,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17447
17447
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
17448
17448
|
goto __pyx_L0;
|
17449
17449
|
|
17450
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17450
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
17451
17451
|
* # Use fields/names with care as they may be NULL. You must check
|
17452
17452
|
* # for this using PyDataType_HASFIELDS.
|
17453
17453
|
* @property # <<<<<<<<<<<<<<
|
@@ -17462,7 +17462,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17462
17462
|
return __pyx_r;
|
17463
17463
|
}
|
17464
17464
|
|
17465
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17465
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
17466
17466
|
* return <object>PyDataType_FIELDS(self)
|
17467
17467
|
*
|
17468
17468
|
* @property # <<<<<<<<<<<<<<
|
@@ -17476,7 +17476,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17476
17476
|
PyObject *__pyx_t_1;
|
17477
17477
|
__Pyx_RefNannySetupContext("names", 0);
|
17478
17478
|
|
17479
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17479
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":301
|
17480
17480
|
* @property
|
17481
17481
|
* cdef inline tuple names(self):
|
17482
17482
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -17489,7 +17489,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17489
17489
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
17490
17490
|
goto __pyx_L0;
|
17491
17491
|
|
17492
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17492
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
17493
17493
|
* return <object>PyDataType_FIELDS(self)
|
17494
17494
|
*
|
17495
17495
|
* @property # <<<<<<<<<<<<<<
|
@@ -17504,7 +17504,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17504
17504
|
return __pyx_r;
|
17505
17505
|
}
|
17506
17506
|
|
17507
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17507
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
17508
17508
|
* # valid (the pointer can be NULL). Most users should access
|
17509
17509
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17510
17510
|
* @property # <<<<<<<<<<<<<<
|
@@ -17515,7 +17515,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17515
17515
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
17516
17516
|
PyArray_ArrayDescr *__pyx_r;
|
17517
17517
|
|
17518
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17518
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":308
|
17519
17519
|
* @property
|
17520
17520
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
17521
17521
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -17525,7 +17525,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17525
17525
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
17526
17526
|
goto __pyx_L0;
|
17527
17527
|
|
17528
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17528
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
17529
17529
|
* # valid (the pointer can be NULL). Most users should access
|
17530
17530
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17531
17531
|
* @property # <<<<<<<<<<<<<<
|
@@ -17538,7 +17538,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17538
17538
|
return __pyx_r;
|
17539
17539
|
}
|
17540
17540
|
|
17541
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17541
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
17542
17542
|
* return PyDataType_SUBARRAY(self)
|
17543
17543
|
*
|
17544
17544
|
* @property # <<<<<<<<<<<<<<
|
@@ -17549,7 +17549,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17549
17549
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
17550
17550
|
npy_uint64 __pyx_r;
|
17551
17551
|
|
17552
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17552
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":313
|
17553
17553
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
17554
17554
|
* """The data types flags."""
|
17555
17555
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -17559,7 +17559,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17559
17559
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
17560
17560
|
goto __pyx_L0;
|
17561
17561
|
|
17562
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17562
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
17563
17563
|
* return PyDataType_SUBARRAY(self)
|
17564
17564
|
*
|
17565
17565
|
* @property # <<<<<<<<<<<<<<
|
@@ -17572,7 +17572,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17572
17572
|
return __pyx_r;
|
17573
17573
|
}
|
17574
17574
|
|
17575
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17575
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
17576
17576
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17577
17577
|
*
|
17578
17578
|
* @property # <<<<<<<<<<<<<<
|
@@ -17583,7 +17583,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17583
17583
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
17584
17584
|
int __pyx_r;
|
17585
17585
|
|
17586
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17586
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":325
|
17587
17587
|
* cdef inline int numiter(self) noexcept nogil:
|
17588
17588
|
* """The number of arrays that need to be broadcast to the same shape."""
|
17589
17589
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -17593,7 +17593,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17593
17593
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
17594
17594
|
goto __pyx_L0;
|
17595
17595
|
|
17596
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17596
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
17597
17597
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17598
17598
|
*
|
17599
17599
|
* @property # <<<<<<<<<<<<<<
|
@@ -17606,7 +17606,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17606
17606
|
return __pyx_r;
|
17607
17607
|
}
|
17608
17608
|
|
17609
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17609
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
17610
17610
|
* return PyArray_MultiIter_NUMITER(self)
|
17611
17611
|
*
|
17612
17612
|
* @property # <<<<<<<<<<<<<<
|
@@ -17617,7 +17617,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17617
17617
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
17618
17618
|
npy_intp __pyx_r;
|
17619
17619
|
|
17620
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17620
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":330
|
17621
17621
|
* cdef inline npy_intp size(self) noexcept nogil:
|
17622
17622
|
* """The total broadcasted size."""
|
17623
17623
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17627,7 +17627,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17627
17627
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
17628
17628
|
goto __pyx_L0;
|
17629
17629
|
|
17630
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17630
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
17631
17631
|
* return PyArray_MultiIter_NUMITER(self)
|
17632
17632
|
*
|
17633
17633
|
* @property # <<<<<<<<<<<<<<
|
@@ -17640,7 +17640,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17640
17640
|
return __pyx_r;
|
17641
17641
|
}
|
17642
17642
|
|
17643
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17643
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
17644
17644
|
* return PyArray_MultiIter_SIZE(self)
|
17645
17645
|
*
|
17646
17646
|
* @property # <<<<<<<<<<<<<<
|
@@ -17651,7 +17651,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17651
17651
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
17652
17652
|
npy_intp __pyx_r;
|
17653
17653
|
|
17654
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17654
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":335
|
17655
17655
|
* cdef inline npy_intp index(self) noexcept nogil:
|
17656
17656
|
* """The current (1-d) index into the broadcasted result."""
|
17657
17657
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -17661,7 +17661,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17661
17661
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
17662
17662
|
goto __pyx_L0;
|
17663
17663
|
|
17664
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17664
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
17665
17665
|
* return PyArray_MultiIter_SIZE(self)
|
17666
17666
|
*
|
17667
17667
|
* @property # <<<<<<<<<<<<<<
|
@@ -17674,7 +17674,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17674
17674
|
return __pyx_r;
|
17675
17675
|
}
|
17676
17676
|
|
17677
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17677
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
17678
17678
|
* return PyArray_MultiIter_INDEX(self)
|
17679
17679
|
*
|
17680
17680
|
* @property # <<<<<<<<<<<<<<
|
@@ -17685,7 +17685,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17685
17685
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
17686
17686
|
int __pyx_r;
|
17687
17687
|
|
17688
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17688
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":340
|
17689
17689
|
* cdef inline int nd(self) noexcept nogil:
|
17690
17690
|
* """The number of dimensions in the broadcasted result."""
|
17691
17691
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17695,7 +17695,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17695
17695
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
17696
17696
|
goto __pyx_L0;
|
17697
17697
|
|
17698
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17698
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
17699
17699
|
* return PyArray_MultiIter_INDEX(self)
|
17700
17700
|
*
|
17701
17701
|
* @property # <<<<<<<<<<<<<<
|
@@ -17708,7 +17708,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17708
17708
|
return __pyx_r;
|
17709
17709
|
}
|
17710
17710
|
|
17711
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17711
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
17712
17712
|
* return PyArray_MultiIter_NDIM(self)
|
17713
17713
|
*
|
17714
17714
|
* @property # <<<<<<<<<<<<<<
|
@@ -17719,7 +17719,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17719
17719
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
17720
17720
|
npy_intp *__pyx_r;
|
17721
17721
|
|
17722
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17722
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":345
|
17723
17723
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
17724
17724
|
* """The shape of the broadcasted result."""
|
17725
17725
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17729,7 +17729,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17729
17729
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
17730
17730
|
goto __pyx_L0;
|
17731
17731
|
|
17732
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17732
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
17733
17733
|
* return PyArray_MultiIter_NDIM(self)
|
17734
17734
|
*
|
17735
17735
|
* @property # <<<<<<<<<<<<<<
|
@@ -17742,7 +17742,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17742
17742
|
return __pyx_r;
|
17743
17743
|
}
|
17744
17744
|
|
17745
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17745
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
17746
17746
|
* return PyArray_MultiIter_DIMS(self)
|
17747
17747
|
*
|
17748
17748
|
* @property # <<<<<<<<<<<<<<
|
@@ -17753,7 +17753,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17753
17753
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
17754
17754
|
void **__pyx_r;
|
17755
17755
|
|
17756
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17756
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":351
|
17757
17757
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
17758
17758
|
* On return, the iterators are adjusted for broadcasting."""
|
17759
17759
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -17763,7 +17763,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17763
17763
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
17764
17764
|
goto __pyx_L0;
|
17765
17765
|
|
17766
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17766
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
17767
17767
|
* return PyArray_MultiIter_DIMS(self)
|
17768
17768
|
*
|
17769
17769
|
* @property # <<<<<<<<<<<<<<
|
@@ -17776,7 +17776,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17776
17776
|
return __pyx_r;
|
17777
17777
|
}
|
17778
17778
|
|
17779
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17779
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
17780
17780
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17781
17781
|
*
|
17782
17782
|
* @property # <<<<<<<<<<<<<<
|
@@ -17787,7 +17787,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17787
17787
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
17788
17788
|
PyObject *__pyx_r;
|
17789
17789
|
|
17790
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17790
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":369
|
17791
17791
|
* """Returns a borrowed reference to the object owning the data/memory.
|
17792
17792
|
* """
|
17793
17793
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -17797,7 +17797,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17797
17797
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
17798
17798
|
goto __pyx_L0;
|
17799
17799
|
|
17800
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17800
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
17801
17801
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17802
17802
|
*
|
17803
17803
|
* @property # <<<<<<<<<<<<<<
|
@@ -17810,7 +17810,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17810
17810
|
return __pyx_r;
|
17811
17811
|
}
|
17812
17812
|
|
17813
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17813
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
17814
17814
|
* return PyArray_BASE(self)
|
17815
17815
|
*
|
17816
17816
|
* @property # <<<<<<<<<<<<<<
|
@@ -17824,7 +17824,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17824
17824
|
PyArray_Descr *__pyx_t_1;
|
17825
17825
|
__Pyx_RefNannySetupContext("descr", 0);
|
17826
17826
|
|
17827
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17827
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":375
|
17828
17828
|
* """Returns an owned reference to the dtype of the array.
|
17829
17829
|
* """
|
17830
17830
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -17837,7 +17837,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17837
17837
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
17838
17838
|
goto __pyx_L0;
|
17839
17839
|
|
17840
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17840
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
17841
17841
|
* return PyArray_BASE(self)
|
17842
17842
|
*
|
17843
17843
|
* @property # <<<<<<<<<<<<<<
|
@@ -17852,7 +17852,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17852
17852
|
return __pyx_r;
|
17853
17853
|
}
|
17854
17854
|
|
17855
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17855
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
17856
17856
|
* return <dtype>PyArray_DESCR(self)
|
17857
17857
|
*
|
17858
17858
|
* @property # <<<<<<<<<<<<<<
|
@@ -17863,7 +17863,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17863
17863
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
17864
17864
|
int __pyx_r;
|
17865
17865
|
|
17866
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17866
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":381
|
17867
17867
|
* """Returns the number of dimensions in the array.
|
17868
17868
|
* """
|
17869
17869
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17873,7 +17873,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17873
17873
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
17874
17874
|
goto __pyx_L0;
|
17875
17875
|
|
17876
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17876
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
17877
17877
|
* return <dtype>PyArray_DESCR(self)
|
17878
17878
|
*
|
17879
17879
|
* @property # <<<<<<<<<<<<<<
|
@@ -17886,7 +17886,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17886
17886
|
return __pyx_r;
|
17887
17887
|
}
|
17888
17888
|
|
17889
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17889
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
17890
17890
|
* return PyArray_NDIM(self)
|
17891
17891
|
*
|
17892
17892
|
* @property # <<<<<<<<<<<<<<
|
@@ -17897,7 +17897,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17897
17897
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
17898
17898
|
npy_intp *__pyx_r;
|
17899
17899
|
|
17900
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17900
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":389
|
17901
17901
|
* Can return NULL for 0-dimensional arrays.
|
17902
17902
|
* """
|
17903
17903
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17907,7 +17907,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17907
17907
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
17908
17908
|
goto __pyx_L0;
|
17909
17909
|
|
17910
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17910
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
17911
17911
|
* return PyArray_NDIM(self)
|
17912
17912
|
*
|
17913
17913
|
* @property # <<<<<<<<<<<<<<
|
@@ -17920,7 +17920,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17920
17920
|
return __pyx_r;
|
17921
17921
|
}
|
17922
17922
|
|
17923
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17923
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
17924
17924
|
* return PyArray_DIMS(self)
|
17925
17925
|
*
|
17926
17926
|
* @property # <<<<<<<<<<<<<<
|
@@ -17931,7 +17931,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17931
17931
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
17932
17932
|
npy_intp *__pyx_r;
|
17933
17933
|
|
17934
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17934
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":396
|
17935
17935
|
* The number of elements matches the number of dimensions of the array (ndim).
|
17936
17936
|
* """
|
17937
17937
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -17941,7 +17941,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17941
17941
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
17942
17942
|
goto __pyx_L0;
|
17943
17943
|
|
17944
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17944
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
17945
17945
|
* return PyArray_DIMS(self)
|
17946
17946
|
*
|
17947
17947
|
* @property # <<<<<<<<<<<<<<
|
@@ -17954,7 +17954,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17954
17954
|
return __pyx_r;
|
17955
17955
|
}
|
17956
17956
|
|
17957
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17957
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
17958
17958
|
* return PyArray_STRIDES(self)
|
17959
17959
|
*
|
17960
17960
|
* @property # <<<<<<<<<<<<<<
|
@@ -17965,7 +17965,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17965
17965
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
17966
17966
|
npy_intp __pyx_r;
|
17967
17967
|
|
17968
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17968
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":402
|
17969
17969
|
* """Returns the total size (in number of elements) of the array.
|
17970
17970
|
* """
|
17971
17971
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17975,7 +17975,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17975
17975
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
17976
17976
|
goto __pyx_L0;
|
17977
17977
|
|
17978
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17978
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
17979
17979
|
* return PyArray_STRIDES(self)
|
17980
17980
|
*
|
17981
17981
|
* @property # <<<<<<<<<<<<<<
|
@@ -17988,7 +17988,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17988
17988
|
return __pyx_r;
|
17989
17989
|
}
|
17990
17990
|
|
17991
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17991
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
17992
17992
|
* return PyArray_SIZE(self)
|
17993
17993
|
*
|
17994
17994
|
* @property # <<<<<<<<<<<<<<
|
@@ -17999,7 +17999,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17999
17999
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
18000
18000
|
char *__pyx_r;
|
18001
18001
|
|
18002
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18002
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":411
|
18003
18003
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
18004
18004
|
* """
|
18005
18005
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -18009,7 +18009,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
18009
18009
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
18010
18010
|
goto __pyx_L0;
|
18011
18011
|
|
18012
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18012
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
18013
18013
|
* return PyArray_SIZE(self)
|
18014
18014
|
*
|
18015
18015
|
* @property # <<<<<<<<<<<<<<
|
@@ -18022,7 +18022,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
18022
18022
|
return __pyx_r;
|
18023
18023
|
}
|
18024
18024
|
|
18025
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18025
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
18026
18026
|
* ctypedef long double complex clongdouble_t
|
18027
18027
|
*
|
18028
18028
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -18039,7 +18039,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18039
18039
|
int __pyx_clineno = 0;
|
18040
18040
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
18041
18041
|
|
18042
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18042
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":808
|
18043
18043
|
*
|
18044
18044
|
* cdef inline object PyArray_MultiIterNew1(a):
|
18045
18045
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -18053,7 +18053,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18053
18053
|
__pyx_t_1 = 0;
|
18054
18054
|
goto __pyx_L0;
|
18055
18055
|
|
18056
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18056
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
18057
18057
|
* ctypedef long double complex clongdouble_t
|
18058
18058
|
*
|
18059
18059
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -18072,7 +18072,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18072
18072
|
return __pyx_r;
|
18073
18073
|
}
|
18074
18074
|
|
18075
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18075
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
18076
18076
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18077
18077
|
*
|
18078
18078
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18089,7 +18089,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18089
18089
|
int __pyx_clineno = 0;
|
18090
18090
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
18091
18091
|
|
18092
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18092
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":811
|
18093
18093
|
*
|
18094
18094
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
18095
18095
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -18103,7 +18103,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18103
18103
|
__pyx_t_1 = 0;
|
18104
18104
|
goto __pyx_L0;
|
18105
18105
|
|
18106
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18106
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
18107
18107
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18108
18108
|
*
|
18109
18109
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18122,7 +18122,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18122
18122
|
return __pyx_r;
|
18123
18123
|
}
|
18124
18124
|
|
18125
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18125
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
18126
18126
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18127
18127
|
*
|
18128
18128
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18139,7 +18139,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18139
18139
|
int __pyx_clineno = 0;
|
18140
18140
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
18141
18141
|
|
18142
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18142
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":814
|
18143
18143
|
*
|
18144
18144
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
18145
18145
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -18153,7 +18153,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18153
18153
|
__pyx_t_1 = 0;
|
18154
18154
|
goto __pyx_L0;
|
18155
18155
|
|
18156
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18156
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
18157
18157
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18158
18158
|
*
|
18159
18159
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18172,7 +18172,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18172
18172
|
return __pyx_r;
|
18173
18173
|
}
|
18174
18174
|
|
18175
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18175
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
18176
18176
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18177
18177
|
*
|
18178
18178
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18189,7 +18189,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18189
18189
|
int __pyx_clineno = 0;
|
18190
18190
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
18191
18191
|
|
18192
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18192
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":817
|
18193
18193
|
*
|
18194
18194
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
18195
18195
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -18203,7 +18203,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18203
18203
|
__pyx_t_1 = 0;
|
18204
18204
|
goto __pyx_L0;
|
18205
18205
|
|
18206
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18206
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
18207
18207
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18208
18208
|
*
|
18209
18209
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18222,7 +18222,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18222
18222
|
return __pyx_r;
|
18223
18223
|
}
|
18224
18224
|
|
18225
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18225
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
18226
18226
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18227
18227
|
*
|
18228
18228
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18239,7 +18239,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18239
18239
|
int __pyx_clineno = 0;
|
18240
18240
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
18241
18241
|
|
18242
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18242
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":820
|
18243
18243
|
*
|
18244
18244
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
18245
18245
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -18253,7 +18253,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18253
18253
|
__pyx_t_1 = 0;
|
18254
18254
|
goto __pyx_L0;
|
18255
18255
|
|
18256
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18256
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
18257
18257
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18258
18258
|
*
|
18259
18259
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18272,7 +18272,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18272
18272
|
return __pyx_r;
|
18273
18273
|
}
|
18274
18274
|
|
18275
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18275
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
18276
18276
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18277
18277
|
*
|
18278
18278
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18287,7 +18287,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18287
18287
|
PyObject *__pyx_t_2;
|
18288
18288
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
18289
18289
|
|
18290
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18290
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
18291
18291
|
*
|
18292
18292
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18293
18293
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18297,7 +18297,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18297
18297
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
18298
18298
|
if (__pyx_t_1) {
|
18299
18299
|
|
18300
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18300
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":824
|
18301
18301
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18302
18302
|
* if PyDataType_HASSUBARRAY(d):
|
18303
18303
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -18310,7 +18310,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18310
18310
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
18311
18311
|
goto __pyx_L0;
|
18312
18312
|
|
18313
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18313
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
18314
18314
|
*
|
18315
18315
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18316
18316
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18319,7 +18319,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18319
18319
|
*/
|
18320
18320
|
}
|
18321
18321
|
|
18322
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18322
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":826
|
18323
18323
|
* return <tuple>d.subarray.shape
|
18324
18324
|
* else:
|
18325
18325
|
* return () # <<<<<<<<<<<<<<
|
@@ -18333,7 +18333,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18333
18333
|
goto __pyx_L0;
|
18334
18334
|
}
|
18335
18335
|
|
18336
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18336
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
18337
18337
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18338
18338
|
*
|
18339
18339
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18348,7 +18348,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18348
18348
|
return __pyx_r;
|
18349
18349
|
}
|
18350
18350
|
|
18351
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18351
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
18352
18352
|
* int _import_umath() except -1
|
18353
18353
|
*
|
18354
18354
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18362,7 +18362,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18362
18362
|
const char *__pyx_filename = NULL;
|
18363
18363
|
int __pyx_clineno = 0;
|
18364
18364
|
|
18365
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18365
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1011
|
18366
18366
|
*
|
18367
18367
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18368
18368
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -18371,7 +18371,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18371
18371
|
*/
|
18372
18372
|
Py_INCREF(__pyx_v_base);
|
18373
18373
|
|
18374
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18374
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1012
|
18375
18375
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18376
18376
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
18377
18377
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -18380,7 +18380,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18380
18380
|
*/
|
18381
18381
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(2, 1012, __pyx_L1_error)
|
18382
18382
|
|
18383
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18383
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
18384
18384
|
* int _import_umath() except -1
|
18385
18385
|
*
|
18386
18386
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18395,7 +18395,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18395
18395
|
__pyx_L0:;
|
18396
18396
|
}
|
18397
18397
|
|
18398
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18398
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
18399
18399
|
* PyArray_SetBaseObject(arr, base)
|
18400
18400
|
*
|
18401
18401
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18410,7 +18410,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18410
18410
|
int __pyx_t_1;
|
18411
18411
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
18412
18412
|
|
18413
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18413
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1015
|
18414
18414
|
*
|
18415
18415
|
* cdef inline object get_array_base(ndarray arr):
|
18416
18416
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -18419,7 +18419,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18419
18419
|
*/
|
18420
18420
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
18421
18421
|
|
18422
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18422
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
18423
18423
|
* cdef inline object get_array_base(ndarray arr):
|
18424
18424
|
* base = PyArray_BASE(arr)
|
18425
18425
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18429,7 +18429,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18429
18429
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
18430
18430
|
if (__pyx_t_1) {
|
18431
18431
|
|
18432
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18432
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1017
|
18433
18433
|
* base = PyArray_BASE(arr)
|
18434
18434
|
* if base is NULL:
|
18435
18435
|
* return None # <<<<<<<<<<<<<<
|
@@ -18440,7 +18440,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18440
18440
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
18441
18441
|
goto __pyx_L0;
|
18442
18442
|
|
18443
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18443
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
18444
18444
|
* cdef inline object get_array_base(ndarray arr):
|
18445
18445
|
* base = PyArray_BASE(arr)
|
18446
18446
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18449,7 +18449,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18449
18449
|
*/
|
18450
18450
|
}
|
18451
18451
|
|
18452
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18452
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1018
|
18453
18453
|
* if base is NULL:
|
18454
18454
|
* return None
|
18455
18455
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -18461,7 +18461,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18461
18461
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
18462
18462
|
goto __pyx_L0;
|
18463
18463
|
|
18464
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18464
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
18465
18465
|
* PyArray_SetBaseObject(arr, base)
|
18466
18466
|
*
|
18467
18467
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18476,7 +18476,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18476
18476
|
return __pyx_r;
|
18477
18477
|
}
|
18478
18478
|
|
18479
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18479
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
18480
18480
|
* # Versions of the import_* functions which are more suitable for
|
18481
18481
|
* # Cython code.
|
18482
18482
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18503,7 +18503,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18503
18503
|
int __pyx_clineno = 0;
|
18504
18504
|
__Pyx_RefNannySetupContext("import_array", 0);
|
18505
18505
|
|
18506
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18506
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18507
18507
|
* # Cython code.
|
18508
18508
|
* cdef inline int import_array() except -1:
|
18509
18509
|
* try: # <<<<<<<<<<<<<<
|
@@ -18519,7 +18519,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18519
18519
|
__Pyx_XGOTREF(__pyx_t_3);
|
18520
18520
|
/*try:*/ {
|
18521
18521
|
|
18522
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18522
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1024
|
18523
18523
|
* cdef inline int import_array() except -1:
|
18524
18524
|
* try:
|
18525
18525
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -18528,7 +18528,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18528
18528
|
*/
|
18529
18529
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1024, __pyx_L3_error)
|
18530
18530
|
|
18531
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18531
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18532
18532
|
* # Cython code.
|
18533
18533
|
* cdef inline int import_array() except -1:
|
18534
18534
|
* try: # <<<<<<<<<<<<<<
|
@@ -18542,7 +18542,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18542
18542
|
goto __pyx_L8_try_end;
|
18543
18543
|
__pyx_L3_error:;
|
18544
18544
|
|
18545
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18545
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1025
|
18546
18546
|
* try:
|
18547
18547
|
* __pyx_import_array()
|
18548
18548
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18557,7 +18557,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18557
18557
|
__Pyx_XGOTREF(__pyx_t_6);
|
18558
18558
|
__Pyx_XGOTREF(__pyx_t_7);
|
18559
18559
|
|
18560
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18560
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1026
|
18561
18561
|
* __pyx_import_array()
|
18562
18562
|
* except Exception:
|
18563
18563
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -18582,7 +18582,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18582
18582
|
}
|
18583
18583
|
goto __pyx_L5_except_error;
|
18584
18584
|
|
18585
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18585
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18586
18586
|
* # Cython code.
|
18587
18587
|
* cdef inline int import_array() except -1:
|
18588
18588
|
* try: # <<<<<<<<<<<<<<
|
@@ -18598,7 +18598,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18598
18598
|
__pyx_L8_try_end:;
|
18599
18599
|
}
|
18600
18600
|
|
18601
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18601
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
18602
18602
|
* # Versions of the import_* functions which are more suitable for
|
18603
18603
|
* # Cython code.
|
18604
18604
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18623,7 +18623,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18623
18623
|
return __pyx_r;
|
18624
18624
|
}
|
18625
18625
|
|
18626
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18626
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
18627
18627
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18628
18628
|
*
|
18629
18629
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18650,7 +18650,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18650
18650
|
int __pyx_clineno = 0;
|
18651
18651
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
18652
18652
|
|
18653
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18653
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18654
18654
|
*
|
18655
18655
|
* cdef inline int import_umath() except -1:
|
18656
18656
|
* try: # <<<<<<<<<<<<<<
|
@@ -18666,7 +18666,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18666
18666
|
__Pyx_XGOTREF(__pyx_t_3);
|
18667
18667
|
/*try:*/ {
|
18668
18668
|
|
18669
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18669
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1030
|
18670
18670
|
* cdef inline int import_umath() except -1:
|
18671
18671
|
* try:
|
18672
18672
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18675,7 +18675,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18675
18675
|
*/
|
18676
18676
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1030, __pyx_L3_error)
|
18677
18677
|
|
18678
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18678
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18679
18679
|
*
|
18680
18680
|
* cdef inline int import_umath() except -1:
|
18681
18681
|
* try: # <<<<<<<<<<<<<<
|
@@ -18689,7 +18689,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18689
18689
|
goto __pyx_L8_try_end;
|
18690
18690
|
__pyx_L3_error:;
|
18691
18691
|
|
18692
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18692
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1031
|
18693
18693
|
* try:
|
18694
18694
|
* _import_umath()
|
18695
18695
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18704,7 +18704,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18704
18704
|
__Pyx_XGOTREF(__pyx_t_6);
|
18705
18705
|
__Pyx_XGOTREF(__pyx_t_7);
|
18706
18706
|
|
18707
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18707
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1032
|
18708
18708
|
* _import_umath()
|
18709
18709
|
* except Exception:
|
18710
18710
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18729,7 +18729,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18729
18729
|
}
|
18730
18730
|
goto __pyx_L5_except_error;
|
18731
18731
|
|
18732
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18732
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18733
18733
|
*
|
18734
18734
|
* cdef inline int import_umath() except -1:
|
18735
18735
|
* try: # <<<<<<<<<<<<<<
|
@@ -18745,7 +18745,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18745
18745
|
__pyx_L8_try_end:;
|
18746
18746
|
}
|
18747
18747
|
|
18748
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18748
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
18749
18749
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18750
18750
|
*
|
18751
18751
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18770,7 +18770,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18770
18770
|
return __pyx_r;
|
18771
18771
|
}
|
18772
18772
|
|
18773
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18773
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
18774
18774
|
* raise ImportError("numpy._core.umath failed to import")
|
18775
18775
|
*
|
18776
18776
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18797,7 +18797,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18797
18797
|
int __pyx_clineno = 0;
|
18798
18798
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
18799
18799
|
|
18800
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18800
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18801
18801
|
*
|
18802
18802
|
* cdef inline int import_ufunc() except -1:
|
18803
18803
|
* try: # <<<<<<<<<<<<<<
|
@@ -18813,7 +18813,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18813
18813
|
__Pyx_XGOTREF(__pyx_t_3);
|
18814
18814
|
/*try:*/ {
|
18815
18815
|
|
18816
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18816
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1036
|
18817
18817
|
* cdef inline int import_ufunc() except -1:
|
18818
18818
|
* try:
|
18819
18819
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18822,7 +18822,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18822
18822
|
*/
|
18823
18823
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1036, __pyx_L3_error)
|
18824
18824
|
|
18825
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18825
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18826
18826
|
*
|
18827
18827
|
* cdef inline int import_ufunc() except -1:
|
18828
18828
|
* try: # <<<<<<<<<<<<<<
|
@@ -18836,7 +18836,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18836
18836
|
goto __pyx_L8_try_end;
|
18837
18837
|
__pyx_L3_error:;
|
18838
18838
|
|
18839
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18839
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1037
|
18840
18840
|
* try:
|
18841
18841
|
* _import_umath()
|
18842
18842
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18851,7 +18851,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18851
18851
|
__Pyx_XGOTREF(__pyx_t_6);
|
18852
18852
|
__Pyx_XGOTREF(__pyx_t_7);
|
18853
18853
|
|
18854
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18854
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1038
|
18855
18855
|
* _import_umath()
|
18856
18856
|
* except Exception:
|
18857
18857
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18876,7 +18876,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18876
18876
|
}
|
18877
18877
|
goto __pyx_L5_except_error;
|
18878
18878
|
|
18879
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18879
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18880
18880
|
*
|
18881
18881
|
* cdef inline int import_ufunc() except -1:
|
18882
18882
|
* try: # <<<<<<<<<<<<<<
|
@@ -18892,7 +18892,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18892
18892
|
__pyx_L8_try_end:;
|
18893
18893
|
}
|
18894
18894
|
|
18895
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18895
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
18896
18896
|
* raise ImportError("numpy._core.umath failed to import")
|
18897
18897
|
*
|
18898
18898
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18917,7 +18917,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18917
18917
|
return __pyx_r;
|
18918
18918
|
}
|
18919
18919
|
|
18920
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18920
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
18921
18921
|
*
|
18922
18922
|
*
|
18923
18923
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18928,7 +18928,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18928
18928
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
18929
18929
|
int __pyx_r;
|
18930
18930
|
|
18931
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18931
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1053
|
18932
18932
|
* bool
|
18933
18933
|
* """
|
18934
18934
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18938,7 +18938,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18938
18938
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
18939
18939
|
goto __pyx_L0;
|
18940
18940
|
|
18941
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18941
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
18942
18942
|
*
|
18943
18943
|
*
|
18944
18944
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18951,7 +18951,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18951
18951
|
return __pyx_r;
|
18952
18952
|
}
|
18953
18953
|
|
18954
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18954
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
18955
18955
|
*
|
18956
18956
|
*
|
18957
18957
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18962,7 +18962,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18962
18962
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
18963
18963
|
int __pyx_r;
|
18964
18964
|
|
18965
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18965
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1068
|
18966
18966
|
* bool
|
18967
18967
|
* """
|
18968
18968
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18972,7 +18972,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18972
18972
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
18973
18973
|
goto __pyx_L0;
|
18974
18974
|
|
18975
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18975
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
18976
18976
|
*
|
18977
18977
|
*
|
18978
18978
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18985,7 +18985,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18985
18985
|
return __pyx_r;
|
18986
18986
|
}
|
18987
18987
|
|
18988
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18988
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
18989
18989
|
*
|
18990
18990
|
*
|
18991
18991
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18996,7 +18996,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18996
18996
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
18997
18997
|
npy_datetime __pyx_r;
|
18998
18998
|
|
18999
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18999
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1078
|
19000
19000
|
* also needed. That can be found using `get_datetime64_unit`.
|
19001
19001
|
* """
|
19002
19002
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -19006,7 +19006,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
19006
19006
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
19007
19007
|
goto __pyx_L0;
|
19008
19008
|
|
19009
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19009
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
19010
19010
|
*
|
19011
19011
|
*
|
19012
19012
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19019,7 +19019,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
19019
19019
|
return __pyx_r;
|
19020
19020
|
}
|
19021
19021
|
|
19022
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19022
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
19023
19023
|
*
|
19024
19024
|
*
|
19025
19025
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19030,7 +19030,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
19030
19030
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
19031
19031
|
npy_timedelta __pyx_r;
|
19032
19032
|
|
19033
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19033
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1085
|
19034
19034
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
19035
19035
|
* """
|
19036
19036
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -19040,7 +19040,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19040
19040
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
19041
19041
|
goto __pyx_L0;
|
19042
19042
|
|
19043
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19043
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
19044
19044
|
*
|
19045
19045
|
*
|
19046
19046
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19053,7 +19053,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19053
19053
|
return __pyx_r;
|
19054
19054
|
}
|
19055
19055
|
|
19056
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19056
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
19057
19057
|
*
|
19058
19058
|
*
|
19059
19059
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19064,7 +19064,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19064
19064
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
19065
19065
|
NPY_DATETIMEUNIT __pyx_r;
|
19066
19066
|
|
19067
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19067
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1092
|
19068
19068
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
19069
19069
|
* """
|
19070
19070
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -19074,7 +19074,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
19074
19074
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
19075
19075
|
goto __pyx_L0;
|
19076
19076
|
|
19077
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19077
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-8jr37tsi/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
19078
19078
|
*
|
19079
19079
|
*
|
19080
19080
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|