edsger 0.1.2__cp39-cp39-macosx_11_0_arm64.whl → 0.1.3__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.3.dist-info}/METADATA +12 -12
- {edsger-0.1.2.dist-info → edsger-0.1.3.dist-info}/RECORD +16 -16
- {edsger-0.1.2.dist-info → edsger-0.1.3.dist-info}/WHEEL +0 -0
- {edsger-0.1.2.dist-info → edsger-0.1.3.dist-info}/licenses/AUTHORS.rst +0 -0
- {edsger-0.1.2.dist-info → edsger-0.1.3.dist-info}/licenses/LICENSE +0 -0
- {edsger-0.1.2.dist-info → edsger-0.1.3.dist-info}/top_level.txt +0 -0
edsger/star.c
CHANGED
@@ -1384,7 +1384,7 @@ static const char *__pyx_filename;
|
|
1384
1384
|
static const char* const __pyx_f[] = {
|
1385
1385
|
"src/edsger/star.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-gn69mdo6/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-gn69mdo6/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-gn69mdo6/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-gn69mdo6/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-gn69mdo6/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-gn69mdo6/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-gn69mdo6/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-gn69mdo6/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-gn69mdo6/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-gn69mdo6/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-gn69mdo6/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-gn69mdo6/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-gn69mdo6/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-gn69mdo6/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-gn69mdo6/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-gn69mdo6/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-gn69mdo6/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-gn69mdo6/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 # <<<<<<<<<<<<<<
|
@@ -1804,7 +1804,7 @@ struct __pyx_MemviewEnum_obj;
|
|
1804
1804
|
struct __pyx_memoryview_obj;
|
1805
1805
|
struct __pyx_memoryviewslice_obj;
|
1806
1806
|
|
1807
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1807
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1096
|
1808
1808
|
*
|
1809
1809
|
* # Iterator API added in v1.6
|
1810
1810
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil # <<<<<<<<<<<<<<
|
@@ -1813,7 +1813,7 @@ struct __pyx_memoryviewslice_obj;
|
|
1813
1813
|
*/
|
1814
1814
|
typedef int (*__pyx_t_5numpy_NpyIter_IterNextFunc)(NpyIter *);
|
1815
1815
|
|
1816
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1816
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1097
|
1817
1817
|
* # Iterator API added in v1.6
|
1818
1818
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil
|
1819
1819
|
* ctypedef void (*NpyIter_GetMultiIndexFunc)(NpyIter* it, npy_intp* outcoords) noexcept nogil # <<<<<<<<<<<<<<
|
@@ -17203,7 +17203,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17203
17203
|
return __pyx_r;
|
17204
17204
|
}
|
17205
17205
|
|
17206
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17206
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
17207
17207
|
* cdef int type_num
|
17208
17208
|
*
|
17209
17209
|
* @property # <<<<<<<<<<<<<<
|
@@ -17214,7 +17214,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17214
17214
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
17215
17215
|
npy_intp __pyx_r;
|
17216
17216
|
|
17217
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17217
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":287
|
17218
17218
|
* @property
|
17219
17219
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
17220
17220
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -17224,7 +17224,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17224
17224
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
17225
17225
|
goto __pyx_L0;
|
17226
17226
|
|
17227
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17227
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
17228
17228
|
* cdef int type_num
|
17229
17229
|
*
|
17230
17230
|
* @property # <<<<<<<<<<<<<<
|
@@ -17237,7 +17237,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17237
17237
|
return __pyx_r;
|
17238
17238
|
}
|
17239
17239
|
|
17240
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17240
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
17241
17241
|
* return PyDataType_ELSIZE(self)
|
17242
17242
|
*
|
17243
17243
|
* @property # <<<<<<<<<<<<<<
|
@@ -17248,7 +17248,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17248
17248
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
17249
17249
|
npy_intp __pyx_r;
|
17250
17250
|
|
17251
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17251
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":291
|
17252
17252
|
* @property
|
17253
17253
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
17254
17254
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -17258,7 +17258,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17258
17258
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
17259
17259
|
goto __pyx_L0;
|
17260
17260
|
|
17261
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17261
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
17262
17262
|
* return PyDataType_ELSIZE(self)
|
17263
17263
|
*
|
17264
17264
|
* @property # <<<<<<<<<<<<<<
|
@@ -17271,7 +17271,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17271
17271
|
return __pyx_r;
|
17272
17272
|
}
|
17273
17273
|
|
17274
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17274
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
17275
17275
|
* # Use fields/names with care as they may be NULL. You must check
|
17276
17276
|
* # for this using PyDataType_HASFIELDS.
|
17277
17277
|
* @property # <<<<<<<<<<<<<<
|
@@ -17285,7 +17285,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17285
17285
|
PyObject *__pyx_t_1;
|
17286
17286
|
__Pyx_RefNannySetupContext("fields", 0);
|
17287
17287
|
|
17288
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17288
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":297
|
17289
17289
|
* @property
|
17290
17290
|
* cdef inline object fields(self):
|
17291
17291
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -17298,7 +17298,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17298
17298
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
17299
17299
|
goto __pyx_L0;
|
17300
17300
|
|
17301
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17301
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
17302
17302
|
* # Use fields/names with care as they may be NULL. You must check
|
17303
17303
|
* # for this using PyDataType_HASFIELDS.
|
17304
17304
|
* @property # <<<<<<<<<<<<<<
|
@@ -17313,7 +17313,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17313
17313
|
return __pyx_r;
|
17314
17314
|
}
|
17315
17315
|
|
17316
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17316
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
17317
17317
|
* return <object>PyDataType_FIELDS(self)
|
17318
17318
|
*
|
17319
17319
|
* @property # <<<<<<<<<<<<<<
|
@@ -17327,7 +17327,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17327
17327
|
PyObject *__pyx_t_1;
|
17328
17328
|
__Pyx_RefNannySetupContext("names", 0);
|
17329
17329
|
|
17330
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17330
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":301
|
17331
17331
|
* @property
|
17332
17332
|
* cdef inline tuple names(self):
|
17333
17333
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -17340,7 +17340,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17340
17340
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
17341
17341
|
goto __pyx_L0;
|
17342
17342
|
|
17343
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17343
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
17344
17344
|
* return <object>PyDataType_FIELDS(self)
|
17345
17345
|
*
|
17346
17346
|
* @property # <<<<<<<<<<<<<<
|
@@ -17355,7 +17355,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17355
17355
|
return __pyx_r;
|
17356
17356
|
}
|
17357
17357
|
|
17358
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17358
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
17359
17359
|
* # valid (the pointer can be NULL). Most users should access
|
17360
17360
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17361
17361
|
* @property # <<<<<<<<<<<<<<
|
@@ -17366,7 +17366,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17366
17366
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
17367
17367
|
PyArray_ArrayDescr *__pyx_r;
|
17368
17368
|
|
17369
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17369
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":308
|
17370
17370
|
* @property
|
17371
17371
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
17372
17372
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -17376,7 +17376,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17376
17376
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
17377
17377
|
goto __pyx_L0;
|
17378
17378
|
|
17379
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17379
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
17380
17380
|
* # valid (the pointer can be NULL). Most users should access
|
17381
17381
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17382
17382
|
* @property # <<<<<<<<<<<<<<
|
@@ -17389,7 +17389,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17389
17389
|
return __pyx_r;
|
17390
17390
|
}
|
17391
17391
|
|
17392
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17392
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
17393
17393
|
* return PyDataType_SUBARRAY(self)
|
17394
17394
|
*
|
17395
17395
|
* @property # <<<<<<<<<<<<<<
|
@@ -17400,7 +17400,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17400
17400
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
17401
17401
|
npy_uint64 __pyx_r;
|
17402
17402
|
|
17403
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17403
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":313
|
17404
17404
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
17405
17405
|
* """The data types flags."""
|
17406
17406
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -17410,7 +17410,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17410
17410
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
17411
17411
|
goto __pyx_L0;
|
17412
17412
|
|
17413
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17413
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
17414
17414
|
* return PyDataType_SUBARRAY(self)
|
17415
17415
|
*
|
17416
17416
|
* @property # <<<<<<<<<<<<<<
|
@@ -17423,7 +17423,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17423
17423
|
return __pyx_r;
|
17424
17424
|
}
|
17425
17425
|
|
17426
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17426
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
17427
17427
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17428
17428
|
*
|
17429
17429
|
* @property # <<<<<<<<<<<<<<
|
@@ -17434,7 +17434,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17434
17434
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
17435
17435
|
int __pyx_r;
|
17436
17436
|
|
17437
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17437
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":325
|
17438
17438
|
* cdef inline int numiter(self) noexcept nogil:
|
17439
17439
|
* """The number of arrays that need to be broadcast to the same shape."""
|
17440
17440
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -17444,7 +17444,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17444
17444
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
17445
17445
|
goto __pyx_L0;
|
17446
17446
|
|
17447
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17447
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
17448
17448
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17449
17449
|
*
|
17450
17450
|
* @property # <<<<<<<<<<<<<<
|
@@ -17457,7 +17457,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17457
17457
|
return __pyx_r;
|
17458
17458
|
}
|
17459
17459
|
|
17460
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17460
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
17461
17461
|
* return PyArray_MultiIter_NUMITER(self)
|
17462
17462
|
*
|
17463
17463
|
* @property # <<<<<<<<<<<<<<
|
@@ -17468,7 +17468,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17468
17468
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
17469
17469
|
npy_intp __pyx_r;
|
17470
17470
|
|
17471
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17471
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":330
|
17472
17472
|
* cdef inline npy_intp size(self) noexcept nogil:
|
17473
17473
|
* """The total broadcasted size."""
|
17474
17474
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17478,7 +17478,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17478
17478
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
17479
17479
|
goto __pyx_L0;
|
17480
17480
|
|
17481
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17481
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
17482
17482
|
* return PyArray_MultiIter_NUMITER(self)
|
17483
17483
|
*
|
17484
17484
|
* @property # <<<<<<<<<<<<<<
|
@@ -17491,7 +17491,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17491
17491
|
return __pyx_r;
|
17492
17492
|
}
|
17493
17493
|
|
17494
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17494
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
17495
17495
|
* return PyArray_MultiIter_SIZE(self)
|
17496
17496
|
*
|
17497
17497
|
* @property # <<<<<<<<<<<<<<
|
@@ -17502,7 +17502,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17502
17502
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
17503
17503
|
npy_intp __pyx_r;
|
17504
17504
|
|
17505
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17505
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":335
|
17506
17506
|
* cdef inline npy_intp index(self) noexcept nogil:
|
17507
17507
|
* """The current (1-d) index into the broadcasted result."""
|
17508
17508
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -17512,7 +17512,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17512
17512
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
17513
17513
|
goto __pyx_L0;
|
17514
17514
|
|
17515
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17515
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
17516
17516
|
* return PyArray_MultiIter_SIZE(self)
|
17517
17517
|
*
|
17518
17518
|
* @property # <<<<<<<<<<<<<<
|
@@ -17525,7 +17525,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17525
17525
|
return __pyx_r;
|
17526
17526
|
}
|
17527
17527
|
|
17528
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17528
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
17529
17529
|
* return PyArray_MultiIter_INDEX(self)
|
17530
17530
|
*
|
17531
17531
|
* @property # <<<<<<<<<<<<<<
|
@@ -17536,7 +17536,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17536
17536
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
17537
17537
|
int __pyx_r;
|
17538
17538
|
|
17539
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17539
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":340
|
17540
17540
|
* cdef inline int nd(self) noexcept nogil:
|
17541
17541
|
* """The number of dimensions in the broadcasted result."""
|
17542
17542
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17546,7 +17546,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17546
17546
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
17547
17547
|
goto __pyx_L0;
|
17548
17548
|
|
17549
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17549
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
17550
17550
|
* return PyArray_MultiIter_INDEX(self)
|
17551
17551
|
*
|
17552
17552
|
* @property # <<<<<<<<<<<<<<
|
@@ -17559,7 +17559,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17559
17559
|
return __pyx_r;
|
17560
17560
|
}
|
17561
17561
|
|
17562
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17562
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
17563
17563
|
* return PyArray_MultiIter_NDIM(self)
|
17564
17564
|
*
|
17565
17565
|
* @property # <<<<<<<<<<<<<<
|
@@ -17570,7 +17570,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17570
17570
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
17571
17571
|
npy_intp *__pyx_r;
|
17572
17572
|
|
17573
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17573
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":345
|
17574
17574
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
17575
17575
|
* """The shape of the broadcasted result."""
|
17576
17576
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17580,7 +17580,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17580
17580
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
17581
17581
|
goto __pyx_L0;
|
17582
17582
|
|
17583
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17583
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
17584
17584
|
* return PyArray_MultiIter_NDIM(self)
|
17585
17585
|
*
|
17586
17586
|
* @property # <<<<<<<<<<<<<<
|
@@ -17593,7 +17593,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17593
17593
|
return __pyx_r;
|
17594
17594
|
}
|
17595
17595
|
|
17596
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17596
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
17597
17597
|
* return PyArray_MultiIter_DIMS(self)
|
17598
17598
|
*
|
17599
17599
|
* @property # <<<<<<<<<<<<<<
|
@@ -17604,7 +17604,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17604
17604
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
17605
17605
|
void **__pyx_r;
|
17606
17606
|
|
17607
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17607
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":351
|
17608
17608
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
17609
17609
|
* On return, the iterators are adjusted for broadcasting."""
|
17610
17610
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -17614,7 +17614,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17614
17614
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
17615
17615
|
goto __pyx_L0;
|
17616
17616
|
|
17617
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17617
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
17618
17618
|
* return PyArray_MultiIter_DIMS(self)
|
17619
17619
|
*
|
17620
17620
|
* @property # <<<<<<<<<<<<<<
|
@@ -17627,7 +17627,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17627
17627
|
return __pyx_r;
|
17628
17628
|
}
|
17629
17629
|
|
17630
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17630
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
17631
17631
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17632
17632
|
*
|
17633
17633
|
* @property # <<<<<<<<<<<<<<
|
@@ -17638,7 +17638,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17638
17638
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
17639
17639
|
PyObject *__pyx_r;
|
17640
17640
|
|
17641
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17641
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":369
|
17642
17642
|
* """Returns a borrowed reference to the object owning the data/memory.
|
17643
17643
|
* """
|
17644
17644
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -17648,7 +17648,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17648
17648
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
17649
17649
|
goto __pyx_L0;
|
17650
17650
|
|
17651
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17651
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
17652
17652
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17653
17653
|
*
|
17654
17654
|
* @property # <<<<<<<<<<<<<<
|
@@ -17661,7 +17661,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17661
17661
|
return __pyx_r;
|
17662
17662
|
}
|
17663
17663
|
|
17664
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17664
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
17665
17665
|
* return PyArray_BASE(self)
|
17666
17666
|
*
|
17667
17667
|
* @property # <<<<<<<<<<<<<<
|
@@ -17675,7 +17675,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17675
17675
|
PyArray_Descr *__pyx_t_1;
|
17676
17676
|
__Pyx_RefNannySetupContext("descr", 0);
|
17677
17677
|
|
17678
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17678
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":375
|
17679
17679
|
* """Returns an owned reference to the dtype of the array.
|
17680
17680
|
* """
|
17681
17681
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -17688,7 +17688,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17688
17688
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
17689
17689
|
goto __pyx_L0;
|
17690
17690
|
|
17691
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17691
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
17692
17692
|
* return PyArray_BASE(self)
|
17693
17693
|
*
|
17694
17694
|
* @property # <<<<<<<<<<<<<<
|
@@ -17703,7 +17703,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17703
17703
|
return __pyx_r;
|
17704
17704
|
}
|
17705
17705
|
|
17706
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17706
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
17707
17707
|
* return <dtype>PyArray_DESCR(self)
|
17708
17708
|
*
|
17709
17709
|
* @property # <<<<<<<<<<<<<<
|
@@ -17714,7 +17714,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17714
17714
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
17715
17715
|
int __pyx_r;
|
17716
17716
|
|
17717
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17717
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":381
|
17718
17718
|
* """Returns the number of dimensions in the array.
|
17719
17719
|
* """
|
17720
17720
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17724,7 +17724,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17724
17724
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
17725
17725
|
goto __pyx_L0;
|
17726
17726
|
|
17727
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17727
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
17728
17728
|
* return <dtype>PyArray_DESCR(self)
|
17729
17729
|
*
|
17730
17730
|
* @property # <<<<<<<<<<<<<<
|
@@ -17737,7 +17737,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17737
17737
|
return __pyx_r;
|
17738
17738
|
}
|
17739
17739
|
|
17740
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17740
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
17741
17741
|
* return PyArray_NDIM(self)
|
17742
17742
|
*
|
17743
17743
|
* @property # <<<<<<<<<<<<<<
|
@@ -17748,7 +17748,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17748
17748
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
17749
17749
|
npy_intp *__pyx_r;
|
17750
17750
|
|
17751
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17751
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":389
|
17752
17752
|
* Can return NULL for 0-dimensional arrays.
|
17753
17753
|
* """
|
17754
17754
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17758,7 +17758,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17758
17758
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
17759
17759
|
goto __pyx_L0;
|
17760
17760
|
|
17761
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17761
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
17762
17762
|
* return PyArray_NDIM(self)
|
17763
17763
|
*
|
17764
17764
|
* @property # <<<<<<<<<<<<<<
|
@@ -17771,7 +17771,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17771
17771
|
return __pyx_r;
|
17772
17772
|
}
|
17773
17773
|
|
17774
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17774
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
17775
17775
|
* return PyArray_DIMS(self)
|
17776
17776
|
*
|
17777
17777
|
* @property # <<<<<<<<<<<<<<
|
@@ -17782,7 +17782,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17782
17782
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
17783
17783
|
npy_intp *__pyx_r;
|
17784
17784
|
|
17785
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17785
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":396
|
17786
17786
|
* The number of elements matches the number of dimensions of the array (ndim).
|
17787
17787
|
* """
|
17788
17788
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -17792,7 +17792,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17792
17792
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
17793
17793
|
goto __pyx_L0;
|
17794
17794
|
|
17795
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17795
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
17796
17796
|
* return PyArray_DIMS(self)
|
17797
17797
|
*
|
17798
17798
|
* @property # <<<<<<<<<<<<<<
|
@@ -17805,7 +17805,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17805
17805
|
return __pyx_r;
|
17806
17806
|
}
|
17807
17807
|
|
17808
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17808
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
17809
17809
|
* return PyArray_STRIDES(self)
|
17810
17810
|
*
|
17811
17811
|
* @property # <<<<<<<<<<<<<<
|
@@ -17816,7 +17816,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17816
17816
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
17817
17817
|
npy_intp __pyx_r;
|
17818
17818
|
|
17819
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17819
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":402
|
17820
17820
|
* """Returns the total size (in number of elements) of the array.
|
17821
17821
|
* """
|
17822
17822
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17826,7 +17826,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17826
17826
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
17827
17827
|
goto __pyx_L0;
|
17828
17828
|
|
17829
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17829
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
17830
17830
|
* return PyArray_STRIDES(self)
|
17831
17831
|
*
|
17832
17832
|
* @property # <<<<<<<<<<<<<<
|
@@ -17839,7 +17839,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17839
17839
|
return __pyx_r;
|
17840
17840
|
}
|
17841
17841
|
|
17842
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17842
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
17843
17843
|
* return PyArray_SIZE(self)
|
17844
17844
|
*
|
17845
17845
|
* @property # <<<<<<<<<<<<<<
|
@@ -17850,7 +17850,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17850
17850
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
17851
17851
|
char *__pyx_r;
|
17852
17852
|
|
17853
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17853
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":411
|
17854
17854
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
17855
17855
|
* """
|
17856
17856
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -17860,7 +17860,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17860
17860
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
17861
17861
|
goto __pyx_L0;
|
17862
17862
|
|
17863
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17863
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
17864
17864
|
* return PyArray_SIZE(self)
|
17865
17865
|
*
|
17866
17866
|
* @property # <<<<<<<<<<<<<<
|
@@ -17873,7 +17873,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17873
17873
|
return __pyx_r;
|
17874
17874
|
}
|
17875
17875
|
|
17876
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17876
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
17877
17877
|
* ctypedef long double complex clongdouble_t
|
17878
17878
|
*
|
17879
17879
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -17890,7 +17890,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17890
17890
|
int __pyx_clineno = 0;
|
17891
17891
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
17892
17892
|
|
17893
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17893
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":808
|
17894
17894
|
*
|
17895
17895
|
* cdef inline object PyArray_MultiIterNew1(a):
|
17896
17896
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -17904,7 +17904,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17904
17904
|
__pyx_t_1 = 0;
|
17905
17905
|
goto __pyx_L0;
|
17906
17906
|
|
17907
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17907
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
17908
17908
|
* ctypedef long double complex clongdouble_t
|
17909
17909
|
*
|
17910
17910
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -17923,7 +17923,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17923
17923
|
return __pyx_r;
|
17924
17924
|
}
|
17925
17925
|
|
17926
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17926
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
17927
17927
|
* return PyArray_MultiIterNew(1, <void*>a)
|
17928
17928
|
*
|
17929
17929
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -17940,7 +17940,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17940
17940
|
int __pyx_clineno = 0;
|
17941
17941
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
17942
17942
|
|
17943
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17943
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":811
|
17944
17944
|
*
|
17945
17945
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
17946
17946
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -17954,7 +17954,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17954
17954
|
__pyx_t_1 = 0;
|
17955
17955
|
goto __pyx_L0;
|
17956
17956
|
|
17957
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17957
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
17958
17958
|
* return PyArray_MultiIterNew(1, <void*>a)
|
17959
17959
|
*
|
17960
17960
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -17973,7 +17973,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17973
17973
|
return __pyx_r;
|
17974
17974
|
}
|
17975
17975
|
|
17976
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17976
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
17977
17977
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
17978
17978
|
*
|
17979
17979
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -17990,7 +17990,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
17990
17990
|
int __pyx_clineno = 0;
|
17991
17991
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
17992
17992
|
|
17993
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17993
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":814
|
17994
17994
|
*
|
17995
17995
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
17996
17996
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -18004,7 +18004,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18004
18004
|
__pyx_t_1 = 0;
|
18005
18005
|
goto __pyx_L0;
|
18006
18006
|
|
18007
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18007
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
18008
18008
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18009
18009
|
*
|
18010
18010
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18023,7 +18023,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18023
18023
|
return __pyx_r;
|
18024
18024
|
}
|
18025
18025
|
|
18026
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18026
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
18027
18027
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18028
18028
|
*
|
18029
18029
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18040,7 +18040,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18040
18040
|
int __pyx_clineno = 0;
|
18041
18041
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
18042
18042
|
|
18043
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18043
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":817
|
18044
18044
|
*
|
18045
18045
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
18046
18046
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -18054,7 +18054,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18054
18054
|
__pyx_t_1 = 0;
|
18055
18055
|
goto __pyx_L0;
|
18056
18056
|
|
18057
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18057
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
18058
18058
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18059
18059
|
*
|
18060
18060
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18073,7 +18073,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18073
18073
|
return __pyx_r;
|
18074
18074
|
}
|
18075
18075
|
|
18076
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18076
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
18077
18077
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18078
18078
|
*
|
18079
18079
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18090,7 +18090,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18090
18090
|
int __pyx_clineno = 0;
|
18091
18091
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
18092
18092
|
|
18093
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18093
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":820
|
18094
18094
|
*
|
18095
18095
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
18096
18096
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -18104,7 +18104,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18104
18104
|
__pyx_t_1 = 0;
|
18105
18105
|
goto __pyx_L0;
|
18106
18106
|
|
18107
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18107
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
18108
18108
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18109
18109
|
*
|
18110
18110
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18123,7 +18123,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18123
18123
|
return __pyx_r;
|
18124
18124
|
}
|
18125
18125
|
|
18126
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18126
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
18127
18127
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18128
18128
|
*
|
18129
18129
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18138,7 +18138,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18138
18138
|
PyObject *__pyx_t_2;
|
18139
18139
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
18140
18140
|
|
18141
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18141
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
18142
18142
|
*
|
18143
18143
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18144
18144
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18148,7 +18148,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18148
18148
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
18149
18149
|
if (__pyx_t_1) {
|
18150
18150
|
|
18151
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18151
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":824
|
18152
18152
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18153
18153
|
* if PyDataType_HASSUBARRAY(d):
|
18154
18154
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -18161,7 +18161,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18161
18161
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
18162
18162
|
goto __pyx_L0;
|
18163
18163
|
|
18164
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18164
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
18165
18165
|
*
|
18166
18166
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18167
18167
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18170,7 +18170,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18170
18170
|
*/
|
18171
18171
|
}
|
18172
18172
|
|
18173
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18173
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":826
|
18174
18174
|
* return <tuple>d.subarray.shape
|
18175
18175
|
* else:
|
18176
18176
|
* return () # <<<<<<<<<<<<<<
|
@@ -18184,7 +18184,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18184
18184
|
goto __pyx_L0;
|
18185
18185
|
}
|
18186
18186
|
|
18187
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18187
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
18188
18188
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18189
18189
|
*
|
18190
18190
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18199,7 +18199,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18199
18199
|
return __pyx_r;
|
18200
18200
|
}
|
18201
18201
|
|
18202
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18202
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
18203
18203
|
* int _import_umath() except -1
|
18204
18204
|
*
|
18205
18205
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18213,7 +18213,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18213
18213
|
const char *__pyx_filename = NULL;
|
18214
18214
|
int __pyx_clineno = 0;
|
18215
18215
|
|
18216
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18216
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1011
|
18217
18217
|
*
|
18218
18218
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18219
18219
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -18222,7 +18222,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18222
18222
|
*/
|
18223
18223
|
Py_INCREF(__pyx_v_base);
|
18224
18224
|
|
18225
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18225
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1012
|
18226
18226
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18227
18227
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
18228
18228
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -18231,7 +18231,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18231
18231
|
*/
|
18232
18232
|
__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)
|
18233
18233
|
|
18234
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18234
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
18235
18235
|
* int _import_umath() except -1
|
18236
18236
|
*
|
18237
18237
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18246,7 +18246,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18246
18246
|
__pyx_L0:;
|
18247
18247
|
}
|
18248
18248
|
|
18249
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18249
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
18250
18250
|
* PyArray_SetBaseObject(arr, base)
|
18251
18251
|
*
|
18252
18252
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18261,7 +18261,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18261
18261
|
int __pyx_t_1;
|
18262
18262
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
18263
18263
|
|
18264
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18264
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1015
|
18265
18265
|
*
|
18266
18266
|
* cdef inline object get_array_base(ndarray arr):
|
18267
18267
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -18270,7 +18270,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18270
18270
|
*/
|
18271
18271
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
18272
18272
|
|
18273
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18273
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
18274
18274
|
* cdef inline object get_array_base(ndarray arr):
|
18275
18275
|
* base = PyArray_BASE(arr)
|
18276
18276
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18280,7 +18280,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18280
18280
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
18281
18281
|
if (__pyx_t_1) {
|
18282
18282
|
|
18283
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18283
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1017
|
18284
18284
|
* base = PyArray_BASE(arr)
|
18285
18285
|
* if base is NULL:
|
18286
18286
|
* return None # <<<<<<<<<<<<<<
|
@@ -18291,7 +18291,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18291
18291
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
18292
18292
|
goto __pyx_L0;
|
18293
18293
|
|
18294
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18294
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
18295
18295
|
* cdef inline object get_array_base(ndarray arr):
|
18296
18296
|
* base = PyArray_BASE(arr)
|
18297
18297
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18300,7 +18300,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18300
18300
|
*/
|
18301
18301
|
}
|
18302
18302
|
|
18303
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18303
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1018
|
18304
18304
|
* if base is NULL:
|
18305
18305
|
* return None
|
18306
18306
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -18312,7 +18312,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18312
18312
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
18313
18313
|
goto __pyx_L0;
|
18314
18314
|
|
18315
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18315
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
18316
18316
|
* PyArray_SetBaseObject(arr, base)
|
18317
18317
|
*
|
18318
18318
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18327,7 +18327,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18327
18327
|
return __pyx_r;
|
18328
18328
|
}
|
18329
18329
|
|
18330
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18330
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
18331
18331
|
* # Versions of the import_* functions which are more suitable for
|
18332
18332
|
* # Cython code.
|
18333
18333
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18354,7 +18354,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18354
18354
|
int __pyx_clineno = 0;
|
18355
18355
|
__Pyx_RefNannySetupContext("import_array", 0);
|
18356
18356
|
|
18357
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18357
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18358
18358
|
* # Cython code.
|
18359
18359
|
* cdef inline int import_array() except -1:
|
18360
18360
|
* try: # <<<<<<<<<<<<<<
|
@@ -18370,7 +18370,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18370
18370
|
__Pyx_XGOTREF(__pyx_t_3);
|
18371
18371
|
/*try:*/ {
|
18372
18372
|
|
18373
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18373
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1024
|
18374
18374
|
* cdef inline int import_array() except -1:
|
18375
18375
|
* try:
|
18376
18376
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -18379,7 +18379,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18379
18379
|
*/
|
18380
18380
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1024, __pyx_L3_error)
|
18381
18381
|
|
18382
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18382
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18383
18383
|
* # Cython code.
|
18384
18384
|
* cdef inline int import_array() except -1:
|
18385
18385
|
* try: # <<<<<<<<<<<<<<
|
@@ -18393,7 +18393,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18393
18393
|
goto __pyx_L8_try_end;
|
18394
18394
|
__pyx_L3_error:;
|
18395
18395
|
|
18396
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18396
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1025
|
18397
18397
|
* try:
|
18398
18398
|
* __pyx_import_array()
|
18399
18399
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18408,7 +18408,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18408
18408
|
__Pyx_XGOTREF(__pyx_t_6);
|
18409
18409
|
__Pyx_XGOTREF(__pyx_t_7);
|
18410
18410
|
|
18411
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18411
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1026
|
18412
18412
|
* __pyx_import_array()
|
18413
18413
|
* except Exception:
|
18414
18414
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -18433,7 +18433,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18433
18433
|
}
|
18434
18434
|
goto __pyx_L5_except_error;
|
18435
18435
|
|
18436
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18436
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18437
18437
|
* # Cython code.
|
18438
18438
|
* cdef inline int import_array() except -1:
|
18439
18439
|
* try: # <<<<<<<<<<<<<<
|
@@ -18449,7 +18449,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18449
18449
|
__pyx_L8_try_end:;
|
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-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
18453
18453
|
* # Versions of the import_* functions which are more suitable for
|
18454
18454
|
* # Cython code.
|
18455
18455
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18474,7 +18474,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18474
18474
|
return __pyx_r;
|
18475
18475
|
}
|
18476
18476
|
|
18477
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18477
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
18478
18478
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18479
18479
|
*
|
18480
18480
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18501,7 +18501,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18501
18501
|
int __pyx_clineno = 0;
|
18502
18502
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
18503
18503
|
|
18504
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18504
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18505
18505
|
*
|
18506
18506
|
* cdef inline int import_umath() except -1:
|
18507
18507
|
* try: # <<<<<<<<<<<<<<
|
@@ -18517,7 +18517,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18517
18517
|
__Pyx_XGOTREF(__pyx_t_3);
|
18518
18518
|
/*try:*/ {
|
18519
18519
|
|
18520
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18520
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1030
|
18521
18521
|
* cdef inline int import_umath() except -1:
|
18522
18522
|
* try:
|
18523
18523
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18526,7 +18526,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18526
18526
|
*/
|
18527
18527
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1030, __pyx_L3_error)
|
18528
18528
|
|
18529
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18529
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18530
18530
|
*
|
18531
18531
|
* cdef inline int import_umath() except -1:
|
18532
18532
|
* try: # <<<<<<<<<<<<<<
|
@@ -18540,7 +18540,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18540
18540
|
goto __pyx_L8_try_end;
|
18541
18541
|
__pyx_L3_error:;
|
18542
18542
|
|
18543
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18543
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1031
|
18544
18544
|
* try:
|
18545
18545
|
* _import_umath()
|
18546
18546
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18555,7 +18555,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18555
18555
|
__Pyx_XGOTREF(__pyx_t_6);
|
18556
18556
|
__Pyx_XGOTREF(__pyx_t_7);
|
18557
18557
|
|
18558
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18558
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1032
|
18559
18559
|
* _import_umath()
|
18560
18560
|
* except Exception:
|
18561
18561
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18580,7 +18580,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18580
18580
|
}
|
18581
18581
|
goto __pyx_L5_except_error;
|
18582
18582
|
|
18583
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18583
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18584
18584
|
*
|
18585
18585
|
* cdef inline int import_umath() except -1:
|
18586
18586
|
* try: # <<<<<<<<<<<<<<
|
@@ -18596,7 +18596,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18596
18596
|
__pyx_L8_try_end:;
|
18597
18597
|
}
|
18598
18598
|
|
18599
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18599
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
18600
18600
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18601
18601
|
*
|
18602
18602
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18621,7 +18621,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18621
18621
|
return __pyx_r;
|
18622
18622
|
}
|
18623
18623
|
|
18624
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18624
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
18625
18625
|
* raise ImportError("numpy._core.umath failed to import")
|
18626
18626
|
*
|
18627
18627
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18648,7 +18648,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18648
18648
|
int __pyx_clineno = 0;
|
18649
18649
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
18650
18650
|
|
18651
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18651
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18652
18652
|
*
|
18653
18653
|
* cdef inline int import_ufunc() except -1:
|
18654
18654
|
* try: # <<<<<<<<<<<<<<
|
@@ -18664,7 +18664,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18664
18664
|
__Pyx_XGOTREF(__pyx_t_3);
|
18665
18665
|
/*try:*/ {
|
18666
18666
|
|
18667
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18667
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1036
|
18668
18668
|
* cdef inline int import_ufunc() except -1:
|
18669
18669
|
* try:
|
18670
18670
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18673,7 +18673,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18673
18673
|
*/
|
18674
18674
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1036, __pyx_L3_error)
|
18675
18675
|
|
18676
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18676
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18677
18677
|
*
|
18678
18678
|
* cdef inline int import_ufunc() except -1:
|
18679
18679
|
* try: # <<<<<<<<<<<<<<
|
@@ -18687,7 +18687,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18687
18687
|
goto __pyx_L8_try_end;
|
18688
18688
|
__pyx_L3_error:;
|
18689
18689
|
|
18690
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18690
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1037
|
18691
18691
|
* try:
|
18692
18692
|
* _import_umath()
|
18693
18693
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18702,7 +18702,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18702
18702
|
__Pyx_XGOTREF(__pyx_t_6);
|
18703
18703
|
__Pyx_XGOTREF(__pyx_t_7);
|
18704
18704
|
|
18705
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18705
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1038
|
18706
18706
|
* _import_umath()
|
18707
18707
|
* except Exception:
|
18708
18708
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18727,7 +18727,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18727
18727
|
}
|
18728
18728
|
goto __pyx_L5_except_error;
|
18729
18729
|
|
18730
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18730
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18731
18731
|
*
|
18732
18732
|
* cdef inline int import_ufunc() except -1:
|
18733
18733
|
* try: # <<<<<<<<<<<<<<
|
@@ -18743,7 +18743,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18743
18743
|
__pyx_L8_try_end:;
|
18744
18744
|
}
|
18745
18745
|
|
18746
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18746
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
18747
18747
|
* raise ImportError("numpy._core.umath failed to import")
|
18748
18748
|
*
|
18749
18749
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18768,7 +18768,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18768
18768
|
return __pyx_r;
|
18769
18769
|
}
|
18770
18770
|
|
18771
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18771
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
18772
18772
|
*
|
18773
18773
|
*
|
18774
18774
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18779,7 +18779,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18779
18779
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
18780
18780
|
int __pyx_r;
|
18781
18781
|
|
18782
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18782
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1053
|
18783
18783
|
* bool
|
18784
18784
|
* """
|
18785
18785
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18789,7 +18789,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18789
18789
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
18790
18790
|
goto __pyx_L0;
|
18791
18791
|
|
18792
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18792
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
18793
18793
|
*
|
18794
18794
|
*
|
18795
18795
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18802,7 +18802,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18802
18802
|
return __pyx_r;
|
18803
18803
|
}
|
18804
18804
|
|
18805
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18805
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
18806
18806
|
*
|
18807
18807
|
*
|
18808
18808
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18813,7 +18813,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18813
18813
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
18814
18814
|
int __pyx_r;
|
18815
18815
|
|
18816
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18816
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1068
|
18817
18817
|
* bool
|
18818
18818
|
* """
|
18819
18819
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18823,7 +18823,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18823
18823
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
18824
18824
|
goto __pyx_L0;
|
18825
18825
|
|
18826
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18826
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
18827
18827
|
*
|
18828
18828
|
*
|
18829
18829
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18836,7 +18836,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18836
18836
|
return __pyx_r;
|
18837
18837
|
}
|
18838
18838
|
|
18839
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18839
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
18840
18840
|
*
|
18841
18841
|
*
|
18842
18842
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18847,7 +18847,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18847
18847
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
18848
18848
|
npy_datetime __pyx_r;
|
18849
18849
|
|
18850
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18850
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1078
|
18851
18851
|
* also needed. That can be found using `get_datetime64_unit`.
|
18852
18852
|
* """
|
18853
18853
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18857,7 +18857,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18857
18857
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
18858
18858
|
goto __pyx_L0;
|
18859
18859
|
|
18860
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18860
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
18861
18861
|
*
|
18862
18862
|
*
|
18863
18863
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18870,7 +18870,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18870
18870
|
return __pyx_r;
|
18871
18871
|
}
|
18872
18872
|
|
18873
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18873
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
18874
18874
|
*
|
18875
18875
|
*
|
18876
18876
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18881,7 +18881,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18881
18881
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
18882
18882
|
npy_timedelta __pyx_r;
|
18883
18883
|
|
18884
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18884
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1085
|
18885
18885
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
18886
18886
|
* """
|
18887
18887
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18891,7 +18891,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18891
18891
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
18892
18892
|
goto __pyx_L0;
|
18893
18893
|
|
18894
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18894
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
18895
18895
|
*
|
18896
18896
|
*
|
18897
18897
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18904,7 +18904,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18904
18904
|
return __pyx_r;
|
18905
18905
|
}
|
18906
18906
|
|
18907
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18907
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
18908
18908
|
*
|
18909
18909
|
*
|
18910
18910
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18915,7 +18915,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18915
18915
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
18916
18916
|
NPY_DATETIMEUNIT __pyx_r;
|
18917
18917
|
|
18918
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18918
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1092
|
18919
18919
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
18920
18920
|
* """
|
18921
18921
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -18925,7 +18925,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
18925
18925
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
18926
18926
|
goto __pyx_L0;
|
18927
18927
|
|
18928
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18928
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-gn69mdo6/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
18929
18929
|
*
|
18930
18930
|
*
|
18931
18931
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|