edsger 0.1.3__cp311-cp311-macosx_11_0_arm64.whl → 0.1.4__cp311-cp311-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- edsger/_version.py +1 -1
- edsger/commons.c +146 -146
- edsger/dijkstra.c +146 -146
- edsger/path_tracking.c +146 -146
- edsger/pq_4ary_dec_0b.c +146 -146
- edsger/spiess_florian.c +146 -146
- edsger/star.c +146 -146
- {edsger-0.1.3.dist-info → edsger-0.1.4.dist-info}/METADATA +11 -4
- {edsger-0.1.3.dist-info → edsger-0.1.4.dist-info}/RECORD +13 -13
- {edsger-0.1.3.dist-info → edsger-0.1.4.dist-info}/WHEEL +0 -0
- {edsger-0.1.3.dist-info → edsger-0.1.4.dist-info}/licenses/AUTHORS.rst +0 -0
- {edsger-0.1.3.dist-info → edsger-0.1.4.dist-info}/licenses/LICENSE +0 -0
- {edsger-0.1.3.dist-info → edsger-0.1.4.dist-info}/top_level.txt +0 -0
edsger/path_tracking.c
CHANGED
@@ -1384,7 +1384,7 @@ static const char *__pyx_filename;
|
|
1384
1384
|
static const char* const __pyx_f[] = {
|
1385
1385
|
"src/edsger/path_tracking.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-1tw1gnaj/overlay/lib/python3.11/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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":743
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":744
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":745
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":746
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":748
|
1647
1647
|
* ctypedef npy_int64 int64_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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":749
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":750
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":751
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":753
|
1683
1683
|
* ctypedef npy_uint64 uint64_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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":754
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":761
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":762
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":764
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":765
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":767
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":768
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":769
|
1755
1755
|
* ctypedef npy_double float_t
|
1756
1756
|
* ctypedef npy_double double_t
|
1757
1757
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
@@ -17119,7 +17119,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17119
17119
|
return __pyx_r;
|
17120
17120
|
}
|
17121
17121
|
|
17122
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17122
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
|
17123
17123
|
* cdef int type_num
|
17124
17124
|
*
|
17125
17125
|
* @property # <<<<<<<<<<<<<<
|
@@ -17130,7 +17130,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17130
17130
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
17131
17131
|
npy_intp __pyx_r;
|
17132
17132
|
|
17133
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17133
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":244
|
17134
17134
|
* @property
|
17135
17135
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
17136
17136
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -17140,7 +17140,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17140
17140
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
17141
17141
|
goto __pyx_L0;
|
17142
17142
|
|
17143
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17143
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
|
17144
17144
|
* cdef int type_num
|
17145
17145
|
*
|
17146
17146
|
* @property # <<<<<<<<<<<<<<
|
@@ -17153,7 +17153,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17153
17153
|
return __pyx_r;
|
17154
17154
|
}
|
17155
17155
|
|
17156
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17156
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
|
17157
17157
|
* return PyDataType_ELSIZE(self)
|
17158
17158
|
*
|
17159
17159
|
* @property # <<<<<<<<<<<<<<
|
@@ -17164,7 +17164,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17164
17164
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
17165
17165
|
npy_intp __pyx_r;
|
17166
17166
|
|
17167
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17167
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":248
|
17168
17168
|
* @property
|
17169
17169
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
17170
17170
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -17174,7 +17174,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17174
17174
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
17175
17175
|
goto __pyx_L0;
|
17176
17176
|
|
17177
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17177
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
|
17178
17178
|
* return PyDataType_ELSIZE(self)
|
17179
17179
|
*
|
17180
17180
|
* @property # <<<<<<<<<<<<<<
|
@@ -17187,7 +17187,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17187
17187
|
return __pyx_r;
|
17188
17188
|
}
|
17189
17189
|
|
17190
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17190
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
|
17191
17191
|
* # Use fields/names with care as they may be NULL. You must check
|
17192
17192
|
* # for this using PyDataType_HASFIELDS.
|
17193
17193
|
* @property # <<<<<<<<<<<<<<
|
@@ -17201,7 +17201,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17201
17201
|
PyObject *__pyx_t_1;
|
17202
17202
|
__Pyx_RefNannySetupContext("fields", 0);
|
17203
17203
|
|
17204
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17204
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":254
|
17205
17205
|
* @property
|
17206
17206
|
* cdef inline object fields(self):
|
17207
17207
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -17214,7 +17214,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17214
17214
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
17215
17215
|
goto __pyx_L0;
|
17216
17216
|
|
17217
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17217
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
|
17218
17218
|
* # Use fields/names with care as they may be NULL. You must check
|
17219
17219
|
* # for this using PyDataType_HASFIELDS.
|
17220
17220
|
* @property # <<<<<<<<<<<<<<
|
@@ -17229,7 +17229,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17229
17229
|
return __pyx_r;
|
17230
17230
|
}
|
17231
17231
|
|
17232
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17232
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
|
17233
17233
|
* return <object>PyDataType_FIELDS(self)
|
17234
17234
|
*
|
17235
17235
|
* @property # <<<<<<<<<<<<<<
|
@@ -17243,7 +17243,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17243
17243
|
PyObject *__pyx_t_1;
|
17244
17244
|
__Pyx_RefNannySetupContext("names", 0);
|
17245
17245
|
|
17246
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17246
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":258
|
17247
17247
|
* @property
|
17248
17248
|
* cdef inline tuple names(self):
|
17249
17249
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -17256,7 +17256,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17256
17256
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
17257
17257
|
goto __pyx_L0;
|
17258
17258
|
|
17259
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17259
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
|
17260
17260
|
* return <object>PyDataType_FIELDS(self)
|
17261
17261
|
*
|
17262
17262
|
* @property # <<<<<<<<<<<<<<
|
@@ -17271,7 +17271,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
17275
17275
|
* # valid (the pointer can be NULL). Most users should access
|
17276
17276
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17277
17277
|
* @property # <<<<<<<<<<<<<<
|
@@ -17282,7 +17282,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17282
17282
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
17283
17283
|
PyArray_ArrayDescr *__pyx_r;
|
17284
17284
|
|
17285
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17285
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":265
|
17286
17286
|
* @property
|
17287
17287
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
17288
17288
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -17292,7 +17292,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17292
17292
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
17293
17293
|
goto __pyx_L0;
|
17294
17294
|
|
17295
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17295
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
17296
17296
|
* # valid (the pointer can be NULL). Most users should access
|
17297
17297
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17298
17298
|
* @property # <<<<<<<<<<<<<<
|
@@ -17305,7 +17305,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17305
17305
|
return __pyx_r;
|
17306
17306
|
}
|
17307
17307
|
|
17308
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17308
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
|
17309
17309
|
* return PyDataType_SUBARRAY(self)
|
17310
17310
|
*
|
17311
17311
|
* @property # <<<<<<<<<<<<<<
|
@@ -17316,7 +17316,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17316
17316
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
17317
17317
|
npy_uint64 __pyx_r;
|
17318
17318
|
|
17319
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17319
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":270
|
17320
17320
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
17321
17321
|
* """The data types flags."""
|
17322
17322
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -17326,7 +17326,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17326
17326
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
17327
17327
|
goto __pyx_L0;
|
17328
17328
|
|
17329
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17329
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
|
17330
17330
|
* return PyDataType_SUBARRAY(self)
|
17331
17331
|
*
|
17332
17332
|
* @property # <<<<<<<<<<<<<<
|
@@ -17339,7 +17339,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17339
17339
|
return __pyx_r;
|
17340
17340
|
}
|
17341
17341
|
|
17342
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17342
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
|
17343
17343
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17344
17344
|
*
|
17345
17345
|
* @property # <<<<<<<<<<<<<<
|
@@ -17350,7 +17350,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17350
17350
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
17351
17351
|
int __pyx_r;
|
17352
17352
|
|
17353
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17353
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":282
|
17354
17354
|
* cdef inline int numiter(self) noexcept nogil:
|
17355
17355
|
* """The number of arrays that need to be broadcast to the same shape."""
|
17356
17356
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -17360,7 +17360,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17360
17360
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
17361
17361
|
goto __pyx_L0;
|
17362
17362
|
|
17363
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17363
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
|
17364
17364
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17365
17365
|
*
|
17366
17366
|
* @property # <<<<<<<<<<<<<<
|
@@ -17373,7 +17373,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17373
17373
|
return __pyx_r;
|
17374
17374
|
}
|
17375
17375
|
|
17376
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17376
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
17377
17377
|
* return PyArray_MultiIter_NUMITER(self)
|
17378
17378
|
*
|
17379
17379
|
* @property # <<<<<<<<<<<<<<
|
@@ -17384,7 +17384,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17384
17384
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
17385
17385
|
npy_intp __pyx_r;
|
17386
17386
|
|
17387
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17387
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":287
|
17388
17388
|
* cdef inline npy_intp size(self) noexcept nogil:
|
17389
17389
|
* """The total broadcasted size."""
|
17390
17390
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17394,7 +17394,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17394
17394
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
17395
17395
|
goto __pyx_L0;
|
17396
17396
|
|
17397
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17397
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
17398
17398
|
* return PyArray_MultiIter_NUMITER(self)
|
17399
17399
|
*
|
17400
17400
|
* @property # <<<<<<<<<<<<<<
|
@@ -17407,7 +17407,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17407
17407
|
return __pyx_r;
|
17408
17408
|
}
|
17409
17409
|
|
17410
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17410
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
|
17411
17411
|
* return PyArray_MultiIter_SIZE(self)
|
17412
17412
|
*
|
17413
17413
|
* @property # <<<<<<<<<<<<<<
|
@@ -17418,7 +17418,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17418
17418
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
17419
17419
|
npy_intp __pyx_r;
|
17420
17420
|
|
17421
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17421
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":292
|
17422
17422
|
* cdef inline npy_intp index(self) noexcept nogil:
|
17423
17423
|
* """The current (1-d) index into the broadcasted result."""
|
17424
17424
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -17428,7 +17428,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17428
17428
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
17429
17429
|
goto __pyx_L0;
|
17430
17430
|
|
17431
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17431
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
|
17432
17432
|
* return PyArray_MultiIter_SIZE(self)
|
17433
17433
|
*
|
17434
17434
|
* @property # <<<<<<<<<<<<<<
|
@@ -17441,7 +17441,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17441
17441
|
return __pyx_r;
|
17442
17442
|
}
|
17443
17443
|
|
17444
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17444
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
|
17445
17445
|
* return PyArray_MultiIter_INDEX(self)
|
17446
17446
|
*
|
17447
17447
|
* @property # <<<<<<<<<<<<<<
|
@@ -17452,7 +17452,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17452
17452
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
17453
17453
|
int __pyx_r;
|
17454
17454
|
|
17455
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17455
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":297
|
17456
17456
|
* cdef inline int nd(self) noexcept nogil:
|
17457
17457
|
* """The number of dimensions in the broadcasted result."""
|
17458
17458
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17462,7 +17462,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17462
17462
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
17463
17463
|
goto __pyx_L0;
|
17464
17464
|
|
17465
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17465
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
|
17466
17466
|
* return PyArray_MultiIter_INDEX(self)
|
17467
17467
|
*
|
17468
17468
|
* @property # <<<<<<<<<<<<<<
|
@@ -17475,7 +17475,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17475
17475
|
return __pyx_r;
|
17476
17476
|
}
|
17477
17477
|
|
17478
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17478
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
|
17479
17479
|
* return PyArray_MultiIter_NDIM(self)
|
17480
17480
|
*
|
17481
17481
|
* @property # <<<<<<<<<<<<<<
|
@@ -17486,7 +17486,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17486
17486
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
17487
17487
|
npy_intp *__pyx_r;
|
17488
17488
|
|
17489
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17489
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":302
|
17490
17490
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
17491
17491
|
* """The shape of the broadcasted result."""
|
17492
17492
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17496,7 +17496,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17496
17496
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
17497
17497
|
goto __pyx_L0;
|
17498
17498
|
|
17499
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17499
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
|
17500
17500
|
* return PyArray_MultiIter_NDIM(self)
|
17501
17501
|
*
|
17502
17502
|
* @property # <<<<<<<<<<<<<<
|
@@ -17509,7 +17509,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17509
17509
|
return __pyx_r;
|
17510
17510
|
}
|
17511
17511
|
|
17512
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17512
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
|
17513
17513
|
* return PyArray_MultiIter_DIMS(self)
|
17514
17514
|
*
|
17515
17515
|
* @property # <<<<<<<<<<<<<<
|
@@ -17520,7 +17520,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17520
17520
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
17521
17521
|
void **__pyx_r;
|
17522
17522
|
|
17523
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17523
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":308
|
17524
17524
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
17525
17525
|
* On return, the iterators are adjusted for broadcasting."""
|
17526
17526
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -17530,7 +17530,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17530
17530
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
17531
17531
|
goto __pyx_L0;
|
17532
17532
|
|
17533
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17533
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
|
17534
17534
|
* return PyArray_MultiIter_DIMS(self)
|
17535
17535
|
*
|
17536
17536
|
* @property # <<<<<<<<<<<<<<
|
@@ -17543,7 +17543,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17543
17543
|
return __pyx_r;
|
17544
17544
|
}
|
17545
17545
|
|
17546
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17546
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
|
17547
17547
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17548
17548
|
*
|
17549
17549
|
* @property # <<<<<<<<<<<<<<
|
@@ -17554,7 +17554,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17554
17554
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
17555
17555
|
PyObject *__pyx_r;
|
17556
17556
|
|
17557
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17557
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":326
|
17558
17558
|
* """Returns a borrowed reference to the object owning the data/memory.
|
17559
17559
|
* """
|
17560
17560
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -17564,7 +17564,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17564
17564
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
17565
17565
|
goto __pyx_L0;
|
17566
17566
|
|
17567
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17567
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
|
17568
17568
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17569
17569
|
*
|
17570
17570
|
* @property # <<<<<<<<<<<<<<
|
@@ -17577,7 +17577,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17577
17577
|
return __pyx_r;
|
17578
17578
|
}
|
17579
17579
|
|
17580
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17580
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
|
17581
17581
|
* return PyArray_BASE(self)
|
17582
17582
|
*
|
17583
17583
|
* @property # <<<<<<<<<<<<<<
|
@@ -17591,7 +17591,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17591
17591
|
PyArray_Descr *__pyx_t_1;
|
17592
17592
|
__Pyx_RefNannySetupContext("descr", 0);
|
17593
17593
|
|
17594
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17594
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":332
|
17595
17595
|
* """Returns an owned reference to the dtype of the array.
|
17596
17596
|
* """
|
17597
17597
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -17604,7 +17604,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17604
17604
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
17605
17605
|
goto __pyx_L0;
|
17606
17606
|
|
17607
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17607
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
|
17608
17608
|
* return PyArray_BASE(self)
|
17609
17609
|
*
|
17610
17610
|
* @property # <<<<<<<<<<<<<<
|
@@ -17619,7 +17619,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17619
17619
|
return __pyx_r;
|
17620
17620
|
}
|
17621
17621
|
|
17622
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17622
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
|
17623
17623
|
* return <dtype>PyArray_DESCR(self)
|
17624
17624
|
*
|
17625
17625
|
* @property # <<<<<<<<<<<<<<
|
@@ -17630,7 +17630,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17630
17630
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
17631
17631
|
int __pyx_r;
|
17632
17632
|
|
17633
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17633
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":338
|
17634
17634
|
* """Returns the number of dimensions in the array.
|
17635
17635
|
* """
|
17636
17636
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17640,7 +17640,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17640
17640
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
17641
17641
|
goto __pyx_L0;
|
17642
17642
|
|
17643
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17643
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
|
17644
17644
|
* return <dtype>PyArray_DESCR(self)
|
17645
17645
|
*
|
17646
17646
|
* @property # <<<<<<<<<<<<<<
|
@@ -17653,7 +17653,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17653
17653
|
return __pyx_r;
|
17654
17654
|
}
|
17655
17655
|
|
17656
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17656
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
|
17657
17657
|
* return PyArray_NDIM(self)
|
17658
17658
|
*
|
17659
17659
|
* @property # <<<<<<<<<<<<<<
|
@@ -17664,7 +17664,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17664
17664
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
17665
17665
|
npy_intp *__pyx_r;
|
17666
17666
|
|
17667
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17667
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":346
|
17668
17668
|
* Can return NULL for 0-dimensional arrays.
|
17669
17669
|
* """
|
17670
17670
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17674,7 +17674,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17674
17674
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
17675
17675
|
goto __pyx_L0;
|
17676
17676
|
|
17677
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17677
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
|
17678
17678
|
* return PyArray_NDIM(self)
|
17679
17679
|
*
|
17680
17680
|
* @property # <<<<<<<<<<<<<<
|
@@ -17687,7 +17687,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17687
17687
|
return __pyx_r;
|
17688
17688
|
}
|
17689
17689
|
|
17690
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17690
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
|
17691
17691
|
* return PyArray_DIMS(self)
|
17692
17692
|
*
|
17693
17693
|
* @property # <<<<<<<<<<<<<<
|
@@ -17698,7 +17698,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17698
17698
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
17699
17699
|
npy_intp *__pyx_r;
|
17700
17700
|
|
17701
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17701
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":353
|
17702
17702
|
* The number of elements matches the number of dimensions of the array (ndim).
|
17703
17703
|
* """
|
17704
17704
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -17708,7 +17708,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17708
17708
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
17709
17709
|
goto __pyx_L0;
|
17710
17710
|
|
17711
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17711
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
|
17712
17712
|
* return PyArray_DIMS(self)
|
17713
17713
|
*
|
17714
17714
|
* @property # <<<<<<<<<<<<<<
|
@@ -17721,7 +17721,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17721
17721
|
return __pyx_r;
|
17722
17722
|
}
|
17723
17723
|
|
17724
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17724
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
|
17725
17725
|
* return PyArray_STRIDES(self)
|
17726
17726
|
*
|
17727
17727
|
* @property # <<<<<<<<<<<<<<
|
@@ -17732,7 +17732,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17732
17732
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
17733
17733
|
npy_intp __pyx_r;
|
17734
17734
|
|
17735
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17735
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":359
|
17736
17736
|
* """Returns the total size (in number of elements) of the array.
|
17737
17737
|
* """
|
17738
17738
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17742,7 +17742,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17742
17742
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
17743
17743
|
goto __pyx_L0;
|
17744
17744
|
|
17745
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17745
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
|
17746
17746
|
* return PyArray_STRIDES(self)
|
17747
17747
|
*
|
17748
17748
|
* @property # <<<<<<<<<<<<<<
|
@@ -17755,7 +17755,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17755
17755
|
return __pyx_r;
|
17756
17756
|
}
|
17757
17757
|
|
17758
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17758
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
|
17759
17759
|
* return PyArray_SIZE(self)
|
17760
17760
|
*
|
17761
17761
|
* @property # <<<<<<<<<<<<<<
|
@@ -17766,7 +17766,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17766
17766
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
17767
17767
|
char *__pyx_r;
|
17768
17768
|
|
17769
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17769
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":368
|
17770
17770
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
17771
17771
|
* """
|
17772
17772
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -17776,7 +17776,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17776
17776
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
17777
17777
|
goto __pyx_L0;
|
17778
17778
|
|
17779
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17779
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
|
17780
17780
|
* return PyArray_SIZE(self)
|
17781
17781
|
*
|
17782
17782
|
* @property # <<<<<<<<<<<<<<
|
@@ -17789,7 +17789,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17789
17789
|
return __pyx_r;
|
17790
17790
|
}
|
17791
17791
|
|
17792
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17792
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
17793
17793
|
* ctypedef long double complex clongdouble_t
|
17794
17794
|
*
|
17795
17795
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -17806,7 +17806,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17806
17806
|
int __pyx_clineno = 0;
|
17807
17807
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
17808
17808
|
|
17809
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17809
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":777
|
17810
17810
|
*
|
17811
17811
|
* cdef inline object PyArray_MultiIterNew1(a):
|
17812
17812
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -17820,7 +17820,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17820
17820
|
__pyx_t_1 = 0;
|
17821
17821
|
goto __pyx_L0;
|
17822
17822
|
|
17823
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17823
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
17824
17824
|
* ctypedef long double complex clongdouble_t
|
17825
17825
|
*
|
17826
17826
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -17839,7 +17839,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
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-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
17843
17843
|
* return PyArray_MultiIterNew(1, <void*>a)
|
17844
17844
|
*
|
17845
17845
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -17856,7 +17856,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17856
17856
|
int __pyx_clineno = 0;
|
17857
17857
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
17858
17858
|
|
17859
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17859
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":780
|
17860
17860
|
*
|
17861
17861
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
17862
17862
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -17870,7 +17870,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17870
17870
|
__pyx_t_1 = 0;
|
17871
17871
|
goto __pyx_L0;
|
17872
17872
|
|
17873
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17873
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
17874
17874
|
* return PyArray_MultiIterNew(1, <void*>a)
|
17875
17875
|
*
|
17876
17876
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -17889,7 +17889,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17889
17889
|
return __pyx_r;
|
17890
17890
|
}
|
17891
17891
|
|
17892
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17892
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
17893
17893
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
17894
17894
|
*
|
17895
17895
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -17906,7 +17906,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
17906
17906
|
int __pyx_clineno = 0;
|
17907
17907
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
17908
17908
|
|
17909
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17909
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":783
|
17910
17910
|
*
|
17911
17911
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
17912
17912
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -17920,7 +17920,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
17920
17920
|
__pyx_t_1 = 0;
|
17921
17921
|
goto __pyx_L0;
|
17922
17922
|
|
17923
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17923
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
17924
17924
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
17925
17925
|
*
|
17926
17926
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -17939,7 +17939,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
17939
17939
|
return __pyx_r;
|
17940
17940
|
}
|
17941
17941
|
|
17942
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17942
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
17943
17943
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
17944
17944
|
*
|
17945
17945
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -17956,7 +17956,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
17956
17956
|
int __pyx_clineno = 0;
|
17957
17957
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
17958
17958
|
|
17959
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17959
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":786
|
17960
17960
|
*
|
17961
17961
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
17962
17962
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -17970,7 +17970,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
17970
17970
|
__pyx_t_1 = 0;
|
17971
17971
|
goto __pyx_L0;
|
17972
17972
|
|
17973
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17973
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
17974
17974
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
17975
17975
|
*
|
17976
17976
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -17989,7 +17989,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
17989
17989
|
return __pyx_r;
|
17990
17990
|
}
|
17991
17991
|
|
17992
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17992
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
17993
17993
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
17994
17994
|
*
|
17995
17995
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18006,7 +18006,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18006
18006
|
int __pyx_clineno = 0;
|
18007
18007
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
18008
18008
|
|
18009
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18009
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":789
|
18010
18010
|
*
|
18011
18011
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
18012
18012
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -18020,7 +18020,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18020
18020
|
__pyx_t_1 = 0;
|
18021
18021
|
goto __pyx_L0;
|
18022
18022
|
|
18023
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18023
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
18024
18024
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18025
18025
|
*
|
18026
18026
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18039,7 +18039,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18039
18039
|
return __pyx_r;
|
18040
18040
|
}
|
18041
18041
|
|
18042
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18042
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
18043
18043
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18044
18044
|
*
|
18045
18045
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18054,7 +18054,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18054
18054
|
PyObject *__pyx_t_2;
|
18055
18055
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
18056
18056
|
|
18057
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18057
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
18058
18058
|
*
|
18059
18059
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18060
18060
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18064,7 +18064,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18064
18064
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
18065
18065
|
if (__pyx_t_1) {
|
18066
18066
|
|
18067
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18067
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":793
|
18068
18068
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18069
18069
|
* if PyDataType_HASSUBARRAY(d):
|
18070
18070
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -18077,7 +18077,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18077
18077
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
18078
18078
|
goto __pyx_L0;
|
18079
18079
|
|
18080
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18080
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
18081
18081
|
*
|
18082
18082
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18083
18083
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18086,7 +18086,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18086
18086
|
*/
|
18087
18087
|
}
|
18088
18088
|
|
18089
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18089
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":795
|
18090
18090
|
* return <tuple>d.subarray.shape
|
18091
18091
|
* else:
|
18092
18092
|
* return () # <<<<<<<<<<<<<<
|
@@ -18100,7 +18100,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18100
18100
|
goto __pyx_L0;
|
18101
18101
|
}
|
18102
18102
|
|
18103
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18103
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
18104
18104
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18105
18105
|
*
|
18106
18106
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18115,7 +18115,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18115
18115
|
return __pyx_r;
|
18116
18116
|
}
|
18117
18117
|
|
18118
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18118
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
18119
18119
|
* int _import_umath() except -1
|
18120
18120
|
*
|
18121
18121
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18129,7 +18129,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18129
18129
|
const char *__pyx_filename = NULL;
|
18130
18130
|
int __pyx_clineno = 0;
|
18131
18131
|
|
18132
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18132
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":995
|
18133
18133
|
*
|
18134
18134
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18135
18135
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -18138,7 +18138,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18138
18138
|
*/
|
18139
18139
|
Py_INCREF(__pyx_v_base);
|
18140
18140
|
|
18141
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18141
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":996
|
18142
18142
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18143
18143
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
18144
18144
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -18147,7 +18147,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18147
18147
|
*/
|
18148
18148
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(2, 996, __pyx_L1_error)
|
18149
18149
|
|
18150
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18150
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
18151
18151
|
* int _import_umath() except -1
|
18152
18152
|
*
|
18153
18153
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18162,7 +18162,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18162
18162
|
__pyx_L0:;
|
18163
18163
|
}
|
18164
18164
|
|
18165
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18165
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
18166
18166
|
* PyArray_SetBaseObject(arr, base)
|
18167
18167
|
*
|
18168
18168
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18177,7 +18177,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18177
18177
|
int __pyx_t_1;
|
18178
18178
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
18179
18179
|
|
18180
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18180
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":999
|
18181
18181
|
*
|
18182
18182
|
* cdef inline object get_array_base(ndarray arr):
|
18183
18183
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -18186,7 +18186,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18186
18186
|
*/
|
18187
18187
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
18188
18188
|
|
18189
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18189
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
|
18190
18190
|
* cdef inline object get_array_base(ndarray arr):
|
18191
18191
|
* base = PyArray_BASE(arr)
|
18192
18192
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18196,7 +18196,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18196
18196
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
18197
18197
|
if (__pyx_t_1) {
|
18198
18198
|
|
18199
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18199
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1001
|
18200
18200
|
* base = PyArray_BASE(arr)
|
18201
18201
|
* if base is NULL:
|
18202
18202
|
* return None # <<<<<<<<<<<<<<
|
@@ -18207,7 +18207,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18207
18207
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
18208
18208
|
goto __pyx_L0;
|
18209
18209
|
|
18210
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18210
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
|
18211
18211
|
* cdef inline object get_array_base(ndarray arr):
|
18212
18212
|
* base = PyArray_BASE(arr)
|
18213
18213
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18216,7 +18216,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18216
18216
|
*/
|
18217
18217
|
}
|
18218
18218
|
|
18219
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18219
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1002
|
18220
18220
|
* if base is NULL:
|
18221
18221
|
* return None
|
18222
18222
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -18228,7 +18228,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18228
18228
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
18229
18229
|
goto __pyx_L0;
|
18230
18230
|
|
18231
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18231
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
18232
18232
|
* PyArray_SetBaseObject(arr, base)
|
18233
18233
|
*
|
18234
18234
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18243,7 +18243,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18243
18243
|
return __pyx_r;
|
18244
18244
|
}
|
18245
18245
|
|
18246
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18246
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
|
18247
18247
|
* # Versions of the import_* functions which are more suitable for
|
18248
18248
|
* # Cython code.
|
18249
18249
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18270,7 +18270,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18270
18270
|
int __pyx_clineno = 0;
|
18271
18271
|
__Pyx_RefNannySetupContext("import_array", 0);
|
18272
18272
|
|
18273
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18273
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
18274
18274
|
* # Cython code.
|
18275
18275
|
* cdef inline int import_array() except -1:
|
18276
18276
|
* try: # <<<<<<<<<<<<<<
|
@@ -18286,7 +18286,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18286
18286
|
__Pyx_XGOTREF(__pyx_t_3);
|
18287
18287
|
/*try:*/ {
|
18288
18288
|
|
18289
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18289
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1008
|
18290
18290
|
* cdef inline int import_array() except -1:
|
18291
18291
|
* try:
|
18292
18292
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -18295,7 +18295,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18295
18295
|
*/
|
18296
18296
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1008, __pyx_L3_error)
|
18297
18297
|
|
18298
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18298
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
18299
18299
|
* # Cython code.
|
18300
18300
|
* cdef inline int import_array() except -1:
|
18301
18301
|
* try: # <<<<<<<<<<<<<<
|
@@ -18309,7 +18309,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18309
18309
|
goto __pyx_L8_try_end;
|
18310
18310
|
__pyx_L3_error:;
|
18311
18311
|
|
18312
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18312
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1009
|
18313
18313
|
* try:
|
18314
18314
|
* __pyx_import_array()
|
18315
18315
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18324,7 +18324,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18324
18324
|
__Pyx_XGOTREF(__pyx_t_6);
|
18325
18325
|
__Pyx_XGOTREF(__pyx_t_7);
|
18326
18326
|
|
18327
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18327
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1010
|
18328
18328
|
* __pyx_import_array()
|
18329
18329
|
* except Exception:
|
18330
18330
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -18349,7 +18349,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18349
18349
|
}
|
18350
18350
|
goto __pyx_L5_except_error;
|
18351
18351
|
|
18352
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18352
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
18353
18353
|
* # Cython code.
|
18354
18354
|
* cdef inline int import_array() except -1:
|
18355
18355
|
* try: # <<<<<<<<<<<<<<
|
@@ -18365,7 +18365,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18365
18365
|
__pyx_L8_try_end:;
|
18366
18366
|
}
|
18367
18367
|
|
18368
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18368
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
|
18369
18369
|
* # Versions of the import_* functions which are more suitable for
|
18370
18370
|
* # Cython code.
|
18371
18371
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18390,7 +18390,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18390
18390
|
return __pyx_r;
|
18391
18391
|
}
|
18392
18392
|
|
18393
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18393
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
|
18394
18394
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18395
18395
|
*
|
18396
18396
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18417,7 +18417,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18417
18417
|
int __pyx_clineno = 0;
|
18418
18418
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
18419
18419
|
|
18420
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18420
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
18421
18421
|
*
|
18422
18422
|
* cdef inline int import_umath() except -1:
|
18423
18423
|
* try: # <<<<<<<<<<<<<<
|
@@ -18433,7 +18433,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18433
18433
|
__Pyx_XGOTREF(__pyx_t_3);
|
18434
18434
|
/*try:*/ {
|
18435
18435
|
|
18436
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18436
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1014
|
18437
18437
|
* cdef inline int import_umath() except -1:
|
18438
18438
|
* try:
|
18439
18439
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18442,7 +18442,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18442
18442
|
*/
|
18443
18443
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1014, __pyx_L3_error)
|
18444
18444
|
|
18445
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18445
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
18446
18446
|
*
|
18447
18447
|
* cdef inline int import_umath() except -1:
|
18448
18448
|
* try: # <<<<<<<<<<<<<<
|
@@ -18456,7 +18456,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18456
18456
|
goto __pyx_L8_try_end;
|
18457
18457
|
__pyx_L3_error:;
|
18458
18458
|
|
18459
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18459
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1015
|
18460
18460
|
* try:
|
18461
18461
|
* _import_umath()
|
18462
18462
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18471,7 +18471,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18471
18471
|
__Pyx_XGOTREF(__pyx_t_6);
|
18472
18472
|
__Pyx_XGOTREF(__pyx_t_7);
|
18473
18473
|
|
18474
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18474
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1016
|
18475
18475
|
* _import_umath()
|
18476
18476
|
* except Exception:
|
18477
18477
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18496,7 +18496,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18496
18496
|
}
|
18497
18497
|
goto __pyx_L5_except_error;
|
18498
18498
|
|
18499
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18499
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
18500
18500
|
*
|
18501
18501
|
* cdef inline int import_umath() except -1:
|
18502
18502
|
* try: # <<<<<<<<<<<<<<
|
@@ -18512,7 +18512,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18512
18512
|
__pyx_L8_try_end:;
|
18513
18513
|
}
|
18514
18514
|
|
18515
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18515
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
|
18516
18516
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18517
18517
|
*
|
18518
18518
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18537,7 +18537,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18537
18537
|
return __pyx_r;
|
18538
18538
|
}
|
18539
18539
|
|
18540
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18540
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
|
18541
18541
|
* raise ImportError("numpy._core.umath failed to import")
|
18542
18542
|
*
|
18543
18543
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18564,7 +18564,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18564
18564
|
int __pyx_clineno = 0;
|
18565
18565
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
18566
18566
|
|
18567
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18567
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
18568
18568
|
*
|
18569
18569
|
* cdef inline int import_ufunc() except -1:
|
18570
18570
|
* try: # <<<<<<<<<<<<<<
|
@@ -18580,7 +18580,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18580
18580
|
__Pyx_XGOTREF(__pyx_t_3);
|
18581
18581
|
/*try:*/ {
|
18582
18582
|
|
18583
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18583
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1020
|
18584
18584
|
* cdef inline int import_ufunc() except -1:
|
18585
18585
|
* try:
|
18586
18586
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18589,7 +18589,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18589
18589
|
*/
|
18590
18590
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1020, __pyx_L3_error)
|
18591
18591
|
|
18592
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18592
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
18593
18593
|
*
|
18594
18594
|
* cdef inline int import_ufunc() except -1:
|
18595
18595
|
* try: # <<<<<<<<<<<<<<
|
@@ -18603,7 +18603,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18603
18603
|
goto __pyx_L8_try_end;
|
18604
18604
|
__pyx_L3_error:;
|
18605
18605
|
|
18606
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18606
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1021
|
18607
18607
|
* try:
|
18608
18608
|
* _import_umath()
|
18609
18609
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18618,7 +18618,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18618
18618
|
__Pyx_XGOTREF(__pyx_t_6);
|
18619
18619
|
__Pyx_XGOTREF(__pyx_t_7);
|
18620
18620
|
|
18621
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18621
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1022
|
18622
18622
|
* _import_umath()
|
18623
18623
|
* except Exception:
|
18624
18624
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18643,7 +18643,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18643
18643
|
}
|
18644
18644
|
goto __pyx_L5_except_error;
|
18645
18645
|
|
18646
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18646
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
18647
18647
|
*
|
18648
18648
|
* cdef inline int import_ufunc() except -1:
|
18649
18649
|
* try: # <<<<<<<<<<<<<<
|
@@ -18659,7 +18659,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18659
18659
|
__pyx_L8_try_end:;
|
18660
18660
|
}
|
18661
18661
|
|
18662
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18662
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
|
18663
18663
|
* raise ImportError("numpy._core.umath failed to import")
|
18664
18664
|
*
|
18665
18665
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18684,7 +18684,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18684
18684
|
return __pyx_r;
|
18685
18685
|
}
|
18686
18686
|
|
18687
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18687
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
|
18688
18688
|
*
|
18689
18689
|
*
|
18690
18690
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18695,7 +18695,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18695
18695
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
18696
18696
|
int __pyx_r;
|
18697
18697
|
|
18698
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18698
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1037
|
18699
18699
|
* bool
|
18700
18700
|
* """
|
18701
18701
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18705,7 +18705,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18705
18705
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
18706
18706
|
goto __pyx_L0;
|
18707
18707
|
|
18708
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18708
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
|
18709
18709
|
*
|
18710
18710
|
*
|
18711
18711
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18718,7 +18718,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18718
18718
|
return __pyx_r;
|
18719
18719
|
}
|
18720
18720
|
|
18721
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18721
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
|
18722
18722
|
*
|
18723
18723
|
*
|
18724
18724
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18729,7 +18729,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18729
18729
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
18730
18730
|
int __pyx_r;
|
18731
18731
|
|
18732
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18732
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1052
|
18733
18733
|
* bool
|
18734
18734
|
* """
|
18735
18735
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18739,7 +18739,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18739
18739
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
18740
18740
|
goto __pyx_L0;
|
18741
18741
|
|
18742
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18742
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
|
18743
18743
|
*
|
18744
18744
|
*
|
18745
18745
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18752,7 +18752,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18752
18752
|
return __pyx_r;
|
18753
18753
|
}
|
18754
18754
|
|
18755
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18755
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
|
18756
18756
|
*
|
18757
18757
|
*
|
18758
18758
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18763,7 +18763,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18763
18763
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
18764
18764
|
npy_datetime __pyx_r;
|
18765
18765
|
|
18766
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18766
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1062
|
18767
18767
|
* also needed. That can be found using `get_datetime64_unit`.
|
18768
18768
|
* """
|
18769
18769
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18773,7 +18773,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18773
18773
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
18774
18774
|
goto __pyx_L0;
|
18775
18775
|
|
18776
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18776
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
|
18777
18777
|
*
|
18778
18778
|
*
|
18779
18779
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18786,7 +18786,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18786
18786
|
return __pyx_r;
|
18787
18787
|
}
|
18788
18788
|
|
18789
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18789
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
|
18790
18790
|
*
|
18791
18791
|
*
|
18792
18792
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18797,7 +18797,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18797
18797
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
18798
18798
|
npy_timedelta __pyx_r;
|
18799
18799
|
|
18800
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18800
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1069
|
18801
18801
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
18802
18802
|
* """
|
18803
18803
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18807,7 +18807,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18807
18807
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
18808
18808
|
goto __pyx_L0;
|
18809
18809
|
|
18810
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18810
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
|
18811
18811
|
*
|
18812
18812
|
*
|
18813
18813
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18820,7 +18820,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18820
18820
|
return __pyx_r;
|
18821
18821
|
}
|
18822
18822
|
|
18823
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18823
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
|
18824
18824
|
*
|
18825
18825
|
*
|
18826
18826
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18831,7 +18831,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18831
18831
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
18832
18832
|
NPY_DATETIMEUNIT __pyx_r;
|
18833
18833
|
|
18834
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18834
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1076
|
18835
18835
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
18836
18836
|
* """
|
18837
18837
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -18841,7 +18841,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
18841
18841
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
18842
18842
|
goto __pyx_L0;
|
18843
18843
|
|
18844
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18844
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
|
18845
18845
|
*
|
18846
18846
|
*
|
18847
18847
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|