mysqlengine 1.0.1__cp312-cp312-macosx_11_0_arm64.whl → 1.0.3__cp312-cp312-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.
Potentially problematic release.
This version of mysqlengine might be problematic. Click here for more details.
- mysqlengine/__init__.pxd +0 -0
- mysqlengine/column.c +1 -1
- mysqlengine/column.cpython-312-darwin.so +0 -0
- mysqlengine/column.pxd +149 -0
- mysqlengine/constraint.c +1 -1
- mysqlengine/constraint.cpython-312-darwin.so +0 -0
- mysqlengine/constraint.pxd +121 -0
- mysqlengine/database.c +1 -1
- mysqlengine/database.cpython-312-darwin.so +0 -0
- mysqlengine/database.pxd +58 -0
- mysqlengine/dml.c +148 -148
- mysqlengine/dml.cpython-312-darwin.so +0 -0
- mysqlengine/dml.pxd +387 -0
- mysqlengine/element.c +148 -148
- mysqlengine/element.cpython-312-darwin.so +0 -0
- mysqlengine/element.pxd +179 -0
- mysqlengine/index.c +1 -1
- mysqlengine/index.cpython-312-darwin.so +0 -0
- mysqlengine/index.pxd +71 -0
- mysqlengine/partition.c +1 -1
- mysqlengine/partition.cpython-312-darwin.so +0 -0
- mysqlengine/partition.pxd +128 -0
- mysqlengine/table.c +1 -1
- mysqlengine/table.cpython-312-darwin.so +0 -0
- mysqlengine/table.pxd +169 -0
- mysqlengine/utils.cpython-312-darwin.so +0 -0
- mysqlengine/utils.pxd +613 -0
- {mysqlengine-1.0.1.dist-info → mysqlengine-1.0.3.dist-info}/METADATA +3 -4
- mysqlengine-1.0.3.dist-info/RECORD +52 -0
- mysqlengine-1.0.1.dist-info/RECORD +0 -42
- {mysqlengine-1.0.1.dist-info → mysqlengine-1.0.3.dist-info}/WHEEL +0 -0
- {mysqlengine-1.0.1.dist-info → mysqlengine-1.0.3.dist-info}/licenses/LICENSE +0 -0
- {mysqlengine-1.0.1.dist-info → mysqlengine-1.0.3.dist-info}/top_level.txt +0 -0
mysqlengine/dml.c
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"-Wno-incompatible-pointer-types"
|
|
15
15
|
],
|
|
16
16
|
"include_dirs": [
|
|
17
|
-
"/private/var/folders/
|
|
17
|
+
"/private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/_core/include"
|
|
18
18
|
],
|
|
19
19
|
"name": "mysqlengine.dml",
|
|
20
20
|
"sources": [
|
|
@@ -1626,7 +1626,7 @@ static const char *__pyx_f[] = {
|
|
|
1626
1626
|
|
|
1627
1627
|
/* #### Code section: numeric_typedefs ### */
|
|
1628
1628
|
|
|
1629
|
-
/* "../../../../../private/var/folders/
|
|
1629
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":743
|
|
1630
1630
|
* # in Cython to enable them only on the right systems.
|
|
1631
1631
|
*
|
|
1632
1632
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
|
@@ -1635,7 +1635,7 @@ static const char *__pyx_f[] = {
|
|
|
1635
1635
|
*/
|
|
1636
1636
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1637
1637
|
|
|
1638
|
-
/* "../../../../../private/var/folders/
|
|
1638
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":744
|
|
1639
1639
|
*
|
|
1640
1640
|
* ctypedef npy_int8 int8_t
|
|
1641
1641
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
|
@@ -1644,7 +1644,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
|
1644
1644
|
*/
|
|
1645
1645
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1646
1646
|
|
|
1647
|
-
/* "../../../../../private/var/folders/
|
|
1647
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":745
|
|
1648
1648
|
* ctypedef npy_int8 int8_t
|
|
1649
1649
|
* ctypedef npy_int16 int16_t
|
|
1650
1650
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
|
@@ -1653,7 +1653,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
|
1653
1653
|
*/
|
|
1654
1654
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1655
1655
|
|
|
1656
|
-
/* "../../../../../private/var/folders/
|
|
1656
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":746
|
|
1657
1657
|
* ctypedef npy_int16 int16_t
|
|
1658
1658
|
* ctypedef npy_int32 int32_t
|
|
1659
1659
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
|
@@ -1662,7 +1662,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
|
1662
1662
|
*/
|
|
1663
1663
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1664
1664
|
|
|
1665
|
-
/* "../../../../../private/var/folders/
|
|
1665
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":748
|
|
1666
1666
|
* ctypedef npy_int64 int64_t
|
|
1667
1667
|
*
|
|
1668
1668
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
|
@@ -1671,7 +1671,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
|
1671
1671
|
*/
|
|
1672
1672
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1673
1673
|
|
|
1674
|
-
/* "../../../../../private/var/folders/
|
|
1674
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":749
|
|
1675
1675
|
*
|
|
1676
1676
|
* ctypedef npy_uint8 uint8_t
|
|
1677
1677
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
|
@@ -1680,7 +1680,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
|
1680
1680
|
*/
|
|
1681
1681
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1682
1682
|
|
|
1683
|
-
/* "../../../../../private/var/folders/
|
|
1683
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":750
|
|
1684
1684
|
* ctypedef npy_uint8 uint8_t
|
|
1685
1685
|
* ctypedef npy_uint16 uint16_t
|
|
1686
1686
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
|
@@ -1689,7 +1689,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
|
1689
1689
|
*/
|
|
1690
1690
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1691
1691
|
|
|
1692
|
-
/* "../../../../../private/var/folders/
|
|
1692
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":751
|
|
1693
1693
|
* ctypedef npy_uint16 uint16_t
|
|
1694
1694
|
* ctypedef npy_uint32 uint32_t
|
|
1695
1695
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
|
@@ -1698,7 +1698,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
|
1698
1698
|
*/
|
|
1699
1699
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1700
1700
|
|
|
1701
|
-
/* "../../../../../private/var/folders/
|
|
1701
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":753
|
|
1702
1702
|
* ctypedef npy_uint64 uint64_t
|
|
1703
1703
|
*
|
|
1704
1704
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
|
@@ -1707,7 +1707,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
|
1707
1707
|
*/
|
|
1708
1708
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1709
1709
|
|
|
1710
|
-
/* "../../../../../private/var/folders/
|
|
1710
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":754
|
|
1711
1711
|
*
|
|
1712
1712
|
* ctypedef npy_float32 float32_t
|
|
1713
1713
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
|
@@ -1716,7 +1716,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
|
1716
1716
|
*/
|
|
1717
1717
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1718
1718
|
|
|
1719
|
-
/* "../../../../../private/var/folders/
|
|
1719
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":761
|
|
1720
1720
|
* ctypedef double complex complex128_t
|
|
1721
1721
|
*
|
|
1722
1722
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
|
@@ -1725,7 +1725,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
|
1725
1725
|
*/
|
|
1726
1726
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1727
1727
|
|
|
1728
|
-
/* "../../../../../private/var/folders/
|
|
1728
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":762
|
|
1729
1729
|
*
|
|
1730
1730
|
* ctypedef npy_longlong longlong_t
|
|
1731
1731
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
|
@@ -1734,7 +1734,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
|
1734
1734
|
*/
|
|
1735
1735
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1736
1736
|
|
|
1737
|
-
/* "../../../../../private/var/folders/
|
|
1737
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":764
|
|
1738
1738
|
* ctypedef npy_ulonglong ulonglong_t
|
|
1739
1739
|
*
|
|
1740
1740
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
|
@@ -1743,7 +1743,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
|
1743
1743
|
*/
|
|
1744
1744
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1745
1745
|
|
|
1746
|
-
/* "../../../../../private/var/folders/
|
|
1746
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":765
|
|
1747
1747
|
*
|
|
1748
1748
|
* ctypedef npy_intp intp_t
|
|
1749
1749
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
|
@@ -1752,7 +1752,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
|
1752
1752
|
*/
|
|
1753
1753
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1754
1754
|
|
|
1755
|
-
/* "../../../../../private/var/folders/
|
|
1755
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":767
|
|
1756
1756
|
* ctypedef npy_uintp uintp_t
|
|
1757
1757
|
*
|
|
1758
1758
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
|
@@ -1761,7 +1761,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
|
1761
1761
|
*/
|
|
1762
1762
|
typedef npy_double __pyx_t_5numpy_float_t;
|
|
1763
1763
|
|
|
1764
|
-
/* "../../../../../private/var/folders/
|
|
1764
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":768
|
|
1765
1765
|
*
|
|
1766
1766
|
* ctypedef npy_double float_t
|
|
1767
1767
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
|
@@ -1770,7 +1770,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
|
1770
1770
|
*/
|
|
1771
1771
|
typedef npy_double __pyx_t_5numpy_double_t;
|
|
1772
1772
|
|
|
1773
|
-
/* "../../../../../private/var/folders/
|
|
1773
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":769
|
|
1774
1774
|
* ctypedef npy_double float_t
|
|
1775
1775
|
* ctypedef npy_double double_t
|
|
1776
1776
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
|
@@ -16319,7 +16319,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
|
|
|
16319
16319
|
#define __pyx_codeobj__407 __pyx_mstate_global->__pyx_codeobj__407
|
|
16320
16320
|
/* #### Code section: module_code ### */
|
|
16321
16321
|
|
|
16322
|
-
/* "../../../../../private/var/folders/
|
|
16322
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":243
|
|
16323
16323
|
*
|
|
16324
16324
|
* @property
|
|
16325
16325
|
* cdef inline npy_intp itemsize(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16330,7 +16330,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
|
|
|
16330
16330
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
|
16331
16331
|
npy_intp __pyx_r;
|
|
16332
16332
|
|
|
16333
|
-
/* "../../../../../private/var/folders/
|
|
16333
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":244
|
|
16334
16334
|
* @property
|
|
16335
16335
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
|
16336
16336
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -16340,7 +16340,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
16340
16340
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
|
16341
16341
|
goto __pyx_L0;
|
|
16342
16342
|
|
|
16343
|
-
/* "../../../../../private/var/folders/
|
|
16343
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":243
|
|
16344
16344
|
*
|
|
16345
16345
|
* @property
|
|
16346
16346
|
* cdef inline npy_intp itemsize(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16353,7 +16353,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
16353
16353
|
return __pyx_r;
|
|
16354
16354
|
}
|
|
16355
16355
|
|
|
16356
|
-
/* "../../../../../private/var/folders/
|
|
16356
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":247
|
|
16357
16357
|
*
|
|
16358
16358
|
* @property
|
|
16359
16359
|
* cdef inline npy_intp alignment(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16364,7 +16364,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
16364
16364
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
|
16365
16365
|
npy_intp __pyx_r;
|
|
16366
16366
|
|
|
16367
|
-
/* "../../../../../private/var/folders/
|
|
16367
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":248
|
|
16368
16368
|
* @property
|
|
16369
16369
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
|
16370
16370
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
|
@@ -16374,7 +16374,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
|
16374
16374
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
|
16375
16375
|
goto __pyx_L0;
|
|
16376
16376
|
|
|
16377
|
-
/* "../../../../../private/var/folders/
|
|
16377
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":247
|
|
16378
16378
|
*
|
|
16379
16379
|
* @property
|
|
16380
16380
|
* cdef inline npy_intp alignment(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16387,7 +16387,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
|
16387
16387
|
return __pyx_r;
|
|
16388
16388
|
}
|
|
16389
16389
|
|
|
16390
|
-
/* "../../../../../private/var/folders/
|
|
16390
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":253
|
|
16391
16391
|
* # for this using PyDataType_HASFIELDS.
|
|
16392
16392
|
* @property
|
|
16393
16393
|
* cdef inline object fields(self): # <<<<<<<<<<<<<<
|
|
@@ -16401,7 +16401,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
16401
16401
|
PyObject *__pyx_t_1;
|
|
16402
16402
|
__Pyx_RefNannySetupContext("fields", 1);
|
|
16403
16403
|
|
|
16404
|
-
/* "../../../../../private/var/folders/
|
|
16404
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":254
|
|
16405
16405
|
* @property
|
|
16406
16406
|
* cdef inline object fields(self):
|
|
16407
16407
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
|
@@ -16414,7 +16414,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
16414
16414
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
|
16415
16415
|
goto __pyx_L0;
|
|
16416
16416
|
|
|
16417
|
-
/* "../../../../../private/var/folders/
|
|
16417
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":253
|
|
16418
16418
|
* # for this using PyDataType_HASFIELDS.
|
|
16419
16419
|
* @property
|
|
16420
16420
|
* cdef inline object fields(self): # <<<<<<<<<<<<<<
|
|
@@ -16429,7 +16429,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
16429
16429
|
return __pyx_r;
|
|
16430
16430
|
}
|
|
16431
16431
|
|
|
16432
|
-
/* "../../../../../private/var/folders/
|
|
16432
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":257
|
|
16433
16433
|
*
|
|
16434
16434
|
* @property
|
|
16435
16435
|
* cdef inline tuple names(self): # <<<<<<<<<<<<<<
|
|
@@ -16443,7 +16443,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
16443
16443
|
PyObject *__pyx_t_1;
|
|
16444
16444
|
__Pyx_RefNannySetupContext("names", 1);
|
|
16445
16445
|
|
|
16446
|
-
/* "../../../../../private/var/folders/
|
|
16446
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":258
|
|
16447
16447
|
* @property
|
|
16448
16448
|
* cdef inline tuple names(self):
|
|
16449
16449
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
|
@@ -16456,7 +16456,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
16456
16456
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
|
16457
16457
|
goto __pyx_L0;
|
|
16458
16458
|
|
|
16459
|
-
/* "../../../../../private/var/folders/
|
|
16459
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":257
|
|
16460
16460
|
*
|
|
16461
16461
|
* @property
|
|
16462
16462
|
* cdef inline tuple names(self): # <<<<<<<<<<<<<<
|
|
@@ -16471,7 +16471,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
16471
16471
|
return __pyx_r;
|
|
16472
16472
|
}
|
|
16473
16473
|
|
|
16474
|
-
/* "../../../../../private/var/folders/
|
|
16474
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":264
|
|
16475
16475
|
* # this field via the inline helper method PyDataType_SHAPE.
|
|
16476
16476
|
* @property
|
|
16477
16477
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16482,7 +16482,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
16482
16482
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
|
16483
16483
|
PyArray_ArrayDescr *__pyx_r;
|
|
16484
16484
|
|
|
16485
|
-
/* "../../../../../private/var/folders/
|
|
16485
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":265
|
|
16486
16486
|
* @property
|
|
16487
16487
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
|
16488
16488
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
|
@@ -16492,7 +16492,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
16492
16492
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
|
16493
16493
|
goto __pyx_L0;
|
|
16494
16494
|
|
|
16495
|
-
/* "../../../../../private/var/folders/
|
|
16495
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":264
|
|
16496
16496
|
* # this field via the inline helper method PyDataType_SHAPE.
|
|
16497
16497
|
* @property
|
|
16498
16498
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16505,7 +16505,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
16505
16505
|
return __pyx_r;
|
|
16506
16506
|
}
|
|
16507
16507
|
|
|
16508
|
-
/* "../../../../../private/var/folders/
|
|
16508
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":268
|
|
16509
16509
|
*
|
|
16510
16510
|
* @property
|
|
16511
16511
|
* cdef inline npy_uint64 flags(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16516,7 +16516,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
16516
16516
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
|
16517
16517
|
npy_uint64 __pyx_r;
|
|
16518
16518
|
|
|
16519
|
-
/* "../../../../../private/var/folders/
|
|
16519
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":270
|
|
16520
16520
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
|
16521
16521
|
* """The data types flags."""
|
|
16522
16522
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
|
@@ -16526,7 +16526,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
16526
16526
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
|
16527
16527
|
goto __pyx_L0;
|
|
16528
16528
|
|
|
16529
|
-
/* "../../../../../private/var/folders/
|
|
16529
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":268
|
|
16530
16530
|
*
|
|
16531
16531
|
* @property
|
|
16532
16532
|
* cdef inline npy_uint64 flags(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16539,7 +16539,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
16539
16539
|
return __pyx_r;
|
|
16540
16540
|
}
|
|
16541
16541
|
|
|
16542
|
-
/* "../../../../../private/var/folders/
|
|
16542
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":280
|
|
16543
16543
|
*
|
|
16544
16544
|
* @property
|
|
16545
16545
|
* cdef inline int numiter(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16550,7 +16550,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
16550
16550
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
|
16551
16551
|
int __pyx_r;
|
|
16552
16552
|
|
|
16553
|
-
/* "../../../../../private/var/folders/
|
|
16553
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":282
|
|
16554
16554
|
* cdef inline int numiter(self) noexcept nogil:
|
|
16555
16555
|
* """The number of arrays that need to be broadcast to the same shape."""
|
|
16556
16556
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
|
@@ -16560,7 +16560,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
16560
16560
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
|
16561
16561
|
goto __pyx_L0;
|
|
16562
16562
|
|
|
16563
|
-
/* "../../../../../private/var/folders/
|
|
16563
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":280
|
|
16564
16564
|
*
|
|
16565
16565
|
* @property
|
|
16566
16566
|
* cdef inline int numiter(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16573,7 +16573,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
16573
16573
|
return __pyx_r;
|
|
16574
16574
|
}
|
|
16575
16575
|
|
|
16576
|
-
/* "../../../../../private/var/folders/
|
|
16576
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":285
|
|
16577
16577
|
*
|
|
16578
16578
|
* @property
|
|
16579
16579
|
* cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16584,7 +16584,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
16584
16584
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
|
16585
16585
|
npy_intp __pyx_r;
|
|
16586
16586
|
|
|
16587
|
-
/* "../../../../../private/var/folders/
|
|
16587
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":287
|
|
16588
16588
|
* cdef inline npy_intp size(self) noexcept nogil:
|
|
16589
16589
|
* """The total broadcasted size."""
|
|
16590
16590
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -16594,7 +16594,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
16594
16594
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
|
16595
16595
|
goto __pyx_L0;
|
|
16596
16596
|
|
|
16597
|
-
/* "../../../../../private/var/folders/
|
|
16597
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":285
|
|
16598
16598
|
*
|
|
16599
16599
|
* @property
|
|
16600
16600
|
* cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16607,7 +16607,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
16607
16607
|
return __pyx_r;
|
|
16608
16608
|
}
|
|
16609
16609
|
|
|
16610
|
-
/* "../../../../../private/var/folders/
|
|
16610
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":290
|
|
16611
16611
|
*
|
|
16612
16612
|
* @property
|
|
16613
16613
|
* cdef inline npy_intp index(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16618,7 +16618,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
16618
16618
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
|
16619
16619
|
npy_intp __pyx_r;
|
|
16620
16620
|
|
|
16621
|
-
/* "../../../../../private/var/folders/
|
|
16621
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":292
|
|
16622
16622
|
* cdef inline npy_intp index(self) noexcept nogil:
|
|
16623
16623
|
* """The current (1-d) index into the broadcasted result."""
|
|
16624
16624
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
|
@@ -16628,7 +16628,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
16628
16628
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
|
16629
16629
|
goto __pyx_L0;
|
|
16630
16630
|
|
|
16631
|
-
/* "../../../../../private/var/folders/
|
|
16631
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":290
|
|
16632
16632
|
*
|
|
16633
16633
|
* @property
|
|
16634
16634
|
* cdef inline npy_intp index(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16641,7 +16641,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
16641
16641
|
return __pyx_r;
|
|
16642
16642
|
}
|
|
16643
16643
|
|
|
16644
|
-
/* "../../../../../private/var/folders/
|
|
16644
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":295
|
|
16645
16645
|
*
|
|
16646
16646
|
* @property
|
|
16647
16647
|
* cdef inline int nd(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16652,7 +16652,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
16652
16652
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
|
16653
16653
|
int __pyx_r;
|
|
16654
16654
|
|
|
16655
|
-
/* "../../../../../private/var/folders/
|
|
16655
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":297
|
|
16656
16656
|
* cdef inline int nd(self) noexcept nogil:
|
|
16657
16657
|
* """The number of dimensions in the broadcasted result."""
|
|
16658
16658
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -16662,7 +16662,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
16662
16662
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
|
16663
16663
|
goto __pyx_L0;
|
|
16664
16664
|
|
|
16665
|
-
/* "../../../../../private/var/folders/
|
|
16665
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":295
|
|
16666
16666
|
*
|
|
16667
16667
|
* @property
|
|
16668
16668
|
* cdef inline int nd(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16675,7 +16675,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
16675
16675
|
return __pyx_r;
|
|
16676
16676
|
}
|
|
16677
16677
|
|
|
16678
|
-
/* "../../../../../private/var/folders/
|
|
16678
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":300
|
|
16679
16679
|
*
|
|
16680
16680
|
* @property
|
|
16681
16681
|
* cdef inline npy_intp* dimensions(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16686,7 +16686,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
16686
16686
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
|
16687
16687
|
npy_intp *__pyx_r;
|
|
16688
16688
|
|
|
16689
|
-
/* "../../../../../private/var/folders/
|
|
16689
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":302
|
|
16690
16690
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
|
16691
16691
|
* """The shape of the broadcasted result."""
|
|
16692
16692
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -16696,7 +16696,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
16696
16696
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
|
16697
16697
|
goto __pyx_L0;
|
|
16698
16698
|
|
|
16699
|
-
/* "../../../../../private/var/folders/
|
|
16699
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":300
|
|
16700
16700
|
*
|
|
16701
16701
|
* @property
|
|
16702
16702
|
* cdef inline npy_intp* dimensions(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16709,7 +16709,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
16709
16709
|
return __pyx_r;
|
|
16710
16710
|
}
|
|
16711
16711
|
|
|
16712
|
-
/* "../../../../../private/var/folders/
|
|
16712
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":305
|
|
16713
16713
|
*
|
|
16714
16714
|
* @property
|
|
16715
16715
|
* cdef inline void** iters(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16720,7 +16720,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
16720
16720
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
|
16721
16721
|
void **__pyx_r;
|
|
16722
16722
|
|
|
16723
|
-
/* "../../../../../private/var/folders/
|
|
16723
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":308
|
|
16724
16724
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
|
16725
16725
|
* On return, the iterators are adjusted for broadcasting."""
|
|
16726
16726
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
|
@@ -16730,7 +16730,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
16730
16730
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
|
16731
16731
|
goto __pyx_L0;
|
|
16732
16732
|
|
|
16733
|
-
/* "../../../../../private/var/folders/
|
|
16733
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":305
|
|
16734
16734
|
*
|
|
16735
16735
|
* @property
|
|
16736
16736
|
* cdef inline void** iters(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16743,7 +16743,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
16743
16743
|
return __pyx_r;
|
|
16744
16744
|
}
|
|
16745
16745
|
|
|
16746
|
-
/* "../../../../../private/var/folders/
|
|
16746
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":323
|
|
16747
16747
|
*
|
|
16748
16748
|
* @property
|
|
16749
16749
|
* cdef inline PyObject* base(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16754,7 +16754,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
16754
16754
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
16755
16755
|
PyObject *__pyx_r;
|
|
16756
16756
|
|
|
16757
|
-
/* "../../../../../private/var/folders/
|
|
16757
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":326
|
|
16758
16758
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
16759
16759
|
* """
|
|
16760
16760
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -16764,7 +16764,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
16764
16764
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
16765
16765
|
goto __pyx_L0;
|
|
16766
16766
|
|
|
16767
|
-
/* "../../../../../private/var/folders/
|
|
16767
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":323
|
|
16768
16768
|
*
|
|
16769
16769
|
* @property
|
|
16770
16770
|
* cdef inline PyObject* base(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16777,7 +16777,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
16777
16777
|
return __pyx_r;
|
|
16778
16778
|
}
|
|
16779
16779
|
|
|
16780
|
-
/* "../../../../../private/var/folders/
|
|
16780
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":329
|
|
16781
16781
|
*
|
|
16782
16782
|
* @property
|
|
16783
16783
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -16791,7 +16791,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
16791
16791
|
PyArray_Descr *__pyx_t_1;
|
|
16792
16792
|
__Pyx_RefNannySetupContext("descr", 1);
|
|
16793
16793
|
|
|
16794
|
-
/* "../../../../../private/var/folders/
|
|
16794
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":332
|
|
16795
16795
|
* """Returns an owned reference to the dtype of the array.
|
|
16796
16796
|
* """
|
|
16797
16797
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -16804,7 +16804,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
16804
16804
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
16805
16805
|
goto __pyx_L0;
|
|
16806
16806
|
|
|
16807
|
-
/* "../../../../../private/var/folders/
|
|
16807
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":329
|
|
16808
16808
|
*
|
|
16809
16809
|
* @property
|
|
16810
16810
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -16819,7 +16819,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
16819
16819
|
return __pyx_r;
|
|
16820
16820
|
}
|
|
16821
16821
|
|
|
16822
|
-
/* "../../../../../private/var/folders/
|
|
16822
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":335
|
|
16823
16823
|
*
|
|
16824
16824
|
* @property
|
|
16825
16825
|
* cdef inline int ndim(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16830,7 +16830,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
16830
16830
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
16831
16831
|
int __pyx_r;
|
|
16832
16832
|
|
|
16833
|
-
/* "../../../../../private/var/folders/
|
|
16833
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":338
|
|
16834
16834
|
* """Returns the number of dimensions in the array.
|
|
16835
16835
|
* """
|
|
16836
16836
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -16840,7 +16840,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
16840
16840
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
16841
16841
|
goto __pyx_L0;
|
|
16842
16842
|
|
|
16843
|
-
/* "../../../../../private/var/folders/
|
|
16843
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":335
|
|
16844
16844
|
*
|
|
16845
16845
|
* @property
|
|
16846
16846
|
* cdef inline int ndim(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16853,7 +16853,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
16853
16853
|
return __pyx_r;
|
|
16854
16854
|
}
|
|
16855
16855
|
|
|
16856
|
-
/* "../../../../../private/var/folders/
|
|
16856
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":341
|
|
16857
16857
|
*
|
|
16858
16858
|
* @property
|
|
16859
16859
|
* cdef inline npy_intp *shape(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16864,7 +16864,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
16864
16864
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
16865
16865
|
npy_intp *__pyx_r;
|
|
16866
16866
|
|
|
16867
|
-
/* "../../../../../private/var/folders/
|
|
16867
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":346
|
|
16868
16868
|
* Can return NULL for 0-dimensional arrays.
|
|
16869
16869
|
* """
|
|
16870
16870
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -16874,7 +16874,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
16874
16874
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
16875
16875
|
goto __pyx_L0;
|
|
16876
16876
|
|
|
16877
|
-
/* "../../../../../private/var/folders/
|
|
16877
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":341
|
|
16878
16878
|
*
|
|
16879
16879
|
* @property
|
|
16880
16880
|
* cdef inline npy_intp *shape(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16887,7 +16887,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
16887
16887
|
return __pyx_r;
|
|
16888
16888
|
}
|
|
16889
16889
|
|
|
16890
|
-
/* "../../../../../private/var/folders/
|
|
16890
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":349
|
|
16891
16891
|
*
|
|
16892
16892
|
* @property
|
|
16893
16893
|
* cdef inline npy_intp *strides(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16898,7 +16898,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
16898
16898
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
16899
16899
|
npy_intp *__pyx_r;
|
|
16900
16900
|
|
|
16901
|
-
/* "../../../../../private/var/folders/
|
|
16901
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":353
|
|
16902
16902
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
16903
16903
|
* """
|
|
16904
16904
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -16908,7 +16908,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
16908
16908
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
16909
16909
|
goto __pyx_L0;
|
|
16910
16910
|
|
|
16911
|
-
/* "../../../../../private/var/folders/
|
|
16911
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":349
|
|
16912
16912
|
*
|
|
16913
16913
|
* @property
|
|
16914
16914
|
* cdef inline npy_intp *strides(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16921,7 +16921,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
16921
16921
|
return __pyx_r;
|
|
16922
16922
|
}
|
|
16923
16923
|
|
|
16924
|
-
/* "../../../../../private/var/folders/
|
|
16924
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":356
|
|
16925
16925
|
*
|
|
16926
16926
|
* @property
|
|
16927
16927
|
* cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16932,7 +16932,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
16932
16932
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
16933
16933
|
npy_intp __pyx_r;
|
|
16934
16934
|
|
|
16935
|
-
/* "../../../../../private/var/folders/
|
|
16935
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":359
|
|
16936
16936
|
* """Returns the total size (in number of elements) of the array.
|
|
16937
16937
|
* """
|
|
16938
16938
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -16942,7 +16942,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
16942
16942
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
16943
16943
|
goto __pyx_L0;
|
|
16944
16944
|
|
|
16945
|
-
/* "../../../../../private/var/folders/
|
|
16945
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":356
|
|
16946
16946
|
*
|
|
16947
16947
|
* @property
|
|
16948
16948
|
* cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16955,7 +16955,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
16955
16955
|
return __pyx_r;
|
|
16956
16956
|
}
|
|
16957
16957
|
|
|
16958
|
-
/* "../../../../../private/var/folders/
|
|
16958
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":362
|
|
16959
16959
|
*
|
|
16960
16960
|
* @property
|
|
16961
16961
|
* cdef inline char* data(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16966,7 +16966,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
16966
16966
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
16967
16967
|
char *__pyx_r;
|
|
16968
16968
|
|
|
16969
|
-
/* "../../../../../private/var/folders/
|
|
16969
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":368
|
|
16970
16970
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
16971
16971
|
* """
|
|
16972
16972
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -16976,7 +16976,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
16976
16976
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
16977
16977
|
goto __pyx_L0;
|
|
16978
16978
|
|
|
16979
|
-
/* "../../../../../private/var/folders/
|
|
16979
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":362
|
|
16980
16980
|
*
|
|
16981
16981
|
* @property
|
|
16982
16982
|
* cdef inline char* data(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -16989,7 +16989,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
16989
16989
|
return __pyx_r;
|
|
16990
16990
|
}
|
|
16991
16991
|
|
|
16992
|
-
/* "../../../../../private/var/folders/
|
|
16992
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":776
|
|
16993
16993
|
* ctypedef long double complex clongdouble_t
|
|
16994
16994
|
*
|
|
16995
16995
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -17006,7 +17006,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
17006
17006
|
int __pyx_clineno = 0;
|
|
17007
17007
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 1);
|
|
17008
17008
|
|
|
17009
|
-
/* "../../../../../private/var/folders/
|
|
17009
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":777
|
|
17010
17010
|
*
|
|
17011
17011
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
17012
17012
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -17020,7 +17020,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
17020
17020
|
__pyx_t_1 = 0;
|
|
17021
17021
|
goto __pyx_L0;
|
|
17022
17022
|
|
|
17023
|
-
/* "../../../../../private/var/folders/
|
|
17023
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":776
|
|
17024
17024
|
* ctypedef long double complex clongdouble_t
|
|
17025
17025
|
*
|
|
17026
17026
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -17039,7 +17039,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
17039
17039
|
return __pyx_r;
|
|
17040
17040
|
}
|
|
17041
17041
|
|
|
17042
|
-
/* "../../../../../private/var/folders/
|
|
17042
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":779
|
|
17043
17043
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
17044
17044
|
*
|
|
17045
17045
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -17056,7 +17056,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
17056
17056
|
int __pyx_clineno = 0;
|
|
17057
17057
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 1);
|
|
17058
17058
|
|
|
17059
|
-
/* "../../../../../private/var/folders/
|
|
17059
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":780
|
|
17060
17060
|
*
|
|
17061
17061
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
17062
17062
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -17070,7 +17070,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
17070
17070
|
__pyx_t_1 = 0;
|
|
17071
17071
|
goto __pyx_L0;
|
|
17072
17072
|
|
|
17073
|
-
/* "../../../../../private/var/folders/
|
|
17073
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":779
|
|
17074
17074
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
17075
17075
|
*
|
|
17076
17076
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -17089,7 +17089,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
17089
17089
|
return __pyx_r;
|
|
17090
17090
|
}
|
|
17091
17091
|
|
|
17092
|
-
/* "../../../../../private/var/folders/
|
|
17092
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":782
|
|
17093
17093
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
17094
17094
|
*
|
|
17095
17095
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -17106,7 +17106,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
17106
17106
|
int __pyx_clineno = 0;
|
|
17107
17107
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 1);
|
|
17108
17108
|
|
|
17109
|
-
/* "../../../../../private/var/folders/
|
|
17109
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":783
|
|
17110
17110
|
*
|
|
17111
17111
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
17112
17112
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -17120,7 +17120,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
17120
17120
|
__pyx_t_1 = 0;
|
|
17121
17121
|
goto __pyx_L0;
|
|
17122
17122
|
|
|
17123
|
-
/* "../../../../../private/var/folders/
|
|
17123
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":782
|
|
17124
17124
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
17125
17125
|
*
|
|
17126
17126
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -17139,7 +17139,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
17139
17139
|
return __pyx_r;
|
|
17140
17140
|
}
|
|
17141
17141
|
|
|
17142
|
-
/* "../../../../../private/var/folders/
|
|
17142
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":785
|
|
17143
17143
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
17144
17144
|
*
|
|
17145
17145
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -17156,7 +17156,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
17156
17156
|
int __pyx_clineno = 0;
|
|
17157
17157
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 1);
|
|
17158
17158
|
|
|
17159
|
-
/* "../../../../../private/var/folders/
|
|
17159
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":786
|
|
17160
17160
|
*
|
|
17161
17161
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
17162
17162
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -17170,7 +17170,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
17170
17170
|
__pyx_t_1 = 0;
|
|
17171
17171
|
goto __pyx_L0;
|
|
17172
17172
|
|
|
17173
|
-
/* "../../../../../private/var/folders/
|
|
17173
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":785
|
|
17174
17174
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
17175
17175
|
*
|
|
17176
17176
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -17189,7 +17189,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
17189
17189
|
return __pyx_r;
|
|
17190
17190
|
}
|
|
17191
17191
|
|
|
17192
|
-
/* "../../../../../private/var/folders/
|
|
17192
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":788
|
|
17193
17193
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
17194
17194
|
*
|
|
17195
17195
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -17206,7 +17206,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
17206
17206
|
int __pyx_clineno = 0;
|
|
17207
17207
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 1);
|
|
17208
17208
|
|
|
17209
|
-
/* "../../../../../private/var/folders/
|
|
17209
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":789
|
|
17210
17210
|
*
|
|
17211
17211
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
17212
17212
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -17220,7 +17220,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
17220
17220
|
__pyx_t_1 = 0;
|
|
17221
17221
|
goto __pyx_L0;
|
|
17222
17222
|
|
|
17223
|
-
/* "../../../../../private/var/folders/
|
|
17223
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":788
|
|
17224
17224
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
17225
17225
|
*
|
|
17226
17226
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -17239,7 +17239,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
17239
17239
|
return __pyx_r;
|
|
17240
17240
|
}
|
|
17241
17241
|
|
|
17242
|
-
/* "../../../../../private/var/folders/
|
|
17242
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":791
|
|
17243
17243
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
17244
17244
|
*
|
|
17245
17245
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -17254,7 +17254,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
17254
17254
|
PyObject *__pyx_t_2;
|
|
17255
17255
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 1);
|
|
17256
17256
|
|
|
17257
|
-
/* "../../../../../private/var/folders/
|
|
17257
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":792
|
|
17258
17258
|
*
|
|
17259
17259
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
17260
17260
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -17264,7 +17264,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
17264
17264
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
17265
17265
|
if (__pyx_t_1) {
|
|
17266
17266
|
|
|
17267
|
-
/* "../../../../../private/var/folders/
|
|
17267
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":793
|
|
17268
17268
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
17269
17269
|
* if PyDataType_HASSUBARRAY(d):
|
|
17270
17270
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -17277,7 +17277,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
17277
17277
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
|
17278
17278
|
goto __pyx_L0;
|
|
17279
17279
|
|
|
17280
|
-
/* "../../../../../private/var/folders/
|
|
17280
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":792
|
|
17281
17281
|
*
|
|
17282
17282
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
17283
17283
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -17286,7 +17286,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
17286
17286
|
*/
|
|
17287
17287
|
}
|
|
17288
17288
|
|
|
17289
|
-
/* "../../../../../private/var/folders/
|
|
17289
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":795
|
|
17290
17290
|
* return <tuple>d.subarray.shape
|
|
17291
17291
|
* else:
|
|
17292
17292
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -17300,7 +17300,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
17300
17300
|
goto __pyx_L0;
|
|
17301
17301
|
}
|
|
17302
17302
|
|
|
17303
|
-
/* "../../../../../private/var/folders/
|
|
17303
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":791
|
|
17304
17304
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
17305
17305
|
*
|
|
17306
17306
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -17315,7 +17315,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
17315
17315
|
return __pyx_r;
|
|
17316
17316
|
}
|
|
17317
17317
|
|
|
17318
|
-
/* "../../../../../private/var/folders/
|
|
17318
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":994
|
|
17319
17319
|
* int _import_umath() except -1
|
|
17320
17320
|
*
|
|
17321
17321
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
|
@@ -17329,7 +17329,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
17329
17329
|
const char *__pyx_filename = NULL;
|
|
17330
17330
|
int __pyx_clineno = 0;
|
|
17331
17331
|
|
|
17332
|
-
/* "../../../../../private/var/folders/
|
|
17332
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":995
|
|
17333
17333
|
*
|
|
17334
17334
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
|
17335
17335
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -17338,7 +17338,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
17338
17338
|
*/
|
|
17339
17339
|
Py_INCREF(__pyx_v_base);
|
|
17340
17340
|
|
|
17341
|
-
/* "../../../../../private/var/folders/
|
|
17341
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":996
|
|
17342
17342
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
|
17343
17343
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
17344
17344
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
@@ -17347,7 +17347,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
17347
17347
|
*/
|
|
17348
17348
|
__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)
|
|
17349
17349
|
|
|
17350
|
-
/* "../../../../../private/var/folders/
|
|
17350
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":994
|
|
17351
17351
|
* int _import_umath() except -1
|
|
17352
17352
|
*
|
|
17353
17353
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
|
@@ -17362,7 +17362,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
17362
17362
|
__pyx_L0:;
|
|
17363
17363
|
}
|
|
17364
17364
|
|
|
17365
|
-
/* "../../../../../private/var/folders/
|
|
17365
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":998
|
|
17366
17366
|
* PyArray_SetBaseObject(arr, base)
|
|
17367
17367
|
*
|
|
17368
17368
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -17377,7 +17377,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
17377
17377
|
int __pyx_t_1;
|
|
17378
17378
|
__Pyx_RefNannySetupContext("get_array_base", 1);
|
|
17379
17379
|
|
|
17380
|
-
/* "../../../../../private/var/folders/
|
|
17380
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":999
|
|
17381
17381
|
*
|
|
17382
17382
|
* cdef inline object get_array_base(ndarray arr):
|
|
17383
17383
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -17386,7 +17386,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
17386
17386
|
*/
|
|
17387
17387
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
17388
17388
|
|
|
17389
|
-
/* "../../../../../private/var/folders/
|
|
17389
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1000
|
|
17390
17390
|
* cdef inline object get_array_base(ndarray arr):
|
|
17391
17391
|
* base = PyArray_BASE(arr)
|
|
17392
17392
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -17396,7 +17396,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
17396
17396
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
17397
17397
|
if (__pyx_t_1) {
|
|
17398
17398
|
|
|
17399
|
-
/* "../../../../../private/var/folders/
|
|
17399
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1001
|
|
17400
17400
|
* base = PyArray_BASE(arr)
|
|
17401
17401
|
* if base is NULL:
|
|
17402
17402
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -17407,7 +17407,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
17407
17407
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
17408
17408
|
goto __pyx_L0;
|
|
17409
17409
|
|
|
17410
|
-
/* "../../../../../private/var/folders/
|
|
17410
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1000
|
|
17411
17411
|
* cdef inline object get_array_base(ndarray arr):
|
|
17412
17412
|
* base = PyArray_BASE(arr)
|
|
17413
17413
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -17416,7 +17416,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
17416
17416
|
*/
|
|
17417
17417
|
}
|
|
17418
17418
|
|
|
17419
|
-
/* "../../../../../private/var/folders/
|
|
17419
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1002
|
|
17420
17420
|
* if base is NULL:
|
|
17421
17421
|
* return None
|
|
17422
17422
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -17428,7 +17428,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
17428
17428
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
17429
17429
|
goto __pyx_L0;
|
|
17430
17430
|
|
|
17431
|
-
/* "../../../../../private/var/folders/
|
|
17431
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":998
|
|
17432
17432
|
* PyArray_SetBaseObject(arr, base)
|
|
17433
17433
|
*
|
|
17434
17434
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -17443,7 +17443,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
17443
17443
|
return __pyx_r;
|
|
17444
17444
|
}
|
|
17445
17445
|
|
|
17446
|
-
/* "../../../../../private/var/folders/
|
|
17446
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1006
|
|
17447
17447
|
* # Versions of the import_* functions which are more suitable for
|
|
17448
17448
|
* # Cython code.
|
|
17449
17449
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -17467,7 +17467,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
17467
17467
|
int __pyx_clineno = 0;
|
|
17468
17468
|
__Pyx_RefNannySetupContext("import_array", 1);
|
|
17469
17469
|
|
|
17470
|
-
/* "../../../../../private/var/folders/
|
|
17470
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1007
|
|
17471
17471
|
* # Cython code.
|
|
17472
17472
|
* cdef inline int import_array() except -1:
|
|
17473
17473
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -17483,7 +17483,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
17483
17483
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
17484
17484
|
/*try:*/ {
|
|
17485
17485
|
|
|
17486
|
-
/* "../../../../../private/var/folders/
|
|
17486
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1008
|
|
17487
17487
|
* cdef inline int import_array() except -1:
|
|
17488
17488
|
* try:
|
|
17489
17489
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
@@ -17492,7 +17492,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
17492
17492
|
*/
|
|
17493
17493
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1008, __pyx_L3_error)
|
|
17494
17494
|
|
|
17495
|
-
/* "../../../../../private/var/folders/
|
|
17495
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1007
|
|
17496
17496
|
* # Cython code.
|
|
17497
17497
|
* cdef inline int import_array() except -1:
|
|
17498
17498
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -17506,7 +17506,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
17506
17506
|
goto __pyx_L8_try_end;
|
|
17507
17507
|
__pyx_L3_error:;
|
|
17508
17508
|
|
|
17509
|
-
/* "../../../../../private/var/folders/
|
|
17509
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1009
|
|
17510
17510
|
* try:
|
|
17511
17511
|
* __pyx_import_array()
|
|
17512
17512
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -17521,7 +17521,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
17521
17521
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
17522
17522
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
17523
17523
|
|
|
17524
|
-
/* "../../../../../private/var/folders/
|
|
17524
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1010
|
|
17525
17525
|
* __pyx_import_array()
|
|
17526
17526
|
* except Exception:
|
|
17527
17527
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -17536,7 +17536,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
17536
17536
|
}
|
|
17537
17537
|
goto __pyx_L5_except_error;
|
|
17538
17538
|
|
|
17539
|
-
/* "../../../../../private/var/folders/
|
|
17539
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1007
|
|
17540
17540
|
* # Cython code.
|
|
17541
17541
|
* cdef inline int import_array() except -1:
|
|
17542
17542
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -17552,7 +17552,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
17552
17552
|
__pyx_L8_try_end:;
|
|
17553
17553
|
}
|
|
17554
17554
|
|
|
17555
|
-
/* "../../../../../private/var/folders/
|
|
17555
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1006
|
|
17556
17556
|
* # Versions of the import_* functions which are more suitable for
|
|
17557
17557
|
* # Cython code.
|
|
17558
17558
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -17575,7 +17575,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
17575
17575
|
return __pyx_r;
|
|
17576
17576
|
}
|
|
17577
17577
|
|
|
17578
|
-
/* "../../../../../private/var/folders/
|
|
17578
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1012
|
|
17579
17579
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
17580
17580
|
*
|
|
17581
17581
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -17599,7 +17599,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
17599
17599
|
int __pyx_clineno = 0;
|
|
17600
17600
|
__Pyx_RefNannySetupContext("import_umath", 1);
|
|
17601
17601
|
|
|
17602
|
-
/* "../../../../../private/var/folders/
|
|
17602
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1013
|
|
17603
17603
|
*
|
|
17604
17604
|
* cdef inline int import_umath() except -1:
|
|
17605
17605
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -17615,7 +17615,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
17615
17615
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
17616
17616
|
/*try:*/ {
|
|
17617
17617
|
|
|
17618
|
-
/* "../../../../../private/var/folders/
|
|
17618
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
17619
17619
|
* cdef inline int import_umath() except -1:
|
|
17620
17620
|
* try:
|
|
17621
17621
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -17624,7 +17624,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
17624
17624
|
*/
|
|
17625
17625
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1014, __pyx_L3_error)
|
|
17626
17626
|
|
|
17627
|
-
/* "../../../../../private/var/folders/
|
|
17627
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1013
|
|
17628
17628
|
*
|
|
17629
17629
|
* cdef inline int import_umath() except -1:
|
|
17630
17630
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -17638,7 +17638,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
17638
17638
|
goto __pyx_L8_try_end;
|
|
17639
17639
|
__pyx_L3_error:;
|
|
17640
17640
|
|
|
17641
|
-
/* "../../../../../private/var/folders/
|
|
17641
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1015
|
|
17642
17642
|
* try:
|
|
17643
17643
|
* _import_umath()
|
|
17644
17644
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -17653,7 +17653,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
17653
17653
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
17654
17654
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
17655
17655
|
|
|
17656
|
-
/* "../../../../../private/var/folders/
|
|
17656
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1016
|
|
17657
17657
|
* _import_umath()
|
|
17658
17658
|
* except Exception:
|
|
17659
17659
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -17668,7 +17668,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
17668
17668
|
}
|
|
17669
17669
|
goto __pyx_L5_except_error;
|
|
17670
17670
|
|
|
17671
|
-
/* "../../../../../private/var/folders/
|
|
17671
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1013
|
|
17672
17672
|
*
|
|
17673
17673
|
* cdef inline int import_umath() except -1:
|
|
17674
17674
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -17684,7 +17684,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
17684
17684
|
__pyx_L8_try_end:;
|
|
17685
17685
|
}
|
|
17686
17686
|
|
|
17687
|
-
/* "../../../../../private/var/folders/
|
|
17687
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1012
|
|
17688
17688
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
17689
17689
|
*
|
|
17690
17690
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -17707,7 +17707,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
17707
17707
|
return __pyx_r;
|
|
17708
17708
|
}
|
|
17709
17709
|
|
|
17710
|
-
/* "../../../../../private/var/folders/
|
|
17710
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1018
|
|
17711
17711
|
* raise ImportError("numpy._core.umath failed to import")
|
|
17712
17712
|
*
|
|
17713
17713
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -17731,7 +17731,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
17731
17731
|
int __pyx_clineno = 0;
|
|
17732
17732
|
__Pyx_RefNannySetupContext("import_ufunc", 1);
|
|
17733
17733
|
|
|
17734
|
-
/* "../../../../../private/var/folders/
|
|
17734
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1019
|
|
17735
17735
|
*
|
|
17736
17736
|
* cdef inline int import_ufunc() except -1:
|
|
17737
17737
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -17747,7 +17747,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
17747
17747
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
17748
17748
|
/*try:*/ {
|
|
17749
17749
|
|
|
17750
|
-
/* "../../../../../private/var/folders/
|
|
17750
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1020
|
|
17751
17751
|
* cdef inline int import_ufunc() except -1:
|
|
17752
17752
|
* try:
|
|
17753
17753
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -17756,7 +17756,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
17756
17756
|
*/
|
|
17757
17757
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1020, __pyx_L3_error)
|
|
17758
17758
|
|
|
17759
|
-
/* "../../../../../private/var/folders/
|
|
17759
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1019
|
|
17760
17760
|
*
|
|
17761
17761
|
* cdef inline int import_ufunc() except -1:
|
|
17762
17762
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -17770,7 +17770,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
17770
17770
|
goto __pyx_L8_try_end;
|
|
17771
17771
|
__pyx_L3_error:;
|
|
17772
17772
|
|
|
17773
|
-
/* "../../../../../private/var/folders/
|
|
17773
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1021
|
|
17774
17774
|
* try:
|
|
17775
17775
|
* _import_umath()
|
|
17776
17776
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -17785,7 +17785,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
17785
17785
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
17786
17786
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
17787
17787
|
|
|
17788
|
-
/* "../../../../../private/var/folders/
|
|
17788
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1022
|
|
17789
17789
|
* _import_umath()
|
|
17790
17790
|
* except Exception:
|
|
17791
17791
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -17800,7 +17800,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
17800
17800
|
}
|
|
17801
17801
|
goto __pyx_L5_except_error;
|
|
17802
17802
|
|
|
17803
|
-
/* "../../../../../private/var/folders/
|
|
17803
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1019
|
|
17804
17804
|
*
|
|
17805
17805
|
* cdef inline int import_ufunc() except -1:
|
|
17806
17806
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -17816,7 +17816,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
17816
17816
|
__pyx_L8_try_end:;
|
|
17817
17817
|
}
|
|
17818
17818
|
|
|
17819
|
-
/* "../../../../../private/var/folders/
|
|
17819
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1018
|
|
17820
17820
|
* raise ImportError("numpy._core.umath failed to import")
|
|
17821
17821
|
*
|
|
17822
17822
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -17839,7 +17839,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
17839
17839
|
return __pyx_r;
|
|
17840
17840
|
}
|
|
17841
17841
|
|
|
17842
|
-
/* "../../../../../private/var/folders/
|
|
17842
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1025
|
|
17843
17843
|
*
|
|
17844
17844
|
*
|
|
17845
17845
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -17850,7 +17850,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
17850
17850
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
17851
17851
|
int __pyx_r;
|
|
17852
17852
|
|
|
17853
|
-
/* "../../../../../private/var/folders/
|
|
17853
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1037
|
|
17854
17854
|
* bool
|
|
17855
17855
|
* """
|
|
17856
17856
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -17860,7 +17860,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
17860
17860
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
17861
17861
|
goto __pyx_L0;
|
|
17862
17862
|
|
|
17863
|
-
/* "../../../../../private/var/folders/
|
|
17863
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1025
|
|
17864
17864
|
*
|
|
17865
17865
|
*
|
|
17866
17866
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -17873,7 +17873,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
17873
17873
|
return __pyx_r;
|
|
17874
17874
|
}
|
|
17875
17875
|
|
|
17876
|
-
/* "../../../../../private/var/folders/
|
|
17876
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1040
|
|
17877
17877
|
*
|
|
17878
17878
|
*
|
|
17879
17879
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -17884,7 +17884,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
17884
17884
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
17885
17885
|
int __pyx_r;
|
|
17886
17886
|
|
|
17887
|
-
/* "../../../../../private/var/folders/
|
|
17887
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1052
|
|
17888
17888
|
* bool
|
|
17889
17889
|
* """
|
|
17890
17890
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -17894,7 +17894,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
17894
17894
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
17895
17895
|
goto __pyx_L0;
|
|
17896
17896
|
|
|
17897
|
-
/* "../../../../../private/var/folders/
|
|
17897
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1040
|
|
17898
17898
|
*
|
|
17899
17899
|
*
|
|
17900
17900
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -17907,7 +17907,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
17907
17907
|
return __pyx_r;
|
|
17908
17908
|
}
|
|
17909
17909
|
|
|
17910
|
-
/* "../../../../../private/var/folders/
|
|
17910
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1055
|
|
17911
17911
|
*
|
|
17912
17912
|
*
|
|
17913
17913
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -17918,7 +17918,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
17918
17918
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
17919
17919
|
npy_datetime __pyx_r;
|
|
17920
17920
|
|
|
17921
|
-
/* "../../../../../private/var/folders/
|
|
17921
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1062
|
|
17922
17922
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
17923
17923
|
* """
|
|
17924
17924
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -17928,7 +17928,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
17928
17928
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
17929
17929
|
goto __pyx_L0;
|
|
17930
17930
|
|
|
17931
|
-
/* "../../../../../private/var/folders/
|
|
17931
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1055
|
|
17932
17932
|
*
|
|
17933
17933
|
*
|
|
17934
17934
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -17941,7 +17941,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
17941
17941
|
return __pyx_r;
|
|
17942
17942
|
}
|
|
17943
17943
|
|
|
17944
|
-
/* "../../../../../private/var/folders/
|
|
17944
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1065
|
|
17945
17945
|
*
|
|
17946
17946
|
*
|
|
17947
17947
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -17952,7 +17952,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
17952
17952
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
17953
17953
|
npy_timedelta __pyx_r;
|
|
17954
17954
|
|
|
17955
|
-
/* "../../../../../private/var/folders/
|
|
17955
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1069
|
|
17956
17956
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
17957
17957
|
* """
|
|
17958
17958
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -17962,7 +17962,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
17962
17962
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
17963
17963
|
goto __pyx_L0;
|
|
17964
17964
|
|
|
17965
|
-
/* "../../../../../private/var/folders/
|
|
17965
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1065
|
|
17966
17966
|
*
|
|
17967
17967
|
*
|
|
17968
17968
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -17975,7 +17975,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
17975
17975
|
return __pyx_r;
|
|
17976
17976
|
}
|
|
17977
17977
|
|
|
17978
|
-
/* "../../../../../private/var/folders/
|
|
17978
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1072
|
|
17979
17979
|
*
|
|
17980
17980
|
*
|
|
17981
17981
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -17986,7 +17986,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
17986
17986
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
17987
17987
|
NPY_DATETIMEUNIT __pyx_r;
|
|
17988
17988
|
|
|
17989
|
-
/* "../../../../../private/var/folders/
|
|
17989
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1076
|
|
17990
17990
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
17991
17991
|
* """
|
|
17992
17992
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -17996,7 +17996,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
17996
17996
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
17997
17997
|
goto __pyx_L0;
|
|
17998
17998
|
|
|
17999
|
-
/* "../../../../../private/var/folders/
|
|
17999
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1072
|
|
18000
18000
|
*
|
|
18001
18001
|
*
|
|
18002
18002
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -142373,7 +142373,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
142373
142373
|
__Pyx_RefNannyDeclarations
|
|
142374
142374
|
__Pyx_RefNannySetupContext("__Pyx_InitCachedConstants", 0);
|
|
142375
142375
|
|
|
142376
|
-
/* "../../../../../private/var/folders/
|
|
142376
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1010
|
|
142377
142377
|
* __pyx_import_array()
|
|
142378
142378
|
* except Exception:
|
|
142379
142379
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -142384,7 +142384,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
142384
142384
|
__Pyx_GOTREF(__pyx_tuple_);
|
|
142385
142385
|
__Pyx_GIVEREF(__pyx_tuple_);
|
|
142386
142386
|
|
|
142387
|
-
/* "../../../../../private/var/folders/
|
|
142387
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1016
|
|
142388
142388
|
* _import_umath()
|
|
142389
142389
|
* except Exception:
|
|
142390
142390
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|