edsger 0.1.1__cp311-cp311-macosx_11_0_arm64.whl → 0.1.2__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 +151 -147
- edsger/commons.cpython-311-darwin.so +0 -0
- edsger/dijkstra.c +1132 -1059
- edsger/dijkstra.cpython-311-darwin.so +0 -0
- edsger/dijkstra.pyx +23 -0
- edsger/path_tracking.c +151 -147
- edsger/path_tracking.cpython-311-darwin.so +0 -0
- edsger/path_tracking.pyx +2 -2
- edsger/pq_4ary_dec_0b.c +203 -199
- edsger/pq_4ary_dec_0b.cpython-311-darwin.so +0 -0
- edsger/pq_4ary_dec_0b.pxd +7 -7
- edsger/pq_4ary_dec_0b.pyx +14 -16
- edsger/prefetch_compat.h +21 -0
- edsger/spiess_florian.c +157 -176
- edsger/spiess_florian.cpython-311-darwin.so +0 -0
- edsger/star.c +151 -147
- edsger/star.cpython-311-darwin.so +0 -0
- edsger/star.pyx +3 -3
- {edsger-0.1.1.dist-info → edsger-0.1.2.dist-info}/METADATA +19 -12
- edsger-0.1.2.dist-info/RECORD +33 -0
- edsger-0.1.1.dist-info/RECORD +0 -32
- {edsger-0.1.1.dist-info → edsger-0.1.2.dist-info}/WHEEL +0 -0
- {edsger-0.1.1.dist-info → edsger-0.1.2.dist-info}/licenses/AUTHORS.rst +0 -0
- {edsger-0.1.1.dist-info → edsger-0.1.2.dist-info}/licenses/LICENSE +0 -0
- {edsger-0.1.1.dist-info → edsger-0.1.2.dist-info}/top_level.txt +0 -0
edsger/path_tracking.c
CHANGED
@@ -11,7 +11,11 @@
|
|
11
11
|
],
|
12
12
|
"depends": [],
|
13
13
|
"extra_compile_args": [
|
14
|
-
"-Ofast"
|
14
|
+
"-Ofast",
|
15
|
+
"-flto"
|
16
|
+
],
|
17
|
+
"extra_link_args": [
|
18
|
+
"-flto"
|
15
19
|
],
|
16
20
|
"name": "edsger.path_tracking",
|
17
21
|
"sources": [
|
@@ -1380,7 +1384,7 @@ static const char *__pyx_filename;
|
|
1380
1384
|
static const char* const __pyx_f[] = {
|
1381
1385
|
"src/edsger/path_tracking.pyx",
|
1382
1386
|
"<stringsource>",
|
1383
|
-
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1387
|
+
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd",
|
1384
1388
|
"cpython/type.pxd",
|
1385
1389
|
};
|
1386
1390
|
/* #### Code section: utility_code_proto_before_types ### */
|
@@ -1603,7 +1607,7 @@ typedef struct {
|
|
1603
1607
|
|
1604
1608
|
/* #### Code section: numeric_typedefs ### */
|
1605
1609
|
|
1606
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1610
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":743
|
1607
1611
|
* # in Cython to enable them only on the right systems.
|
1608
1612
|
*
|
1609
1613
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
@@ -1612,7 +1616,7 @@ typedef struct {
|
|
1612
1616
|
*/
|
1613
1617
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
1614
1618
|
|
1615
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1619
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":744
|
1616
1620
|
*
|
1617
1621
|
* ctypedef npy_int8 int8_t
|
1618
1622
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
@@ -1621,7 +1625,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1621
1625
|
*/
|
1622
1626
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
1623
1627
|
|
1624
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1628
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":745
|
1625
1629
|
* ctypedef npy_int8 int8_t
|
1626
1630
|
* ctypedef npy_int16 int16_t
|
1627
1631
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
@@ -1630,7 +1634,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1630
1634
|
*/
|
1631
1635
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
1632
1636
|
|
1633
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1637
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":746
|
1634
1638
|
* ctypedef npy_int16 int16_t
|
1635
1639
|
* ctypedef npy_int32 int32_t
|
1636
1640
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
@@ -1639,7 +1643,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1639
1643
|
*/
|
1640
1644
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
1641
1645
|
|
1642
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1646
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":748
|
1643
1647
|
* ctypedef npy_int64 int64_t
|
1644
1648
|
*
|
1645
1649
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
@@ -1648,7 +1652,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1648
1652
|
*/
|
1649
1653
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
1650
1654
|
|
1651
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1655
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":749
|
1652
1656
|
*
|
1653
1657
|
* ctypedef npy_uint8 uint8_t
|
1654
1658
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
@@ -1657,7 +1661,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1657
1661
|
*/
|
1658
1662
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
1659
1663
|
|
1660
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1664
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":750
|
1661
1665
|
* ctypedef npy_uint8 uint8_t
|
1662
1666
|
* ctypedef npy_uint16 uint16_t
|
1663
1667
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
@@ -1666,7 +1670,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1666
1670
|
*/
|
1667
1671
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
1668
1672
|
|
1669
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1673
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":751
|
1670
1674
|
* ctypedef npy_uint16 uint16_t
|
1671
1675
|
* ctypedef npy_uint32 uint32_t
|
1672
1676
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
@@ -1675,7 +1679,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1675
1679
|
*/
|
1676
1680
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
1677
1681
|
|
1678
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1682
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":753
|
1679
1683
|
* ctypedef npy_uint64 uint64_t
|
1680
1684
|
*
|
1681
1685
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
@@ -1684,7 +1688,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1684
1688
|
*/
|
1685
1689
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
1686
1690
|
|
1687
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1691
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":754
|
1688
1692
|
*
|
1689
1693
|
* ctypedef npy_float32 float32_t
|
1690
1694
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
@@ -1693,7 +1697,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1693
1697
|
*/
|
1694
1698
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
1695
1699
|
|
1696
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1700
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":761
|
1697
1701
|
* ctypedef double complex complex128_t
|
1698
1702
|
*
|
1699
1703
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
@@ -1702,7 +1706,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1702
1706
|
*/
|
1703
1707
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
1704
1708
|
|
1705
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1709
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":762
|
1706
1710
|
*
|
1707
1711
|
* ctypedef npy_longlong longlong_t
|
1708
1712
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
@@ -1711,7 +1715,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1711
1715
|
*/
|
1712
1716
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
1713
1717
|
|
1714
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1718
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":764
|
1715
1719
|
* ctypedef npy_ulonglong ulonglong_t
|
1716
1720
|
*
|
1717
1721
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
@@ -1720,7 +1724,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1720
1724
|
*/
|
1721
1725
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
1722
1726
|
|
1723
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1727
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":765
|
1724
1728
|
*
|
1725
1729
|
* ctypedef npy_intp intp_t
|
1726
1730
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
@@ -1729,7 +1733,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1729
1733
|
*/
|
1730
1734
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
1731
1735
|
|
1732
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1736
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":767
|
1733
1737
|
* ctypedef npy_uintp uintp_t
|
1734
1738
|
*
|
1735
1739
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
@@ -1738,7 +1742,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1738
1742
|
*/
|
1739
1743
|
typedef npy_double __pyx_t_5numpy_float_t;
|
1740
1744
|
|
1741
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1745
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":768
|
1742
1746
|
*
|
1743
1747
|
* ctypedef npy_double float_t
|
1744
1748
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
@@ -1747,7 +1751,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
1747
1751
|
*/
|
1748
1752
|
typedef npy_double __pyx_t_5numpy_double_t;
|
1749
1753
|
|
1750
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1754
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":769
|
1751
1755
|
* ctypedef npy_double float_t
|
1752
1756
|
* ctypedef npy_double double_t
|
1753
1757
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
@@ -17115,7 +17119,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17115
17119
|
return __pyx_r;
|
17116
17120
|
}
|
17117
17121
|
|
17118
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17122
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
|
17119
17123
|
* cdef int type_num
|
17120
17124
|
*
|
17121
17125
|
* @property # <<<<<<<<<<<<<<
|
@@ -17126,7 +17130,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17126
17130
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
17127
17131
|
npy_intp __pyx_r;
|
17128
17132
|
|
17129
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17133
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":244
|
17130
17134
|
* @property
|
17131
17135
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
17132
17136
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -17136,7 +17140,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17136
17140
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
17137
17141
|
goto __pyx_L0;
|
17138
17142
|
|
17139
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17143
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
|
17140
17144
|
* cdef int type_num
|
17141
17145
|
*
|
17142
17146
|
* @property # <<<<<<<<<<<<<<
|
@@ -17149,7 +17153,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17149
17153
|
return __pyx_r;
|
17150
17154
|
}
|
17151
17155
|
|
17152
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17156
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
|
17153
17157
|
* return PyDataType_ELSIZE(self)
|
17154
17158
|
*
|
17155
17159
|
* @property # <<<<<<<<<<<<<<
|
@@ -17160,7 +17164,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17160
17164
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
17161
17165
|
npy_intp __pyx_r;
|
17162
17166
|
|
17163
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17167
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":248
|
17164
17168
|
* @property
|
17165
17169
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
17166
17170
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -17170,7 +17174,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17170
17174
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
17171
17175
|
goto __pyx_L0;
|
17172
17176
|
|
17173
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17177
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
|
17174
17178
|
* return PyDataType_ELSIZE(self)
|
17175
17179
|
*
|
17176
17180
|
* @property # <<<<<<<<<<<<<<
|
@@ -17183,7 +17187,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17183
17187
|
return __pyx_r;
|
17184
17188
|
}
|
17185
17189
|
|
17186
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17190
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
|
17187
17191
|
* # Use fields/names with care as they may be NULL. You must check
|
17188
17192
|
* # for this using PyDataType_HASFIELDS.
|
17189
17193
|
* @property # <<<<<<<<<<<<<<
|
@@ -17197,7 +17201,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17197
17201
|
PyObject *__pyx_t_1;
|
17198
17202
|
__Pyx_RefNannySetupContext("fields", 0);
|
17199
17203
|
|
17200
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17204
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":254
|
17201
17205
|
* @property
|
17202
17206
|
* cdef inline object fields(self):
|
17203
17207
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -17210,7 +17214,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17210
17214
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
17211
17215
|
goto __pyx_L0;
|
17212
17216
|
|
17213
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17217
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
|
17214
17218
|
* # Use fields/names with care as they may be NULL. You must check
|
17215
17219
|
* # for this using PyDataType_HASFIELDS.
|
17216
17220
|
* @property # <<<<<<<<<<<<<<
|
@@ -17225,7 +17229,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17225
17229
|
return __pyx_r;
|
17226
17230
|
}
|
17227
17231
|
|
17228
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17232
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
|
17229
17233
|
* return <object>PyDataType_FIELDS(self)
|
17230
17234
|
*
|
17231
17235
|
* @property # <<<<<<<<<<<<<<
|
@@ -17239,7 +17243,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17239
17243
|
PyObject *__pyx_t_1;
|
17240
17244
|
__Pyx_RefNannySetupContext("names", 0);
|
17241
17245
|
|
17242
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17246
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":258
|
17243
17247
|
* @property
|
17244
17248
|
* cdef inline tuple names(self):
|
17245
17249
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -17252,7 +17256,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17252
17256
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
17253
17257
|
goto __pyx_L0;
|
17254
17258
|
|
17255
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17259
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
|
17256
17260
|
* return <object>PyDataType_FIELDS(self)
|
17257
17261
|
*
|
17258
17262
|
* @property # <<<<<<<<<<<<<<
|
@@ -17267,7 +17271,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17267
17271
|
return __pyx_r;
|
17268
17272
|
}
|
17269
17273
|
|
17270
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17274
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
17271
17275
|
* # valid (the pointer can be NULL). Most users should access
|
17272
17276
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17273
17277
|
* @property # <<<<<<<<<<<<<<
|
@@ -17278,7 +17282,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17278
17282
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
17279
17283
|
PyArray_ArrayDescr *__pyx_r;
|
17280
17284
|
|
17281
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17285
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":265
|
17282
17286
|
* @property
|
17283
17287
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
17284
17288
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -17288,7 +17292,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17288
17292
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
17289
17293
|
goto __pyx_L0;
|
17290
17294
|
|
17291
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17295
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
17292
17296
|
* # valid (the pointer can be NULL). Most users should access
|
17293
17297
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17294
17298
|
* @property # <<<<<<<<<<<<<<
|
@@ -17301,7 +17305,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17301
17305
|
return __pyx_r;
|
17302
17306
|
}
|
17303
17307
|
|
17304
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17308
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
|
17305
17309
|
* return PyDataType_SUBARRAY(self)
|
17306
17310
|
*
|
17307
17311
|
* @property # <<<<<<<<<<<<<<
|
@@ -17312,7 +17316,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17312
17316
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
17313
17317
|
npy_uint64 __pyx_r;
|
17314
17318
|
|
17315
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17319
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":270
|
17316
17320
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
17317
17321
|
* """The data types flags."""
|
17318
17322
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -17322,7 +17326,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17322
17326
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
17323
17327
|
goto __pyx_L0;
|
17324
17328
|
|
17325
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17329
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
|
17326
17330
|
* return PyDataType_SUBARRAY(self)
|
17327
17331
|
*
|
17328
17332
|
* @property # <<<<<<<<<<<<<<
|
@@ -17335,7 +17339,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17335
17339
|
return __pyx_r;
|
17336
17340
|
}
|
17337
17341
|
|
17338
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17342
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
|
17339
17343
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17340
17344
|
*
|
17341
17345
|
* @property # <<<<<<<<<<<<<<
|
@@ -17346,7 +17350,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17346
17350
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
17347
17351
|
int __pyx_r;
|
17348
17352
|
|
17349
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17353
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":282
|
17350
17354
|
* cdef inline int numiter(self) noexcept nogil:
|
17351
17355
|
* """The number of arrays that need to be broadcast to the same shape."""
|
17352
17356
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -17356,7 +17360,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17356
17360
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
17357
17361
|
goto __pyx_L0;
|
17358
17362
|
|
17359
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17363
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
|
17360
17364
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17361
17365
|
*
|
17362
17366
|
* @property # <<<<<<<<<<<<<<
|
@@ -17369,7 +17373,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17369
17373
|
return __pyx_r;
|
17370
17374
|
}
|
17371
17375
|
|
17372
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17376
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
17373
17377
|
* return PyArray_MultiIter_NUMITER(self)
|
17374
17378
|
*
|
17375
17379
|
* @property # <<<<<<<<<<<<<<
|
@@ -17380,7 +17384,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17380
17384
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
17381
17385
|
npy_intp __pyx_r;
|
17382
17386
|
|
17383
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17387
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":287
|
17384
17388
|
* cdef inline npy_intp size(self) noexcept nogil:
|
17385
17389
|
* """The total broadcasted size."""
|
17386
17390
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17390,7 +17394,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17390
17394
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
17391
17395
|
goto __pyx_L0;
|
17392
17396
|
|
17393
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17397
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
17394
17398
|
* return PyArray_MultiIter_NUMITER(self)
|
17395
17399
|
*
|
17396
17400
|
* @property # <<<<<<<<<<<<<<
|
@@ -17403,7 +17407,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17403
17407
|
return __pyx_r;
|
17404
17408
|
}
|
17405
17409
|
|
17406
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17410
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
|
17407
17411
|
* return PyArray_MultiIter_SIZE(self)
|
17408
17412
|
*
|
17409
17413
|
* @property # <<<<<<<<<<<<<<
|
@@ -17414,7 +17418,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17414
17418
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
17415
17419
|
npy_intp __pyx_r;
|
17416
17420
|
|
17417
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17421
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":292
|
17418
17422
|
* cdef inline npy_intp index(self) noexcept nogil:
|
17419
17423
|
* """The current (1-d) index into the broadcasted result."""
|
17420
17424
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -17424,7 +17428,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17424
17428
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
17425
17429
|
goto __pyx_L0;
|
17426
17430
|
|
17427
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17431
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
|
17428
17432
|
* return PyArray_MultiIter_SIZE(self)
|
17429
17433
|
*
|
17430
17434
|
* @property # <<<<<<<<<<<<<<
|
@@ -17437,7 +17441,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17437
17441
|
return __pyx_r;
|
17438
17442
|
}
|
17439
17443
|
|
17440
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17444
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
|
17441
17445
|
* return PyArray_MultiIter_INDEX(self)
|
17442
17446
|
*
|
17443
17447
|
* @property # <<<<<<<<<<<<<<
|
@@ -17448,7 +17452,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17448
17452
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
17449
17453
|
int __pyx_r;
|
17450
17454
|
|
17451
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17455
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":297
|
17452
17456
|
* cdef inline int nd(self) noexcept nogil:
|
17453
17457
|
* """The number of dimensions in the broadcasted result."""
|
17454
17458
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17458,7 +17462,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17458
17462
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
17459
17463
|
goto __pyx_L0;
|
17460
17464
|
|
17461
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17465
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
|
17462
17466
|
* return PyArray_MultiIter_INDEX(self)
|
17463
17467
|
*
|
17464
17468
|
* @property # <<<<<<<<<<<<<<
|
@@ -17471,7 +17475,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17471
17475
|
return __pyx_r;
|
17472
17476
|
}
|
17473
17477
|
|
17474
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17478
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
|
17475
17479
|
* return PyArray_MultiIter_NDIM(self)
|
17476
17480
|
*
|
17477
17481
|
* @property # <<<<<<<<<<<<<<
|
@@ -17482,7 +17486,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17482
17486
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
17483
17487
|
npy_intp *__pyx_r;
|
17484
17488
|
|
17485
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17489
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":302
|
17486
17490
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
17487
17491
|
* """The shape of the broadcasted result."""
|
17488
17492
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17492,7 +17496,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17492
17496
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
17493
17497
|
goto __pyx_L0;
|
17494
17498
|
|
17495
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17499
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
|
17496
17500
|
* return PyArray_MultiIter_NDIM(self)
|
17497
17501
|
*
|
17498
17502
|
* @property # <<<<<<<<<<<<<<
|
@@ -17505,7 +17509,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17505
17509
|
return __pyx_r;
|
17506
17510
|
}
|
17507
17511
|
|
17508
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17512
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
|
17509
17513
|
* return PyArray_MultiIter_DIMS(self)
|
17510
17514
|
*
|
17511
17515
|
* @property # <<<<<<<<<<<<<<
|
@@ -17516,7 +17520,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17516
17520
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
17517
17521
|
void **__pyx_r;
|
17518
17522
|
|
17519
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17523
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":308
|
17520
17524
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
17521
17525
|
* On return, the iterators are adjusted for broadcasting."""
|
17522
17526
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -17526,7 +17530,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17526
17530
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
17527
17531
|
goto __pyx_L0;
|
17528
17532
|
|
17529
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17533
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
|
17530
17534
|
* return PyArray_MultiIter_DIMS(self)
|
17531
17535
|
*
|
17532
17536
|
* @property # <<<<<<<<<<<<<<
|
@@ -17539,7 +17543,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17539
17543
|
return __pyx_r;
|
17540
17544
|
}
|
17541
17545
|
|
17542
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17546
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
|
17543
17547
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17544
17548
|
*
|
17545
17549
|
* @property # <<<<<<<<<<<<<<
|
@@ -17550,7 +17554,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17550
17554
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
17551
17555
|
PyObject *__pyx_r;
|
17552
17556
|
|
17553
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17557
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":326
|
17554
17558
|
* """Returns a borrowed reference to the object owning the data/memory.
|
17555
17559
|
* """
|
17556
17560
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -17560,7 +17564,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17560
17564
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
17561
17565
|
goto __pyx_L0;
|
17562
17566
|
|
17563
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17567
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
|
17564
17568
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17565
17569
|
*
|
17566
17570
|
* @property # <<<<<<<<<<<<<<
|
@@ -17573,7 +17577,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17573
17577
|
return __pyx_r;
|
17574
17578
|
}
|
17575
17579
|
|
17576
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17580
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
|
17577
17581
|
* return PyArray_BASE(self)
|
17578
17582
|
*
|
17579
17583
|
* @property # <<<<<<<<<<<<<<
|
@@ -17587,7 +17591,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17587
17591
|
PyArray_Descr *__pyx_t_1;
|
17588
17592
|
__Pyx_RefNannySetupContext("descr", 0);
|
17589
17593
|
|
17590
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17594
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":332
|
17591
17595
|
* """Returns an owned reference to the dtype of the array.
|
17592
17596
|
* """
|
17593
17597
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -17600,7 +17604,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17600
17604
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
17601
17605
|
goto __pyx_L0;
|
17602
17606
|
|
17603
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17607
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
|
17604
17608
|
* return PyArray_BASE(self)
|
17605
17609
|
*
|
17606
17610
|
* @property # <<<<<<<<<<<<<<
|
@@ -17615,7 +17619,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17615
17619
|
return __pyx_r;
|
17616
17620
|
}
|
17617
17621
|
|
17618
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17622
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
|
17619
17623
|
* return <dtype>PyArray_DESCR(self)
|
17620
17624
|
*
|
17621
17625
|
* @property # <<<<<<<<<<<<<<
|
@@ -17626,7 +17630,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17626
17630
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
17627
17631
|
int __pyx_r;
|
17628
17632
|
|
17629
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17633
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":338
|
17630
17634
|
* """Returns the number of dimensions in the array.
|
17631
17635
|
* """
|
17632
17636
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17636,7 +17640,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17636
17640
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
17637
17641
|
goto __pyx_L0;
|
17638
17642
|
|
17639
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17643
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
|
17640
17644
|
* return <dtype>PyArray_DESCR(self)
|
17641
17645
|
*
|
17642
17646
|
* @property # <<<<<<<<<<<<<<
|
@@ -17649,7 +17653,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17649
17653
|
return __pyx_r;
|
17650
17654
|
}
|
17651
17655
|
|
17652
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17656
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
|
17653
17657
|
* return PyArray_NDIM(self)
|
17654
17658
|
*
|
17655
17659
|
* @property # <<<<<<<<<<<<<<
|
@@ -17660,7 +17664,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17660
17664
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
17661
17665
|
npy_intp *__pyx_r;
|
17662
17666
|
|
17663
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17667
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":346
|
17664
17668
|
* Can return NULL for 0-dimensional arrays.
|
17665
17669
|
* """
|
17666
17670
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17670,7 +17674,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17670
17674
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
17671
17675
|
goto __pyx_L0;
|
17672
17676
|
|
17673
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17677
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
|
17674
17678
|
* return PyArray_NDIM(self)
|
17675
17679
|
*
|
17676
17680
|
* @property # <<<<<<<<<<<<<<
|
@@ -17683,7 +17687,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17683
17687
|
return __pyx_r;
|
17684
17688
|
}
|
17685
17689
|
|
17686
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17690
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
|
17687
17691
|
* return PyArray_DIMS(self)
|
17688
17692
|
*
|
17689
17693
|
* @property # <<<<<<<<<<<<<<
|
@@ -17694,7 +17698,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17694
17698
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
17695
17699
|
npy_intp *__pyx_r;
|
17696
17700
|
|
17697
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17701
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":353
|
17698
17702
|
* The number of elements matches the number of dimensions of the array (ndim).
|
17699
17703
|
* """
|
17700
17704
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -17704,7 +17708,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17704
17708
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
17705
17709
|
goto __pyx_L0;
|
17706
17710
|
|
17707
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17711
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
|
17708
17712
|
* return PyArray_DIMS(self)
|
17709
17713
|
*
|
17710
17714
|
* @property # <<<<<<<<<<<<<<
|
@@ -17717,7 +17721,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17717
17721
|
return __pyx_r;
|
17718
17722
|
}
|
17719
17723
|
|
17720
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17724
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
|
17721
17725
|
* return PyArray_STRIDES(self)
|
17722
17726
|
*
|
17723
17727
|
* @property # <<<<<<<<<<<<<<
|
@@ -17728,7 +17732,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17728
17732
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
17729
17733
|
npy_intp __pyx_r;
|
17730
17734
|
|
17731
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17735
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":359
|
17732
17736
|
* """Returns the total size (in number of elements) of the array.
|
17733
17737
|
* """
|
17734
17738
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17738,7 +17742,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17738
17742
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
17739
17743
|
goto __pyx_L0;
|
17740
17744
|
|
17741
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17745
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
|
17742
17746
|
* return PyArray_STRIDES(self)
|
17743
17747
|
*
|
17744
17748
|
* @property # <<<<<<<<<<<<<<
|
@@ -17751,7 +17755,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17751
17755
|
return __pyx_r;
|
17752
17756
|
}
|
17753
17757
|
|
17754
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17758
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
|
17755
17759
|
* return PyArray_SIZE(self)
|
17756
17760
|
*
|
17757
17761
|
* @property # <<<<<<<<<<<<<<
|
@@ -17762,7 +17766,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17762
17766
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
17763
17767
|
char *__pyx_r;
|
17764
17768
|
|
17765
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17769
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":368
|
17766
17770
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
17767
17771
|
* """
|
17768
17772
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -17772,7 +17776,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17772
17776
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
17773
17777
|
goto __pyx_L0;
|
17774
17778
|
|
17775
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17779
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
|
17776
17780
|
* return PyArray_SIZE(self)
|
17777
17781
|
*
|
17778
17782
|
* @property # <<<<<<<<<<<<<<
|
@@ -17785,7 +17789,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17785
17789
|
return __pyx_r;
|
17786
17790
|
}
|
17787
17791
|
|
17788
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17792
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
17789
17793
|
* ctypedef long double complex clongdouble_t
|
17790
17794
|
*
|
17791
17795
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -17802,7 +17806,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17802
17806
|
int __pyx_clineno = 0;
|
17803
17807
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
17804
17808
|
|
17805
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17809
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":777
|
17806
17810
|
*
|
17807
17811
|
* cdef inline object PyArray_MultiIterNew1(a):
|
17808
17812
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -17816,7 +17820,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17816
17820
|
__pyx_t_1 = 0;
|
17817
17821
|
goto __pyx_L0;
|
17818
17822
|
|
17819
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17823
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
17820
17824
|
* ctypedef long double complex clongdouble_t
|
17821
17825
|
*
|
17822
17826
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -17835,7 +17839,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17835
17839
|
return __pyx_r;
|
17836
17840
|
}
|
17837
17841
|
|
17838
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17842
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
17839
17843
|
* return PyArray_MultiIterNew(1, <void*>a)
|
17840
17844
|
*
|
17841
17845
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -17852,7 +17856,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17852
17856
|
int __pyx_clineno = 0;
|
17853
17857
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
17854
17858
|
|
17855
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17859
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":780
|
17856
17860
|
*
|
17857
17861
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
17858
17862
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -17866,7 +17870,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17866
17870
|
__pyx_t_1 = 0;
|
17867
17871
|
goto __pyx_L0;
|
17868
17872
|
|
17869
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17873
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
17870
17874
|
* return PyArray_MultiIterNew(1, <void*>a)
|
17871
17875
|
*
|
17872
17876
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -17885,7 +17889,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17885
17889
|
return __pyx_r;
|
17886
17890
|
}
|
17887
17891
|
|
17888
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17892
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
17889
17893
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
17890
17894
|
*
|
17891
17895
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -17902,7 +17906,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
17902
17906
|
int __pyx_clineno = 0;
|
17903
17907
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
17904
17908
|
|
17905
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17909
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":783
|
17906
17910
|
*
|
17907
17911
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
17908
17912
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -17916,7 +17920,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
17916
17920
|
__pyx_t_1 = 0;
|
17917
17921
|
goto __pyx_L0;
|
17918
17922
|
|
17919
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17923
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
17920
17924
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
17921
17925
|
*
|
17922
17926
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -17935,7 +17939,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
17935
17939
|
return __pyx_r;
|
17936
17940
|
}
|
17937
17941
|
|
17938
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17942
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
17939
17943
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
17940
17944
|
*
|
17941
17945
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -17952,7 +17956,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
17952
17956
|
int __pyx_clineno = 0;
|
17953
17957
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
17954
17958
|
|
17955
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17959
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":786
|
17956
17960
|
*
|
17957
17961
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
17958
17962
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -17966,7 +17970,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
17966
17970
|
__pyx_t_1 = 0;
|
17967
17971
|
goto __pyx_L0;
|
17968
17972
|
|
17969
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17973
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
17970
17974
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
17971
17975
|
*
|
17972
17976
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -17985,7 +17989,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
17985
17989
|
return __pyx_r;
|
17986
17990
|
}
|
17987
17991
|
|
17988
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17992
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
17989
17993
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
17990
17994
|
*
|
17991
17995
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18002,7 +18006,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18002
18006
|
int __pyx_clineno = 0;
|
18003
18007
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
18004
18008
|
|
18005
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18009
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":789
|
18006
18010
|
*
|
18007
18011
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
18008
18012
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -18016,7 +18020,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18016
18020
|
__pyx_t_1 = 0;
|
18017
18021
|
goto __pyx_L0;
|
18018
18022
|
|
18019
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18023
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
18020
18024
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18021
18025
|
*
|
18022
18026
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18035,7 +18039,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18035
18039
|
return __pyx_r;
|
18036
18040
|
}
|
18037
18041
|
|
18038
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18042
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
18039
18043
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18040
18044
|
*
|
18041
18045
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18050,7 +18054,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18050
18054
|
PyObject *__pyx_t_2;
|
18051
18055
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
18052
18056
|
|
18053
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18057
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
18054
18058
|
*
|
18055
18059
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18056
18060
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18060,7 +18064,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18060
18064
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
18061
18065
|
if (__pyx_t_1) {
|
18062
18066
|
|
18063
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18067
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":793
|
18064
18068
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18065
18069
|
* if PyDataType_HASSUBARRAY(d):
|
18066
18070
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -18073,7 +18077,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18073
18077
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
18074
18078
|
goto __pyx_L0;
|
18075
18079
|
|
18076
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18080
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
18077
18081
|
*
|
18078
18082
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18079
18083
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18082,7 +18086,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18082
18086
|
*/
|
18083
18087
|
}
|
18084
18088
|
|
18085
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18089
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":795
|
18086
18090
|
* return <tuple>d.subarray.shape
|
18087
18091
|
* else:
|
18088
18092
|
* return () # <<<<<<<<<<<<<<
|
@@ -18096,7 +18100,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18096
18100
|
goto __pyx_L0;
|
18097
18101
|
}
|
18098
18102
|
|
18099
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18103
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
18100
18104
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18101
18105
|
*
|
18102
18106
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18111,7 +18115,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18111
18115
|
return __pyx_r;
|
18112
18116
|
}
|
18113
18117
|
|
18114
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18118
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
18115
18119
|
* int _import_umath() except -1
|
18116
18120
|
*
|
18117
18121
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18125,7 +18129,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18125
18129
|
const char *__pyx_filename = NULL;
|
18126
18130
|
int __pyx_clineno = 0;
|
18127
18131
|
|
18128
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18132
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":995
|
18129
18133
|
*
|
18130
18134
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18131
18135
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -18134,7 +18138,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18134
18138
|
*/
|
18135
18139
|
Py_INCREF(__pyx_v_base);
|
18136
18140
|
|
18137
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18141
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":996
|
18138
18142
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18139
18143
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
18140
18144
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -18143,7 +18147,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18143
18147
|
*/
|
18144
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)
|
18145
18149
|
|
18146
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18150
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
18147
18151
|
* int _import_umath() except -1
|
18148
18152
|
*
|
18149
18153
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18158,7 +18162,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18158
18162
|
__pyx_L0:;
|
18159
18163
|
}
|
18160
18164
|
|
18161
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18165
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
18162
18166
|
* PyArray_SetBaseObject(arr, base)
|
18163
18167
|
*
|
18164
18168
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18173,7 +18177,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18173
18177
|
int __pyx_t_1;
|
18174
18178
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
18175
18179
|
|
18176
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18180
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":999
|
18177
18181
|
*
|
18178
18182
|
* cdef inline object get_array_base(ndarray arr):
|
18179
18183
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -18182,7 +18186,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18182
18186
|
*/
|
18183
18187
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
18184
18188
|
|
18185
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18189
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
|
18186
18190
|
* cdef inline object get_array_base(ndarray arr):
|
18187
18191
|
* base = PyArray_BASE(arr)
|
18188
18192
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18192,7 +18196,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18192
18196
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
18193
18197
|
if (__pyx_t_1) {
|
18194
18198
|
|
18195
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18199
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1001
|
18196
18200
|
* base = PyArray_BASE(arr)
|
18197
18201
|
* if base is NULL:
|
18198
18202
|
* return None # <<<<<<<<<<<<<<
|
@@ -18203,7 +18207,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18203
18207
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
18204
18208
|
goto __pyx_L0;
|
18205
18209
|
|
18206
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18210
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
|
18207
18211
|
* cdef inline object get_array_base(ndarray arr):
|
18208
18212
|
* base = PyArray_BASE(arr)
|
18209
18213
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18212,7 +18216,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18212
18216
|
*/
|
18213
18217
|
}
|
18214
18218
|
|
18215
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18219
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1002
|
18216
18220
|
* if base is NULL:
|
18217
18221
|
* return None
|
18218
18222
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -18224,7 +18228,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18224
18228
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
18225
18229
|
goto __pyx_L0;
|
18226
18230
|
|
18227
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18231
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
18228
18232
|
* PyArray_SetBaseObject(arr, base)
|
18229
18233
|
*
|
18230
18234
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18239,7 +18243,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18239
18243
|
return __pyx_r;
|
18240
18244
|
}
|
18241
18245
|
|
18242
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18246
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
|
18243
18247
|
* # Versions of the import_* functions which are more suitable for
|
18244
18248
|
* # Cython code.
|
18245
18249
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18266,7 +18270,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18266
18270
|
int __pyx_clineno = 0;
|
18267
18271
|
__Pyx_RefNannySetupContext("import_array", 0);
|
18268
18272
|
|
18269
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18273
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
18270
18274
|
* # Cython code.
|
18271
18275
|
* cdef inline int import_array() except -1:
|
18272
18276
|
* try: # <<<<<<<<<<<<<<
|
@@ -18282,7 +18286,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18282
18286
|
__Pyx_XGOTREF(__pyx_t_3);
|
18283
18287
|
/*try:*/ {
|
18284
18288
|
|
18285
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18289
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1008
|
18286
18290
|
* cdef inline int import_array() except -1:
|
18287
18291
|
* try:
|
18288
18292
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -18291,7 +18295,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18291
18295
|
*/
|
18292
18296
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1008, __pyx_L3_error)
|
18293
18297
|
|
18294
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18298
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
18295
18299
|
* # Cython code.
|
18296
18300
|
* cdef inline int import_array() except -1:
|
18297
18301
|
* try: # <<<<<<<<<<<<<<
|
@@ -18305,7 +18309,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18305
18309
|
goto __pyx_L8_try_end;
|
18306
18310
|
__pyx_L3_error:;
|
18307
18311
|
|
18308
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18312
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1009
|
18309
18313
|
* try:
|
18310
18314
|
* __pyx_import_array()
|
18311
18315
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18320,7 +18324,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18320
18324
|
__Pyx_XGOTREF(__pyx_t_6);
|
18321
18325
|
__Pyx_XGOTREF(__pyx_t_7);
|
18322
18326
|
|
18323
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18327
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1010
|
18324
18328
|
* __pyx_import_array()
|
18325
18329
|
* except Exception:
|
18326
18330
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -18345,7 +18349,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18345
18349
|
}
|
18346
18350
|
goto __pyx_L5_except_error;
|
18347
18351
|
|
18348
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18352
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
18349
18353
|
* # Cython code.
|
18350
18354
|
* cdef inline int import_array() except -1:
|
18351
18355
|
* try: # <<<<<<<<<<<<<<
|
@@ -18361,7 +18365,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18361
18365
|
__pyx_L8_try_end:;
|
18362
18366
|
}
|
18363
18367
|
|
18364
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18368
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
|
18365
18369
|
* # Versions of the import_* functions which are more suitable for
|
18366
18370
|
* # Cython code.
|
18367
18371
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18386,7 +18390,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18386
18390
|
return __pyx_r;
|
18387
18391
|
}
|
18388
18392
|
|
18389
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18393
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
|
18390
18394
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18391
18395
|
*
|
18392
18396
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18413,7 +18417,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18413
18417
|
int __pyx_clineno = 0;
|
18414
18418
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
18415
18419
|
|
18416
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18420
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
18417
18421
|
*
|
18418
18422
|
* cdef inline int import_umath() except -1:
|
18419
18423
|
* try: # <<<<<<<<<<<<<<
|
@@ -18429,7 +18433,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18429
18433
|
__Pyx_XGOTREF(__pyx_t_3);
|
18430
18434
|
/*try:*/ {
|
18431
18435
|
|
18432
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18436
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1014
|
18433
18437
|
* cdef inline int import_umath() except -1:
|
18434
18438
|
* try:
|
18435
18439
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18438,7 +18442,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18438
18442
|
*/
|
18439
18443
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1014, __pyx_L3_error)
|
18440
18444
|
|
18441
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18445
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
18442
18446
|
*
|
18443
18447
|
* cdef inline int import_umath() except -1:
|
18444
18448
|
* try: # <<<<<<<<<<<<<<
|
@@ -18452,7 +18456,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18452
18456
|
goto __pyx_L8_try_end;
|
18453
18457
|
__pyx_L3_error:;
|
18454
18458
|
|
18455
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18459
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1015
|
18456
18460
|
* try:
|
18457
18461
|
* _import_umath()
|
18458
18462
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18467,7 +18471,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18467
18471
|
__Pyx_XGOTREF(__pyx_t_6);
|
18468
18472
|
__Pyx_XGOTREF(__pyx_t_7);
|
18469
18473
|
|
18470
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18474
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1016
|
18471
18475
|
* _import_umath()
|
18472
18476
|
* except Exception:
|
18473
18477
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18492,7 +18496,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18492
18496
|
}
|
18493
18497
|
goto __pyx_L5_except_error;
|
18494
18498
|
|
18495
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18499
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
18496
18500
|
*
|
18497
18501
|
* cdef inline int import_umath() except -1:
|
18498
18502
|
* try: # <<<<<<<<<<<<<<
|
@@ -18508,7 +18512,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18508
18512
|
__pyx_L8_try_end:;
|
18509
18513
|
}
|
18510
18514
|
|
18511
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18515
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
|
18512
18516
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18513
18517
|
*
|
18514
18518
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18533,7 +18537,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18533
18537
|
return __pyx_r;
|
18534
18538
|
}
|
18535
18539
|
|
18536
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18540
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
|
18537
18541
|
* raise ImportError("numpy._core.umath failed to import")
|
18538
18542
|
*
|
18539
18543
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18560,7 +18564,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18560
18564
|
int __pyx_clineno = 0;
|
18561
18565
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
18562
18566
|
|
18563
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18567
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
18564
18568
|
*
|
18565
18569
|
* cdef inline int import_ufunc() except -1:
|
18566
18570
|
* try: # <<<<<<<<<<<<<<
|
@@ -18576,7 +18580,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18576
18580
|
__Pyx_XGOTREF(__pyx_t_3);
|
18577
18581
|
/*try:*/ {
|
18578
18582
|
|
18579
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18583
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1020
|
18580
18584
|
* cdef inline int import_ufunc() except -1:
|
18581
18585
|
* try:
|
18582
18586
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18585,7 +18589,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18585
18589
|
*/
|
18586
18590
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1020, __pyx_L3_error)
|
18587
18591
|
|
18588
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18592
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
18589
18593
|
*
|
18590
18594
|
* cdef inline int import_ufunc() except -1:
|
18591
18595
|
* try: # <<<<<<<<<<<<<<
|
@@ -18599,7 +18603,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18599
18603
|
goto __pyx_L8_try_end;
|
18600
18604
|
__pyx_L3_error:;
|
18601
18605
|
|
18602
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18606
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1021
|
18603
18607
|
* try:
|
18604
18608
|
* _import_umath()
|
18605
18609
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18614,7 +18618,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18614
18618
|
__Pyx_XGOTREF(__pyx_t_6);
|
18615
18619
|
__Pyx_XGOTREF(__pyx_t_7);
|
18616
18620
|
|
18617
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18621
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1022
|
18618
18622
|
* _import_umath()
|
18619
18623
|
* except Exception:
|
18620
18624
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18639,7 +18643,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18639
18643
|
}
|
18640
18644
|
goto __pyx_L5_except_error;
|
18641
18645
|
|
18642
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18646
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
18643
18647
|
*
|
18644
18648
|
* cdef inline int import_ufunc() except -1:
|
18645
18649
|
* try: # <<<<<<<<<<<<<<
|
@@ -18655,7 +18659,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18655
18659
|
__pyx_L8_try_end:;
|
18656
18660
|
}
|
18657
18661
|
|
18658
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18662
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
|
18659
18663
|
* raise ImportError("numpy._core.umath failed to import")
|
18660
18664
|
*
|
18661
18665
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18680,7 +18684,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18680
18684
|
return __pyx_r;
|
18681
18685
|
}
|
18682
18686
|
|
18683
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18687
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
|
18684
18688
|
*
|
18685
18689
|
*
|
18686
18690
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18691,7 +18695,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18691
18695
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
18692
18696
|
int __pyx_r;
|
18693
18697
|
|
18694
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18698
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1037
|
18695
18699
|
* bool
|
18696
18700
|
* """
|
18697
18701
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18701,7 +18705,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18701
18705
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
18702
18706
|
goto __pyx_L0;
|
18703
18707
|
|
18704
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18708
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
|
18705
18709
|
*
|
18706
18710
|
*
|
18707
18711
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18714,7 +18718,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18714
18718
|
return __pyx_r;
|
18715
18719
|
}
|
18716
18720
|
|
18717
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18721
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
|
18718
18722
|
*
|
18719
18723
|
*
|
18720
18724
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18725,7 +18729,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18725
18729
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
18726
18730
|
int __pyx_r;
|
18727
18731
|
|
18728
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18732
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1052
|
18729
18733
|
* bool
|
18730
18734
|
* """
|
18731
18735
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18735,7 +18739,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18735
18739
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
18736
18740
|
goto __pyx_L0;
|
18737
18741
|
|
18738
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18742
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
|
18739
18743
|
*
|
18740
18744
|
*
|
18741
18745
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18748,7 +18752,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18748
18752
|
return __pyx_r;
|
18749
18753
|
}
|
18750
18754
|
|
18751
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18755
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
|
18752
18756
|
*
|
18753
18757
|
*
|
18754
18758
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18759,7 +18763,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18759
18763
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
18760
18764
|
npy_datetime __pyx_r;
|
18761
18765
|
|
18762
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18766
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1062
|
18763
18767
|
* also needed. That can be found using `get_datetime64_unit`.
|
18764
18768
|
* """
|
18765
18769
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18769,7 +18773,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18769
18773
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
18770
18774
|
goto __pyx_L0;
|
18771
18775
|
|
18772
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18776
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
|
18773
18777
|
*
|
18774
18778
|
*
|
18775
18779
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18782,7 +18786,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18782
18786
|
return __pyx_r;
|
18783
18787
|
}
|
18784
18788
|
|
18785
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18789
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
|
18786
18790
|
*
|
18787
18791
|
*
|
18788
18792
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18793,7 +18797,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18793
18797
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
18794
18798
|
npy_timedelta __pyx_r;
|
18795
18799
|
|
18796
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18800
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1069
|
18797
18801
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
18798
18802
|
* """
|
18799
18803
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18803,7 +18807,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18803
18807
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
18804
18808
|
goto __pyx_L0;
|
18805
18809
|
|
18806
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18810
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
|
18807
18811
|
*
|
18808
18812
|
*
|
18809
18813
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18816,7 +18820,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18816
18820
|
return __pyx_r;
|
18817
18821
|
}
|
18818
18822
|
|
18819
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18823
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
|
18820
18824
|
*
|
18821
18825
|
*
|
18822
18826
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18827,7 +18831,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18827
18831
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
18828
18832
|
NPY_DATETIMEUNIT __pyx_r;
|
18829
18833
|
|
18830
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18834
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1076
|
18831
18835
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
18832
18836
|
* """
|
18833
18837
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -18837,7 +18841,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
18837
18841
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
18838
18842
|
goto __pyx_L0;
|
18839
18843
|
|
18840
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18844
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-d2jpfj0l/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
|
18841
18845
|
*
|
18842
18846
|
*
|
18843
18847
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|