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/element.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.element",
|
|
20
20
|
"sources": [
|
|
@@ -1658,7 +1658,7 @@ static const char *__pyx_f[] = {
|
|
|
1658
1658
|
|
|
1659
1659
|
/* #### Code section: numeric_typedefs ### */
|
|
1660
1660
|
|
|
1661
|
-
/* "../../../../../private/var/folders/
|
|
1661
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":743
|
|
1662
1662
|
* # in Cython to enable them only on the right systems.
|
|
1663
1663
|
*
|
|
1664
1664
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
|
@@ -1667,7 +1667,7 @@ static const char *__pyx_f[] = {
|
|
|
1667
1667
|
*/
|
|
1668
1668
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1669
1669
|
|
|
1670
|
-
/* "../../../../../private/var/folders/
|
|
1670
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":744
|
|
1671
1671
|
*
|
|
1672
1672
|
* ctypedef npy_int8 int8_t
|
|
1673
1673
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
|
@@ -1676,7 +1676,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
|
1676
1676
|
*/
|
|
1677
1677
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1678
1678
|
|
|
1679
|
-
/* "../../../../../private/var/folders/
|
|
1679
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":745
|
|
1680
1680
|
* ctypedef npy_int8 int8_t
|
|
1681
1681
|
* ctypedef npy_int16 int16_t
|
|
1682
1682
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
|
@@ -1685,7 +1685,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
|
1685
1685
|
*/
|
|
1686
1686
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1687
1687
|
|
|
1688
|
-
/* "../../../../../private/var/folders/
|
|
1688
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":746
|
|
1689
1689
|
* ctypedef npy_int16 int16_t
|
|
1690
1690
|
* ctypedef npy_int32 int32_t
|
|
1691
1691
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
|
@@ -1694,7 +1694,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
|
1694
1694
|
*/
|
|
1695
1695
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1696
1696
|
|
|
1697
|
-
/* "../../../../../private/var/folders/
|
|
1697
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":748
|
|
1698
1698
|
* ctypedef npy_int64 int64_t
|
|
1699
1699
|
*
|
|
1700
1700
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
|
@@ -1703,7 +1703,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
|
1703
1703
|
*/
|
|
1704
1704
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1705
1705
|
|
|
1706
|
-
/* "../../../../../private/var/folders/
|
|
1706
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":749
|
|
1707
1707
|
*
|
|
1708
1708
|
* ctypedef npy_uint8 uint8_t
|
|
1709
1709
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
|
@@ -1712,7 +1712,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
|
1712
1712
|
*/
|
|
1713
1713
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1714
1714
|
|
|
1715
|
-
/* "../../../../../private/var/folders/
|
|
1715
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":750
|
|
1716
1716
|
* ctypedef npy_uint8 uint8_t
|
|
1717
1717
|
* ctypedef npy_uint16 uint16_t
|
|
1718
1718
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
|
@@ -1721,7 +1721,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
|
1721
1721
|
*/
|
|
1722
1722
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1723
1723
|
|
|
1724
|
-
/* "../../../../../private/var/folders/
|
|
1724
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":751
|
|
1725
1725
|
* ctypedef npy_uint16 uint16_t
|
|
1726
1726
|
* ctypedef npy_uint32 uint32_t
|
|
1727
1727
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
|
@@ -1730,7 +1730,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
|
1730
1730
|
*/
|
|
1731
1731
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1732
1732
|
|
|
1733
|
-
/* "../../../../../private/var/folders/
|
|
1733
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":753
|
|
1734
1734
|
* ctypedef npy_uint64 uint64_t
|
|
1735
1735
|
*
|
|
1736
1736
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
|
@@ -1739,7 +1739,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
|
1739
1739
|
*/
|
|
1740
1740
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1741
1741
|
|
|
1742
|
-
/* "../../../../../private/var/folders/
|
|
1742
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":754
|
|
1743
1743
|
*
|
|
1744
1744
|
* ctypedef npy_float32 float32_t
|
|
1745
1745
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
|
@@ -1748,7 +1748,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
|
1748
1748
|
*/
|
|
1749
1749
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1750
1750
|
|
|
1751
|
-
/* "../../../../../private/var/folders/
|
|
1751
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":761
|
|
1752
1752
|
* ctypedef double complex complex128_t
|
|
1753
1753
|
*
|
|
1754
1754
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
|
@@ -1757,7 +1757,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
|
1757
1757
|
*/
|
|
1758
1758
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1759
1759
|
|
|
1760
|
-
/* "../../../../../private/var/folders/
|
|
1760
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":762
|
|
1761
1761
|
*
|
|
1762
1762
|
* ctypedef npy_longlong longlong_t
|
|
1763
1763
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
|
@@ -1766,7 +1766,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
|
1766
1766
|
*/
|
|
1767
1767
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1768
1768
|
|
|
1769
|
-
/* "../../../../../private/var/folders/
|
|
1769
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":764
|
|
1770
1770
|
* ctypedef npy_ulonglong ulonglong_t
|
|
1771
1771
|
*
|
|
1772
1772
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
|
@@ -1775,7 +1775,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
|
1775
1775
|
*/
|
|
1776
1776
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1777
1777
|
|
|
1778
|
-
/* "../../../../../private/var/folders/
|
|
1778
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":765
|
|
1779
1779
|
*
|
|
1780
1780
|
* ctypedef npy_intp intp_t
|
|
1781
1781
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
|
@@ -1784,7 +1784,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
|
1784
1784
|
*/
|
|
1785
1785
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1786
1786
|
|
|
1787
|
-
/* "../../../../../private/var/folders/
|
|
1787
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":767
|
|
1788
1788
|
* ctypedef npy_uintp uintp_t
|
|
1789
1789
|
*
|
|
1790
1790
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
|
@@ -1793,7 +1793,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
|
1793
1793
|
*/
|
|
1794
1794
|
typedef npy_double __pyx_t_5numpy_float_t;
|
|
1795
1795
|
|
|
1796
|
-
/* "../../../../../private/var/folders/
|
|
1796
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":768
|
|
1797
1797
|
*
|
|
1798
1798
|
* ctypedef npy_double float_t
|
|
1799
1799
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
|
@@ -1802,7 +1802,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
|
1802
1802
|
*/
|
|
1803
1803
|
typedef npy_double __pyx_t_5numpy_double_t;
|
|
1804
1804
|
|
|
1805
|
-
/* "../../../../../private/var/folders/
|
|
1805
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":769
|
|
1806
1806
|
* ctypedef npy_double float_t
|
|
1807
1807
|
* ctypedef npy_double double_t
|
|
1808
1808
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
|
@@ -12881,7 +12881,7 @@ static CYTHON_INLINE struct tm __pyx_f_7cpython_4time_localtime(void) {
|
|
|
12881
12881
|
return __pyx_r;
|
|
12882
12882
|
}
|
|
12883
12883
|
|
|
12884
|
-
/* "../../../../../private/var/folders/
|
|
12884
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":243
|
|
12885
12885
|
*
|
|
12886
12886
|
* @property
|
|
12887
12887
|
* cdef inline npy_intp itemsize(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -12892,7 +12892,7 @@ static CYTHON_INLINE struct tm __pyx_f_7cpython_4time_localtime(void) {
|
|
|
12892
12892
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
|
12893
12893
|
npy_intp __pyx_r;
|
|
12894
12894
|
|
|
12895
|
-
/* "../../../../../private/var/folders/
|
|
12895
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":244
|
|
12896
12896
|
* @property
|
|
12897
12897
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
|
12898
12898
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -12902,7 +12902,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
12902
12902
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
|
12903
12903
|
goto __pyx_L0;
|
|
12904
12904
|
|
|
12905
|
-
/* "../../../../../private/var/folders/
|
|
12905
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":243
|
|
12906
12906
|
*
|
|
12907
12907
|
* @property
|
|
12908
12908
|
* cdef inline npy_intp itemsize(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -12915,7 +12915,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
12915
12915
|
return __pyx_r;
|
|
12916
12916
|
}
|
|
12917
12917
|
|
|
12918
|
-
/* "../../../../../private/var/folders/
|
|
12918
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":247
|
|
12919
12919
|
*
|
|
12920
12920
|
* @property
|
|
12921
12921
|
* cdef inline npy_intp alignment(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -12926,7 +12926,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
12926
12926
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
|
12927
12927
|
npy_intp __pyx_r;
|
|
12928
12928
|
|
|
12929
|
-
/* "../../../../../private/var/folders/
|
|
12929
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":248
|
|
12930
12930
|
* @property
|
|
12931
12931
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
|
12932
12932
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
|
@@ -12936,7 +12936,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
|
12936
12936
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
|
12937
12937
|
goto __pyx_L0;
|
|
12938
12938
|
|
|
12939
|
-
/* "../../../../../private/var/folders/
|
|
12939
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":247
|
|
12940
12940
|
*
|
|
12941
12941
|
* @property
|
|
12942
12942
|
* cdef inline npy_intp alignment(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -12949,7 +12949,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
|
12949
12949
|
return __pyx_r;
|
|
12950
12950
|
}
|
|
12951
12951
|
|
|
12952
|
-
/* "../../../../../private/var/folders/
|
|
12952
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":253
|
|
12953
12953
|
* # for this using PyDataType_HASFIELDS.
|
|
12954
12954
|
* @property
|
|
12955
12955
|
* cdef inline object fields(self): # <<<<<<<<<<<<<<
|
|
@@ -12963,7 +12963,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
12963
12963
|
PyObject *__pyx_t_1;
|
|
12964
12964
|
__Pyx_RefNannySetupContext("fields", 1);
|
|
12965
12965
|
|
|
12966
|
-
/* "../../../../../private/var/folders/
|
|
12966
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":254
|
|
12967
12967
|
* @property
|
|
12968
12968
|
* cdef inline object fields(self):
|
|
12969
12969
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
|
@@ -12976,7 +12976,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
12976
12976
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
|
12977
12977
|
goto __pyx_L0;
|
|
12978
12978
|
|
|
12979
|
-
/* "../../../../../private/var/folders/
|
|
12979
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":253
|
|
12980
12980
|
* # for this using PyDataType_HASFIELDS.
|
|
12981
12981
|
* @property
|
|
12982
12982
|
* cdef inline object fields(self): # <<<<<<<<<<<<<<
|
|
@@ -12991,7 +12991,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
12991
12991
|
return __pyx_r;
|
|
12992
12992
|
}
|
|
12993
12993
|
|
|
12994
|
-
/* "../../../../../private/var/folders/
|
|
12994
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":257
|
|
12995
12995
|
*
|
|
12996
12996
|
* @property
|
|
12997
12997
|
* cdef inline tuple names(self): # <<<<<<<<<<<<<<
|
|
@@ -13005,7 +13005,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
13005
13005
|
PyObject *__pyx_t_1;
|
|
13006
13006
|
__Pyx_RefNannySetupContext("names", 1);
|
|
13007
13007
|
|
|
13008
|
-
/* "../../../../../private/var/folders/
|
|
13008
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":258
|
|
13009
13009
|
* @property
|
|
13010
13010
|
* cdef inline tuple names(self):
|
|
13011
13011
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
|
@@ -13018,7 +13018,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
13018
13018
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
|
13019
13019
|
goto __pyx_L0;
|
|
13020
13020
|
|
|
13021
|
-
/* "../../../../../private/var/folders/
|
|
13021
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":257
|
|
13022
13022
|
*
|
|
13023
13023
|
* @property
|
|
13024
13024
|
* cdef inline tuple names(self): # <<<<<<<<<<<<<<
|
|
@@ -13033,7 +13033,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
13033
13033
|
return __pyx_r;
|
|
13034
13034
|
}
|
|
13035
13035
|
|
|
13036
|
-
/* "../../../../../private/var/folders/
|
|
13036
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":264
|
|
13037
13037
|
* # this field via the inline helper method PyDataType_SHAPE.
|
|
13038
13038
|
* @property
|
|
13039
13039
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13044,7 +13044,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
13044
13044
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
|
13045
13045
|
PyArray_ArrayDescr *__pyx_r;
|
|
13046
13046
|
|
|
13047
|
-
/* "../../../../../private/var/folders/
|
|
13047
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":265
|
|
13048
13048
|
* @property
|
|
13049
13049
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
|
13050
13050
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
|
@@ -13054,7 +13054,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
13054
13054
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
|
13055
13055
|
goto __pyx_L0;
|
|
13056
13056
|
|
|
13057
|
-
/* "../../../../../private/var/folders/
|
|
13057
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":264
|
|
13058
13058
|
* # this field via the inline helper method PyDataType_SHAPE.
|
|
13059
13059
|
* @property
|
|
13060
13060
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13067,7 +13067,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
13067
13067
|
return __pyx_r;
|
|
13068
13068
|
}
|
|
13069
13069
|
|
|
13070
|
-
/* "../../../../../private/var/folders/
|
|
13070
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":268
|
|
13071
13071
|
*
|
|
13072
13072
|
* @property
|
|
13073
13073
|
* cdef inline npy_uint64 flags(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13078,7 +13078,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
13078
13078
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
|
13079
13079
|
npy_uint64 __pyx_r;
|
|
13080
13080
|
|
|
13081
|
-
/* "../../../../../private/var/folders/
|
|
13081
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":270
|
|
13082
13082
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
|
13083
13083
|
* """The data types flags."""
|
|
13084
13084
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
|
@@ -13088,7 +13088,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
13088
13088
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
|
13089
13089
|
goto __pyx_L0;
|
|
13090
13090
|
|
|
13091
|
-
/* "../../../../../private/var/folders/
|
|
13091
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":268
|
|
13092
13092
|
*
|
|
13093
13093
|
* @property
|
|
13094
13094
|
* cdef inline npy_uint64 flags(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13101,7 +13101,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
13101
13101
|
return __pyx_r;
|
|
13102
13102
|
}
|
|
13103
13103
|
|
|
13104
|
-
/* "../../../../../private/var/folders/
|
|
13104
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":280
|
|
13105
13105
|
*
|
|
13106
13106
|
* @property
|
|
13107
13107
|
* cdef inline int numiter(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13112,7 +13112,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
13112
13112
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
|
13113
13113
|
int __pyx_r;
|
|
13114
13114
|
|
|
13115
|
-
/* "../../../../../private/var/folders/
|
|
13115
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":282
|
|
13116
13116
|
* cdef inline int numiter(self) noexcept nogil:
|
|
13117
13117
|
* """The number of arrays that need to be broadcast to the same shape."""
|
|
13118
13118
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
|
@@ -13122,7 +13122,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
13122
13122
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
|
13123
13123
|
goto __pyx_L0;
|
|
13124
13124
|
|
|
13125
|
-
/* "../../../../../private/var/folders/
|
|
13125
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":280
|
|
13126
13126
|
*
|
|
13127
13127
|
* @property
|
|
13128
13128
|
* cdef inline int numiter(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13135,7 +13135,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
13135
13135
|
return __pyx_r;
|
|
13136
13136
|
}
|
|
13137
13137
|
|
|
13138
|
-
/* "../../../../../private/var/folders/
|
|
13138
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":285
|
|
13139
13139
|
*
|
|
13140
13140
|
* @property
|
|
13141
13141
|
* cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13146,7 +13146,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
13146
13146
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
|
13147
13147
|
npy_intp __pyx_r;
|
|
13148
13148
|
|
|
13149
|
-
/* "../../../../../private/var/folders/
|
|
13149
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":287
|
|
13150
13150
|
* cdef inline npy_intp size(self) noexcept nogil:
|
|
13151
13151
|
* """The total broadcasted size."""
|
|
13152
13152
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -13156,7 +13156,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
13156
13156
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
|
13157
13157
|
goto __pyx_L0;
|
|
13158
13158
|
|
|
13159
|
-
/* "../../../../../private/var/folders/
|
|
13159
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":285
|
|
13160
13160
|
*
|
|
13161
13161
|
* @property
|
|
13162
13162
|
* cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13169,7 +13169,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
13169
13169
|
return __pyx_r;
|
|
13170
13170
|
}
|
|
13171
13171
|
|
|
13172
|
-
/* "../../../../../private/var/folders/
|
|
13172
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":290
|
|
13173
13173
|
*
|
|
13174
13174
|
* @property
|
|
13175
13175
|
* cdef inline npy_intp index(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13180,7 +13180,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
13180
13180
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
|
13181
13181
|
npy_intp __pyx_r;
|
|
13182
13182
|
|
|
13183
|
-
/* "../../../../../private/var/folders/
|
|
13183
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":292
|
|
13184
13184
|
* cdef inline npy_intp index(self) noexcept nogil:
|
|
13185
13185
|
* """The current (1-d) index into the broadcasted result."""
|
|
13186
13186
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
|
@@ -13190,7 +13190,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
13190
13190
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
|
13191
13191
|
goto __pyx_L0;
|
|
13192
13192
|
|
|
13193
|
-
/* "../../../../../private/var/folders/
|
|
13193
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":290
|
|
13194
13194
|
*
|
|
13195
13195
|
* @property
|
|
13196
13196
|
* cdef inline npy_intp index(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13203,7 +13203,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
13203
13203
|
return __pyx_r;
|
|
13204
13204
|
}
|
|
13205
13205
|
|
|
13206
|
-
/* "../../../../../private/var/folders/
|
|
13206
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":295
|
|
13207
13207
|
*
|
|
13208
13208
|
* @property
|
|
13209
13209
|
* cdef inline int nd(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13214,7 +13214,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
13214
13214
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
|
13215
13215
|
int __pyx_r;
|
|
13216
13216
|
|
|
13217
|
-
/* "../../../../../private/var/folders/
|
|
13217
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":297
|
|
13218
13218
|
* cdef inline int nd(self) noexcept nogil:
|
|
13219
13219
|
* """The number of dimensions in the broadcasted result."""
|
|
13220
13220
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -13224,7 +13224,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
13224
13224
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
|
13225
13225
|
goto __pyx_L0;
|
|
13226
13226
|
|
|
13227
|
-
/* "../../../../../private/var/folders/
|
|
13227
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":295
|
|
13228
13228
|
*
|
|
13229
13229
|
* @property
|
|
13230
13230
|
* cdef inline int nd(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13237,7 +13237,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
13237
13237
|
return __pyx_r;
|
|
13238
13238
|
}
|
|
13239
13239
|
|
|
13240
|
-
/* "../../../../../private/var/folders/
|
|
13240
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":300
|
|
13241
13241
|
*
|
|
13242
13242
|
* @property
|
|
13243
13243
|
* cdef inline npy_intp* dimensions(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13248,7 +13248,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
13248
13248
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
|
13249
13249
|
npy_intp *__pyx_r;
|
|
13250
13250
|
|
|
13251
|
-
/* "../../../../../private/var/folders/
|
|
13251
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":302
|
|
13252
13252
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
|
13253
13253
|
* """The shape of the broadcasted result."""
|
|
13254
13254
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -13258,7 +13258,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
13258
13258
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
|
13259
13259
|
goto __pyx_L0;
|
|
13260
13260
|
|
|
13261
|
-
/* "../../../../../private/var/folders/
|
|
13261
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":300
|
|
13262
13262
|
*
|
|
13263
13263
|
* @property
|
|
13264
13264
|
* cdef inline npy_intp* dimensions(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13271,7 +13271,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
13271
13271
|
return __pyx_r;
|
|
13272
13272
|
}
|
|
13273
13273
|
|
|
13274
|
-
/* "../../../../../private/var/folders/
|
|
13274
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":305
|
|
13275
13275
|
*
|
|
13276
13276
|
* @property
|
|
13277
13277
|
* cdef inline void** iters(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13282,7 +13282,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
13282
13282
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
|
13283
13283
|
void **__pyx_r;
|
|
13284
13284
|
|
|
13285
|
-
/* "../../../../../private/var/folders/
|
|
13285
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":308
|
|
13286
13286
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
|
13287
13287
|
* On return, the iterators are adjusted for broadcasting."""
|
|
13288
13288
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
|
@@ -13292,7 +13292,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
13292
13292
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
|
13293
13293
|
goto __pyx_L0;
|
|
13294
13294
|
|
|
13295
|
-
/* "../../../../../private/var/folders/
|
|
13295
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":305
|
|
13296
13296
|
*
|
|
13297
13297
|
* @property
|
|
13298
13298
|
* cdef inline void** iters(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13305,7 +13305,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
13305
13305
|
return __pyx_r;
|
|
13306
13306
|
}
|
|
13307
13307
|
|
|
13308
|
-
/* "../../../../../private/var/folders/
|
|
13308
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":323
|
|
13309
13309
|
*
|
|
13310
13310
|
* @property
|
|
13311
13311
|
* cdef inline PyObject* base(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13316,7 +13316,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
13316
13316
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
13317
13317
|
PyObject *__pyx_r;
|
|
13318
13318
|
|
|
13319
|
-
/* "../../../../../private/var/folders/
|
|
13319
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":326
|
|
13320
13320
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
13321
13321
|
* """
|
|
13322
13322
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -13326,7 +13326,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
13326
13326
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
13327
13327
|
goto __pyx_L0;
|
|
13328
13328
|
|
|
13329
|
-
/* "../../../../../private/var/folders/
|
|
13329
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":323
|
|
13330
13330
|
*
|
|
13331
13331
|
* @property
|
|
13332
13332
|
* cdef inline PyObject* base(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13339,7 +13339,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
13339
13339
|
return __pyx_r;
|
|
13340
13340
|
}
|
|
13341
13341
|
|
|
13342
|
-
/* "../../../../../private/var/folders/
|
|
13342
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":329
|
|
13343
13343
|
*
|
|
13344
13344
|
* @property
|
|
13345
13345
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -13353,7 +13353,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
13353
13353
|
PyArray_Descr *__pyx_t_1;
|
|
13354
13354
|
__Pyx_RefNannySetupContext("descr", 1);
|
|
13355
13355
|
|
|
13356
|
-
/* "../../../../../private/var/folders/
|
|
13356
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":332
|
|
13357
13357
|
* """Returns an owned reference to the dtype of the array.
|
|
13358
13358
|
* """
|
|
13359
13359
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -13366,7 +13366,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
13366
13366
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
13367
13367
|
goto __pyx_L0;
|
|
13368
13368
|
|
|
13369
|
-
/* "../../../../../private/var/folders/
|
|
13369
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":329
|
|
13370
13370
|
*
|
|
13371
13371
|
* @property
|
|
13372
13372
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -13381,7 +13381,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
13381
13381
|
return __pyx_r;
|
|
13382
13382
|
}
|
|
13383
13383
|
|
|
13384
|
-
/* "../../../../../private/var/folders/
|
|
13384
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":335
|
|
13385
13385
|
*
|
|
13386
13386
|
* @property
|
|
13387
13387
|
* cdef inline int ndim(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13392,7 +13392,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
13392
13392
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
13393
13393
|
int __pyx_r;
|
|
13394
13394
|
|
|
13395
|
-
/* "../../../../../private/var/folders/
|
|
13395
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":338
|
|
13396
13396
|
* """Returns the number of dimensions in the array.
|
|
13397
13397
|
* """
|
|
13398
13398
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -13402,7 +13402,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
13402
13402
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
13403
13403
|
goto __pyx_L0;
|
|
13404
13404
|
|
|
13405
|
-
/* "../../../../../private/var/folders/
|
|
13405
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":335
|
|
13406
13406
|
*
|
|
13407
13407
|
* @property
|
|
13408
13408
|
* cdef inline int ndim(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13415,7 +13415,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
13415
13415
|
return __pyx_r;
|
|
13416
13416
|
}
|
|
13417
13417
|
|
|
13418
|
-
/* "../../../../../private/var/folders/
|
|
13418
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":341
|
|
13419
13419
|
*
|
|
13420
13420
|
* @property
|
|
13421
13421
|
* cdef inline npy_intp *shape(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13426,7 +13426,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
13426
13426
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
13427
13427
|
npy_intp *__pyx_r;
|
|
13428
13428
|
|
|
13429
|
-
/* "../../../../../private/var/folders/
|
|
13429
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":346
|
|
13430
13430
|
* Can return NULL for 0-dimensional arrays.
|
|
13431
13431
|
* """
|
|
13432
13432
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -13436,7 +13436,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
13436
13436
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
13437
13437
|
goto __pyx_L0;
|
|
13438
13438
|
|
|
13439
|
-
/* "../../../../../private/var/folders/
|
|
13439
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":341
|
|
13440
13440
|
*
|
|
13441
13441
|
* @property
|
|
13442
13442
|
* cdef inline npy_intp *shape(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13449,7 +13449,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
13449
13449
|
return __pyx_r;
|
|
13450
13450
|
}
|
|
13451
13451
|
|
|
13452
|
-
/* "../../../../../private/var/folders/
|
|
13452
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":349
|
|
13453
13453
|
*
|
|
13454
13454
|
* @property
|
|
13455
13455
|
* cdef inline npy_intp *strides(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13460,7 +13460,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
13460
13460
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
13461
13461
|
npy_intp *__pyx_r;
|
|
13462
13462
|
|
|
13463
|
-
/* "../../../../../private/var/folders/
|
|
13463
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":353
|
|
13464
13464
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
13465
13465
|
* """
|
|
13466
13466
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -13470,7 +13470,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
13470
13470
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
13471
13471
|
goto __pyx_L0;
|
|
13472
13472
|
|
|
13473
|
-
/* "../../../../../private/var/folders/
|
|
13473
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":349
|
|
13474
13474
|
*
|
|
13475
13475
|
* @property
|
|
13476
13476
|
* cdef inline npy_intp *strides(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13483,7 +13483,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
13483
13483
|
return __pyx_r;
|
|
13484
13484
|
}
|
|
13485
13485
|
|
|
13486
|
-
/* "../../../../../private/var/folders/
|
|
13486
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":356
|
|
13487
13487
|
*
|
|
13488
13488
|
* @property
|
|
13489
13489
|
* cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13494,7 +13494,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
13494
13494
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
13495
13495
|
npy_intp __pyx_r;
|
|
13496
13496
|
|
|
13497
|
-
/* "../../../../../private/var/folders/
|
|
13497
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":359
|
|
13498
13498
|
* """Returns the total size (in number of elements) of the array.
|
|
13499
13499
|
* """
|
|
13500
13500
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -13504,7 +13504,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
13504
13504
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
13505
13505
|
goto __pyx_L0;
|
|
13506
13506
|
|
|
13507
|
-
/* "../../../../../private/var/folders/
|
|
13507
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":356
|
|
13508
13508
|
*
|
|
13509
13509
|
* @property
|
|
13510
13510
|
* cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13517,7 +13517,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
13517
13517
|
return __pyx_r;
|
|
13518
13518
|
}
|
|
13519
13519
|
|
|
13520
|
-
/* "../../../../../private/var/folders/
|
|
13520
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":362
|
|
13521
13521
|
*
|
|
13522
13522
|
* @property
|
|
13523
13523
|
* cdef inline char* data(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13528,7 +13528,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
13528
13528
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
13529
13529
|
char *__pyx_r;
|
|
13530
13530
|
|
|
13531
|
-
/* "../../../../../private/var/folders/
|
|
13531
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":368
|
|
13532
13532
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
13533
13533
|
* """
|
|
13534
13534
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -13538,7 +13538,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
13538
13538
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
13539
13539
|
goto __pyx_L0;
|
|
13540
13540
|
|
|
13541
|
-
/* "../../../../../private/var/folders/
|
|
13541
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":362
|
|
13542
13542
|
*
|
|
13543
13543
|
* @property
|
|
13544
13544
|
* cdef inline char* data(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -13551,7 +13551,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
13551
13551
|
return __pyx_r;
|
|
13552
13552
|
}
|
|
13553
13553
|
|
|
13554
|
-
/* "../../../../../private/var/folders/
|
|
13554
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":776
|
|
13555
13555
|
* ctypedef long double complex clongdouble_t
|
|
13556
13556
|
*
|
|
13557
13557
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -13568,7 +13568,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
13568
13568
|
int __pyx_clineno = 0;
|
|
13569
13569
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 1);
|
|
13570
13570
|
|
|
13571
|
-
/* "../../../../../private/var/folders/
|
|
13571
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":777
|
|
13572
13572
|
*
|
|
13573
13573
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
13574
13574
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -13582,7 +13582,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
13582
13582
|
__pyx_t_1 = 0;
|
|
13583
13583
|
goto __pyx_L0;
|
|
13584
13584
|
|
|
13585
|
-
/* "../../../../../private/var/folders/
|
|
13585
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":776
|
|
13586
13586
|
* ctypedef long double complex clongdouble_t
|
|
13587
13587
|
*
|
|
13588
13588
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -13601,7 +13601,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
13601
13601
|
return __pyx_r;
|
|
13602
13602
|
}
|
|
13603
13603
|
|
|
13604
|
-
/* "../../../../../private/var/folders/
|
|
13604
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":779
|
|
13605
13605
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
13606
13606
|
*
|
|
13607
13607
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -13618,7 +13618,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
13618
13618
|
int __pyx_clineno = 0;
|
|
13619
13619
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 1);
|
|
13620
13620
|
|
|
13621
|
-
/* "../../../../../private/var/folders/
|
|
13621
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":780
|
|
13622
13622
|
*
|
|
13623
13623
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
13624
13624
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -13632,7 +13632,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
13632
13632
|
__pyx_t_1 = 0;
|
|
13633
13633
|
goto __pyx_L0;
|
|
13634
13634
|
|
|
13635
|
-
/* "../../../../../private/var/folders/
|
|
13635
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":779
|
|
13636
13636
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
13637
13637
|
*
|
|
13638
13638
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -13651,7 +13651,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
13651
13651
|
return __pyx_r;
|
|
13652
13652
|
}
|
|
13653
13653
|
|
|
13654
|
-
/* "../../../../../private/var/folders/
|
|
13654
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":782
|
|
13655
13655
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
13656
13656
|
*
|
|
13657
13657
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -13668,7 +13668,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
13668
13668
|
int __pyx_clineno = 0;
|
|
13669
13669
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 1);
|
|
13670
13670
|
|
|
13671
|
-
/* "../../../../../private/var/folders/
|
|
13671
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":783
|
|
13672
13672
|
*
|
|
13673
13673
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
13674
13674
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -13682,7 +13682,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
13682
13682
|
__pyx_t_1 = 0;
|
|
13683
13683
|
goto __pyx_L0;
|
|
13684
13684
|
|
|
13685
|
-
/* "../../../../../private/var/folders/
|
|
13685
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":782
|
|
13686
13686
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
13687
13687
|
*
|
|
13688
13688
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -13701,7 +13701,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
13701
13701
|
return __pyx_r;
|
|
13702
13702
|
}
|
|
13703
13703
|
|
|
13704
|
-
/* "../../../../../private/var/folders/
|
|
13704
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":785
|
|
13705
13705
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
13706
13706
|
*
|
|
13707
13707
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -13718,7 +13718,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
13718
13718
|
int __pyx_clineno = 0;
|
|
13719
13719
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 1);
|
|
13720
13720
|
|
|
13721
|
-
/* "../../../../../private/var/folders/
|
|
13721
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":786
|
|
13722
13722
|
*
|
|
13723
13723
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
13724
13724
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -13732,7 +13732,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
13732
13732
|
__pyx_t_1 = 0;
|
|
13733
13733
|
goto __pyx_L0;
|
|
13734
13734
|
|
|
13735
|
-
/* "../../../../../private/var/folders/
|
|
13735
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":785
|
|
13736
13736
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
13737
13737
|
*
|
|
13738
13738
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -13751,7 +13751,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
13751
13751
|
return __pyx_r;
|
|
13752
13752
|
}
|
|
13753
13753
|
|
|
13754
|
-
/* "../../../../../private/var/folders/
|
|
13754
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":788
|
|
13755
13755
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
13756
13756
|
*
|
|
13757
13757
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -13768,7 +13768,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
13768
13768
|
int __pyx_clineno = 0;
|
|
13769
13769
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 1);
|
|
13770
13770
|
|
|
13771
|
-
/* "../../../../../private/var/folders/
|
|
13771
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":789
|
|
13772
13772
|
*
|
|
13773
13773
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
13774
13774
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -13782,7 +13782,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
13782
13782
|
__pyx_t_1 = 0;
|
|
13783
13783
|
goto __pyx_L0;
|
|
13784
13784
|
|
|
13785
|
-
/* "../../../../../private/var/folders/
|
|
13785
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":788
|
|
13786
13786
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
13787
13787
|
*
|
|
13788
13788
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -13801,7 +13801,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
13801
13801
|
return __pyx_r;
|
|
13802
13802
|
}
|
|
13803
13803
|
|
|
13804
|
-
/* "../../../../../private/var/folders/
|
|
13804
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":791
|
|
13805
13805
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
13806
13806
|
*
|
|
13807
13807
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -13816,7 +13816,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
13816
13816
|
PyObject *__pyx_t_2;
|
|
13817
13817
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 1);
|
|
13818
13818
|
|
|
13819
|
-
/* "../../../../../private/var/folders/
|
|
13819
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":792
|
|
13820
13820
|
*
|
|
13821
13821
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
13822
13822
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -13826,7 +13826,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
13826
13826
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
13827
13827
|
if (__pyx_t_1) {
|
|
13828
13828
|
|
|
13829
|
-
/* "../../../../../private/var/folders/
|
|
13829
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":793
|
|
13830
13830
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
13831
13831
|
* if PyDataType_HASSUBARRAY(d):
|
|
13832
13832
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -13839,7 +13839,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
13839
13839
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
|
13840
13840
|
goto __pyx_L0;
|
|
13841
13841
|
|
|
13842
|
-
/* "../../../../../private/var/folders/
|
|
13842
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":792
|
|
13843
13843
|
*
|
|
13844
13844
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
13845
13845
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -13848,7 +13848,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
13848
13848
|
*/
|
|
13849
13849
|
}
|
|
13850
13850
|
|
|
13851
|
-
/* "../../../../../private/var/folders/
|
|
13851
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":795
|
|
13852
13852
|
* return <tuple>d.subarray.shape
|
|
13853
13853
|
* else:
|
|
13854
13854
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -13862,7 +13862,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
13862
13862
|
goto __pyx_L0;
|
|
13863
13863
|
}
|
|
13864
13864
|
|
|
13865
|
-
/* "../../../../../private/var/folders/
|
|
13865
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":791
|
|
13866
13866
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
13867
13867
|
*
|
|
13868
13868
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -13877,7 +13877,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
13877
13877
|
return __pyx_r;
|
|
13878
13878
|
}
|
|
13879
13879
|
|
|
13880
|
-
/* "../../../../../private/var/folders/
|
|
13880
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":994
|
|
13881
13881
|
* int _import_umath() except -1
|
|
13882
13882
|
*
|
|
13883
13883
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
|
@@ -13891,7 +13891,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
13891
13891
|
const char *__pyx_filename = NULL;
|
|
13892
13892
|
int __pyx_clineno = 0;
|
|
13893
13893
|
|
|
13894
|
-
/* "../../../../../private/var/folders/
|
|
13894
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":995
|
|
13895
13895
|
*
|
|
13896
13896
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
|
13897
13897
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -13900,7 +13900,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
13900
13900
|
*/
|
|
13901
13901
|
Py_INCREF(__pyx_v_base);
|
|
13902
13902
|
|
|
13903
|
-
/* "../../../../../private/var/folders/
|
|
13903
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":996
|
|
13904
13904
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
|
13905
13905
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
13906
13906
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
@@ -13909,7 +13909,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
13909
13909
|
*/
|
|
13910
13910
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(4, 996, __pyx_L1_error)
|
|
13911
13911
|
|
|
13912
|
-
/* "../../../../../private/var/folders/
|
|
13912
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":994
|
|
13913
13913
|
* int _import_umath() except -1
|
|
13914
13914
|
*
|
|
13915
13915
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
|
@@ -13924,7 +13924,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
13924
13924
|
__pyx_L0:;
|
|
13925
13925
|
}
|
|
13926
13926
|
|
|
13927
|
-
/* "../../../../../private/var/folders/
|
|
13927
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":998
|
|
13928
13928
|
* PyArray_SetBaseObject(arr, base)
|
|
13929
13929
|
*
|
|
13930
13930
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -13939,7 +13939,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
13939
13939
|
int __pyx_t_1;
|
|
13940
13940
|
__Pyx_RefNannySetupContext("get_array_base", 1);
|
|
13941
13941
|
|
|
13942
|
-
/* "../../../../../private/var/folders/
|
|
13942
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":999
|
|
13943
13943
|
*
|
|
13944
13944
|
* cdef inline object get_array_base(ndarray arr):
|
|
13945
13945
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -13948,7 +13948,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
13948
13948
|
*/
|
|
13949
13949
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
13950
13950
|
|
|
13951
|
-
/* "../../../../../private/var/folders/
|
|
13951
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1000
|
|
13952
13952
|
* cdef inline object get_array_base(ndarray arr):
|
|
13953
13953
|
* base = PyArray_BASE(arr)
|
|
13954
13954
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -13958,7 +13958,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
13958
13958
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
13959
13959
|
if (__pyx_t_1) {
|
|
13960
13960
|
|
|
13961
|
-
/* "../../../../../private/var/folders/
|
|
13961
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1001
|
|
13962
13962
|
* base = PyArray_BASE(arr)
|
|
13963
13963
|
* if base is NULL:
|
|
13964
13964
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -13969,7 +13969,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
13969
13969
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
13970
13970
|
goto __pyx_L0;
|
|
13971
13971
|
|
|
13972
|
-
/* "../../../../../private/var/folders/
|
|
13972
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1000
|
|
13973
13973
|
* cdef inline object get_array_base(ndarray arr):
|
|
13974
13974
|
* base = PyArray_BASE(arr)
|
|
13975
13975
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -13978,7 +13978,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
13978
13978
|
*/
|
|
13979
13979
|
}
|
|
13980
13980
|
|
|
13981
|
-
/* "../../../../../private/var/folders/
|
|
13981
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1002
|
|
13982
13982
|
* if base is NULL:
|
|
13983
13983
|
* return None
|
|
13984
13984
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -13990,7 +13990,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
13990
13990
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
13991
13991
|
goto __pyx_L0;
|
|
13992
13992
|
|
|
13993
|
-
/* "../../../../../private/var/folders/
|
|
13993
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":998
|
|
13994
13994
|
* PyArray_SetBaseObject(arr, base)
|
|
13995
13995
|
*
|
|
13996
13996
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -14005,7 +14005,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
14005
14005
|
return __pyx_r;
|
|
14006
14006
|
}
|
|
14007
14007
|
|
|
14008
|
-
/* "../../../../../private/var/folders/
|
|
14008
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1006
|
|
14009
14009
|
* # Versions of the import_* functions which are more suitable for
|
|
14010
14010
|
* # Cython code.
|
|
14011
14011
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -14029,7 +14029,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
14029
14029
|
int __pyx_clineno = 0;
|
|
14030
14030
|
__Pyx_RefNannySetupContext("import_array", 1);
|
|
14031
14031
|
|
|
14032
|
-
/* "../../../../../private/var/folders/
|
|
14032
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1007
|
|
14033
14033
|
* # Cython code.
|
|
14034
14034
|
* cdef inline int import_array() except -1:
|
|
14035
14035
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -14045,7 +14045,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
14045
14045
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
14046
14046
|
/*try:*/ {
|
|
14047
14047
|
|
|
14048
|
-
/* "../../../../../private/var/folders/
|
|
14048
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1008
|
|
14049
14049
|
* cdef inline int import_array() except -1:
|
|
14050
14050
|
* try:
|
|
14051
14051
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
@@ -14054,7 +14054,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
14054
14054
|
*/
|
|
14055
14055
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(4, 1008, __pyx_L3_error)
|
|
14056
14056
|
|
|
14057
|
-
/* "../../../../../private/var/folders/
|
|
14057
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1007
|
|
14058
14058
|
* # Cython code.
|
|
14059
14059
|
* cdef inline int import_array() except -1:
|
|
14060
14060
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -14068,7 +14068,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
14068
14068
|
goto __pyx_L8_try_end;
|
|
14069
14069
|
__pyx_L3_error:;
|
|
14070
14070
|
|
|
14071
|
-
/* "../../../../../private/var/folders/
|
|
14071
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1009
|
|
14072
14072
|
* try:
|
|
14073
14073
|
* __pyx_import_array()
|
|
14074
14074
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -14083,7 +14083,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
14083
14083
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
14084
14084
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
14085
14085
|
|
|
14086
|
-
/* "../../../../../private/var/folders/
|
|
14086
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1010
|
|
14087
14087
|
* __pyx_import_array()
|
|
14088
14088
|
* except Exception:
|
|
14089
14089
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -14098,7 +14098,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
14098
14098
|
}
|
|
14099
14099
|
goto __pyx_L5_except_error;
|
|
14100
14100
|
|
|
14101
|
-
/* "../../../../../private/var/folders/
|
|
14101
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1007
|
|
14102
14102
|
* # Cython code.
|
|
14103
14103
|
* cdef inline int import_array() except -1:
|
|
14104
14104
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -14114,7 +14114,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
14114
14114
|
__pyx_L8_try_end:;
|
|
14115
14115
|
}
|
|
14116
14116
|
|
|
14117
|
-
/* "../../../../../private/var/folders/
|
|
14117
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1006
|
|
14118
14118
|
* # Versions of the import_* functions which are more suitable for
|
|
14119
14119
|
* # Cython code.
|
|
14120
14120
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -14137,7 +14137,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
14137
14137
|
return __pyx_r;
|
|
14138
14138
|
}
|
|
14139
14139
|
|
|
14140
|
-
/* "../../../../../private/var/folders/
|
|
14140
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1012
|
|
14141
14141
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
14142
14142
|
*
|
|
14143
14143
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -14161,7 +14161,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
14161
14161
|
int __pyx_clineno = 0;
|
|
14162
14162
|
__Pyx_RefNannySetupContext("import_umath", 1);
|
|
14163
14163
|
|
|
14164
|
-
/* "../../../../../private/var/folders/
|
|
14164
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1013
|
|
14165
14165
|
*
|
|
14166
14166
|
* cdef inline int import_umath() except -1:
|
|
14167
14167
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -14177,7 +14177,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
14177
14177
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
14178
14178
|
/*try:*/ {
|
|
14179
14179
|
|
|
14180
|
-
/* "../../../../../private/var/folders/
|
|
14180
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
14181
14181
|
* cdef inline int import_umath() except -1:
|
|
14182
14182
|
* try:
|
|
14183
14183
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -14186,7 +14186,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
14186
14186
|
*/
|
|
14187
14187
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(4, 1014, __pyx_L3_error)
|
|
14188
14188
|
|
|
14189
|
-
/* "../../../../../private/var/folders/
|
|
14189
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1013
|
|
14190
14190
|
*
|
|
14191
14191
|
* cdef inline int import_umath() except -1:
|
|
14192
14192
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -14200,7 +14200,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
14200
14200
|
goto __pyx_L8_try_end;
|
|
14201
14201
|
__pyx_L3_error:;
|
|
14202
14202
|
|
|
14203
|
-
/* "../../../../../private/var/folders/
|
|
14203
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1015
|
|
14204
14204
|
* try:
|
|
14205
14205
|
* _import_umath()
|
|
14206
14206
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -14215,7 +14215,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
14215
14215
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
14216
14216
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
14217
14217
|
|
|
14218
|
-
/* "../../../../../private/var/folders/
|
|
14218
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1016
|
|
14219
14219
|
* _import_umath()
|
|
14220
14220
|
* except Exception:
|
|
14221
14221
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -14230,7 +14230,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
14230
14230
|
}
|
|
14231
14231
|
goto __pyx_L5_except_error;
|
|
14232
14232
|
|
|
14233
|
-
/* "../../../../../private/var/folders/
|
|
14233
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1013
|
|
14234
14234
|
*
|
|
14235
14235
|
* cdef inline int import_umath() except -1:
|
|
14236
14236
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -14246,7 +14246,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
14246
14246
|
__pyx_L8_try_end:;
|
|
14247
14247
|
}
|
|
14248
14248
|
|
|
14249
|
-
/* "../../../../../private/var/folders/
|
|
14249
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1012
|
|
14250
14250
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
14251
14251
|
*
|
|
14252
14252
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -14269,7 +14269,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
14269
14269
|
return __pyx_r;
|
|
14270
14270
|
}
|
|
14271
14271
|
|
|
14272
|
-
/* "../../../../../private/var/folders/
|
|
14272
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1018
|
|
14273
14273
|
* raise ImportError("numpy._core.umath failed to import")
|
|
14274
14274
|
*
|
|
14275
14275
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -14293,7 +14293,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
14293
14293
|
int __pyx_clineno = 0;
|
|
14294
14294
|
__Pyx_RefNannySetupContext("import_ufunc", 1);
|
|
14295
14295
|
|
|
14296
|
-
/* "../../../../../private/var/folders/
|
|
14296
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1019
|
|
14297
14297
|
*
|
|
14298
14298
|
* cdef inline int import_ufunc() except -1:
|
|
14299
14299
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -14309,7 +14309,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
14309
14309
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
14310
14310
|
/*try:*/ {
|
|
14311
14311
|
|
|
14312
|
-
/* "../../../../../private/var/folders/
|
|
14312
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1020
|
|
14313
14313
|
* cdef inline int import_ufunc() except -1:
|
|
14314
14314
|
* try:
|
|
14315
14315
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -14318,7 +14318,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
14318
14318
|
*/
|
|
14319
14319
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(4, 1020, __pyx_L3_error)
|
|
14320
14320
|
|
|
14321
|
-
/* "../../../../../private/var/folders/
|
|
14321
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1019
|
|
14322
14322
|
*
|
|
14323
14323
|
* cdef inline int import_ufunc() except -1:
|
|
14324
14324
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -14332,7 +14332,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
14332
14332
|
goto __pyx_L8_try_end;
|
|
14333
14333
|
__pyx_L3_error:;
|
|
14334
14334
|
|
|
14335
|
-
/* "../../../../../private/var/folders/
|
|
14335
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1021
|
|
14336
14336
|
* try:
|
|
14337
14337
|
* _import_umath()
|
|
14338
14338
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -14347,7 +14347,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
14347
14347
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
14348
14348
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
14349
14349
|
|
|
14350
|
-
/* "../../../../../private/var/folders/
|
|
14350
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1022
|
|
14351
14351
|
* _import_umath()
|
|
14352
14352
|
* except Exception:
|
|
14353
14353
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -14362,7 +14362,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
14362
14362
|
}
|
|
14363
14363
|
goto __pyx_L5_except_error;
|
|
14364
14364
|
|
|
14365
|
-
/* "../../../../../private/var/folders/
|
|
14365
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1019
|
|
14366
14366
|
*
|
|
14367
14367
|
* cdef inline int import_ufunc() except -1:
|
|
14368
14368
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -14378,7 +14378,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
14378
14378
|
__pyx_L8_try_end:;
|
|
14379
14379
|
}
|
|
14380
14380
|
|
|
14381
|
-
/* "../../../../../private/var/folders/
|
|
14381
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1018
|
|
14382
14382
|
* raise ImportError("numpy._core.umath failed to import")
|
|
14383
14383
|
*
|
|
14384
14384
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -14401,7 +14401,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
14401
14401
|
return __pyx_r;
|
|
14402
14402
|
}
|
|
14403
14403
|
|
|
14404
|
-
/* "../../../../../private/var/folders/
|
|
14404
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1025
|
|
14405
14405
|
*
|
|
14406
14406
|
*
|
|
14407
14407
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -14412,7 +14412,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
14412
14412
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
14413
14413
|
int __pyx_r;
|
|
14414
14414
|
|
|
14415
|
-
/* "../../../../../private/var/folders/
|
|
14415
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1037
|
|
14416
14416
|
* bool
|
|
14417
14417
|
* """
|
|
14418
14418
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -14422,7 +14422,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
14422
14422
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
14423
14423
|
goto __pyx_L0;
|
|
14424
14424
|
|
|
14425
|
-
/* "../../../../../private/var/folders/
|
|
14425
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1025
|
|
14426
14426
|
*
|
|
14427
14427
|
*
|
|
14428
14428
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -14435,7 +14435,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
14435
14435
|
return __pyx_r;
|
|
14436
14436
|
}
|
|
14437
14437
|
|
|
14438
|
-
/* "../../../../../private/var/folders/
|
|
14438
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1040
|
|
14439
14439
|
*
|
|
14440
14440
|
*
|
|
14441
14441
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -14446,7 +14446,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
14446
14446
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
14447
14447
|
int __pyx_r;
|
|
14448
14448
|
|
|
14449
|
-
/* "../../../../../private/var/folders/
|
|
14449
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1052
|
|
14450
14450
|
* bool
|
|
14451
14451
|
* """
|
|
14452
14452
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -14456,7 +14456,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
14456
14456
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
14457
14457
|
goto __pyx_L0;
|
|
14458
14458
|
|
|
14459
|
-
/* "../../../../../private/var/folders/
|
|
14459
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1040
|
|
14460
14460
|
*
|
|
14461
14461
|
*
|
|
14462
14462
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -14469,7 +14469,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
14469
14469
|
return __pyx_r;
|
|
14470
14470
|
}
|
|
14471
14471
|
|
|
14472
|
-
/* "../../../../../private/var/folders/
|
|
14472
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1055
|
|
14473
14473
|
*
|
|
14474
14474
|
*
|
|
14475
14475
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -14480,7 +14480,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
14480
14480
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
14481
14481
|
npy_datetime __pyx_r;
|
|
14482
14482
|
|
|
14483
|
-
/* "../../../../../private/var/folders/
|
|
14483
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1062
|
|
14484
14484
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
14485
14485
|
* """
|
|
14486
14486
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -14490,7 +14490,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
14490
14490
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
14491
14491
|
goto __pyx_L0;
|
|
14492
14492
|
|
|
14493
|
-
/* "../../../../../private/var/folders/
|
|
14493
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1055
|
|
14494
14494
|
*
|
|
14495
14495
|
*
|
|
14496
14496
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -14503,7 +14503,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
14503
14503
|
return __pyx_r;
|
|
14504
14504
|
}
|
|
14505
14505
|
|
|
14506
|
-
/* "../../../../../private/var/folders/
|
|
14506
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1065
|
|
14507
14507
|
*
|
|
14508
14508
|
*
|
|
14509
14509
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -14514,7 +14514,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
14514
14514
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
14515
14515
|
npy_timedelta __pyx_r;
|
|
14516
14516
|
|
|
14517
|
-
/* "../../../../../private/var/folders/
|
|
14517
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1069
|
|
14518
14518
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
14519
14519
|
* """
|
|
14520
14520
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -14524,7 +14524,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
14524
14524
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
14525
14525
|
goto __pyx_L0;
|
|
14526
14526
|
|
|
14527
|
-
/* "../../../../../private/var/folders/
|
|
14527
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1065
|
|
14528
14528
|
*
|
|
14529
14529
|
*
|
|
14530
14530
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -14537,7 +14537,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
14537
14537
|
return __pyx_r;
|
|
14538
14538
|
}
|
|
14539
14539
|
|
|
14540
|
-
/* "../../../../../private/var/folders/
|
|
14540
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1072
|
|
14541
14541
|
*
|
|
14542
14542
|
*
|
|
14543
14543
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -14548,7 +14548,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
14548
14548
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
14549
14549
|
NPY_DATETIMEUNIT __pyx_r;
|
|
14550
14550
|
|
|
14551
|
-
/* "../../../../../private/var/folders/
|
|
14551
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1076
|
|
14552
14552
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
14553
14553
|
* """
|
|
14554
14554
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -14558,7 +14558,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
14558
14558
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
14559
14559
|
goto __pyx_L0;
|
|
14560
14560
|
|
|
14561
|
-
/* "../../../../../private/var/folders/
|
|
14561
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1072
|
|
14562
14562
|
*
|
|
14563
14563
|
*
|
|
14564
14564
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -71999,7 +71999,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
71999
71999
|
__Pyx_GOTREF(__pyx_tuple_);
|
|
72000
72000
|
__Pyx_GIVEREF(__pyx_tuple_);
|
|
72001
72001
|
|
|
72002
|
-
/* "../../../../../private/var/folders/
|
|
72002
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1010
|
|
72003
72003
|
* __pyx_import_array()
|
|
72004
72004
|
* except Exception:
|
|
72005
72005
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -72010,7 +72010,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
72010
72010
|
__Pyx_GOTREF(__pyx_tuple__2);
|
|
72011
72011
|
__Pyx_GIVEREF(__pyx_tuple__2);
|
|
72012
72012
|
|
|
72013
|
-
/* "../../../../../private/var/folders/
|
|
72013
|
+
/* "../../../../../private/var/folders/sw/lqy3v8g55m76fhwckg439jjm0000gn/T/pip-build-env-pu9f1vkn/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1016
|
|
72014
72014
|
* _import_umath()
|
|
72015
72015
|
* except Exception:
|
|
72016
72016
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|