mysqlengine 0.1.11.9__cp311-cp311-macosx_10_9_universal2.whl → 0.1.12.1__cp311-cp311-macosx_10_9_universal2.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/charset.cpython-311-darwin.so +0 -0
- mysqlengine/column.cpython-311-darwin.so +0 -0
- mysqlengine/connection.cpython-311-darwin.so +0 -0
- mysqlengine/constant.cpython-311-darwin.so +0 -0
- mysqlengine/database.c +164 -164
- mysqlengine/database.cpython-311-darwin.so +0 -0
- mysqlengine/database.py +76 -76
- mysqlengine/dtype.c +118 -118
- mysqlengine/dtype.cpython-311-darwin.so +0 -0
- mysqlengine/engine.cpython-311-darwin.so +0 -0
- mysqlengine/errors.cpython-311-darwin.so +0 -0
- mysqlengine/index.cpython-311-darwin.so +0 -0
- mysqlengine/protocol.cpython-311-darwin.so +0 -0
- mysqlengine/query.c +122 -122
- mysqlengine/query.cpython-311-darwin.so +0 -0
- mysqlengine/query.py +8 -8
- mysqlengine/regex.cpython-311-darwin.so +0 -0
- mysqlengine/settings.cpython-311-darwin.so +0 -0
- mysqlengine/transcode.c +118 -118
- mysqlengine/transcode.cpython-311-darwin.so +0 -0
- mysqlengine/utils.c +118 -118
- mysqlengine/utils.cpython-311-darwin.so +0 -0
- {mysqlengine-0.1.11.9.dist-info → mysqlengine-0.1.12.1.dist-info}/METADATA +1 -1
- {mysqlengine-0.1.11.9.dist-info → mysqlengine-0.1.12.1.dist-info}/RECORD +27 -27
- {mysqlengine-0.1.11.9.dist-info → mysqlengine-0.1.12.1.dist-info}/LICENSE +0 -0
- {mysqlengine-0.1.11.9.dist-info → mysqlengine-0.1.12.1.dist-info}/WHEEL +0 -0
- {mysqlengine-0.1.11.9.dist-info → mysqlengine-0.1.12.1.dist-info}/top_level.txt +0 -0
mysqlengine/query.c
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"-Wno-unreachable-code"
|
|
14
14
|
],
|
|
15
15
|
"include_dirs": [
|
|
16
|
-
"/private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
16
|
+
"/private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/core/include"
|
|
17
17
|
],
|
|
18
18
|
"name": "mysqlengine.query",
|
|
19
19
|
"sources": [
|
|
@@ -1603,7 +1603,7 @@ static const char *__pyx_f[] = {
|
|
|
1603
1603
|
|
|
1604
1604
|
/* #### Code section: numeric_typedefs ### */
|
|
1605
1605
|
|
|
1606
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1606
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":730
|
|
1607
1607
|
* # in Cython to enable them only on the right systems.
|
|
1608
1608
|
*
|
|
1609
1609
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
|
@@ -1612,7 +1612,7 @@ static const char *__pyx_f[] = {
|
|
|
1612
1612
|
*/
|
|
1613
1613
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1614
1614
|
|
|
1615
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1615
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":731
|
|
1616
1616
|
*
|
|
1617
1617
|
* ctypedef npy_int8 int8_t
|
|
1618
1618
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
|
@@ -1621,7 +1621,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
|
1621
1621
|
*/
|
|
1622
1622
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1623
1623
|
|
|
1624
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1624
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":732
|
|
1625
1625
|
* ctypedef npy_int8 int8_t
|
|
1626
1626
|
* ctypedef npy_int16 int16_t
|
|
1627
1627
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
|
@@ -1630,7 +1630,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
|
1630
1630
|
*/
|
|
1631
1631
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1632
1632
|
|
|
1633
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1633
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":733
|
|
1634
1634
|
* ctypedef npy_int16 int16_t
|
|
1635
1635
|
* ctypedef npy_int32 int32_t
|
|
1636
1636
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
|
@@ -1639,7 +1639,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
|
1639
1639
|
*/
|
|
1640
1640
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1641
1641
|
|
|
1642
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1642
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":737
|
|
1643
1643
|
* #ctypedef npy_int128 int128_t
|
|
1644
1644
|
*
|
|
1645
1645
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
|
@@ -1648,7 +1648,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
|
1648
1648
|
*/
|
|
1649
1649
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1650
1650
|
|
|
1651
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1651
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":738
|
|
1652
1652
|
*
|
|
1653
1653
|
* ctypedef npy_uint8 uint8_t
|
|
1654
1654
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
|
@@ -1657,7 +1657,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
|
1657
1657
|
*/
|
|
1658
1658
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1659
1659
|
|
|
1660
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1660
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":739
|
|
1661
1661
|
* ctypedef npy_uint8 uint8_t
|
|
1662
1662
|
* ctypedef npy_uint16 uint16_t
|
|
1663
1663
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
|
@@ -1666,7 +1666,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
|
1666
1666
|
*/
|
|
1667
1667
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1668
1668
|
|
|
1669
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1669
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":740
|
|
1670
1670
|
* ctypedef npy_uint16 uint16_t
|
|
1671
1671
|
* ctypedef npy_uint32 uint32_t
|
|
1672
1672
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
|
@@ -1675,7 +1675,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
|
1675
1675
|
*/
|
|
1676
1676
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1677
1677
|
|
|
1678
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1678
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":744
|
|
1679
1679
|
* #ctypedef npy_uint128 uint128_t
|
|
1680
1680
|
*
|
|
1681
1681
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
|
@@ -1684,7 +1684,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
|
1684
1684
|
*/
|
|
1685
1685
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1686
1686
|
|
|
1687
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1687
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":745
|
|
1688
1688
|
*
|
|
1689
1689
|
* ctypedef npy_float32 float32_t
|
|
1690
1690
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
|
@@ -1693,7 +1693,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
|
1693
1693
|
*/
|
|
1694
1694
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1695
1695
|
|
|
1696
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1696
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":754
|
|
1697
1697
|
* # The int types are mapped a bit surprising --
|
|
1698
1698
|
* # numpy.int corresponds to 'l' and numpy.long to 'q'
|
|
1699
1699
|
* ctypedef npy_long int_t # <<<<<<<<<<<<<<
|
|
@@ -1702,7 +1702,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
|
1702
1702
|
*/
|
|
1703
1703
|
typedef npy_long __pyx_t_5numpy_int_t;
|
|
1704
1704
|
|
|
1705
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1705
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":755
|
|
1706
1706
|
* # numpy.int corresponds to 'l' and numpy.long to 'q'
|
|
1707
1707
|
* ctypedef npy_long int_t
|
|
1708
1708
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
|
@@ -1711,7 +1711,7 @@ typedef npy_long __pyx_t_5numpy_int_t;
|
|
|
1711
1711
|
*/
|
|
1712
1712
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1713
1713
|
|
|
1714
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1714
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":757
|
|
1715
1715
|
* ctypedef npy_longlong longlong_t
|
|
1716
1716
|
*
|
|
1717
1717
|
* ctypedef npy_ulong uint_t # <<<<<<<<<<<<<<
|
|
@@ -1720,7 +1720,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
|
1720
1720
|
*/
|
|
1721
1721
|
typedef npy_ulong __pyx_t_5numpy_uint_t;
|
|
1722
1722
|
|
|
1723
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1723
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":758
|
|
1724
1724
|
*
|
|
1725
1725
|
* ctypedef npy_ulong uint_t
|
|
1726
1726
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
|
@@ -1729,7 +1729,7 @@ typedef npy_ulong __pyx_t_5numpy_uint_t;
|
|
|
1729
1729
|
*/
|
|
1730
1730
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1731
1731
|
|
|
1732
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1732
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":760
|
|
1733
1733
|
* ctypedef npy_ulonglong ulonglong_t
|
|
1734
1734
|
*
|
|
1735
1735
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
|
@@ -1738,7 +1738,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
|
1738
1738
|
*/
|
|
1739
1739
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1740
1740
|
|
|
1741
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1741
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":761
|
|
1742
1742
|
*
|
|
1743
1743
|
* ctypedef npy_intp intp_t
|
|
1744
1744
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
|
@@ -1747,7 +1747,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
|
1747
1747
|
*/
|
|
1748
1748
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1749
1749
|
|
|
1750
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1750
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":763
|
|
1751
1751
|
* ctypedef npy_uintp uintp_t
|
|
1752
1752
|
*
|
|
1753
1753
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
|
@@ -1756,7 +1756,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
|
1756
1756
|
*/
|
|
1757
1757
|
typedef npy_double __pyx_t_5numpy_float_t;
|
|
1758
1758
|
|
|
1759
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1759
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":764
|
|
1760
1760
|
*
|
|
1761
1761
|
* ctypedef npy_double float_t
|
|
1762
1762
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
|
@@ -1765,7 +1765,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
|
1765
1765
|
*/
|
|
1766
1766
|
typedef npy_double __pyx_t_5numpy_double_t;
|
|
1767
1767
|
|
|
1768
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1768
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":765
|
|
1769
1769
|
* ctypedef npy_double float_t
|
|
1770
1770
|
* ctypedef npy_double double_t
|
|
1771
1771
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1960,7 +1960,7 @@ struct __pyx_opt_args_7cpython_11contextvars_get_value_no_default {
|
|
|
1960
1960
|
PyObject *default_value;
|
|
1961
1961
|
};
|
|
1962
1962
|
|
|
1963
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1963
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":767
|
|
1964
1964
|
* ctypedef npy_longdouble longdouble_t
|
|
1965
1965
|
*
|
|
1966
1966
|
* ctypedef npy_cfloat cfloat_t # <<<<<<<<<<<<<<
|
|
@@ -1969,7 +1969,7 @@ struct __pyx_opt_args_7cpython_11contextvars_get_value_no_default {
|
|
|
1969
1969
|
*/
|
|
1970
1970
|
typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
1971
1971
|
|
|
1972
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1972
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":768
|
|
1973
1973
|
*
|
|
1974
1974
|
* ctypedef npy_cfloat cfloat_t
|
|
1975
1975
|
* ctypedef npy_cdouble cdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1978,7 +1978,7 @@ typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
|
1978
1978
|
*/
|
|
1979
1979
|
typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
1980
1980
|
|
|
1981
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1981
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":769
|
|
1982
1982
|
* ctypedef npy_cfloat cfloat_t
|
|
1983
1983
|
* ctypedef npy_cdouble cdouble_t
|
|
1984
1984
|
* ctypedef npy_clongdouble clongdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1987,7 +1987,7 @@ typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
|
1987
1987
|
*/
|
|
1988
1988
|
typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t;
|
|
1989
1989
|
|
|
1990
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1990
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":771
|
|
1991
1991
|
* ctypedef npy_clongdouble clongdouble_t
|
|
1992
1992
|
*
|
|
1993
1993
|
* ctypedef npy_cdouble complex_t # <<<<<<<<<<<<<<
|
|
@@ -17224,7 +17224,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
|
|
|
17224
17224
|
#define __pyx_codeobj__398 __pyx_mstate_global->__pyx_codeobj__398
|
|
17225
17225
|
/* #### Code section: module_code ### */
|
|
17226
17226
|
|
|
17227
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17227
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":245
|
|
17228
17228
|
*
|
|
17229
17229
|
* @property
|
|
17230
17230
|
* cdef inline PyObject* base(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -17235,7 +17235,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
|
|
|
17235
17235
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
17236
17236
|
PyObject *__pyx_r;
|
|
17237
17237
|
|
|
17238
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17238
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":248
|
|
17239
17239
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
17240
17240
|
* """
|
|
17241
17241
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -17245,7 +17245,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
17245
17245
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
17246
17246
|
goto __pyx_L0;
|
|
17247
17247
|
|
|
17248
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17248
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":245
|
|
17249
17249
|
*
|
|
17250
17250
|
* @property
|
|
17251
17251
|
* cdef inline PyObject* base(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -17258,7 +17258,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
17258
17258
|
return __pyx_r;
|
|
17259
17259
|
}
|
|
17260
17260
|
|
|
17261
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17261
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":251
|
|
17262
17262
|
*
|
|
17263
17263
|
* @property
|
|
17264
17264
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -17272,7 +17272,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
17272
17272
|
PyArray_Descr *__pyx_t_1;
|
|
17273
17273
|
__Pyx_RefNannySetupContext("descr", 1);
|
|
17274
17274
|
|
|
17275
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17275
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":254
|
|
17276
17276
|
* """Returns an owned reference to the dtype of the array.
|
|
17277
17277
|
* """
|
|
17278
17278
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -17285,7 +17285,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
17285
17285
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
17286
17286
|
goto __pyx_L0;
|
|
17287
17287
|
|
|
17288
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17288
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":251
|
|
17289
17289
|
*
|
|
17290
17290
|
* @property
|
|
17291
17291
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -17300,7 +17300,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
17300
17300
|
return __pyx_r;
|
|
17301
17301
|
}
|
|
17302
17302
|
|
|
17303
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17303
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":257
|
|
17304
17304
|
*
|
|
17305
17305
|
* @property
|
|
17306
17306
|
* cdef inline int ndim(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -17311,7 +17311,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
17311
17311
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
17312
17312
|
int __pyx_r;
|
|
17313
17313
|
|
|
17314
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17314
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":260
|
|
17315
17315
|
* """Returns the number of dimensions in the array.
|
|
17316
17316
|
* """
|
|
17317
17317
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -17321,7 +17321,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
17321
17321
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
17322
17322
|
goto __pyx_L0;
|
|
17323
17323
|
|
|
17324
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17324
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":257
|
|
17325
17325
|
*
|
|
17326
17326
|
* @property
|
|
17327
17327
|
* cdef inline int ndim(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -17334,7 +17334,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
17334
17334
|
return __pyx_r;
|
|
17335
17335
|
}
|
|
17336
17336
|
|
|
17337
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17337
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
|
17338
17338
|
*
|
|
17339
17339
|
* @property
|
|
17340
17340
|
* cdef inline npy_intp *shape(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -17345,7 +17345,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
17345
17345
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
17346
17346
|
npy_intp *__pyx_r;
|
|
17347
17347
|
|
|
17348
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17348
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":268
|
|
17349
17349
|
* Can return NULL for 0-dimensional arrays.
|
|
17350
17350
|
* """
|
|
17351
17351
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -17355,7 +17355,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
17355
17355
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
17356
17356
|
goto __pyx_L0;
|
|
17357
17357
|
|
|
17358
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17358
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
|
17359
17359
|
*
|
|
17360
17360
|
* @property
|
|
17361
17361
|
* cdef inline npy_intp *shape(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -17368,7 +17368,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
17368
17368
|
return __pyx_r;
|
|
17369
17369
|
}
|
|
17370
17370
|
|
|
17371
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17371
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":271
|
|
17372
17372
|
*
|
|
17373
17373
|
* @property
|
|
17374
17374
|
* cdef inline npy_intp *strides(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -17379,7 +17379,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
17379
17379
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
17380
17380
|
npy_intp *__pyx_r;
|
|
17381
17381
|
|
|
17382
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17382
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":275
|
|
17383
17383
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
17384
17384
|
* """
|
|
17385
17385
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -17389,7 +17389,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
17389
17389
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
17390
17390
|
goto __pyx_L0;
|
|
17391
17391
|
|
|
17392
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17392
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":271
|
|
17393
17393
|
*
|
|
17394
17394
|
* @property
|
|
17395
17395
|
* cdef inline npy_intp *strides(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -17402,7 +17402,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
17402
17402
|
return __pyx_r;
|
|
17403
17403
|
}
|
|
17404
17404
|
|
|
17405
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17405
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":278
|
|
17406
17406
|
*
|
|
17407
17407
|
* @property
|
|
17408
17408
|
* cdef inline npy_intp size(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -17413,7 +17413,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
17413
17413
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
17414
17414
|
npy_intp __pyx_r;
|
|
17415
17415
|
|
|
17416
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17416
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":281
|
|
17417
17417
|
* """Returns the total size (in number of elements) of the array.
|
|
17418
17418
|
* """
|
|
17419
17419
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -17423,7 +17423,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
17423
17423
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
17424
17424
|
goto __pyx_L0;
|
|
17425
17425
|
|
|
17426
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17426
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":278
|
|
17427
17427
|
*
|
|
17428
17428
|
* @property
|
|
17429
17429
|
* cdef inline npy_intp size(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -17436,7 +17436,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
17436
17436
|
return __pyx_r;
|
|
17437
17437
|
}
|
|
17438
17438
|
|
|
17439
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17439
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
|
17440
17440
|
*
|
|
17441
17441
|
* @property
|
|
17442
17442
|
* cdef inline char* data(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -17447,7 +17447,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
17447
17447
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
17448
17448
|
char *__pyx_r;
|
|
17449
17449
|
|
|
17450
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17450
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":290
|
|
17451
17451
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
17452
17452
|
* """
|
|
17453
17453
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -17457,7 +17457,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
17457
17457
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
17458
17458
|
goto __pyx_L0;
|
|
17459
17459
|
|
|
17460
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17460
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
|
17461
17461
|
*
|
|
17462
17462
|
* @property
|
|
17463
17463
|
* cdef inline char* data(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -17470,7 +17470,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
17470
17470
|
return __pyx_r;
|
|
17471
17471
|
}
|
|
17472
17472
|
|
|
17473
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17473
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":773
|
|
17474
17474
|
* ctypedef npy_cdouble complex_t
|
|
17475
17475
|
*
|
|
17476
17476
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -17487,7 +17487,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
17487
17487
|
int __pyx_clineno = 0;
|
|
17488
17488
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 1);
|
|
17489
17489
|
|
|
17490
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17490
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":774
|
|
17491
17491
|
*
|
|
17492
17492
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
17493
17493
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -17501,7 +17501,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
17501
17501
|
__pyx_t_1 = 0;
|
|
17502
17502
|
goto __pyx_L0;
|
|
17503
17503
|
|
|
17504
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17504
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":773
|
|
17505
17505
|
* ctypedef npy_cdouble complex_t
|
|
17506
17506
|
*
|
|
17507
17507
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -17520,7 +17520,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
17520
17520
|
return __pyx_r;
|
|
17521
17521
|
}
|
|
17522
17522
|
|
|
17523
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17523
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
|
17524
17524
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
17525
17525
|
*
|
|
17526
17526
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -17537,7 +17537,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
17537
17537
|
int __pyx_clineno = 0;
|
|
17538
17538
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 1);
|
|
17539
17539
|
|
|
17540
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17540
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":777
|
|
17541
17541
|
*
|
|
17542
17542
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
17543
17543
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -17551,7 +17551,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
17551
17551
|
__pyx_t_1 = 0;
|
|
17552
17552
|
goto __pyx_L0;
|
|
17553
17553
|
|
|
17554
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17554
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
|
17555
17555
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
17556
17556
|
*
|
|
17557
17557
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -17570,7 +17570,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
17570
17570
|
return __pyx_r;
|
|
17571
17571
|
}
|
|
17572
17572
|
|
|
17573
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17573
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
|
17574
17574
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
17575
17575
|
*
|
|
17576
17576
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -17587,7 +17587,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
17587
17587
|
int __pyx_clineno = 0;
|
|
17588
17588
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 1);
|
|
17589
17589
|
|
|
17590
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17590
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":780
|
|
17591
17591
|
*
|
|
17592
17592
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
17593
17593
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -17601,7 +17601,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
17601
17601
|
__pyx_t_1 = 0;
|
|
17602
17602
|
goto __pyx_L0;
|
|
17603
17603
|
|
|
17604
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17604
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
|
17605
17605
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
17606
17606
|
*
|
|
17607
17607
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -17620,7 +17620,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
17620
17620
|
return __pyx_r;
|
|
17621
17621
|
}
|
|
17622
17622
|
|
|
17623
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17623
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
|
17624
17624
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
17625
17625
|
*
|
|
17626
17626
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -17637,7 +17637,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
17637
17637
|
int __pyx_clineno = 0;
|
|
17638
17638
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 1);
|
|
17639
17639
|
|
|
17640
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17640
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":783
|
|
17641
17641
|
*
|
|
17642
17642
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
17643
17643
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -17651,7 +17651,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
17651
17651
|
__pyx_t_1 = 0;
|
|
17652
17652
|
goto __pyx_L0;
|
|
17653
17653
|
|
|
17654
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17654
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
|
17655
17655
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
17656
17656
|
*
|
|
17657
17657
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -17670,7 +17670,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
17670
17670
|
return __pyx_r;
|
|
17671
17671
|
}
|
|
17672
17672
|
|
|
17673
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17673
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
|
17674
17674
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
17675
17675
|
*
|
|
17676
17676
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -17687,7 +17687,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
17687
17687
|
int __pyx_clineno = 0;
|
|
17688
17688
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 1);
|
|
17689
17689
|
|
|
17690
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17690
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":786
|
|
17691
17691
|
*
|
|
17692
17692
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
17693
17693
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -17701,7 +17701,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
17701
17701
|
__pyx_t_1 = 0;
|
|
17702
17702
|
goto __pyx_L0;
|
|
17703
17703
|
|
|
17704
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17704
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
|
17705
17705
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
17706
17706
|
*
|
|
17707
17707
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -17720,7 +17720,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
17720
17720
|
return __pyx_r;
|
|
17721
17721
|
}
|
|
17722
17722
|
|
|
17723
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17723
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
|
17724
17724
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
17725
17725
|
*
|
|
17726
17726
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -17734,7 +17734,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
17734
17734
|
int __pyx_t_1;
|
|
17735
17735
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 1);
|
|
17736
17736
|
|
|
17737
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17737
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":789
|
|
17738
17738
|
*
|
|
17739
17739
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
17740
17740
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -17744,7 +17744,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
17744
17744
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
17745
17745
|
if (__pyx_t_1) {
|
|
17746
17746
|
|
|
17747
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17747
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":790
|
|
17748
17748
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
17749
17749
|
* if PyDataType_HASSUBARRAY(d):
|
|
17750
17750
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -17756,7 +17756,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
17756
17756
|
__pyx_r = ((PyObject*)__pyx_v_d->subarray->shape);
|
|
17757
17757
|
goto __pyx_L0;
|
|
17758
17758
|
|
|
17759
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17759
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":789
|
|
17760
17760
|
*
|
|
17761
17761
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
17762
17762
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -17765,7 +17765,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
17765
17765
|
*/
|
|
17766
17766
|
}
|
|
17767
17767
|
|
|
17768
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17768
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
|
17769
17769
|
* return <tuple>d.subarray.shape
|
|
17770
17770
|
* else:
|
|
17771
17771
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -17779,7 +17779,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
17779
17779
|
goto __pyx_L0;
|
|
17780
17780
|
}
|
|
17781
17781
|
|
|
17782
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17782
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
|
17783
17783
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
17784
17784
|
*
|
|
17785
17785
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -17794,7 +17794,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
17794
17794
|
return __pyx_r;
|
|
17795
17795
|
}
|
|
17796
17796
|
|
|
17797
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17797
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":967
|
|
17798
17798
|
* int _import_umath() except -1
|
|
17799
17799
|
*
|
|
17800
17800
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -17808,7 +17808,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
17808
17808
|
const char *__pyx_filename = NULL;
|
|
17809
17809
|
int __pyx_clineno = 0;
|
|
17810
17810
|
|
|
17811
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17811
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":968
|
|
17812
17812
|
*
|
|
17813
17813
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
17814
17814
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -17817,7 +17817,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
17817
17817
|
*/
|
|
17818
17818
|
Py_INCREF(__pyx_v_base);
|
|
17819
17819
|
|
|
17820
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17820
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":969
|
|
17821
17821
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
17822
17822
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
17823
17823
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
@@ -17826,7 +17826,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
17826
17826
|
*/
|
|
17827
17827
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(1, 969, __pyx_L1_error)
|
|
17828
17828
|
|
|
17829
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17829
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":967
|
|
17830
17830
|
* int _import_umath() except -1
|
|
17831
17831
|
*
|
|
17832
17832
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -17841,7 +17841,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
17841
17841
|
__pyx_L0:;
|
|
17842
17842
|
}
|
|
17843
17843
|
|
|
17844
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17844
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":971
|
|
17845
17845
|
* PyArray_SetBaseObject(arr, base)
|
|
17846
17846
|
*
|
|
17847
17847
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -17856,7 +17856,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
17856
17856
|
int __pyx_t_1;
|
|
17857
17857
|
__Pyx_RefNannySetupContext("get_array_base", 1);
|
|
17858
17858
|
|
|
17859
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17859
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":972
|
|
17860
17860
|
*
|
|
17861
17861
|
* cdef inline object get_array_base(ndarray arr):
|
|
17862
17862
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -17865,7 +17865,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
17865
17865
|
*/
|
|
17866
17866
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
17867
17867
|
|
|
17868
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17868
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":973
|
|
17869
17869
|
* cdef inline object get_array_base(ndarray arr):
|
|
17870
17870
|
* base = PyArray_BASE(arr)
|
|
17871
17871
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -17875,7 +17875,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
17875
17875
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
17876
17876
|
if (__pyx_t_1) {
|
|
17877
17877
|
|
|
17878
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17878
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":974
|
|
17879
17879
|
* base = PyArray_BASE(arr)
|
|
17880
17880
|
* if base is NULL:
|
|
17881
17881
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -17886,7 +17886,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
17886
17886
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
17887
17887
|
goto __pyx_L0;
|
|
17888
17888
|
|
|
17889
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17889
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":973
|
|
17890
17890
|
* cdef inline object get_array_base(ndarray arr):
|
|
17891
17891
|
* base = PyArray_BASE(arr)
|
|
17892
17892
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -17895,7 +17895,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
17895
17895
|
*/
|
|
17896
17896
|
}
|
|
17897
17897
|
|
|
17898
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17898
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":975
|
|
17899
17899
|
* if base is NULL:
|
|
17900
17900
|
* return None
|
|
17901
17901
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -17907,7 +17907,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
17907
17907
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
17908
17908
|
goto __pyx_L0;
|
|
17909
17909
|
|
|
17910
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17910
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":971
|
|
17911
17911
|
* PyArray_SetBaseObject(arr, base)
|
|
17912
17912
|
*
|
|
17913
17913
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -17922,7 +17922,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
17922
17922
|
return __pyx_r;
|
|
17923
17923
|
}
|
|
17924
17924
|
|
|
17925
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17925
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":979
|
|
17926
17926
|
* # Versions of the import_* functions which are more suitable for
|
|
17927
17927
|
* # Cython code.
|
|
17928
17928
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -17946,7 +17946,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
17946
17946
|
int __pyx_clineno = 0;
|
|
17947
17947
|
__Pyx_RefNannySetupContext("import_array", 1);
|
|
17948
17948
|
|
|
17949
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17949
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":980
|
|
17950
17950
|
* # Cython code.
|
|
17951
17951
|
* cdef inline int import_array() except -1:
|
|
17952
17952
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -17962,7 +17962,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
17962
17962
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
17963
17963
|
/*try:*/ {
|
|
17964
17964
|
|
|
17965
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17965
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":981
|
|
17966
17966
|
* cdef inline int import_array() except -1:
|
|
17967
17967
|
* try:
|
|
17968
17968
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
@@ -17971,7 +17971,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
17971
17971
|
*/
|
|
17972
17972
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 981, __pyx_L3_error)
|
|
17973
17973
|
|
|
17974
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17974
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":980
|
|
17975
17975
|
* # Cython code.
|
|
17976
17976
|
* cdef inline int import_array() except -1:
|
|
17977
17977
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -17985,7 +17985,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
17985
17985
|
goto __pyx_L8_try_end;
|
|
17986
17986
|
__pyx_L3_error:;
|
|
17987
17987
|
|
|
17988
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17988
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":982
|
|
17989
17989
|
* try:
|
|
17990
17990
|
* __pyx_import_array()
|
|
17991
17991
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -18000,7 +18000,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
18000
18000
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
18001
18001
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
18002
18002
|
|
|
18003
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18003
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":983
|
|
18004
18004
|
* __pyx_import_array()
|
|
18005
18005
|
* except Exception:
|
|
18006
18006
|
* raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -18015,7 +18015,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
18015
18015
|
}
|
|
18016
18016
|
goto __pyx_L5_except_error;
|
|
18017
18017
|
|
|
18018
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18018
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":980
|
|
18019
18019
|
* # Cython code.
|
|
18020
18020
|
* cdef inline int import_array() except -1:
|
|
18021
18021
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -18031,7 +18031,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
18031
18031
|
__pyx_L8_try_end:;
|
|
18032
18032
|
}
|
|
18033
18033
|
|
|
18034
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18034
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":979
|
|
18035
18035
|
* # Versions of the import_* functions which are more suitable for
|
|
18036
18036
|
* # Cython code.
|
|
18037
18037
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -18054,7 +18054,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
18054
18054
|
return __pyx_r;
|
|
18055
18055
|
}
|
|
18056
18056
|
|
|
18057
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18057
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":985
|
|
18058
18058
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
18059
18059
|
*
|
|
18060
18060
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -18078,7 +18078,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
18078
18078
|
int __pyx_clineno = 0;
|
|
18079
18079
|
__Pyx_RefNannySetupContext("import_umath", 1);
|
|
18080
18080
|
|
|
18081
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18081
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":986
|
|
18082
18082
|
*
|
|
18083
18083
|
* cdef inline int import_umath() except -1:
|
|
18084
18084
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -18094,7 +18094,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
18094
18094
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
18095
18095
|
/*try:*/ {
|
|
18096
18096
|
|
|
18097
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18097
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":987
|
|
18098
18098
|
* cdef inline int import_umath() except -1:
|
|
18099
18099
|
* try:
|
|
18100
18100
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -18103,7 +18103,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
18103
18103
|
*/
|
|
18104
18104
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 987, __pyx_L3_error)
|
|
18105
18105
|
|
|
18106
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18106
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":986
|
|
18107
18107
|
*
|
|
18108
18108
|
* cdef inline int import_umath() except -1:
|
|
18109
18109
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -18117,7 +18117,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
18117
18117
|
goto __pyx_L8_try_end;
|
|
18118
18118
|
__pyx_L3_error:;
|
|
18119
18119
|
|
|
18120
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18120
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":988
|
|
18121
18121
|
* try:
|
|
18122
18122
|
* _import_umath()
|
|
18123
18123
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -18132,7 +18132,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
18132
18132
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
18133
18133
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
18134
18134
|
|
|
18135
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18135
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":989
|
|
18136
18136
|
* _import_umath()
|
|
18137
18137
|
* except Exception:
|
|
18138
18138
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -18147,7 +18147,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
18147
18147
|
}
|
|
18148
18148
|
goto __pyx_L5_except_error;
|
|
18149
18149
|
|
|
18150
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18150
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":986
|
|
18151
18151
|
*
|
|
18152
18152
|
* cdef inline int import_umath() except -1:
|
|
18153
18153
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -18163,7 +18163,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
18163
18163
|
__pyx_L8_try_end:;
|
|
18164
18164
|
}
|
|
18165
18165
|
|
|
18166
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18166
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":985
|
|
18167
18167
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
18168
18168
|
*
|
|
18169
18169
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -18186,7 +18186,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
18186
18186
|
return __pyx_r;
|
|
18187
18187
|
}
|
|
18188
18188
|
|
|
18189
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18189
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":991
|
|
18190
18190
|
* raise ImportError("numpy.core.umath failed to import")
|
|
18191
18191
|
*
|
|
18192
18192
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -18210,7 +18210,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
18210
18210
|
int __pyx_clineno = 0;
|
|
18211
18211
|
__Pyx_RefNannySetupContext("import_ufunc", 1);
|
|
18212
18212
|
|
|
18213
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18213
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":992
|
|
18214
18214
|
*
|
|
18215
18215
|
* cdef inline int import_ufunc() except -1:
|
|
18216
18216
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -18226,7 +18226,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
18226
18226
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
18227
18227
|
/*try:*/ {
|
|
18228
18228
|
|
|
18229
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18229
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":993
|
|
18230
18230
|
* cdef inline int import_ufunc() except -1:
|
|
18231
18231
|
* try:
|
|
18232
18232
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -18235,7 +18235,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
18235
18235
|
*/
|
|
18236
18236
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 993, __pyx_L3_error)
|
|
18237
18237
|
|
|
18238
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18238
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":992
|
|
18239
18239
|
*
|
|
18240
18240
|
* cdef inline int import_ufunc() except -1:
|
|
18241
18241
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -18249,7 +18249,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
18249
18249
|
goto __pyx_L8_try_end;
|
|
18250
18250
|
__pyx_L3_error:;
|
|
18251
18251
|
|
|
18252
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18252
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
|
18253
18253
|
* try:
|
|
18254
18254
|
* _import_umath()
|
|
18255
18255
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -18264,7 +18264,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
18264
18264
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
18265
18265
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
18266
18266
|
|
|
18267
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18267
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":995
|
|
18268
18268
|
* _import_umath()
|
|
18269
18269
|
* except Exception:
|
|
18270
18270
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -18279,7 +18279,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
18279
18279
|
}
|
|
18280
18280
|
goto __pyx_L5_except_error;
|
|
18281
18281
|
|
|
18282
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18282
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":992
|
|
18283
18283
|
*
|
|
18284
18284
|
* cdef inline int import_ufunc() except -1:
|
|
18285
18285
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -18295,7 +18295,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
18295
18295
|
__pyx_L8_try_end:;
|
|
18296
18296
|
}
|
|
18297
18297
|
|
|
18298
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18298
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":991
|
|
18299
18299
|
* raise ImportError("numpy.core.umath failed to import")
|
|
18300
18300
|
*
|
|
18301
18301
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -18318,7 +18318,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
18318
18318
|
return __pyx_r;
|
|
18319
18319
|
}
|
|
18320
18320
|
|
|
18321
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18321
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
|
18322
18322
|
*
|
|
18323
18323
|
*
|
|
18324
18324
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -18329,7 +18329,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
18329
18329
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
18330
18330
|
int __pyx_r;
|
|
18331
18331
|
|
|
18332
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18332
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1010
|
|
18333
18333
|
* bool
|
|
18334
18334
|
* """
|
|
18335
18335
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -18339,7 +18339,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
18339
18339
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
18340
18340
|
goto __pyx_L0;
|
|
18341
18341
|
|
|
18342
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18342
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
|
18343
18343
|
*
|
|
18344
18344
|
*
|
|
18345
18345
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -18352,7 +18352,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
18352
18352
|
return __pyx_r;
|
|
18353
18353
|
}
|
|
18354
18354
|
|
|
18355
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18355
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
|
18356
18356
|
*
|
|
18357
18357
|
*
|
|
18358
18358
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -18363,7 +18363,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
18363
18363
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
18364
18364
|
int __pyx_r;
|
|
18365
18365
|
|
|
18366
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18366
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
|
|
18367
18367
|
* bool
|
|
18368
18368
|
* """
|
|
18369
18369
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -18373,7 +18373,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
18373
18373
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
18374
18374
|
goto __pyx_L0;
|
|
18375
18375
|
|
|
18376
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18376
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
|
18377
18377
|
*
|
|
18378
18378
|
*
|
|
18379
18379
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -18386,7 +18386,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
18386
18386
|
return __pyx_r;
|
|
18387
18387
|
}
|
|
18388
18388
|
|
|
18389
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18389
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1028
|
|
18390
18390
|
*
|
|
18391
18391
|
*
|
|
18392
18392
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18397,7 +18397,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
18397
18397
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
18398
18398
|
npy_datetime __pyx_r;
|
|
18399
18399
|
|
|
18400
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18400
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1035
|
|
18401
18401
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
18402
18402
|
* """
|
|
18403
18403
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -18407,7 +18407,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
18407
18407
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
18408
18408
|
goto __pyx_L0;
|
|
18409
18409
|
|
|
18410
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18410
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1028
|
|
18411
18411
|
*
|
|
18412
18412
|
*
|
|
18413
18413
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18420,7 +18420,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
18420
18420
|
return __pyx_r;
|
|
18421
18421
|
}
|
|
18422
18422
|
|
|
18423
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18423
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1038
|
|
18424
18424
|
*
|
|
18425
18425
|
*
|
|
18426
18426
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18431,7 +18431,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
18431
18431
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
18432
18432
|
npy_timedelta __pyx_r;
|
|
18433
18433
|
|
|
18434
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18434
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1042
|
|
18435
18435
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
18436
18436
|
* """
|
|
18437
18437
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -18441,7 +18441,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
18441
18441
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
18442
18442
|
goto __pyx_L0;
|
|
18443
18443
|
|
|
18444
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18444
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1038
|
|
18445
18445
|
*
|
|
18446
18446
|
*
|
|
18447
18447
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18454,7 +18454,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
18454
18454
|
return __pyx_r;
|
|
18455
18455
|
}
|
|
18456
18456
|
|
|
18457
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18457
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1045
|
|
18458
18458
|
*
|
|
18459
18459
|
*
|
|
18460
18460
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18465,7 +18465,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
18465
18465
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
18466
18466
|
NPY_DATETIMEUNIT __pyx_r;
|
|
18467
18467
|
|
|
18468
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18468
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1049
|
|
18469
18469
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
18470
18470
|
* """
|
|
18471
18471
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -18473,7 +18473,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
18473
18473
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
18474
18474
|
goto __pyx_L0;
|
|
18475
18475
|
|
|
18476
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
18476
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1045
|
|
18477
18477
|
*
|
|
18478
18478
|
*
|
|
18479
18479
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -103316,7 +103316,7 @@ PyObject *const *__pyx_args, Py_ssize_t __pyx_nargs, PyObject *__pyx_kwds
|
|
|
103316
103316
|
PyObject *__pyx_args, PyObject *__pyx_kwds
|
|
103317
103317
|
#endif
|
|
103318
103318
|
); /*proto*/
|
|
103319
|
-
PyDoc_STRVAR(__pyx_doc_11mysqlengine_5query_11SelectQuery_14execute, "Execute the SELECT query.\n\n :param conn: `<Connection>` The connection to execute the query. Defaults to `None`.\n - If `None`, query will be executed by temporary connections\n acquired from the Server pool.\n - If specified, query will be executed by the given connection.\n\n :param concurrency: `<int>` The maximum number of concurrent executions. Defaults to `10`.\n - When the query is consists of multiple sub-queries (For example, select\n data from different sub-tables of a TimeTable), this argument determines\n the maximum number of concurrent query executions at the same time.\n - * Notice: This argument is only applicable when `conn=None`. If 'conn'\n is specified, all sub-queries will be executed sequentially by the\n given connection.\n\n :param cursor: `<type[Cursor]>` The `Cursor` class to use for query execution. Defaults to `DictCursor`.\n - `DictCursor/SSDictCursor`: Fetch result as `<tuple[dict]>`.\n - `DfCursor/SSDfCursor`: Fetch result as
|
|
103319
|
+
PyDoc_STRVAR(__pyx_doc_11mysqlengine_5query_11SelectQuery_14execute, "Execute the SELECT query.\n\n :param conn: `<Connection>` The connection to execute the query. Defaults to `None`.\n - If `None`, query will be executed by temporary connections\n acquired from the Server pool.\n - If specified, query will be executed by the given connection.\n\n :param concurrency: `<int>` The maximum number of concurrent executions. Defaults to `10`.\n - When the query is consists of multiple sub-queries (For example, select\n data from different sub-tables of a TimeTable), this argument determines\n the maximum number of concurrent query executions at the same time.\n - * Notice: This argument is only applicable when `conn=None`. If 'conn'\n is specified, all sub-queries will be executed sequentially by the\n given connection.\n\n :param cursor: `<type[Cursor]>` The `Cursor` class to use for query execution. Defaults to `DictCursor`.\n - `DictCursor/SSDictCursor`: Fetch result as `<tuple[dict]>`.\n - `DfCursor/SSDfCursor`: Fetch result as `<pandas.DataFrame>`.\n - `Cursor/SSCursor`: Fetch result as `<tuple[tuple]>` (without column names).\n\n :param timeout: `<int>` Query execution timeout in seconds. Dafaults to `None`.\n - If set to `None` or `0`, `tables.server.query_timeout` will be used\n as the default timeout.\n - `SQLQueryTimeoutError` will be raised when the timeout is reached.\n\n :param warnings: `<bool>` Whether to issue any SQL related warnings. Defaults to `True`.\n\n :param retry_on_error: `<bool>` Whether to retry when non-critial SQL error occurs. Defaults to `True`.\n - If `True`, when a non-critical SQL error occurs (such as `connection timeout`,\n `connection lost`, etc.), the query will be retried.\n - If `False`, errors will be raised immediately.\n\n :param retry_time""s: `<int>` The maximum number of retries. Defaults to `-1`.\n - * Notice: This argument is only applicable when `retry_on_error=True`.\n - For `retry_times <= 0`, the query retries indefinitely until success.\n - For `retry_times > 0`, the query retries up to the given 'retry_times'.\n\n :param min_wait_time: `<float>` The minimum wait time in seconds between each retries. Defaults to `0.2`.\n - * Notice: This argument is only applicable when `retry_on_error=True`.\n\n :param max_wait_time: `<float>` The maximum wait time in seconds between each retries. Defaults to `2`.\n - * Notice: This argument is only applicable when `retry_on_error=True`.\n\n :param stats: `<bool>` Whether to print the query execution stats to the console. Defaults to `False`.\n :raises: Subclass of `QueryError`.\n :return `<tuple[dict]>`: The fetched result.\n ");
|
|
103320
103320
|
static PyMethodDef __pyx_mdef_11mysqlengine_5query_11SelectQuery_15execute = {"execute", (PyCFunction)(void*)(__Pyx_PyCFunction_FastCallWithKeywords)__pyx_pw_11mysqlengine_5query_11SelectQuery_15execute, __Pyx_METH_FASTCALL|METH_KEYWORDS, __pyx_doc_11mysqlengine_5query_11SelectQuery_14execute};
|
|
103321
103321
|
static PyObject *__pyx_pw_11mysqlengine_5query_11SelectQuery_15execute(PyObject *__pyx_v_self,
|
|
103322
103322
|
#if CYTHON_METH_FASTCALL
|
|
@@ -103662,7 +103662,7 @@ PyObject *const *__pyx_args, Py_ssize_t __pyx_nargs, PyObject *__pyx_kwds
|
|
|
103662
103662
|
PyObject *__pyx_args, PyObject *__pyx_kwds
|
|
103663
103663
|
#endif
|
|
103664
103664
|
); /*proto*/
|
|
103665
|
-
PyDoc_STRVAR(__pyx_doc_11mysqlengine_5query_11SelectQuery_17execute, "Execute the SELECT query.\n\n :param conn: `<Connection>` The connection to execute the query. Defaults to `None`.\n - If `None`, query will be executed by temporary connections\n acquired from the Server pool.\n - If specified, query will be executed by the given connection.\n\n :param concurrency: `<int>` The maximum number of concurrent executions. Defaults to `10`.\n - When the query is consists of multiple sub-queries (For example, select\n data from different sub-tables of a TimeTable), this argument determines\n the maximum number of concurrent query executions at the same time.\n - * Notice: This argument is only applicable when `conn=None`. If 'conn'\n is specified, all sub-queries will be executed sequentially by the\n given connection.\n\n :param cursor: `<type[Cursor]>` The `Cursor` class to use for query execution. Defaults to `DictCursor`.\n - `DictCursor/SSDictCursor`: Fetch result as `<tuple[dict]>`.\n - `DfCursor/SSDfCursor`: Fetch result as
|
|
103665
|
+
PyDoc_STRVAR(__pyx_doc_11mysqlengine_5query_11SelectQuery_17execute, "Execute the SELECT query.\n\n :param conn: `<Connection>` The connection to execute the query. Defaults to `None`.\n - If `None`, query will be executed by temporary connections\n acquired from the Server pool.\n - If specified, query will be executed by the given connection.\n\n :param concurrency: `<int>` The maximum number of concurrent executions. Defaults to `10`.\n - When the query is consists of multiple sub-queries (For example, select\n data from different sub-tables of a TimeTable), this argument determines\n the maximum number of concurrent query executions at the same time.\n - * Notice: This argument is only applicable when `conn=None`. If 'conn'\n is specified, all sub-queries will be executed sequentially by the\n given connection.\n\n :param cursor: `<type[Cursor]>` The `Cursor` class to use for query execution. Defaults to `DictCursor`.\n - `DictCursor/SSDictCursor`: Fetch result as `<tuple[dict]>`.\n - `DfCursor/SSDfCursor`: Fetch result as `<pandas.DataFrame>`.\n - `Cursor/SSCursor`: Fetch result as `<tuple[tuple]>` (without column names).\n\n :param timeout: `<int>` Query execution timeout in seconds. Dafaults to `None`.\n - If set to `None` or `0`, `tables.server.query_timeout` will be used\n as the default timeout.\n - `SQLQueryTimeoutError` will be raised when the timeout is reached.\n\n :param warnings: `<bool>` Whether to issue any SQL related warnings. Defaults to `True`.\n\n :param retry_on_error: `<bool>` Whether to retry when non-critial SQL error occurs. Defaults to `True`.\n - If `True`, when a non-critical SQL error occurs (such as `connection timeout`,\n `connection lost`, etc.), the query will be retried.\n - If `False`, errors will be raised immediately.\n\n :param retry_time""s: `<int>` The maximum number of retries. Defaults to `-1`.\n - * Notice: This argument is only applicable when `retry_on_error=True`.\n - For `retry_times <= 0`, the query retries indefinitely until success.\n - For `retry_times > 0`, the query retries up to the given 'retry_times'.\n\n :param min_wait_time: `<float>` The minimum wait time in seconds between each retries. Defaults to `0.2`.\n - * Notice: This argument is only applicable when `retry_on_error=True`.\n\n :param max_wait_time: `<float>` The maximum wait time in seconds between each retries. Defaults to `2`.\n - * Notice: This argument is only applicable when `retry_on_error=True`.\n\n :param stats: `<bool>` Whether to print the query execution stats to the console. Defaults to `False`.\n :raises: Subclass of `QueryError`.\n :return `<DataFrame>`: The fetched result.\n ");
|
|
103666
103666
|
static PyMethodDef __pyx_mdef_11mysqlengine_5query_11SelectQuery_18execute = {"execute", (PyCFunction)(void*)(__Pyx_PyCFunction_FastCallWithKeywords)__pyx_pw_11mysqlengine_5query_11SelectQuery_18execute, __Pyx_METH_FASTCALL|METH_KEYWORDS, __pyx_doc_11mysqlengine_5query_11SelectQuery_17execute};
|
|
103667
103667
|
static PyObject *__pyx_pw_11mysqlengine_5query_11SelectQuery_18execute(PyObject *__pyx_v_self,
|
|
103668
103668
|
#if CYTHON_METH_FASTCALL
|
|
@@ -104008,7 +104008,7 @@ PyObject *const *__pyx_args, Py_ssize_t __pyx_nargs, PyObject *__pyx_kwds
|
|
|
104008
104008
|
PyObject *__pyx_args, PyObject *__pyx_kwds
|
|
104009
104009
|
#endif
|
|
104010
104010
|
); /*proto*/
|
|
104011
|
-
PyDoc_STRVAR(__pyx_doc_11mysqlengine_5query_11SelectQuery_20execute, "Execute the SELECT query.\n\n :param conn: `<Connection>` The connection to execute the query. Defaults to `None`.\n - If `None`, query will be executed by temporary connections\n acquired from the Server pool.\n - If specified, query will be executed by the given connection.\n\n :param concurrency: `<int>` The maximum number of concurrent executions. Defaults to `10`.\n - When the query is consists of multiple sub-queries (For example, select\n data from different sub-tables of a TimeTable), this argument determines\n the maximum number of concurrent query executions at the same time.\n - * Notice: This argument is only applicable when `conn=None`. If 'conn'\n is specified, all sub-queries will be executed sequentially by the\n given connection.\n\n :param cursor: `<type[Cursor]>` The `Cursor` class to use for query execution. Defaults to `DictCursor`.\n - `DictCursor/SSDictCursor`: Fetch result as `<tuple[dict]>`.\n - `DfCursor/SSDfCursor`: Fetch result as
|
|
104011
|
+
PyDoc_STRVAR(__pyx_doc_11mysqlengine_5query_11SelectQuery_20execute, "Execute the SELECT query.\n\n :param conn: `<Connection>` The connection to execute the query. Defaults to `None`.\n - If `None`, query will be executed by temporary connections\n acquired from the Server pool.\n - If specified, query will be executed by the given connection.\n\n :param concurrency: `<int>` The maximum number of concurrent executions. Defaults to `10`.\n - When the query is consists of multiple sub-queries (For example, select\n data from different sub-tables of a TimeTable), this argument determines\n the maximum number of concurrent query executions at the same time.\n - * Notice: This argument is only applicable when `conn=None`. If 'conn'\n is specified, all sub-queries will be executed sequentially by the\n given connection.\n\n :param cursor: `<type[Cursor]>` The `Cursor` class to use for query execution. Defaults to `DictCursor`.\n - `DictCursor/SSDictCursor`: Fetch result as `<tuple[dict]>`.\n - `DfCursor/SSDfCursor`: Fetch result as `<pandas.DataFrame>`.\n - `Cursor/SSCursor`: Fetch result as `<tuple[tuple]>` (without column names).\n\n :param timeout: `<int>` Query execution timeout in seconds. Dafaults to `None`.\n - If set to `None` or `0`, `tables.server.query_timeout` will be used\n as the default timeout.\n - `SQLQueryTimeoutError` will be raised when the timeout is reached.\n\n :param warnings: `<bool>` Whether to issue any SQL related warnings. Defaults to `True`.\n\n :param retry_on_error: `<bool>` Whether to retry when non-critial SQL error occurs. Defaults to `True`.\n - If `True`, when a non-critical SQL error occurs (such as `connection timeout`,\n `connection lost`, etc.), the query will be retried.\n - If `False`, errors will be raised immediately.\n\n :param retry_time""s: `<int>` The maximum number of retries. Defaults to `-1`.\n - * Notice: This argument is only applicable when `retry_on_error=True`.\n - For `retry_times <= 0`, the query retries indefinitely until success.\n - For `retry_times > 0`, the query retries up to the given 'retry_times'.\n\n :param min_wait_time: `<float>` The minimum wait time in seconds between each retries. Defaults to `0.2`.\n - * Notice: This argument is only applicable when `retry_on_error=True`.\n\n :param max_wait_time: `<float>` The maximum wait time in seconds between each retries. Defaults to `2`.\n - * Notice: This argument is only applicable when `retry_on_error=True`.\n\n :param stats: `<bool>` Whether to print the query execution stats to the console. Defaults to `False`.\n :raises: Subclass of `QueryError`.\n :return `<tuple[tuple]>`: The fetched result.\n ");
|
|
104012
104012
|
static PyMethodDef __pyx_mdef_11mysqlengine_5query_11SelectQuery_21execute = {"execute", (PyCFunction)(void*)(__Pyx_PyCFunction_FastCallWithKeywords)__pyx_pw_11mysqlengine_5query_11SelectQuery_21execute, __Pyx_METH_FASTCALL|METH_KEYWORDS, __pyx_doc_11mysqlengine_5query_11SelectQuery_20execute};
|
|
104013
104013
|
static PyObject *__pyx_pw_11mysqlengine_5query_11SelectQuery_21execute(PyObject *__pyx_v_self,
|
|
104014
104014
|
#if CYTHON_METH_FASTCALL
|
|
@@ -104354,7 +104354,7 @@ PyObject *const *__pyx_args, Py_ssize_t __pyx_nargs, PyObject *__pyx_kwds
|
|
|
104354
104354
|
PyObject *__pyx_args, PyObject *__pyx_kwds
|
|
104355
104355
|
#endif
|
|
104356
104356
|
); /*proto*/
|
|
104357
|
-
PyDoc_STRVAR(__pyx_doc_11mysqlengine_5query_11SelectQuery_23execute, "Execute the SELECT query.\n\n :param conn: `<Connection>` The connection to execute the query. Defaults to `None`.\n - If `None`, query will be executed by temporary connections\n acquired from the Server pool.\n - If specified, query will be executed by the given connection.\n\n :param concurrency: `<int>` The maximum number of concurrent executions. Defaults to `10`.\n - When the query is consists of multiple sub-queries (For example, select\n data from different sub-tables of a TimeTable), this argument determines\n the maximum number of concurrent query executions at the same time.\n - * Notice: This argument is only applicable when `conn=None`. If 'conn'\n is specified, all sub-queries will be executed sequentially by the\n given connection.\n\n :param cursor: `<type[Cursor]>` The `Cursor` class to use for query execution. Defaults to `DictCursor`.\n - `DictCursor/SSDictCursor`: Fetch result as `<tuple[dict]>`.\n - `DfCursor/SSDfCursor`: Fetch result as
|
|
104357
|
+
PyDoc_STRVAR(__pyx_doc_11mysqlengine_5query_11SelectQuery_23execute, "Execute the SELECT query.\n\n :param conn: `<Connection>` The connection to execute the query. Defaults to `None`.\n - If `None`, query will be executed by temporary connections\n acquired from the Server pool.\n - If specified, query will be executed by the given connection.\n\n :param concurrency: `<int>` The maximum number of concurrent executions. Defaults to `10`.\n - When the query is consists of multiple sub-queries (For example, select\n data from different sub-tables of a TimeTable), this argument determines\n the maximum number of concurrent query executions at the same time.\n - * Notice: This argument is only applicable when `conn=None`. If 'conn'\n is specified, all sub-queries will be executed sequentially by the\n given connection.\n\n :param cursor: `<type[Cursor]>` The `Cursor` class to use for query execution. Defaults to `DictCursor`.\n - `DictCursor/SSDictCursor`: Fetch result as `<tuple[dict]>`.\n - `DfCursor/SSDfCursor`: Fetch result as `<pandas.DataFrame>`.\n - `Cursor/SSCursor`: Fetch result as `<tuple[tuple]>` (without column names).\n\n :param timeout: `<int>` Query execution timeout in seconds. Dafaults to `None`.\n - If set to `None` or `0`, `tables.server.query_timeout` will be used\n as the default timeout.\n - `SQLQueryTimeoutError` will be raised when the timeout is reached.\n\n :param warnings: `<bool>` Whether to issue any SQL related warnings. Defaults to `True`.\n\n :param retry_on_error: `<bool>` Whether to retry when non-critial SQL error occurs. Defaults to `True`.\n - If `True`, when a non-critical SQL error occurs (such as `connection timeout`,\n `connection lost`, etc.), the query will be retried.\n - If `False`, errors will be raised immediately.\n\n :param retry_time""s: `<int>` The maximum number of retries. Defaults to `-1`.\n - * Notice: This argument is only applicable when `retry_on_error=True`.\n - For `retry_times <= 0`, the query retries indefinitely until success.\n - For `retry_times > 0`, the query retries up to the given 'retry_times'.\n\n :param min_wait_time: `<float>` The minimum wait time in seconds between each retries. Defaults to `0.2`.\n - * Notice: This argument is only applicable when `retry_on_error=True`.\n\n :param max_wait_time: `<float>` The maximum wait time in seconds between each retries. Defaults to `2`.\n - * Notice: This argument is only applicable when `retry_on_error=True`.\n\n :param stats: `<bool>` Whether to print the query execution stats to the console. Defaults to `False`.\n :raises: Subclass of `QueryError`.\n :return `<tuple[tuple]/tuple[dict]/DataFrame>`: The fetched result (depends on 'cursor' type).\n ");
|
|
104358
104358
|
static PyMethodDef __pyx_mdef_11mysqlengine_5query_11SelectQuery_24execute = {"execute", (PyCFunction)(void*)(__Pyx_PyCFunction_FastCallWithKeywords)__pyx_pw_11mysqlengine_5query_11SelectQuery_24execute, __Pyx_METH_FASTCALL|METH_KEYWORDS, __pyx_doc_11mysqlengine_5query_11SelectQuery_23execute};
|
|
104359
104359
|
static PyObject *__pyx_pw_11mysqlengine_5query_11SelectQuery_24execute(PyObject *__pyx_v_self,
|
|
104360
104360
|
#if CYTHON_METH_FASTCALL
|
|
@@ -206942,7 +206942,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
206942
206942
|
__Pyx_RefNannyDeclarations
|
|
206943
206943
|
__Pyx_RefNannySetupContext("__Pyx_InitCachedConstants", 0);
|
|
206944
206944
|
|
|
206945
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
206945
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":983
|
|
206946
206946
|
* __pyx_import_array()
|
|
206947
206947
|
* except Exception:
|
|
206948
206948
|
* raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -206953,7 +206953,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
206953
206953
|
__Pyx_GOTREF(__pyx_tuple_);
|
|
206954
206954
|
__Pyx_GIVEREF(__pyx_tuple_);
|
|
206955
206955
|
|
|
206956
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
206956
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-zh4kvyid/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":989
|
|
206957
206957
|
* _import_umath()
|
|
206958
206958
|
* except Exception:
|
|
206959
206959
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|