mysqlengine 0.1.11.9__cp312-cp312-macosx_10_9_universal2.whl → 0.1.12.1__cp312-cp312-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-312-darwin.so +0 -0
- mysqlengine/column.cpython-312-darwin.so +0 -0
- mysqlengine/connection.cpython-312-darwin.so +0 -0
- mysqlengine/constant.cpython-312-darwin.so +0 -0
- mysqlengine/database.c +164 -164
- mysqlengine/database.cpython-312-darwin.so +0 -0
- mysqlengine/database.py +76 -76
- mysqlengine/dtype.c +118 -118
- mysqlengine/dtype.cpython-312-darwin.so +0 -0
- mysqlengine/engine.cpython-312-darwin.so +0 -0
- mysqlengine/errors.cpython-312-darwin.so +0 -0
- mysqlengine/index.cpython-312-darwin.so +0 -0
- mysqlengine/protocol.cpython-312-darwin.so +0 -0
- mysqlengine/query.c +122 -122
- mysqlengine/query.cpython-312-darwin.so +0 -0
- mysqlengine/query.py +8 -8
- mysqlengine/regex.cpython-312-darwin.so +0 -0
- mysqlengine/settings.cpython-312-darwin.so +0 -0
- mysqlengine/transcode.c +118 -118
- mysqlengine/transcode.cpython-312-darwin.so +0 -0
- mysqlengine/utils.c +118 -118
- mysqlengine/utils.cpython-312-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/dtype.c
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"-Wno-unreachable-code"
|
|
15
15
|
],
|
|
16
16
|
"include_dirs": [
|
|
17
|
-
"/private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
17
|
+
"/private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/core/include"
|
|
18
18
|
],
|
|
19
19
|
"name": "mysqlengine.dtype",
|
|
20
20
|
"sources": [
|
|
@@ -1587,7 +1587,7 @@ static const char *__pyx_f[] = {
|
|
|
1587
1587
|
|
|
1588
1588
|
/* #### Code section: numeric_typedefs ### */
|
|
1589
1589
|
|
|
1590
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1590
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":730
|
|
1591
1591
|
* # in Cython to enable them only on the right systems.
|
|
1592
1592
|
*
|
|
1593
1593
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
|
@@ -1596,7 +1596,7 @@ static const char *__pyx_f[] = {
|
|
|
1596
1596
|
*/
|
|
1597
1597
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1598
1598
|
|
|
1599
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1599
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":731
|
|
1600
1600
|
*
|
|
1601
1601
|
* ctypedef npy_int8 int8_t
|
|
1602
1602
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
|
@@ -1605,7 +1605,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
|
1605
1605
|
*/
|
|
1606
1606
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1607
1607
|
|
|
1608
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1608
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":732
|
|
1609
1609
|
* ctypedef npy_int8 int8_t
|
|
1610
1610
|
* ctypedef npy_int16 int16_t
|
|
1611
1611
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
|
@@ -1614,7 +1614,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
|
1614
1614
|
*/
|
|
1615
1615
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1616
1616
|
|
|
1617
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1617
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":733
|
|
1618
1618
|
* ctypedef npy_int16 int16_t
|
|
1619
1619
|
* ctypedef npy_int32 int32_t
|
|
1620
1620
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
|
@@ -1623,7 +1623,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
|
1623
1623
|
*/
|
|
1624
1624
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1625
1625
|
|
|
1626
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1626
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":737
|
|
1627
1627
|
* #ctypedef npy_int128 int128_t
|
|
1628
1628
|
*
|
|
1629
1629
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
|
@@ -1632,7 +1632,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
|
1632
1632
|
*/
|
|
1633
1633
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1634
1634
|
|
|
1635
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1635
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":738
|
|
1636
1636
|
*
|
|
1637
1637
|
* ctypedef npy_uint8 uint8_t
|
|
1638
1638
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
|
@@ -1641,7 +1641,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
|
1641
1641
|
*/
|
|
1642
1642
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1643
1643
|
|
|
1644
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1644
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":739
|
|
1645
1645
|
* ctypedef npy_uint8 uint8_t
|
|
1646
1646
|
* ctypedef npy_uint16 uint16_t
|
|
1647
1647
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
|
@@ -1650,7 +1650,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
|
1650
1650
|
*/
|
|
1651
1651
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1652
1652
|
|
|
1653
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1653
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":740
|
|
1654
1654
|
* ctypedef npy_uint16 uint16_t
|
|
1655
1655
|
* ctypedef npy_uint32 uint32_t
|
|
1656
1656
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
|
@@ -1659,7 +1659,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
|
1659
1659
|
*/
|
|
1660
1660
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1661
1661
|
|
|
1662
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1662
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":744
|
|
1663
1663
|
* #ctypedef npy_uint128 uint128_t
|
|
1664
1664
|
*
|
|
1665
1665
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
|
@@ -1668,7 +1668,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
|
1668
1668
|
*/
|
|
1669
1669
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1670
1670
|
|
|
1671
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1671
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":745
|
|
1672
1672
|
*
|
|
1673
1673
|
* ctypedef npy_float32 float32_t
|
|
1674
1674
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
|
@@ -1677,7 +1677,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
|
1677
1677
|
*/
|
|
1678
1678
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1679
1679
|
|
|
1680
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1680
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":754
|
|
1681
1681
|
* # The int types are mapped a bit surprising --
|
|
1682
1682
|
* # numpy.int corresponds to 'l' and numpy.long to 'q'
|
|
1683
1683
|
* ctypedef npy_long int_t # <<<<<<<<<<<<<<
|
|
@@ -1686,7 +1686,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
|
1686
1686
|
*/
|
|
1687
1687
|
typedef npy_long __pyx_t_5numpy_int_t;
|
|
1688
1688
|
|
|
1689
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1689
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":755
|
|
1690
1690
|
* # numpy.int corresponds to 'l' and numpy.long to 'q'
|
|
1691
1691
|
* ctypedef npy_long int_t
|
|
1692
1692
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
|
@@ -1695,7 +1695,7 @@ typedef npy_long __pyx_t_5numpy_int_t;
|
|
|
1695
1695
|
*/
|
|
1696
1696
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1697
1697
|
|
|
1698
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1698
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":757
|
|
1699
1699
|
* ctypedef npy_longlong longlong_t
|
|
1700
1700
|
*
|
|
1701
1701
|
* ctypedef npy_ulong uint_t # <<<<<<<<<<<<<<
|
|
@@ -1704,7 +1704,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
|
1704
1704
|
*/
|
|
1705
1705
|
typedef npy_ulong __pyx_t_5numpy_uint_t;
|
|
1706
1706
|
|
|
1707
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1707
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":758
|
|
1708
1708
|
*
|
|
1709
1709
|
* ctypedef npy_ulong uint_t
|
|
1710
1710
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
|
@@ -1713,7 +1713,7 @@ typedef npy_ulong __pyx_t_5numpy_uint_t;
|
|
|
1713
1713
|
*/
|
|
1714
1714
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1715
1715
|
|
|
1716
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1716
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":760
|
|
1717
1717
|
* ctypedef npy_ulonglong ulonglong_t
|
|
1718
1718
|
*
|
|
1719
1719
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
|
@@ -1722,7 +1722,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
|
1722
1722
|
*/
|
|
1723
1723
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1724
1724
|
|
|
1725
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1725
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":761
|
|
1726
1726
|
*
|
|
1727
1727
|
* ctypedef npy_intp intp_t
|
|
1728
1728
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
|
@@ -1731,7 +1731,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
|
1731
1731
|
*/
|
|
1732
1732
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1733
1733
|
|
|
1734
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1734
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":763
|
|
1735
1735
|
* ctypedef npy_uintp uintp_t
|
|
1736
1736
|
*
|
|
1737
1737
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
|
@@ -1740,7 +1740,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
|
1740
1740
|
*/
|
|
1741
1741
|
typedef npy_double __pyx_t_5numpy_float_t;
|
|
1742
1742
|
|
|
1743
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1743
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":764
|
|
1744
1744
|
*
|
|
1745
1745
|
* ctypedef npy_double float_t
|
|
1746
1746
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
|
@@ -1749,7 +1749,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
|
1749
1749
|
*/
|
|
1750
1750
|
typedef npy_double __pyx_t_5numpy_double_t;
|
|
1751
1751
|
|
|
1752
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1752
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":765
|
|
1753
1753
|
* ctypedef npy_double float_t
|
|
1754
1754
|
* ctypedef npy_double double_t
|
|
1755
1755
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1885,7 +1885,7 @@ struct __pyx_opt_args_7cpython_8datetime_datetime_from_timestamp {
|
|
|
1885
1885
|
PyObject *tz;
|
|
1886
1886
|
};
|
|
1887
1887
|
|
|
1888
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1888
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":767
|
|
1889
1889
|
* ctypedef npy_longdouble longdouble_t
|
|
1890
1890
|
*
|
|
1891
1891
|
* ctypedef npy_cfloat cfloat_t # <<<<<<<<<<<<<<
|
|
@@ -1894,7 +1894,7 @@ struct __pyx_opt_args_7cpython_8datetime_datetime_from_timestamp {
|
|
|
1894
1894
|
*/
|
|
1895
1895
|
typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
1896
1896
|
|
|
1897
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1897
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":768
|
|
1898
1898
|
*
|
|
1899
1899
|
* ctypedef npy_cfloat cfloat_t
|
|
1900
1900
|
* ctypedef npy_cdouble cdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1903,7 +1903,7 @@ typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
|
1903
1903
|
*/
|
|
1904
1904
|
typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
1905
1905
|
|
|
1906
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1906
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":769
|
|
1907
1907
|
* ctypedef npy_cfloat cfloat_t
|
|
1908
1908
|
* ctypedef npy_cdouble cdouble_t
|
|
1909
1909
|
* ctypedef npy_clongdouble clongdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1912,7 +1912,7 @@ typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
|
1912
1912
|
*/
|
|
1913
1913
|
typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t;
|
|
1914
1914
|
|
|
1915
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
1915
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":771
|
|
1916
1916
|
* ctypedef npy_clongdouble clongdouble_t
|
|
1917
1917
|
*
|
|
1918
1918
|
* ctypedef npy_cdouble complex_t # <<<<<<<<<<<<<<
|
|
@@ -12347,7 +12347,7 @@ static CYTHON_INLINE double __pyx_f_7cpython_8datetime_total_seconds(PyDateTime_
|
|
|
12347
12347
|
return __pyx_r;
|
|
12348
12348
|
}
|
|
12349
12349
|
|
|
12350
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12350
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":245
|
|
12351
12351
|
*
|
|
12352
12352
|
* @property
|
|
12353
12353
|
* cdef inline PyObject* base(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -12358,7 +12358,7 @@ static CYTHON_INLINE double __pyx_f_7cpython_8datetime_total_seconds(PyDateTime_
|
|
|
12358
12358
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
12359
12359
|
PyObject *__pyx_r;
|
|
12360
12360
|
|
|
12361
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12361
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":248
|
|
12362
12362
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
12363
12363
|
* """
|
|
12364
12364
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -12368,7 +12368,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
12368
12368
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
12369
12369
|
goto __pyx_L0;
|
|
12370
12370
|
|
|
12371
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12371
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":245
|
|
12372
12372
|
*
|
|
12373
12373
|
* @property
|
|
12374
12374
|
* cdef inline PyObject* base(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -12381,7 +12381,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
12381
12381
|
return __pyx_r;
|
|
12382
12382
|
}
|
|
12383
12383
|
|
|
12384
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12384
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":251
|
|
12385
12385
|
*
|
|
12386
12386
|
* @property
|
|
12387
12387
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -12395,7 +12395,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
12395
12395
|
PyArray_Descr *__pyx_t_1;
|
|
12396
12396
|
__Pyx_RefNannySetupContext("descr", 1);
|
|
12397
12397
|
|
|
12398
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12398
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":254
|
|
12399
12399
|
* """Returns an owned reference to the dtype of the array.
|
|
12400
12400
|
* """
|
|
12401
12401
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -12408,7 +12408,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
12408
12408
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
12409
12409
|
goto __pyx_L0;
|
|
12410
12410
|
|
|
12411
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12411
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":251
|
|
12412
12412
|
*
|
|
12413
12413
|
* @property
|
|
12414
12414
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -12423,7 +12423,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
12423
12423
|
return __pyx_r;
|
|
12424
12424
|
}
|
|
12425
12425
|
|
|
12426
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12426
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":257
|
|
12427
12427
|
*
|
|
12428
12428
|
* @property
|
|
12429
12429
|
* cdef inline int ndim(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -12434,7 +12434,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
12434
12434
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
12435
12435
|
int __pyx_r;
|
|
12436
12436
|
|
|
12437
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12437
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":260
|
|
12438
12438
|
* """Returns the number of dimensions in the array.
|
|
12439
12439
|
* """
|
|
12440
12440
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -12444,7 +12444,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
12444
12444
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
12445
12445
|
goto __pyx_L0;
|
|
12446
12446
|
|
|
12447
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12447
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":257
|
|
12448
12448
|
*
|
|
12449
12449
|
* @property
|
|
12450
12450
|
* cdef inline int ndim(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -12457,7 +12457,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
12457
12457
|
return __pyx_r;
|
|
12458
12458
|
}
|
|
12459
12459
|
|
|
12460
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12460
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":263
|
|
12461
12461
|
*
|
|
12462
12462
|
* @property
|
|
12463
12463
|
* cdef inline npy_intp *shape(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -12468,7 +12468,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
12468
12468
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
12469
12469
|
npy_intp *__pyx_r;
|
|
12470
12470
|
|
|
12471
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12471
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":268
|
|
12472
12472
|
* Can return NULL for 0-dimensional arrays.
|
|
12473
12473
|
* """
|
|
12474
12474
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -12478,7 +12478,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
12478
12478
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
12479
12479
|
goto __pyx_L0;
|
|
12480
12480
|
|
|
12481
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12481
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":263
|
|
12482
12482
|
*
|
|
12483
12483
|
* @property
|
|
12484
12484
|
* cdef inline npy_intp *shape(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -12491,7 +12491,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
12491
12491
|
return __pyx_r;
|
|
12492
12492
|
}
|
|
12493
12493
|
|
|
12494
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12494
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":271
|
|
12495
12495
|
*
|
|
12496
12496
|
* @property
|
|
12497
12497
|
* cdef inline npy_intp *strides(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -12502,7 +12502,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
12502
12502
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
12503
12503
|
npy_intp *__pyx_r;
|
|
12504
12504
|
|
|
12505
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12505
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":275
|
|
12506
12506
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
12507
12507
|
* """
|
|
12508
12508
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -12512,7 +12512,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
12512
12512
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
12513
12513
|
goto __pyx_L0;
|
|
12514
12514
|
|
|
12515
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12515
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":271
|
|
12516
12516
|
*
|
|
12517
12517
|
* @property
|
|
12518
12518
|
* cdef inline npy_intp *strides(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -12525,7 +12525,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
12525
12525
|
return __pyx_r;
|
|
12526
12526
|
}
|
|
12527
12527
|
|
|
12528
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12528
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":278
|
|
12529
12529
|
*
|
|
12530
12530
|
* @property
|
|
12531
12531
|
* cdef inline npy_intp size(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -12536,7 +12536,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
12536
12536
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
12537
12537
|
npy_intp __pyx_r;
|
|
12538
12538
|
|
|
12539
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12539
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":281
|
|
12540
12540
|
* """Returns the total size (in number of elements) of the array.
|
|
12541
12541
|
* """
|
|
12542
12542
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -12546,7 +12546,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
12546
12546
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
12547
12547
|
goto __pyx_L0;
|
|
12548
12548
|
|
|
12549
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12549
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":278
|
|
12550
12550
|
*
|
|
12551
12551
|
* @property
|
|
12552
12552
|
* cdef inline npy_intp size(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -12559,7 +12559,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
12559
12559
|
return __pyx_r;
|
|
12560
12560
|
}
|
|
12561
12561
|
|
|
12562
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12562
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":284
|
|
12563
12563
|
*
|
|
12564
12564
|
* @property
|
|
12565
12565
|
* cdef inline char* data(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -12570,7 +12570,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
12570
12570
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
12571
12571
|
char *__pyx_r;
|
|
12572
12572
|
|
|
12573
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12573
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":290
|
|
12574
12574
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
12575
12575
|
* """
|
|
12576
12576
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -12580,7 +12580,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
12580
12580
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
12581
12581
|
goto __pyx_L0;
|
|
12582
12582
|
|
|
12583
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12583
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":284
|
|
12584
12584
|
*
|
|
12585
12585
|
* @property
|
|
12586
12586
|
* cdef inline char* data(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -12593,7 +12593,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
12593
12593
|
return __pyx_r;
|
|
12594
12594
|
}
|
|
12595
12595
|
|
|
12596
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12596
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":773
|
|
12597
12597
|
* ctypedef npy_cdouble complex_t
|
|
12598
12598
|
*
|
|
12599
12599
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -12610,7 +12610,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
12610
12610
|
int __pyx_clineno = 0;
|
|
12611
12611
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 1);
|
|
12612
12612
|
|
|
12613
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12613
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":774
|
|
12614
12614
|
*
|
|
12615
12615
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
12616
12616
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -12624,7 +12624,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
12624
12624
|
__pyx_t_1 = 0;
|
|
12625
12625
|
goto __pyx_L0;
|
|
12626
12626
|
|
|
12627
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12627
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":773
|
|
12628
12628
|
* ctypedef npy_cdouble complex_t
|
|
12629
12629
|
*
|
|
12630
12630
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -12643,7 +12643,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
12643
12643
|
return __pyx_r;
|
|
12644
12644
|
}
|
|
12645
12645
|
|
|
12646
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12646
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":776
|
|
12647
12647
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
12648
12648
|
*
|
|
12649
12649
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -12660,7 +12660,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
12660
12660
|
int __pyx_clineno = 0;
|
|
12661
12661
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 1);
|
|
12662
12662
|
|
|
12663
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12663
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":777
|
|
12664
12664
|
*
|
|
12665
12665
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
12666
12666
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -12674,7 +12674,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
12674
12674
|
__pyx_t_1 = 0;
|
|
12675
12675
|
goto __pyx_L0;
|
|
12676
12676
|
|
|
12677
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12677
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":776
|
|
12678
12678
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
12679
12679
|
*
|
|
12680
12680
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -12693,7 +12693,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
12693
12693
|
return __pyx_r;
|
|
12694
12694
|
}
|
|
12695
12695
|
|
|
12696
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12696
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":779
|
|
12697
12697
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
12698
12698
|
*
|
|
12699
12699
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -12710,7 +12710,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
12710
12710
|
int __pyx_clineno = 0;
|
|
12711
12711
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 1);
|
|
12712
12712
|
|
|
12713
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12713
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":780
|
|
12714
12714
|
*
|
|
12715
12715
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
12716
12716
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -12724,7 +12724,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
12724
12724
|
__pyx_t_1 = 0;
|
|
12725
12725
|
goto __pyx_L0;
|
|
12726
12726
|
|
|
12727
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12727
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":779
|
|
12728
12728
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
12729
12729
|
*
|
|
12730
12730
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -12743,7 +12743,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
12743
12743
|
return __pyx_r;
|
|
12744
12744
|
}
|
|
12745
12745
|
|
|
12746
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12746
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":782
|
|
12747
12747
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
12748
12748
|
*
|
|
12749
12749
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -12760,7 +12760,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
12760
12760
|
int __pyx_clineno = 0;
|
|
12761
12761
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 1);
|
|
12762
12762
|
|
|
12763
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12763
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":783
|
|
12764
12764
|
*
|
|
12765
12765
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
12766
12766
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -12774,7 +12774,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
12774
12774
|
__pyx_t_1 = 0;
|
|
12775
12775
|
goto __pyx_L0;
|
|
12776
12776
|
|
|
12777
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12777
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":782
|
|
12778
12778
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
12779
12779
|
*
|
|
12780
12780
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -12793,7 +12793,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
12793
12793
|
return __pyx_r;
|
|
12794
12794
|
}
|
|
12795
12795
|
|
|
12796
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12796
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":785
|
|
12797
12797
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
12798
12798
|
*
|
|
12799
12799
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -12810,7 +12810,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
12810
12810
|
int __pyx_clineno = 0;
|
|
12811
12811
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 1);
|
|
12812
12812
|
|
|
12813
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12813
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":786
|
|
12814
12814
|
*
|
|
12815
12815
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
12816
12816
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -12824,7 +12824,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
12824
12824
|
__pyx_t_1 = 0;
|
|
12825
12825
|
goto __pyx_L0;
|
|
12826
12826
|
|
|
12827
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12827
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":785
|
|
12828
12828
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
12829
12829
|
*
|
|
12830
12830
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -12843,7 +12843,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
12843
12843
|
return __pyx_r;
|
|
12844
12844
|
}
|
|
12845
12845
|
|
|
12846
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12846
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":788
|
|
12847
12847
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
12848
12848
|
*
|
|
12849
12849
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -12857,7 +12857,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
12857
12857
|
int __pyx_t_1;
|
|
12858
12858
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 1);
|
|
12859
12859
|
|
|
12860
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12860
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":789
|
|
12861
12861
|
*
|
|
12862
12862
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
12863
12863
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -12867,7 +12867,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
12867
12867
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
12868
12868
|
if (__pyx_t_1) {
|
|
12869
12869
|
|
|
12870
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12870
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":790
|
|
12871
12871
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
12872
12872
|
* if PyDataType_HASSUBARRAY(d):
|
|
12873
12873
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -12879,7 +12879,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
12879
12879
|
__pyx_r = ((PyObject*)__pyx_v_d->subarray->shape);
|
|
12880
12880
|
goto __pyx_L0;
|
|
12881
12881
|
|
|
12882
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12882
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":789
|
|
12883
12883
|
*
|
|
12884
12884
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
12885
12885
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -12888,7 +12888,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
12888
12888
|
*/
|
|
12889
12889
|
}
|
|
12890
12890
|
|
|
12891
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12891
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":792
|
|
12892
12892
|
* return <tuple>d.subarray.shape
|
|
12893
12893
|
* else:
|
|
12894
12894
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -12902,7 +12902,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
12902
12902
|
goto __pyx_L0;
|
|
12903
12903
|
}
|
|
12904
12904
|
|
|
12905
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12905
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":788
|
|
12906
12906
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
12907
12907
|
*
|
|
12908
12908
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -12917,7 +12917,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
12917
12917
|
return __pyx_r;
|
|
12918
12918
|
}
|
|
12919
12919
|
|
|
12920
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12920
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":967
|
|
12921
12921
|
* int _import_umath() except -1
|
|
12922
12922
|
*
|
|
12923
12923
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -12931,7 +12931,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
12931
12931
|
const char *__pyx_filename = NULL;
|
|
12932
12932
|
int __pyx_clineno = 0;
|
|
12933
12933
|
|
|
12934
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12934
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":968
|
|
12935
12935
|
*
|
|
12936
12936
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
12937
12937
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -12940,7 +12940,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
12940
12940
|
*/
|
|
12941
12941
|
Py_INCREF(__pyx_v_base);
|
|
12942
12942
|
|
|
12943
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12943
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":969
|
|
12944
12944
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
12945
12945
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
12946
12946
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
@@ -12949,7 +12949,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
12949
12949
|
*/
|
|
12950
12950
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(4, 969, __pyx_L1_error)
|
|
12951
12951
|
|
|
12952
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12952
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":967
|
|
12953
12953
|
* int _import_umath() except -1
|
|
12954
12954
|
*
|
|
12955
12955
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -12964,7 +12964,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
12964
12964
|
__pyx_L0:;
|
|
12965
12965
|
}
|
|
12966
12966
|
|
|
12967
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12967
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":971
|
|
12968
12968
|
* PyArray_SetBaseObject(arr, base)
|
|
12969
12969
|
*
|
|
12970
12970
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -12979,7 +12979,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
12979
12979
|
int __pyx_t_1;
|
|
12980
12980
|
__Pyx_RefNannySetupContext("get_array_base", 1);
|
|
12981
12981
|
|
|
12982
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12982
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":972
|
|
12983
12983
|
*
|
|
12984
12984
|
* cdef inline object get_array_base(ndarray arr):
|
|
12985
12985
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -12988,7 +12988,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
12988
12988
|
*/
|
|
12989
12989
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
12990
12990
|
|
|
12991
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
12991
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":973
|
|
12992
12992
|
* cdef inline object get_array_base(ndarray arr):
|
|
12993
12993
|
* base = PyArray_BASE(arr)
|
|
12994
12994
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -12998,7 +12998,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
12998
12998
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
12999
12999
|
if (__pyx_t_1) {
|
|
13000
13000
|
|
|
13001
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13001
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":974
|
|
13002
13002
|
* base = PyArray_BASE(arr)
|
|
13003
13003
|
* if base is NULL:
|
|
13004
13004
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -13009,7 +13009,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
13009
13009
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
13010
13010
|
goto __pyx_L0;
|
|
13011
13011
|
|
|
13012
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13012
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":973
|
|
13013
13013
|
* cdef inline object get_array_base(ndarray arr):
|
|
13014
13014
|
* base = PyArray_BASE(arr)
|
|
13015
13015
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -13018,7 +13018,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
13018
13018
|
*/
|
|
13019
13019
|
}
|
|
13020
13020
|
|
|
13021
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13021
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":975
|
|
13022
13022
|
* if base is NULL:
|
|
13023
13023
|
* return None
|
|
13024
13024
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -13030,7 +13030,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
13030
13030
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
13031
13031
|
goto __pyx_L0;
|
|
13032
13032
|
|
|
13033
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13033
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":971
|
|
13034
13034
|
* PyArray_SetBaseObject(arr, base)
|
|
13035
13035
|
*
|
|
13036
13036
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -13045,7 +13045,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
13045
13045
|
return __pyx_r;
|
|
13046
13046
|
}
|
|
13047
13047
|
|
|
13048
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13048
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":979
|
|
13049
13049
|
* # Versions of the import_* functions which are more suitable for
|
|
13050
13050
|
* # Cython code.
|
|
13051
13051
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -13069,7 +13069,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
13069
13069
|
int __pyx_clineno = 0;
|
|
13070
13070
|
__Pyx_RefNannySetupContext("import_array", 1);
|
|
13071
13071
|
|
|
13072
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13072
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":980
|
|
13073
13073
|
* # Cython code.
|
|
13074
13074
|
* cdef inline int import_array() except -1:
|
|
13075
13075
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -13085,7 +13085,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
13085
13085
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
13086
13086
|
/*try:*/ {
|
|
13087
13087
|
|
|
13088
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13088
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":981
|
|
13089
13089
|
* cdef inline int import_array() except -1:
|
|
13090
13090
|
* try:
|
|
13091
13091
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
@@ -13094,7 +13094,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
13094
13094
|
*/
|
|
13095
13095
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(4, 981, __pyx_L3_error)
|
|
13096
13096
|
|
|
13097
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13097
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":980
|
|
13098
13098
|
* # Cython code.
|
|
13099
13099
|
* cdef inline int import_array() except -1:
|
|
13100
13100
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -13108,7 +13108,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
13108
13108
|
goto __pyx_L8_try_end;
|
|
13109
13109
|
__pyx_L3_error:;
|
|
13110
13110
|
|
|
13111
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13111
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":982
|
|
13112
13112
|
* try:
|
|
13113
13113
|
* __pyx_import_array()
|
|
13114
13114
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -13123,7 +13123,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
13123
13123
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
13124
13124
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
13125
13125
|
|
|
13126
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13126
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":983
|
|
13127
13127
|
* __pyx_import_array()
|
|
13128
13128
|
* except Exception:
|
|
13129
13129
|
* raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -13138,7 +13138,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
13138
13138
|
}
|
|
13139
13139
|
goto __pyx_L5_except_error;
|
|
13140
13140
|
|
|
13141
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13141
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":980
|
|
13142
13142
|
* # Cython code.
|
|
13143
13143
|
* cdef inline int import_array() except -1:
|
|
13144
13144
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -13154,7 +13154,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
13154
13154
|
__pyx_L8_try_end:;
|
|
13155
13155
|
}
|
|
13156
13156
|
|
|
13157
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13157
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":979
|
|
13158
13158
|
* # Versions of the import_* functions which are more suitable for
|
|
13159
13159
|
* # Cython code.
|
|
13160
13160
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -13177,7 +13177,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
13177
13177
|
return __pyx_r;
|
|
13178
13178
|
}
|
|
13179
13179
|
|
|
13180
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13180
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":985
|
|
13181
13181
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
13182
13182
|
*
|
|
13183
13183
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -13201,7 +13201,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
13201
13201
|
int __pyx_clineno = 0;
|
|
13202
13202
|
__Pyx_RefNannySetupContext("import_umath", 1);
|
|
13203
13203
|
|
|
13204
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13204
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":986
|
|
13205
13205
|
*
|
|
13206
13206
|
* cdef inline int import_umath() except -1:
|
|
13207
13207
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -13217,7 +13217,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
13217
13217
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
13218
13218
|
/*try:*/ {
|
|
13219
13219
|
|
|
13220
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13220
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":987
|
|
13221
13221
|
* cdef inline int import_umath() except -1:
|
|
13222
13222
|
* try:
|
|
13223
13223
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -13226,7 +13226,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
13226
13226
|
*/
|
|
13227
13227
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(4, 987, __pyx_L3_error)
|
|
13228
13228
|
|
|
13229
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13229
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":986
|
|
13230
13230
|
*
|
|
13231
13231
|
* cdef inline int import_umath() except -1:
|
|
13232
13232
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -13240,7 +13240,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
13240
13240
|
goto __pyx_L8_try_end;
|
|
13241
13241
|
__pyx_L3_error:;
|
|
13242
13242
|
|
|
13243
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13243
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":988
|
|
13244
13244
|
* try:
|
|
13245
13245
|
* _import_umath()
|
|
13246
13246
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -13255,7 +13255,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
13255
13255
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
13256
13256
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
13257
13257
|
|
|
13258
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13258
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":989
|
|
13259
13259
|
* _import_umath()
|
|
13260
13260
|
* except Exception:
|
|
13261
13261
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -13270,7 +13270,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
13270
13270
|
}
|
|
13271
13271
|
goto __pyx_L5_except_error;
|
|
13272
13272
|
|
|
13273
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13273
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":986
|
|
13274
13274
|
*
|
|
13275
13275
|
* cdef inline int import_umath() except -1:
|
|
13276
13276
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -13286,7 +13286,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
13286
13286
|
__pyx_L8_try_end:;
|
|
13287
13287
|
}
|
|
13288
13288
|
|
|
13289
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13289
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":985
|
|
13290
13290
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
13291
13291
|
*
|
|
13292
13292
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -13309,7 +13309,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
13309
13309
|
return __pyx_r;
|
|
13310
13310
|
}
|
|
13311
13311
|
|
|
13312
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13312
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":991
|
|
13313
13313
|
* raise ImportError("numpy.core.umath failed to import")
|
|
13314
13314
|
*
|
|
13315
13315
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -13333,7 +13333,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
13333
13333
|
int __pyx_clineno = 0;
|
|
13334
13334
|
__Pyx_RefNannySetupContext("import_ufunc", 1);
|
|
13335
13335
|
|
|
13336
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13336
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":992
|
|
13337
13337
|
*
|
|
13338
13338
|
* cdef inline int import_ufunc() except -1:
|
|
13339
13339
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -13349,7 +13349,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
13349
13349
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
13350
13350
|
/*try:*/ {
|
|
13351
13351
|
|
|
13352
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13352
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":993
|
|
13353
13353
|
* cdef inline int import_ufunc() except -1:
|
|
13354
13354
|
* try:
|
|
13355
13355
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -13358,7 +13358,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
13358
13358
|
*/
|
|
13359
13359
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(4, 993, __pyx_L3_error)
|
|
13360
13360
|
|
|
13361
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13361
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":992
|
|
13362
13362
|
*
|
|
13363
13363
|
* cdef inline int import_ufunc() except -1:
|
|
13364
13364
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -13372,7 +13372,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
13372
13372
|
goto __pyx_L8_try_end;
|
|
13373
13373
|
__pyx_L3_error:;
|
|
13374
13374
|
|
|
13375
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13375
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":994
|
|
13376
13376
|
* try:
|
|
13377
13377
|
* _import_umath()
|
|
13378
13378
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -13387,7 +13387,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
13387
13387
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
13388
13388
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
13389
13389
|
|
|
13390
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13390
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":995
|
|
13391
13391
|
* _import_umath()
|
|
13392
13392
|
* except Exception:
|
|
13393
13393
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -13402,7 +13402,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
13402
13402
|
}
|
|
13403
13403
|
goto __pyx_L5_except_error;
|
|
13404
13404
|
|
|
13405
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13405
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":992
|
|
13406
13406
|
*
|
|
13407
13407
|
* cdef inline int import_ufunc() except -1:
|
|
13408
13408
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -13418,7 +13418,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
13418
13418
|
__pyx_L8_try_end:;
|
|
13419
13419
|
}
|
|
13420
13420
|
|
|
13421
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13421
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":991
|
|
13422
13422
|
* raise ImportError("numpy.core.umath failed to import")
|
|
13423
13423
|
*
|
|
13424
13424
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -13441,7 +13441,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
13441
13441
|
return __pyx_r;
|
|
13442
13442
|
}
|
|
13443
13443
|
|
|
13444
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13444
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":998
|
|
13445
13445
|
*
|
|
13446
13446
|
*
|
|
13447
13447
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -13452,7 +13452,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
13452
13452
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
13453
13453
|
int __pyx_r;
|
|
13454
13454
|
|
|
13455
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13455
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1010
|
|
13456
13456
|
* bool
|
|
13457
13457
|
* """
|
|
13458
13458
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -13462,7 +13462,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
13462
13462
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
13463
13463
|
goto __pyx_L0;
|
|
13464
13464
|
|
|
13465
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13465
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":998
|
|
13466
13466
|
*
|
|
13467
13467
|
*
|
|
13468
13468
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -13475,7 +13475,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
13475
13475
|
return __pyx_r;
|
|
13476
13476
|
}
|
|
13477
13477
|
|
|
13478
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13478
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1013
|
|
13479
13479
|
*
|
|
13480
13480
|
*
|
|
13481
13481
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -13486,7 +13486,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
13486
13486
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
13487
13487
|
int __pyx_r;
|
|
13488
13488
|
|
|
13489
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13489
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1025
|
|
13490
13490
|
* bool
|
|
13491
13491
|
* """
|
|
13492
13492
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -13496,7 +13496,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
13496
13496
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
13497
13497
|
goto __pyx_L0;
|
|
13498
13498
|
|
|
13499
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13499
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1013
|
|
13500
13500
|
*
|
|
13501
13501
|
*
|
|
13502
13502
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -13509,7 +13509,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
13509
13509
|
return __pyx_r;
|
|
13510
13510
|
}
|
|
13511
13511
|
|
|
13512
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13512
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1028
|
|
13513
13513
|
*
|
|
13514
13514
|
*
|
|
13515
13515
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -13520,7 +13520,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
13520
13520
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
13521
13521
|
npy_datetime __pyx_r;
|
|
13522
13522
|
|
|
13523
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13523
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1035
|
|
13524
13524
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
13525
13525
|
* """
|
|
13526
13526
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -13530,7 +13530,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
13530
13530
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
13531
13531
|
goto __pyx_L0;
|
|
13532
13532
|
|
|
13533
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13533
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1028
|
|
13534
13534
|
*
|
|
13535
13535
|
*
|
|
13536
13536
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -13543,7 +13543,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
13543
13543
|
return __pyx_r;
|
|
13544
13544
|
}
|
|
13545
13545
|
|
|
13546
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13546
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1038
|
|
13547
13547
|
*
|
|
13548
13548
|
*
|
|
13549
13549
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -13554,7 +13554,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
13554
13554
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
13555
13555
|
npy_timedelta __pyx_r;
|
|
13556
13556
|
|
|
13557
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13557
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1042
|
|
13558
13558
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
13559
13559
|
* """
|
|
13560
13560
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -13564,7 +13564,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
13564
13564
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
13565
13565
|
goto __pyx_L0;
|
|
13566
13566
|
|
|
13567
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13567
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1038
|
|
13568
13568
|
*
|
|
13569
13569
|
*
|
|
13570
13570
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -13577,7 +13577,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
13577
13577
|
return __pyx_r;
|
|
13578
13578
|
}
|
|
13579
13579
|
|
|
13580
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13580
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1045
|
|
13581
13581
|
*
|
|
13582
13582
|
*
|
|
13583
13583
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -13588,7 +13588,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
13588
13588
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
13589
13589
|
NPY_DATETIMEUNIT __pyx_r;
|
|
13590
13590
|
|
|
13591
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13591
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1049
|
|
13592
13592
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
13593
13593
|
* """
|
|
13594
13594
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -13596,7 +13596,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
13596
13596
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
13597
13597
|
goto __pyx_L0;
|
|
13598
13598
|
|
|
13599
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
13599
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1045
|
|
13600
13600
|
*
|
|
13601
13601
|
*
|
|
13602
13602
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -68386,7 +68386,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
68386
68386
|
__Pyx_GOTREF(__pyx_tuple__8);
|
|
68387
68387
|
__Pyx_GIVEREF(__pyx_tuple__8);
|
|
68388
68388
|
|
|
68389
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
68389
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":983
|
|
68390
68390
|
* __pyx_import_array()
|
|
68391
68391
|
* except Exception:
|
|
68392
68392
|
* raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -68397,7 +68397,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
68397
68397
|
__Pyx_GOTREF(__pyx_tuple__9);
|
|
68398
68398
|
__Pyx_GIVEREF(__pyx_tuple__9);
|
|
68399
68399
|
|
|
68400
|
-
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-
|
|
68400
|
+
/* "../../../../../private/var/folders/3s/vfzpb5r51gs6y328rmlgzm7c0000gn/T/pip-build-env-6tgfy__8/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":989
|
|
68401
68401
|
* _import_umath()
|
|
68402
68402
|
* except Exception:
|
|
68403
68403
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|