biotite 0.40.0__cp312-cp312-macosx_11_0_arm64.whl → 0.41.0__cp312-cp312-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of biotite might be problematic. Click here for more details.
- biotite/__init__.py +1 -1
- biotite/database/pubchem/download.py +23 -23
- biotite/database/pubchem/query.py +7 -7
- biotite/file.py +17 -9
- biotite/sequence/align/banded.c +117 -117
- biotite/sequence/align/banded.cpython-312-darwin.so +0 -0
- biotite/sequence/align/cigar.py +60 -15
- biotite/sequence/align/kmeralphabet.c +117 -117
- biotite/sequence/align/kmeralphabet.cpython-312-darwin.so +0 -0
- biotite/sequence/align/kmersimilarity.c +117 -117
- biotite/sequence/align/kmersimilarity.cpython-312-darwin.so +0 -0
- biotite/sequence/align/kmertable.cpp +117 -117
- biotite/sequence/align/kmertable.cpython-312-darwin.so +0 -0
- biotite/sequence/align/localgapped.c +117 -117
- biotite/sequence/align/localgapped.cpython-312-darwin.so +0 -0
- biotite/sequence/align/localungapped.c +117 -117
- biotite/sequence/align/localungapped.cpython-312-darwin.so +0 -0
- biotite/sequence/align/multiple.c +117 -117
- biotite/sequence/align/multiple.cpython-312-darwin.so +0 -0
- biotite/sequence/align/pairwise.c +117 -117
- biotite/sequence/align/pairwise.cpython-312-darwin.so +0 -0
- biotite/sequence/align/permutation.c +117 -117
- biotite/sequence/align/permutation.cpython-312-darwin.so +0 -0
- biotite/sequence/align/selector.c +117 -117
- biotite/sequence/align/selector.cpython-312-darwin.so +0 -0
- biotite/sequence/align/tracetable.c +117 -117
- biotite/sequence/align/tracetable.cpython-312-darwin.so +0 -0
- biotite/sequence/annotation.py +2 -2
- biotite/sequence/codec.c +117 -117
- biotite/sequence/codec.cpython-312-darwin.so +0 -0
- biotite/sequence/io/fasta/convert.py +27 -24
- biotite/sequence/phylo/nj.c +117 -117
- biotite/sequence/phylo/nj.cpython-312-darwin.so +0 -0
- biotite/sequence/phylo/tree.c +117 -117
- biotite/sequence/phylo/tree.cpython-312-darwin.so +0 -0
- biotite/sequence/phylo/upgma.c +117 -117
- biotite/sequence/phylo/upgma.cpython-312-darwin.so +0 -0
- biotite/structure/__init__.py +2 -0
- biotite/structure/bonds.c +1122 -913
- biotite/structure/bonds.cpython-312-darwin.so +0 -0
- biotite/structure/celllist.c +117 -117
- biotite/structure/celllist.cpython-312-darwin.so +0 -0
- biotite/structure/charges.c +117 -117
- biotite/structure/charges.cpython-312-darwin.so +0 -0
- biotite/structure/dotbracket.py +2 -0
- biotite/structure/info/atoms.py +6 -1
- biotite/structure/info/bonds.py +1 -1
- biotite/structure/info/ccd/amino_acids.txt +17 -0
- biotite/structure/info/ccd/carbohydrates.txt +2 -0
- biotite/structure/info/ccd/components.bcif +0 -0
- biotite/structure/info/ccd/nucleotides.txt +1 -0
- biotite/structure/info/misc.py +69 -5
- biotite/structure/integrity.py +19 -70
- biotite/structure/io/ctab.py +12 -106
- biotite/structure/io/general.py +157 -165
- biotite/structure/io/gro/file.py +16 -16
- biotite/structure/io/mmtf/convertarray.c +117 -117
- biotite/structure/io/mmtf/convertarray.cpython-312-darwin.so +0 -0
- biotite/structure/io/mmtf/convertfile.c +117 -117
- biotite/structure/io/mmtf/convertfile.cpython-312-darwin.so +0 -0
- biotite/structure/io/mmtf/decode.c +117 -117
- biotite/structure/io/mmtf/decode.cpython-312-darwin.so +0 -0
- biotite/structure/io/mmtf/encode.c +117 -117
- biotite/structure/io/mmtf/encode.cpython-312-darwin.so +0 -0
- biotite/structure/io/mol/__init__.py +4 -2
- biotite/structure/io/mol/convert.py +71 -7
- biotite/structure/io/mol/ctab.py +414 -0
- biotite/structure/io/mol/header.py +116 -0
- biotite/structure/io/mol/{file.py → mol.py} +69 -82
- biotite/structure/io/mol/sdf.py +909 -0
- biotite/structure/io/pdb/file.py +84 -31
- biotite/structure/io/pdb/hybrid36.cpython-312-darwin.so +0 -0
- biotite/structure/io/pdbx/__init__.py +0 -1
- biotite/structure/io/pdbx/bcif.py +2 -3
- biotite/structure/io/pdbx/cif.py +9 -5
- biotite/structure/io/pdbx/component.py +4 -1
- biotite/structure/io/pdbx/convert.py +203 -79
- biotite/structure/io/pdbx/encoding.c +117 -117
- biotite/structure/io/pdbx/encoding.cpython-312-darwin.so +0 -0
- biotite/structure/repair.py +253 -0
- biotite/structure/sasa.c +117 -117
- biotite/structure/sasa.cpython-312-darwin.so +0 -0
- biotite/structure/sequence.py +112 -0
- biotite/structure/superimpose.py +472 -13
- {biotite-0.40.0.dist-info → biotite-0.41.0.dist-info}/METADATA +2 -2
- {biotite-0.40.0.dist-info → biotite-0.41.0.dist-info}/RECORD +89 -85
- biotite/structure/io/pdbx/error.py +0 -14
- {biotite-0.40.0.dist-info → biotite-0.41.0.dist-info}/LICENSE.rst +0 -0
- {biotite-0.40.0.dist-info → biotite-0.41.0.dist-info}/WHEEL +0 -0
- {biotite-0.40.0.dist-info → biotite-0.41.0.dist-info}/top_level.txt +0 -0
biotite/structure/celllist.c
CHANGED
|
@@ -1663,7 +1663,7 @@ typedef struct {
|
|
|
1663
1663
|
|
|
1664
1664
|
/* #### Code section: numeric_typedefs ### */
|
|
1665
1665
|
|
|
1666
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1666
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":730
|
|
1667
1667
|
* # in Cython to enable them only on the right systems.
|
|
1668
1668
|
*
|
|
1669
1669
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
|
@@ -1672,7 +1672,7 @@ typedef struct {
|
|
|
1672
1672
|
*/
|
|
1673
1673
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1674
1674
|
|
|
1675
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1675
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":731
|
|
1676
1676
|
*
|
|
1677
1677
|
* ctypedef npy_int8 int8_t
|
|
1678
1678
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
|
@@ -1681,7 +1681,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
|
1681
1681
|
*/
|
|
1682
1682
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1683
1683
|
|
|
1684
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1684
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":732
|
|
1685
1685
|
* ctypedef npy_int8 int8_t
|
|
1686
1686
|
* ctypedef npy_int16 int16_t
|
|
1687
1687
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
|
@@ -1690,7 +1690,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
|
1690
1690
|
*/
|
|
1691
1691
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1692
1692
|
|
|
1693
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1693
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":733
|
|
1694
1694
|
* ctypedef npy_int16 int16_t
|
|
1695
1695
|
* ctypedef npy_int32 int32_t
|
|
1696
1696
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
|
@@ -1699,7 +1699,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
|
1699
1699
|
*/
|
|
1700
1700
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1701
1701
|
|
|
1702
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1702
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":737
|
|
1703
1703
|
* #ctypedef npy_int128 int128_t
|
|
1704
1704
|
*
|
|
1705
1705
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
|
@@ -1708,7 +1708,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
|
1708
1708
|
*/
|
|
1709
1709
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1710
1710
|
|
|
1711
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1711
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":738
|
|
1712
1712
|
*
|
|
1713
1713
|
* ctypedef npy_uint8 uint8_t
|
|
1714
1714
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
|
@@ -1717,7 +1717,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
|
1717
1717
|
*/
|
|
1718
1718
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1719
1719
|
|
|
1720
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1720
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":739
|
|
1721
1721
|
* ctypedef npy_uint8 uint8_t
|
|
1722
1722
|
* ctypedef npy_uint16 uint16_t
|
|
1723
1723
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
|
@@ -1726,7 +1726,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
|
1726
1726
|
*/
|
|
1727
1727
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1728
1728
|
|
|
1729
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1729
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":740
|
|
1730
1730
|
* ctypedef npy_uint16 uint16_t
|
|
1731
1731
|
* ctypedef npy_uint32 uint32_t
|
|
1732
1732
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
|
@@ -1735,7 +1735,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
|
1735
1735
|
*/
|
|
1736
1736
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1737
1737
|
|
|
1738
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1738
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":744
|
|
1739
1739
|
* #ctypedef npy_uint128 uint128_t
|
|
1740
1740
|
*
|
|
1741
1741
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
|
@@ -1744,7 +1744,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
|
1744
1744
|
*/
|
|
1745
1745
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1746
1746
|
|
|
1747
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1747
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":745
|
|
1748
1748
|
*
|
|
1749
1749
|
* ctypedef npy_float32 float32_t
|
|
1750
1750
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
|
@@ -1753,7 +1753,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
|
1753
1753
|
*/
|
|
1754
1754
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1755
1755
|
|
|
1756
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1756
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":754
|
|
1757
1757
|
* # The int types are mapped a bit surprising --
|
|
1758
1758
|
* # numpy.int corresponds to 'l' and numpy.long to 'q'
|
|
1759
1759
|
* ctypedef npy_long int_t # <<<<<<<<<<<<<<
|
|
@@ -1762,7 +1762,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
|
1762
1762
|
*/
|
|
1763
1763
|
typedef npy_long __pyx_t_5numpy_int_t;
|
|
1764
1764
|
|
|
1765
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1765
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":755
|
|
1766
1766
|
* # numpy.int corresponds to 'l' and numpy.long to 'q'
|
|
1767
1767
|
* ctypedef npy_long int_t
|
|
1768
1768
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
|
@@ -1771,7 +1771,7 @@ typedef npy_long __pyx_t_5numpy_int_t;
|
|
|
1771
1771
|
*/
|
|
1772
1772
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1773
1773
|
|
|
1774
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1774
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":757
|
|
1775
1775
|
* ctypedef npy_longlong longlong_t
|
|
1776
1776
|
*
|
|
1777
1777
|
* ctypedef npy_ulong uint_t # <<<<<<<<<<<<<<
|
|
@@ -1780,7 +1780,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
|
1780
1780
|
*/
|
|
1781
1781
|
typedef npy_ulong __pyx_t_5numpy_uint_t;
|
|
1782
1782
|
|
|
1783
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1783
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":758
|
|
1784
1784
|
*
|
|
1785
1785
|
* ctypedef npy_ulong uint_t
|
|
1786
1786
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
|
@@ -1789,7 +1789,7 @@ typedef npy_ulong __pyx_t_5numpy_uint_t;
|
|
|
1789
1789
|
*/
|
|
1790
1790
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1791
1791
|
|
|
1792
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1792
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":760
|
|
1793
1793
|
* ctypedef npy_ulonglong ulonglong_t
|
|
1794
1794
|
*
|
|
1795
1795
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
|
@@ -1798,7 +1798,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
|
1798
1798
|
*/
|
|
1799
1799
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1800
1800
|
|
|
1801
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1801
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":761
|
|
1802
1802
|
*
|
|
1803
1803
|
* ctypedef npy_intp intp_t
|
|
1804
1804
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
|
@@ -1807,7 +1807,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
|
1807
1807
|
*/
|
|
1808
1808
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1809
1809
|
|
|
1810
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1810
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":763
|
|
1811
1811
|
* ctypedef npy_uintp uintp_t
|
|
1812
1812
|
*
|
|
1813
1813
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
|
@@ -1816,7 +1816,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
|
1816
1816
|
*/
|
|
1817
1817
|
typedef npy_double __pyx_t_5numpy_float_t;
|
|
1818
1818
|
|
|
1819
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1819
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":764
|
|
1820
1820
|
*
|
|
1821
1821
|
* ctypedef npy_double float_t
|
|
1822
1822
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
|
@@ -1825,7 +1825,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
|
1825
1825
|
*/
|
|
1826
1826
|
typedef npy_double __pyx_t_5numpy_double_t;
|
|
1827
1827
|
|
|
1828
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1828
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":765
|
|
1829
1829
|
* ctypedef npy_double float_t
|
|
1830
1830
|
* ctypedef npy_double double_t
|
|
1831
1831
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1894,7 +1894,7 @@ struct __pyx_MemviewEnum_obj;
|
|
|
1894
1894
|
struct __pyx_memoryview_obj;
|
|
1895
1895
|
struct __pyx_memoryviewslice_obj;
|
|
1896
1896
|
|
|
1897
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1897
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":767
|
|
1898
1898
|
* ctypedef npy_longdouble longdouble_t
|
|
1899
1899
|
*
|
|
1900
1900
|
* ctypedef npy_cfloat cfloat_t # <<<<<<<<<<<<<<
|
|
@@ -1903,7 +1903,7 @@ struct __pyx_memoryviewslice_obj;
|
|
|
1903
1903
|
*/
|
|
1904
1904
|
typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
1905
1905
|
|
|
1906
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1906
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":768
|
|
1907
1907
|
*
|
|
1908
1908
|
* ctypedef npy_cfloat cfloat_t
|
|
1909
1909
|
* ctypedef npy_cdouble cdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1912,7 +1912,7 @@ typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
|
1912
1912
|
*/
|
|
1913
1913
|
typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
1914
1914
|
|
|
1915
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1915
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":769
|
|
1916
1916
|
* ctypedef npy_cfloat cfloat_t
|
|
1917
1917
|
* ctypedef npy_cdouble cdouble_t
|
|
1918
1918
|
* ctypedef npy_clongdouble clongdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1921,7 +1921,7 @@ typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
|
1921
1921
|
*/
|
|
1922
1922
|
typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t;
|
|
1923
1923
|
|
|
1924
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1924
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":771
|
|
1925
1925
|
* ctypedef npy_clongdouble clongdouble_t
|
|
1926
1926
|
*
|
|
1927
1927
|
* ctypedef npy_cdouble complex_t # <<<<<<<<<<<<<<
|
|
@@ -18711,7 +18711,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
|
18711
18711
|
return __pyx_r;
|
|
18712
18712
|
}
|
|
18713
18713
|
|
|
18714
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18714
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":245
|
|
18715
18715
|
*
|
|
18716
18716
|
* @property
|
|
18717
18717
|
* cdef inline PyObject* base(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18722,7 +18722,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
|
18722
18722
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
18723
18723
|
PyObject *__pyx_r;
|
|
18724
18724
|
|
|
18725
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18725
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":248
|
|
18726
18726
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
18727
18727
|
* """
|
|
18728
18728
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -18732,7 +18732,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
18732
18732
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
18733
18733
|
goto __pyx_L0;
|
|
18734
18734
|
|
|
18735
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18735
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":245
|
|
18736
18736
|
*
|
|
18737
18737
|
* @property
|
|
18738
18738
|
* cdef inline PyObject* base(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18745,7 +18745,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
18745
18745
|
return __pyx_r;
|
|
18746
18746
|
}
|
|
18747
18747
|
|
|
18748
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18748
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":251
|
|
18749
18749
|
*
|
|
18750
18750
|
* @property
|
|
18751
18751
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -18759,7 +18759,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
18759
18759
|
PyArray_Descr *__pyx_t_1;
|
|
18760
18760
|
__Pyx_RefNannySetupContext("descr", 1);
|
|
18761
18761
|
|
|
18762
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18762
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":254
|
|
18763
18763
|
* """Returns an owned reference to the dtype of the array.
|
|
18764
18764
|
* """
|
|
18765
18765
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -18772,7 +18772,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
18772
18772
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
18773
18773
|
goto __pyx_L0;
|
|
18774
18774
|
|
|
18775
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18775
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":251
|
|
18776
18776
|
*
|
|
18777
18777
|
* @property
|
|
18778
18778
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -18787,7 +18787,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
18787
18787
|
return __pyx_r;
|
|
18788
18788
|
}
|
|
18789
18789
|
|
|
18790
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18790
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":257
|
|
18791
18791
|
*
|
|
18792
18792
|
* @property
|
|
18793
18793
|
* cdef inline int ndim(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18798,7 +18798,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
18798
18798
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
18799
18799
|
int __pyx_r;
|
|
18800
18800
|
|
|
18801
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18801
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":260
|
|
18802
18802
|
* """Returns the number of dimensions in the array.
|
|
18803
18803
|
* """
|
|
18804
18804
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -18808,7 +18808,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
18808
18808
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
18809
18809
|
goto __pyx_L0;
|
|
18810
18810
|
|
|
18811
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18811
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":257
|
|
18812
18812
|
*
|
|
18813
18813
|
* @property
|
|
18814
18814
|
* cdef inline int ndim(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18821,7 +18821,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
18821
18821
|
return __pyx_r;
|
|
18822
18822
|
}
|
|
18823
18823
|
|
|
18824
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18824
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":263
|
|
18825
18825
|
*
|
|
18826
18826
|
* @property
|
|
18827
18827
|
* cdef inline npy_intp *shape(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18832,7 +18832,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
18832
18832
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
18833
18833
|
npy_intp *__pyx_r;
|
|
18834
18834
|
|
|
18835
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18835
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":268
|
|
18836
18836
|
* Can return NULL for 0-dimensional arrays.
|
|
18837
18837
|
* """
|
|
18838
18838
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -18842,7 +18842,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
18842
18842
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
18843
18843
|
goto __pyx_L0;
|
|
18844
18844
|
|
|
18845
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18845
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":263
|
|
18846
18846
|
*
|
|
18847
18847
|
* @property
|
|
18848
18848
|
* cdef inline npy_intp *shape(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18855,7 +18855,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
18855
18855
|
return __pyx_r;
|
|
18856
18856
|
}
|
|
18857
18857
|
|
|
18858
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18858
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":271
|
|
18859
18859
|
*
|
|
18860
18860
|
* @property
|
|
18861
18861
|
* cdef inline npy_intp *strides(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18866,7 +18866,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
18866
18866
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
18867
18867
|
npy_intp *__pyx_r;
|
|
18868
18868
|
|
|
18869
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18869
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":275
|
|
18870
18870
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
18871
18871
|
* """
|
|
18872
18872
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -18876,7 +18876,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
18876
18876
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
18877
18877
|
goto __pyx_L0;
|
|
18878
18878
|
|
|
18879
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18879
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":271
|
|
18880
18880
|
*
|
|
18881
18881
|
* @property
|
|
18882
18882
|
* cdef inline npy_intp *strides(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18889,7 +18889,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
18889
18889
|
return __pyx_r;
|
|
18890
18890
|
}
|
|
18891
18891
|
|
|
18892
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18892
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":278
|
|
18893
18893
|
*
|
|
18894
18894
|
* @property
|
|
18895
18895
|
* cdef inline npy_intp size(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18900,7 +18900,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
18900
18900
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
18901
18901
|
npy_intp __pyx_r;
|
|
18902
18902
|
|
|
18903
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18903
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":281
|
|
18904
18904
|
* """Returns the total size (in number of elements) of the array.
|
|
18905
18905
|
* """
|
|
18906
18906
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -18910,7 +18910,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
18910
18910
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
18911
18911
|
goto __pyx_L0;
|
|
18912
18912
|
|
|
18913
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18913
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":278
|
|
18914
18914
|
*
|
|
18915
18915
|
* @property
|
|
18916
18916
|
* cdef inline npy_intp size(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18923,7 +18923,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
18923
18923
|
return __pyx_r;
|
|
18924
18924
|
}
|
|
18925
18925
|
|
|
18926
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18926
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":284
|
|
18927
18927
|
*
|
|
18928
18928
|
* @property
|
|
18929
18929
|
* cdef inline char* data(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18934,7 +18934,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
18934
18934
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
18935
18935
|
char *__pyx_r;
|
|
18936
18936
|
|
|
18937
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18937
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":290
|
|
18938
18938
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
18939
18939
|
* """
|
|
18940
18940
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -18944,7 +18944,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
18944
18944
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
18945
18945
|
goto __pyx_L0;
|
|
18946
18946
|
|
|
18947
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18947
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":284
|
|
18948
18948
|
*
|
|
18949
18949
|
* @property
|
|
18950
18950
|
* cdef inline char* data(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18957,7 +18957,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
18957
18957
|
return __pyx_r;
|
|
18958
18958
|
}
|
|
18959
18959
|
|
|
18960
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18960
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":773
|
|
18961
18961
|
* ctypedef npy_cdouble complex_t
|
|
18962
18962
|
*
|
|
18963
18963
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -18974,7 +18974,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
18974
18974
|
int __pyx_clineno = 0;
|
|
18975
18975
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 1);
|
|
18976
18976
|
|
|
18977
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18977
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":774
|
|
18978
18978
|
*
|
|
18979
18979
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
18980
18980
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -18988,7 +18988,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
18988
18988
|
__pyx_t_1 = 0;
|
|
18989
18989
|
goto __pyx_L0;
|
|
18990
18990
|
|
|
18991
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18991
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":773
|
|
18992
18992
|
* ctypedef npy_cdouble complex_t
|
|
18993
18993
|
*
|
|
18994
18994
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -19007,7 +19007,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
19007
19007
|
return __pyx_r;
|
|
19008
19008
|
}
|
|
19009
19009
|
|
|
19010
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19010
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":776
|
|
19011
19011
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
19012
19012
|
*
|
|
19013
19013
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -19024,7 +19024,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
19024
19024
|
int __pyx_clineno = 0;
|
|
19025
19025
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 1);
|
|
19026
19026
|
|
|
19027
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19027
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":777
|
|
19028
19028
|
*
|
|
19029
19029
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
19030
19030
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -19038,7 +19038,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
19038
19038
|
__pyx_t_1 = 0;
|
|
19039
19039
|
goto __pyx_L0;
|
|
19040
19040
|
|
|
19041
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19041
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":776
|
|
19042
19042
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
19043
19043
|
*
|
|
19044
19044
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -19057,7 +19057,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
19057
19057
|
return __pyx_r;
|
|
19058
19058
|
}
|
|
19059
19059
|
|
|
19060
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19060
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":779
|
|
19061
19061
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
19062
19062
|
*
|
|
19063
19063
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -19074,7 +19074,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
19074
19074
|
int __pyx_clineno = 0;
|
|
19075
19075
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 1);
|
|
19076
19076
|
|
|
19077
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19077
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":780
|
|
19078
19078
|
*
|
|
19079
19079
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
19080
19080
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -19088,7 +19088,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
19088
19088
|
__pyx_t_1 = 0;
|
|
19089
19089
|
goto __pyx_L0;
|
|
19090
19090
|
|
|
19091
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19091
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":779
|
|
19092
19092
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
19093
19093
|
*
|
|
19094
19094
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -19107,7 +19107,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
19107
19107
|
return __pyx_r;
|
|
19108
19108
|
}
|
|
19109
19109
|
|
|
19110
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19110
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":782
|
|
19111
19111
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
19112
19112
|
*
|
|
19113
19113
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -19124,7 +19124,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
19124
19124
|
int __pyx_clineno = 0;
|
|
19125
19125
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 1);
|
|
19126
19126
|
|
|
19127
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19127
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":783
|
|
19128
19128
|
*
|
|
19129
19129
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
19130
19130
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -19138,7 +19138,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
19138
19138
|
__pyx_t_1 = 0;
|
|
19139
19139
|
goto __pyx_L0;
|
|
19140
19140
|
|
|
19141
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19141
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":782
|
|
19142
19142
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
19143
19143
|
*
|
|
19144
19144
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -19157,7 +19157,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
19157
19157
|
return __pyx_r;
|
|
19158
19158
|
}
|
|
19159
19159
|
|
|
19160
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19160
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":785
|
|
19161
19161
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
19162
19162
|
*
|
|
19163
19163
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -19174,7 +19174,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
19174
19174
|
int __pyx_clineno = 0;
|
|
19175
19175
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 1);
|
|
19176
19176
|
|
|
19177
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19177
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":786
|
|
19178
19178
|
*
|
|
19179
19179
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
19180
19180
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -19188,7 +19188,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
19188
19188
|
__pyx_t_1 = 0;
|
|
19189
19189
|
goto __pyx_L0;
|
|
19190
19190
|
|
|
19191
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19191
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":785
|
|
19192
19192
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
19193
19193
|
*
|
|
19194
19194
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -19207,7 +19207,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
19207
19207
|
return __pyx_r;
|
|
19208
19208
|
}
|
|
19209
19209
|
|
|
19210
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19210
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":788
|
|
19211
19211
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
19212
19212
|
*
|
|
19213
19213
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -19221,7 +19221,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19221
19221
|
int __pyx_t_1;
|
|
19222
19222
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 1);
|
|
19223
19223
|
|
|
19224
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19224
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":789
|
|
19225
19225
|
*
|
|
19226
19226
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
19227
19227
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -19231,7 +19231,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19231
19231
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
19232
19232
|
if (__pyx_t_1) {
|
|
19233
19233
|
|
|
19234
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19234
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":790
|
|
19235
19235
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
19236
19236
|
* if PyDataType_HASSUBARRAY(d):
|
|
19237
19237
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -19243,7 +19243,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19243
19243
|
__pyx_r = ((PyObject*)__pyx_v_d->subarray->shape);
|
|
19244
19244
|
goto __pyx_L0;
|
|
19245
19245
|
|
|
19246
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19246
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":789
|
|
19247
19247
|
*
|
|
19248
19248
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
19249
19249
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -19252,7 +19252,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19252
19252
|
*/
|
|
19253
19253
|
}
|
|
19254
19254
|
|
|
19255
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19255
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":792
|
|
19256
19256
|
* return <tuple>d.subarray.shape
|
|
19257
19257
|
* else:
|
|
19258
19258
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -19266,7 +19266,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19266
19266
|
goto __pyx_L0;
|
|
19267
19267
|
}
|
|
19268
19268
|
|
|
19269
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19269
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":788
|
|
19270
19270
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
19271
19271
|
*
|
|
19272
19272
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -19281,7 +19281,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19281
19281
|
return __pyx_r;
|
|
19282
19282
|
}
|
|
19283
19283
|
|
|
19284
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19284
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":968
|
|
19285
19285
|
* int _import_umath() except -1
|
|
19286
19286
|
*
|
|
19287
19287
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -19295,7 +19295,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
19295
19295
|
const char *__pyx_filename = NULL;
|
|
19296
19296
|
int __pyx_clineno = 0;
|
|
19297
19297
|
|
|
19298
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19298
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":969
|
|
19299
19299
|
*
|
|
19300
19300
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
19301
19301
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -19304,7 +19304,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
19304
19304
|
*/
|
|
19305
19305
|
Py_INCREF(__pyx_v_base);
|
|
19306
19306
|
|
|
19307
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19307
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":970
|
|
19308
19308
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
19309
19309
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
19310
19310
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
@@ -19313,7 +19313,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
19313
19313
|
*/
|
|
19314
19314
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(2, 970, __pyx_L1_error)
|
|
19315
19315
|
|
|
19316
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19316
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":968
|
|
19317
19317
|
* int _import_umath() except -1
|
|
19318
19318
|
*
|
|
19319
19319
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -19328,7 +19328,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
19328
19328
|
__pyx_L0:;
|
|
19329
19329
|
}
|
|
19330
19330
|
|
|
19331
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19331
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":972
|
|
19332
19332
|
* PyArray_SetBaseObject(arr, base)
|
|
19333
19333
|
*
|
|
19334
19334
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -19343,7 +19343,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19343
19343
|
int __pyx_t_1;
|
|
19344
19344
|
__Pyx_RefNannySetupContext("get_array_base", 1);
|
|
19345
19345
|
|
|
19346
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19346
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":973
|
|
19347
19347
|
*
|
|
19348
19348
|
* cdef inline object get_array_base(ndarray arr):
|
|
19349
19349
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -19352,7 +19352,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19352
19352
|
*/
|
|
19353
19353
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
19354
19354
|
|
|
19355
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19355
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":974
|
|
19356
19356
|
* cdef inline object get_array_base(ndarray arr):
|
|
19357
19357
|
* base = PyArray_BASE(arr)
|
|
19358
19358
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -19362,7 +19362,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19362
19362
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
19363
19363
|
if (__pyx_t_1) {
|
|
19364
19364
|
|
|
19365
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19365
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":975
|
|
19366
19366
|
* base = PyArray_BASE(arr)
|
|
19367
19367
|
* if base is NULL:
|
|
19368
19368
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -19373,7 +19373,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19373
19373
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
19374
19374
|
goto __pyx_L0;
|
|
19375
19375
|
|
|
19376
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19376
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":974
|
|
19377
19377
|
* cdef inline object get_array_base(ndarray arr):
|
|
19378
19378
|
* base = PyArray_BASE(arr)
|
|
19379
19379
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -19382,7 +19382,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19382
19382
|
*/
|
|
19383
19383
|
}
|
|
19384
19384
|
|
|
19385
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19385
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":976
|
|
19386
19386
|
* if base is NULL:
|
|
19387
19387
|
* return None
|
|
19388
19388
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -19394,7 +19394,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19394
19394
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
19395
19395
|
goto __pyx_L0;
|
|
19396
19396
|
|
|
19397
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19397
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":972
|
|
19398
19398
|
* PyArray_SetBaseObject(arr, base)
|
|
19399
19399
|
*
|
|
19400
19400
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -19409,7 +19409,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19409
19409
|
return __pyx_r;
|
|
19410
19410
|
}
|
|
19411
19411
|
|
|
19412
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19412
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":980
|
|
19413
19413
|
* # Versions of the import_* functions which are more suitable for
|
|
19414
19414
|
* # Cython code.
|
|
19415
19415
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19433,7 +19433,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19433
19433
|
int __pyx_clineno = 0;
|
|
19434
19434
|
__Pyx_RefNannySetupContext("import_array", 1);
|
|
19435
19435
|
|
|
19436
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19436
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":981
|
|
19437
19437
|
* # Cython code.
|
|
19438
19438
|
* cdef inline int import_array() except -1:
|
|
19439
19439
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19449,7 +19449,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19449
19449
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
19450
19450
|
/*try:*/ {
|
|
19451
19451
|
|
|
19452
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19452
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":982
|
|
19453
19453
|
* cdef inline int import_array() except -1:
|
|
19454
19454
|
* try:
|
|
19455
19455
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
@@ -19458,7 +19458,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19458
19458
|
*/
|
|
19459
19459
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 982, __pyx_L3_error)
|
|
19460
19460
|
|
|
19461
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19461
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":981
|
|
19462
19462
|
* # Cython code.
|
|
19463
19463
|
* cdef inline int import_array() except -1:
|
|
19464
19464
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19472,7 +19472,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19472
19472
|
goto __pyx_L8_try_end;
|
|
19473
19473
|
__pyx_L3_error:;
|
|
19474
19474
|
|
|
19475
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19475
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":983
|
|
19476
19476
|
* try:
|
|
19477
19477
|
* __pyx_import_array()
|
|
19478
19478
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -19487,7 +19487,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19487
19487
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
19488
19488
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
19489
19489
|
|
|
19490
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19490
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":984
|
|
19491
19491
|
* __pyx_import_array()
|
|
19492
19492
|
* except Exception:
|
|
19493
19493
|
* raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -19502,7 +19502,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19502
19502
|
}
|
|
19503
19503
|
goto __pyx_L5_except_error;
|
|
19504
19504
|
|
|
19505
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19505
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":981
|
|
19506
19506
|
* # Cython code.
|
|
19507
19507
|
* cdef inline int import_array() except -1:
|
|
19508
19508
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19518,7 +19518,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19518
19518
|
__pyx_L8_try_end:;
|
|
19519
19519
|
}
|
|
19520
19520
|
|
|
19521
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19521
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":980
|
|
19522
19522
|
* # Versions of the import_* functions which are more suitable for
|
|
19523
19523
|
* # Cython code.
|
|
19524
19524
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19541,7 +19541,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19541
19541
|
return __pyx_r;
|
|
19542
19542
|
}
|
|
19543
19543
|
|
|
19544
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19544
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":986
|
|
19545
19545
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
19546
19546
|
*
|
|
19547
19547
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19565,7 +19565,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19565
19565
|
int __pyx_clineno = 0;
|
|
19566
19566
|
__Pyx_RefNannySetupContext("import_umath", 1);
|
|
19567
19567
|
|
|
19568
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19568
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":987
|
|
19569
19569
|
*
|
|
19570
19570
|
* cdef inline int import_umath() except -1:
|
|
19571
19571
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19581,7 +19581,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19581
19581
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
19582
19582
|
/*try:*/ {
|
|
19583
19583
|
|
|
19584
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19584
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":988
|
|
19585
19585
|
* cdef inline int import_umath() except -1:
|
|
19586
19586
|
* try:
|
|
19587
19587
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -19590,7 +19590,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19590
19590
|
*/
|
|
19591
19591
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 988, __pyx_L3_error)
|
|
19592
19592
|
|
|
19593
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19593
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":987
|
|
19594
19594
|
*
|
|
19595
19595
|
* cdef inline int import_umath() except -1:
|
|
19596
19596
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19604,7 +19604,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19604
19604
|
goto __pyx_L8_try_end;
|
|
19605
19605
|
__pyx_L3_error:;
|
|
19606
19606
|
|
|
19607
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19607
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":989
|
|
19608
19608
|
* try:
|
|
19609
19609
|
* _import_umath()
|
|
19610
19610
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -19619,7 +19619,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19619
19619
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
19620
19620
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
19621
19621
|
|
|
19622
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19622
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":990
|
|
19623
19623
|
* _import_umath()
|
|
19624
19624
|
* except Exception:
|
|
19625
19625
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -19634,7 +19634,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19634
19634
|
}
|
|
19635
19635
|
goto __pyx_L5_except_error;
|
|
19636
19636
|
|
|
19637
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19637
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":987
|
|
19638
19638
|
*
|
|
19639
19639
|
* cdef inline int import_umath() except -1:
|
|
19640
19640
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19650,7 +19650,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19650
19650
|
__pyx_L8_try_end:;
|
|
19651
19651
|
}
|
|
19652
19652
|
|
|
19653
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19653
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":986
|
|
19654
19654
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
19655
19655
|
*
|
|
19656
19656
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19673,7 +19673,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19673
19673
|
return __pyx_r;
|
|
19674
19674
|
}
|
|
19675
19675
|
|
|
19676
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19676
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":992
|
|
19677
19677
|
* raise ImportError("numpy.core.umath failed to import")
|
|
19678
19678
|
*
|
|
19679
19679
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19697,7 +19697,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19697
19697
|
int __pyx_clineno = 0;
|
|
19698
19698
|
__Pyx_RefNannySetupContext("import_ufunc", 1);
|
|
19699
19699
|
|
|
19700
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19700
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":993
|
|
19701
19701
|
*
|
|
19702
19702
|
* cdef inline int import_ufunc() except -1:
|
|
19703
19703
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19713,7 +19713,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19713
19713
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
19714
19714
|
/*try:*/ {
|
|
19715
19715
|
|
|
19716
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19716
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":994
|
|
19717
19717
|
* cdef inline int import_ufunc() except -1:
|
|
19718
19718
|
* try:
|
|
19719
19719
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -19722,7 +19722,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19722
19722
|
*/
|
|
19723
19723
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 994, __pyx_L3_error)
|
|
19724
19724
|
|
|
19725
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19725
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":993
|
|
19726
19726
|
*
|
|
19727
19727
|
* cdef inline int import_ufunc() except -1:
|
|
19728
19728
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19736,7 +19736,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19736
19736
|
goto __pyx_L8_try_end;
|
|
19737
19737
|
__pyx_L3_error:;
|
|
19738
19738
|
|
|
19739
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19739
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":995
|
|
19740
19740
|
* try:
|
|
19741
19741
|
* _import_umath()
|
|
19742
19742
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -19751,7 +19751,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19751
19751
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
19752
19752
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
19753
19753
|
|
|
19754
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19754
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":996
|
|
19755
19755
|
* _import_umath()
|
|
19756
19756
|
* except Exception:
|
|
19757
19757
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -19766,7 +19766,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19766
19766
|
}
|
|
19767
19767
|
goto __pyx_L5_except_error;
|
|
19768
19768
|
|
|
19769
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19769
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":993
|
|
19770
19770
|
*
|
|
19771
19771
|
* cdef inline int import_ufunc() except -1:
|
|
19772
19772
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19782,7 +19782,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19782
19782
|
__pyx_L8_try_end:;
|
|
19783
19783
|
}
|
|
19784
19784
|
|
|
19785
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19785
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":992
|
|
19786
19786
|
* raise ImportError("numpy.core.umath failed to import")
|
|
19787
19787
|
*
|
|
19788
19788
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19805,7 +19805,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19805
19805
|
return __pyx_r;
|
|
19806
19806
|
}
|
|
19807
19807
|
|
|
19808
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19808
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":999
|
|
19809
19809
|
*
|
|
19810
19810
|
*
|
|
19811
19811
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -19816,7 +19816,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19816
19816
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
19817
19817
|
int __pyx_r;
|
|
19818
19818
|
|
|
19819
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19819
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1011
|
|
19820
19820
|
* bool
|
|
19821
19821
|
* """
|
|
19822
19822
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -19826,7 +19826,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
19826
19826
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
19827
19827
|
goto __pyx_L0;
|
|
19828
19828
|
|
|
19829
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19829
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":999
|
|
19830
19830
|
*
|
|
19831
19831
|
*
|
|
19832
19832
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -19839,7 +19839,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
19839
19839
|
return __pyx_r;
|
|
19840
19840
|
}
|
|
19841
19841
|
|
|
19842
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19842
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
19843
19843
|
*
|
|
19844
19844
|
*
|
|
19845
19845
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -19850,7 +19850,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
19850
19850
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
19851
19851
|
int __pyx_r;
|
|
19852
19852
|
|
|
19853
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19853
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1026
|
|
19854
19854
|
* bool
|
|
19855
19855
|
* """
|
|
19856
19856
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -19860,7 +19860,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
19860
19860
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
19861
19861
|
goto __pyx_L0;
|
|
19862
19862
|
|
|
19863
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19863
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
19864
19864
|
*
|
|
19865
19865
|
*
|
|
19866
19866
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -19873,7 +19873,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
19873
19873
|
return __pyx_r;
|
|
19874
19874
|
}
|
|
19875
19875
|
|
|
19876
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19876
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
19877
19877
|
*
|
|
19878
19878
|
*
|
|
19879
19879
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19884,7 +19884,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
19884
19884
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
19885
19885
|
npy_datetime __pyx_r;
|
|
19886
19886
|
|
|
19887
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19887
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1036
|
|
19888
19888
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
19889
19889
|
* """
|
|
19890
19890
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -19894,7 +19894,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
19894
19894
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
19895
19895
|
goto __pyx_L0;
|
|
19896
19896
|
|
|
19897
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19897
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
19898
19898
|
*
|
|
19899
19899
|
*
|
|
19900
19900
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19907,7 +19907,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
19907
19907
|
return __pyx_r;
|
|
19908
19908
|
}
|
|
19909
19909
|
|
|
19910
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19910
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1039
|
|
19911
19911
|
*
|
|
19912
19912
|
*
|
|
19913
19913
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19918,7 +19918,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
19918
19918
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
19919
19919
|
npy_timedelta __pyx_r;
|
|
19920
19920
|
|
|
19921
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19921
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1043
|
|
19922
19922
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
19923
19923
|
* """
|
|
19924
19924
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -19928,7 +19928,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
19928
19928
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
19929
19929
|
goto __pyx_L0;
|
|
19930
19930
|
|
|
19931
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19931
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1039
|
|
19932
19932
|
*
|
|
19933
19933
|
*
|
|
19934
19934
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19941,7 +19941,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
19941
19941
|
return __pyx_r;
|
|
19942
19942
|
}
|
|
19943
19943
|
|
|
19944
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19944
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1046
|
|
19945
19945
|
*
|
|
19946
19946
|
*
|
|
19947
19947
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19952,7 +19952,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
19952
19952
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
19953
19953
|
NPY_DATETIMEUNIT __pyx_r;
|
|
19954
19954
|
|
|
19955
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19955
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1050
|
|
19956
19956
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
19957
19957
|
* """
|
|
19958
19958
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -19960,7 +19960,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
19960
19960
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
19961
19961
|
goto __pyx_L0;
|
|
19962
19962
|
|
|
19963
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19963
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1046
|
|
19964
19964
|
*
|
|
19965
19965
|
*
|
|
19966
19966
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -28823,7 +28823,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
28823
28823
|
__Pyx_GOTREF(__pyx_tuple__8);
|
|
28824
28824
|
__Pyx_GIVEREF(__pyx_tuple__8);
|
|
28825
28825
|
|
|
28826
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
28826
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":984
|
|
28827
28827
|
* __pyx_import_array()
|
|
28828
28828
|
* except Exception:
|
|
28829
28829
|
* raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -28834,7 +28834,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
28834
28834
|
__Pyx_GOTREF(__pyx_tuple__9);
|
|
28835
28835
|
__Pyx_GIVEREF(__pyx_tuple__9);
|
|
28836
28836
|
|
|
28837
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
28837
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-4zd8_pj9/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":990
|
|
28838
28838
|
* _import_umath()
|
|
28839
28839
|
* except Exception:
|
|
28840
28840
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|