biotite 0.40.0__cp311-cp311-macosx_11_0_arm64.whl → 0.41.0__cp311-cp311-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 +119 -119
- biotite/sequence/align/banded.cpython-311-darwin.so +0 -0
- biotite/sequence/align/cigar.py +60 -15
- biotite/sequence/align/kmeralphabet.c +119 -119
- biotite/sequence/align/kmeralphabet.cpython-311-darwin.so +0 -0
- biotite/sequence/align/kmersimilarity.c +119 -119
- biotite/sequence/align/kmersimilarity.cpython-311-darwin.so +0 -0
- biotite/sequence/align/kmertable.cpp +119 -119
- biotite/sequence/align/kmertable.cpython-311-darwin.so +0 -0
- biotite/sequence/align/localgapped.c +119 -119
- biotite/sequence/align/localgapped.cpython-311-darwin.so +0 -0
- biotite/sequence/align/localungapped.c +119 -119
- biotite/sequence/align/localungapped.cpython-311-darwin.so +0 -0
- biotite/sequence/align/multiple.c +119 -119
- biotite/sequence/align/multiple.cpython-311-darwin.so +0 -0
- biotite/sequence/align/pairwise.c +119 -119
- biotite/sequence/align/pairwise.cpython-311-darwin.so +0 -0
- biotite/sequence/align/permutation.c +119 -119
- biotite/sequence/align/permutation.cpython-311-darwin.so +0 -0
- biotite/sequence/align/selector.c +119 -119
- biotite/sequence/align/selector.cpython-311-darwin.so +0 -0
- biotite/sequence/align/tracetable.c +119 -119
- biotite/sequence/align/tracetable.cpython-311-darwin.so +0 -0
- biotite/sequence/annotation.py +2 -2
- biotite/sequence/codec.c +119 -119
- biotite/sequence/codec.cpython-311-darwin.so +0 -0
- biotite/sequence/io/fasta/convert.py +27 -24
- biotite/sequence/phylo/nj.c +119 -119
- biotite/sequence/phylo/nj.cpython-311-darwin.so +0 -0
- biotite/sequence/phylo/tree.c +119 -119
- biotite/sequence/phylo/tree.cpython-311-darwin.so +0 -0
- biotite/sequence/phylo/upgma.c +119 -119
- biotite/sequence/phylo/upgma.cpython-311-darwin.so +0 -0
- biotite/structure/__init__.py +2 -0
- biotite/structure/bonds.c +1124 -915
- biotite/structure/bonds.cpython-311-darwin.so +0 -0
- biotite/structure/celllist.c +119 -119
- biotite/structure/celllist.cpython-311-darwin.so +0 -0
- biotite/structure/charges.c +119 -119
- biotite/structure/charges.cpython-311-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 +119 -119
- biotite/structure/io/mmtf/convertarray.cpython-311-darwin.so +0 -0
- biotite/structure/io/mmtf/convertfile.c +119 -119
- biotite/structure/io/mmtf/convertfile.cpython-311-darwin.so +0 -0
- biotite/structure/io/mmtf/decode.c +119 -119
- biotite/structure/io/mmtf/decode.cpython-311-darwin.so +0 -0
- biotite/structure/io/mmtf/encode.c +119 -119
- biotite/structure/io/mmtf/encode.cpython-311-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-311-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 +119 -119
- biotite/structure/io/pdbx/encoding.cpython-311-darwin.so +0 -0
- biotite/structure/repair.py +253 -0
- biotite/structure/sasa.c +119 -119
- biotite/structure/sasa.cpython-311-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
|
@@ -1664,7 +1664,7 @@ typedef struct {
|
|
|
1664
1664
|
|
|
1665
1665
|
/* #### Code section: numeric_typedefs ### */
|
|
1666
1666
|
|
|
1667
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1667
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":731
|
|
1668
1668
|
* # in Cython to enable them only on the right systems.
|
|
1669
1669
|
*
|
|
1670
1670
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
|
@@ -1673,7 +1673,7 @@ typedef struct {
|
|
|
1673
1673
|
*/
|
|
1674
1674
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1675
1675
|
|
|
1676
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1676
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":732
|
|
1677
1677
|
*
|
|
1678
1678
|
* ctypedef npy_int8 int8_t
|
|
1679
1679
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
|
@@ -1682,7 +1682,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
|
1682
1682
|
*/
|
|
1683
1683
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1684
1684
|
|
|
1685
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1685
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":733
|
|
1686
1686
|
* ctypedef npy_int8 int8_t
|
|
1687
1687
|
* ctypedef npy_int16 int16_t
|
|
1688
1688
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
|
@@ -1691,7 +1691,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
|
1691
1691
|
*/
|
|
1692
1692
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1693
1693
|
|
|
1694
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1694
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":734
|
|
1695
1695
|
* ctypedef npy_int16 int16_t
|
|
1696
1696
|
* ctypedef npy_int32 int32_t
|
|
1697
1697
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
|
@@ -1700,7 +1700,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
|
1700
1700
|
*/
|
|
1701
1701
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1702
1702
|
|
|
1703
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1703
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":738
|
|
1704
1704
|
* #ctypedef npy_int128 int128_t
|
|
1705
1705
|
*
|
|
1706
1706
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
|
@@ -1709,7 +1709,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
|
1709
1709
|
*/
|
|
1710
1710
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1711
1711
|
|
|
1712
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1712
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":739
|
|
1713
1713
|
*
|
|
1714
1714
|
* ctypedef npy_uint8 uint8_t
|
|
1715
1715
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
|
@@ -1718,7 +1718,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
|
1718
1718
|
*/
|
|
1719
1719
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1720
1720
|
|
|
1721
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1721
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":740
|
|
1722
1722
|
* ctypedef npy_uint8 uint8_t
|
|
1723
1723
|
* ctypedef npy_uint16 uint16_t
|
|
1724
1724
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
|
@@ -1727,7 +1727,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
|
1727
1727
|
*/
|
|
1728
1728
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1729
1729
|
|
|
1730
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1730
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":741
|
|
1731
1731
|
* ctypedef npy_uint16 uint16_t
|
|
1732
1732
|
* ctypedef npy_uint32 uint32_t
|
|
1733
1733
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
|
@@ -1736,7 +1736,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
|
1736
1736
|
*/
|
|
1737
1737
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1738
1738
|
|
|
1739
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1739
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":745
|
|
1740
1740
|
* #ctypedef npy_uint128 uint128_t
|
|
1741
1741
|
*
|
|
1742
1742
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
|
@@ -1745,7 +1745,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
|
1745
1745
|
*/
|
|
1746
1746
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1747
1747
|
|
|
1748
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1748
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":746
|
|
1749
1749
|
*
|
|
1750
1750
|
* ctypedef npy_float32 float32_t
|
|
1751
1751
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
|
@@ -1754,7 +1754,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
|
1754
1754
|
*/
|
|
1755
1755
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1756
1756
|
|
|
1757
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1757
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":755
|
|
1758
1758
|
* # The int types are mapped a bit surprising --
|
|
1759
1759
|
* # numpy.int corresponds to 'l' and numpy.long to 'q'
|
|
1760
1760
|
* ctypedef npy_long int_t # <<<<<<<<<<<<<<
|
|
@@ -1763,7 +1763,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
|
1763
1763
|
*/
|
|
1764
1764
|
typedef npy_long __pyx_t_5numpy_int_t;
|
|
1765
1765
|
|
|
1766
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1766
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":756
|
|
1767
1767
|
* # numpy.int corresponds to 'l' and numpy.long to 'q'
|
|
1768
1768
|
* ctypedef npy_long int_t
|
|
1769
1769
|
* ctypedef npy_longlong long_t # <<<<<<<<<<<<<<
|
|
@@ -1772,7 +1772,7 @@ typedef npy_long __pyx_t_5numpy_int_t;
|
|
|
1772
1772
|
*/
|
|
1773
1773
|
typedef npy_longlong __pyx_t_5numpy_long_t;
|
|
1774
1774
|
|
|
1775
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1775
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":757
|
|
1776
1776
|
* ctypedef npy_long int_t
|
|
1777
1777
|
* ctypedef npy_longlong long_t
|
|
1778
1778
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
|
@@ -1781,7 +1781,7 @@ typedef npy_longlong __pyx_t_5numpy_long_t;
|
|
|
1781
1781
|
*/
|
|
1782
1782
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1783
1783
|
|
|
1784
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1784
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":759
|
|
1785
1785
|
* ctypedef npy_longlong longlong_t
|
|
1786
1786
|
*
|
|
1787
1787
|
* ctypedef npy_ulong uint_t # <<<<<<<<<<<<<<
|
|
@@ -1790,7 +1790,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
|
1790
1790
|
*/
|
|
1791
1791
|
typedef npy_ulong __pyx_t_5numpy_uint_t;
|
|
1792
1792
|
|
|
1793
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1793
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":760
|
|
1794
1794
|
*
|
|
1795
1795
|
* ctypedef npy_ulong uint_t
|
|
1796
1796
|
* ctypedef npy_ulonglong ulong_t # <<<<<<<<<<<<<<
|
|
@@ -1799,7 +1799,7 @@ typedef npy_ulong __pyx_t_5numpy_uint_t;
|
|
|
1799
1799
|
*/
|
|
1800
1800
|
typedef npy_ulonglong __pyx_t_5numpy_ulong_t;
|
|
1801
1801
|
|
|
1802
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1802
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":761
|
|
1803
1803
|
* ctypedef npy_ulong uint_t
|
|
1804
1804
|
* ctypedef npy_ulonglong ulong_t
|
|
1805
1805
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
|
@@ -1808,7 +1808,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulong_t;
|
|
|
1808
1808
|
*/
|
|
1809
1809
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1810
1810
|
|
|
1811
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1811
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":763
|
|
1812
1812
|
* ctypedef npy_ulonglong ulonglong_t
|
|
1813
1813
|
*
|
|
1814
1814
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
|
@@ -1817,7 +1817,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
|
1817
1817
|
*/
|
|
1818
1818
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1819
1819
|
|
|
1820
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1820
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":764
|
|
1821
1821
|
*
|
|
1822
1822
|
* ctypedef npy_intp intp_t
|
|
1823
1823
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
|
@@ -1826,7 +1826,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
|
1826
1826
|
*/
|
|
1827
1827
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1828
1828
|
|
|
1829
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1829
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":766
|
|
1830
1830
|
* ctypedef npy_uintp uintp_t
|
|
1831
1831
|
*
|
|
1832
1832
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
|
@@ -1835,7 +1835,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
|
1835
1835
|
*/
|
|
1836
1836
|
typedef npy_double __pyx_t_5numpy_float_t;
|
|
1837
1837
|
|
|
1838
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1838
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":767
|
|
1839
1839
|
*
|
|
1840
1840
|
* ctypedef npy_double float_t
|
|
1841
1841
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
|
@@ -1844,7 +1844,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
|
1844
1844
|
*/
|
|
1845
1845
|
typedef npy_double __pyx_t_5numpy_double_t;
|
|
1846
1846
|
|
|
1847
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1847
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":768
|
|
1848
1848
|
* ctypedef npy_double float_t
|
|
1849
1849
|
* ctypedef npy_double double_t
|
|
1850
1850
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1948,7 +1948,7 @@ struct __pyx_MemviewEnum_obj;
|
|
|
1948
1948
|
struct __pyx_memoryview_obj;
|
|
1949
1949
|
struct __pyx_memoryviewslice_obj;
|
|
1950
1950
|
|
|
1951
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1951
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":770
|
|
1952
1952
|
* ctypedef npy_longdouble longdouble_t
|
|
1953
1953
|
*
|
|
1954
1954
|
* ctypedef npy_cfloat cfloat_t # <<<<<<<<<<<<<<
|
|
@@ -1957,7 +1957,7 @@ struct __pyx_memoryviewslice_obj;
|
|
|
1957
1957
|
*/
|
|
1958
1958
|
typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
1959
1959
|
|
|
1960
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1960
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":771
|
|
1961
1961
|
*
|
|
1962
1962
|
* ctypedef npy_cfloat cfloat_t
|
|
1963
1963
|
* ctypedef npy_cdouble cdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1966,7 +1966,7 @@ typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
|
1966
1966
|
*/
|
|
1967
1967
|
typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
1968
1968
|
|
|
1969
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1969
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":772
|
|
1970
1970
|
* ctypedef npy_cfloat cfloat_t
|
|
1971
1971
|
* ctypedef npy_cdouble cdouble_t
|
|
1972
1972
|
* ctypedef npy_clongdouble clongdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1975,7 +1975,7 @@ typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
|
1975
1975
|
*/
|
|
1976
1976
|
typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t;
|
|
1977
1977
|
|
|
1978
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1978
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":774
|
|
1979
1979
|
* ctypedef npy_clongdouble clongdouble_t
|
|
1980
1980
|
*
|
|
1981
1981
|
* ctypedef npy_cdouble complex_t # <<<<<<<<<<<<<<
|
|
@@ -19281,7 +19281,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
|
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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":245
|
|
19285
19285
|
*
|
|
19286
19286
|
* @property
|
|
19287
19287
|
* cdef inline PyObject* base(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19292,7 +19292,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
|
19292
19292
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
19293
19293
|
PyObject *__pyx_r;
|
|
19294
19294
|
|
|
19295
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19295
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":248
|
|
19296
19296
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
19297
19297
|
* """
|
|
19298
19298
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -19302,7 +19302,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
19302
19302
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
19303
19303
|
goto __pyx_L0;
|
|
19304
19304
|
|
|
19305
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19305
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":245
|
|
19306
19306
|
*
|
|
19307
19307
|
* @property
|
|
19308
19308
|
* cdef inline PyObject* base(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19315,7 +19315,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
19315
19315
|
return __pyx_r;
|
|
19316
19316
|
}
|
|
19317
19317
|
|
|
19318
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19318
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":251
|
|
19319
19319
|
*
|
|
19320
19320
|
* @property
|
|
19321
19321
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -19329,7 +19329,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
19329
19329
|
PyArray_Descr *__pyx_t_1;
|
|
19330
19330
|
__Pyx_RefNannySetupContext("descr", 1);
|
|
19331
19331
|
|
|
19332
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19332
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":254
|
|
19333
19333
|
* """Returns an owned reference to the dtype of the array.
|
|
19334
19334
|
* """
|
|
19335
19335
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -19342,7 +19342,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
19342
19342
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
19343
19343
|
goto __pyx_L0;
|
|
19344
19344
|
|
|
19345
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19345
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":251
|
|
19346
19346
|
*
|
|
19347
19347
|
* @property
|
|
19348
19348
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -19357,7 +19357,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
19357
19357
|
return __pyx_r;
|
|
19358
19358
|
}
|
|
19359
19359
|
|
|
19360
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19360
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":257
|
|
19361
19361
|
*
|
|
19362
19362
|
* @property
|
|
19363
19363
|
* cdef inline int ndim(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19368,7 +19368,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
19368
19368
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
19369
19369
|
int __pyx_r;
|
|
19370
19370
|
|
|
19371
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19371
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":260
|
|
19372
19372
|
* """Returns the number of dimensions in the array.
|
|
19373
19373
|
* """
|
|
19374
19374
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -19378,7 +19378,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
19378
19378
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
19379
19379
|
goto __pyx_L0;
|
|
19380
19380
|
|
|
19381
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19381
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":257
|
|
19382
19382
|
*
|
|
19383
19383
|
* @property
|
|
19384
19384
|
* cdef inline int ndim(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19391,7 +19391,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
19391
19391
|
return __pyx_r;
|
|
19392
19392
|
}
|
|
19393
19393
|
|
|
19394
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19394
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
|
19395
19395
|
*
|
|
19396
19396
|
* @property
|
|
19397
19397
|
* cdef inline npy_intp *shape(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19402,7 +19402,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
19402
19402
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
19403
19403
|
npy_intp *__pyx_r;
|
|
19404
19404
|
|
|
19405
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19405
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":268
|
|
19406
19406
|
* Can return NULL for 0-dimensional arrays.
|
|
19407
19407
|
* """
|
|
19408
19408
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -19412,7 +19412,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
19412
19412
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
19413
19413
|
goto __pyx_L0;
|
|
19414
19414
|
|
|
19415
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19415
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
|
19416
19416
|
*
|
|
19417
19417
|
* @property
|
|
19418
19418
|
* cdef inline npy_intp *shape(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19425,7 +19425,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
19425
19425
|
return __pyx_r;
|
|
19426
19426
|
}
|
|
19427
19427
|
|
|
19428
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19428
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":271
|
|
19429
19429
|
*
|
|
19430
19430
|
* @property
|
|
19431
19431
|
* cdef inline npy_intp *strides(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19436,7 +19436,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
19436
19436
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
19437
19437
|
npy_intp *__pyx_r;
|
|
19438
19438
|
|
|
19439
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19439
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":275
|
|
19440
19440
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
19441
19441
|
* """
|
|
19442
19442
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -19446,7 +19446,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
19446
19446
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
19447
19447
|
goto __pyx_L0;
|
|
19448
19448
|
|
|
19449
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19449
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":271
|
|
19450
19450
|
*
|
|
19451
19451
|
* @property
|
|
19452
19452
|
* cdef inline npy_intp *strides(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19459,7 +19459,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
19459
19459
|
return __pyx_r;
|
|
19460
19460
|
}
|
|
19461
19461
|
|
|
19462
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19462
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":278
|
|
19463
19463
|
*
|
|
19464
19464
|
* @property
|
|
19465
19465
|
* cdef inline npy_intp size(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19470,7 +19470,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
19470
19470
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
19471
19471
|
npy_intp __pyx_r;
|
|
19472
19472
|
|
|
19473
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19473
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":281
|
|
19474
19474
|
* """Returns the total size (in number of elements) of the array.
|
|
19475
19475
|
* """
|
|
19476
19476
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -19480,7 +19480,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
19480
19480
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
19481
19481
|
goto __pyx_L0;
|
|
19482
19482
|
|
|
19483
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19483
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":278
|
|
19484
19484
|
*
|
|
19485
19485
|
* @property
|
|
19486
19486
|
* cdef inline npy_intp size(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19493,7 +19493,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
19493
19493
|
return __pyx_r;
|
|
19494
19494
|
}
|
|
19495
19495
|
|
|
19496
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19496
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
|
19497
19497
|
*
|
|
19498
19498
|
* @property
|
|
19499
19499
|
* cdef inline char* data(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19504,7 +19504,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
19504
19504
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
19505
19505
|
char *__pyx_r;
|
|
19506
19506
|
|
|
19507
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19507
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":290
|
|
19508
19508
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
19509
19509
|
* """
|
|
19510
19510
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -19514,7 +19514,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
19514
19514
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
19515
19515
|
goto __pyx_L0;
|
|
19516
19516
|
|
|
19517
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19517
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
|
19518
19518
|
*
|
|
19519
19519
|
* @property
|
|
19520
19520
|
* cdef inline char* data(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19527,7 +19527,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
19527
19527
|
return __pyx_r;
|
|
19528
19528
|
}
|
|
19529
19529
|
|
|
19530
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19530
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
|
19531
19531
|
* ctypedef npy_cdouble complex_t
|
|
19532
19532
|
*
|
|
19533
19533
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -19544,7 +19544,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
19544
19544
|
int __pyx_clineno = 0;
|
|
19545
19545
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 1);
|
|
19546
19546
|
|
|
19547
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19547
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":777
|
|
19548
19548
|
*
|
|
19549
19549
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
19550
19550
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -19558,7 +19558,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
19558
19558
|
__pyx_t_1 = 0;
|
|
19559
19559
|
goto __pyx_L0;
|
|
19560
19560
|
|
|
19561
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19561
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
|
19562
19562
|
* ctypedef npy_cdouble complex_t
|
|
19563
19563
|
*
|
|
19564
19564
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -19577,7 +19577,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
19577
19577
|
return __pyx_r;
|
|
19578
19578
|
}
|
|
19579
19579
|
|
|
19580
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19580
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
|
19581
19581
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
19582
19582
|
*
|
|
19583
19583
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -19594,7 +19594,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
19594
19594
|
int __pyx_clineno = 0;
|
|
19595
19595
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 1);
|
|
19596
19596
|
|
|
19597
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19597
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":780
|
|
19598
19598
|
*
|
|
19599
19599
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
19600
19600
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -19608,7 +19608,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
19608
19608
|
__pyx_t_1 = 0;
|
|
19609
19609
|
goto __pyx_L0;
|
|
19610
19610
|
|
|
19611
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19611
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
|
19612
19612
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
19613
19613
|
*
|
|
19614
19614
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -19627,7 +19627,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
19627
19627
|
return __pyx_r;
|
|
19628
19628
|
}
|
|
19629
19629
|
|
|
19630
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19630
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
|
19631
19631
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
19632
19632
|
*
|
|
19633
19633
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -19644,7 +19644,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
19644
19644
|
int __pyx_clineno = 0;
|
|
19645
19645
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 1);
|
|
19646
19646
|
|
|
19647
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19647
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":783
|
|
19648
19648
|
*
|
|
19649
19649
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
19650
19650
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -19658,7 +19658,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
19658
19658
|
__pyx_t_1 = 0;
|
|
19659
19659
|
goto __pyx_L0;
|
|
19660
19660
|
|
|
19661
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19661
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
|
19662
19662
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
19663
19663
|
*
|
|
19664
19664
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -19677,7 +19677,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
19677
19677
|
return __pyx_r;
|
|
19678
19678
|
}
|
|
19679
19679
|
|
|
19680
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19680
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
|
19681
19681
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
19682
19682
|
*
|
|
19683
19683
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -19694,7 +19694,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
19694
19694
|
int __pyx_clineno = 0;
|
|
19695
19695
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 1);
|
|
19696
19696
|
|
|
19697
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19697
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":786
|
|
19698
19698
|
*
|
|
19699
19699
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
19700
19700
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -19708,7 +19708,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
19708
19708
|
__pyx_t_1 = 0;
|
|
19709
19709
|
goto __pyx_L0;
|
|
19710
19710
|
|
|
19711
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19711
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
|
19712
19712
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
19713
19713
|
*
|
|
19714
19714
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -19727,7 +19727,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
19727
19727
|
return __pyx_r;
|
|
19728
19728
|
}
|
|
19729
19729
|
|
|
19730
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19730
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
|
19731
19731
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
19732
19732
|
*
|
|
19733
19733
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -19744,7 +19744,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
19744
19744
|
int __pyx_clineno = 0;
|
|
19745
19745
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 1);
|
|
19746
19746
|
|
|
19747
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19747
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":789
|
|
19748
19748
|
*
|
|
19749
19749
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
19750
19750
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -19758,7 +19758,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
19758
19758
|
__pyx_t_1 = 0;
|
|
19759
19759
|
goto __pyx_L0;
|
|
19760
19760
|
|
|
19761
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19761
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
|
19762
19762
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
19763
19763
|
*
|
|
19764
19764
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -19777,7 +19777,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
19777
19777
|
return __pyx_r;
|
|
19778
19778
|
}
|
|
19779
19779
|
|
|
19780
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19780
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
|
19781
19781
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
19782
19782
|
*
|
|
19783
19783
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -19791,7 +19791,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19791
19791
|
int __pyx_t_1;
|
|
19792
19792
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 1);
|
|
19793
19793
|
|
|
19794
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19794
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
|
19795
19795
|
*
|
|
19796
19796
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
19797
19797
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -19801,7 +19801,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19801
19801
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
19802
19802
|
if (__pyx_t_1) {
|
|
19803
19803
|
|
|
19804
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19804
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":793
|
|
19805
19805
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
19806
19806
|
* if PyDataType_HASSUBARRAY(d):
|
|
19807
19807
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -19813,7 +19813,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19813
19813
|
__pyx_r = ((PyObject*)__pyx_v_d->subarray->shape);
|
|
19814
19814
|
goto __pyx_L0;
|
|
19815
19815
|
|
|
19816
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19816
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
|
19817
19817
|
*
|
|
19818
19818
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
19819
19819
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -19822,7 +19822,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19822
19822
|
*/
|
|
19823
19823
|
}
|
|
19824
19824
|
|
|
19825
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19825
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":795
|
|
19826
19826
|
* return <tuple>d.subarray.shape
|
|
19827
19827
|
* else:
|
|
19828
19828
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -19836,7 +19836,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19836
19836
|
goto __pyx_L0;
|
|
19837
19837
|
}
|
|
19838
19838
|
|
|
19839
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19839
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
|
19840
19840
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
19841
19841
|
*
|
|
19842
19842
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -19851,7 +19851,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19851
19851
|
return __pyx_r;
|
|
19852
19852
|
}
|
|
19853
19853
|
|
|
19854
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19854
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":970
|
|
19855
19855
|
* int _import_umath() except -1
|
|
19856
19856
|
*
|
|
19857
19857
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -19861,7 +19861,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19861
19861
|
|
|
19862
19862
|
static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_arr, PyObject *__pyx_v_base) {
|
|
19863
19863
|
|
|
19864
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19864
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":971
|
|
19865
19865
|
*
|
|
19866
19866
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
19867
19867
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -19870,7 +19870,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
19870
19870
|
*/
|
|
19871
19871
|
Py_INCREF(__pyx_v_base);
|
|
19872
19872
|
|
|
19873
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19873
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":972
|
|
19874
19874
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
19875
19875
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
19876
19876
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
@@ -19879,7 +19879,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
19879
19879
|
*/
|
|
19880
19880
|
(void)(PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base));
|
|
19881
19881
|
|
|
19882
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19882
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":970
|
|
19883
19883
|
* int _import_umath() except -1
|
|
19884
19884
|
*
|
|
19885
19885
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -19890,7 +19890,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
19890
19890
|
/* function exit code */
|
|
19891
19891
|
}
|
|
19892
19892
|
|
|
19893
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19893
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":974
|
|
19894
19894
|
* PyArray_SetBaseObject(arr, base)
|
|
19895
19895
|
*
|
|
19896
19896
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -19905,7 +19905,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19905
19905
|
int __pyx_t_1;
|
|
19906
19906
|
__Pyx_RefNannySetupContext("get_array_base", 1);
|
|
19907
19907
|
|
|
19908
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19908
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":975
|
|
19909
19909
|
*
|
|
19910
19910
|
* cdef inline object get_array_base(ndarray arr):
|
|
19911
19911
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -19914,7 +19914,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19914
19914
|
*/
|
|
19915
19915
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
19916
19916
|
|
|
19917
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19917
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":976
|
|
19918
19918
|
* cdef inline object get_array_base(ndarray arr):
|
|
19919
19919
|
* base = PyArray_BASE(arr)
|
|
19920
19920
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -19924,7 +19924,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19924
19924
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
19925
19925
|
if (__pyx_t_1) {
|
|
19926
19926
|
|
|
19927
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19927
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":977
|
|
19928
19928
|
* base = PyArray_BASE(arr)
|
|
19929
19929
|
* if base is NULL:
|
|
19930
19930
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -19935,7 +19935,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19935
19935
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
19936
19936
|
goto __pyx_L0;
|
|
19937
19937
|
|
|
19938
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19938
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":976
|
|
19939
19939
|
* cdef inline object get_array_base(ndarray arr):
|
|
19940
19940
|
* base = PyArray_BASE(arr)
|
|
19941
19941
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -19944,7 +19944,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19944
19944
|
*/
|
|
19945
19945
|
}
|
|
19946
19946
|
|
|
19947
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19947
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":978
|
|
19948
19948
|
* if base is NULL:
|
|
19949
19949
|
* return None
|
|
19950
19950
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -19956,7 +19956,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19956
19956
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
19957
19957
|
goto __pyx_L0;
|
|
19958
19958
|
|
|
19959
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19959
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":974
|
|
19960
19960
|
* PyArray_SetBaseObject(arr, base)
|
|
19961
19961
|
*
|
|
19962
19962
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -19971,7 +19971,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19971
19971
|
return __pyx_r;
|
|
19972
19972
|
}
|
|
19973
19973
|
|
|
19974
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19974
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":982
|
|
19975
19975
|
* # Versions of the import_* functions which are more suitable for
|
|
19976
19976
|
* # Cython code.
|
|
19977
19977
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19995,7 +19995,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19995
19995
|
int __pyx_clineno = 0;
|
|
19996
19996
|
__Pyx_RefNannySetupContext("import_array", 1);
|
|
19997
19997
|
|
|
19998
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19998
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":983
|
|
19999
19999
|
* # Cython code.
|
|
20000
20000
|
* cdef inline int import_array() except -1:
|
|
20001
20001
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20011,7 +20011,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
20011
20011
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
20012
20012
|
/*try:*/ {
|
|
20013
20013
|
|
|
20014
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20014
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":984
|
|
20015
20015
|
* cdef inline int import_array() except -1:
|
|
20016
20016
|
* try:
|
|
20017
20017
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
@@ -20020,7 +20020,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
20020
20020
|
*/
|
|
20021
20021
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 984, __pyx_L3_error)
|
|
20022
20022
|
|
|
20023
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20023
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":983
|
|
20024
20024
|
* # Cython code.
|
|
20025
20025
|
* cdef inline int import_array() except -1:
|
|
20026
20026
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20034,7 +20034,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
20034
20034
|
goto __pyx_L8_try_end;
|
|
20035
20035
|
__pyx_L3_error:;
|
|
20036
20036
|
|
|
20037
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20037
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":985
|
|
20038
20038
|
* try:
|
|
20039
20039
|
* __pyx_import_array()
|
|
20040
20040
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -20049,7 +20049,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
20049
20049
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
20050
20050
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
20051
20051
|
|
|
20052
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20052
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":986
|
|
20053
20053
|
* __pyx_import_array()
|
|
20054
20054
|
* except Exception:
|
|
20055
20055
|
* raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -20064,7 +20064,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
20064
20064
|
}
|
|
20065
20065
|
goto __pyx_L5_except_error;
|
|
20066
20066
|
|
|
20067
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20067
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":983
|
|
20068
20068
|
* # Cython code.
|
|
20069
20069
|
* cdef inline int import_array() except -1:
|
|
20070
20070
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20080,7 +20080,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
20080
20080
|
__pyx_L8_try_end:;
|
|
20081
20081
|
}
|
|
20082
20082
|
|
|
20083
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20083
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":982
|
|
20084
20084
|
* # Versions of the import_* functions which are more suitable for
|
|
20085
20085
|
* # Cython code.
|
|
20086
20086
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -20103,7 +20103,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
20103
20103
|
return __pyx_r;
|
|
20104
20104
|
}
|
|
20105
20105
|
|
|
20106
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20106
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":988
|
|
20107
20107
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
20108
20108
|
*
|
|
20109
20109
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -20127,7 +20127,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
20127
20127
|
int __pyx_clineno = 0;
|
|
20128
20128
|
__Pyx_RefNannySetupContext("import_umath", 1);
|
|
20129
20129
|
|
|
20130
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20130
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":989
|
|
20131
20131
|
*
|
|
20132
20132
|
* cdef inline int import_umath() except -1:
|
|
20133
20133
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20143,7 +20143,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
20143
20143
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
20144
20144
|
/*try:*/ {
|
|
20145
20145
|
|
|
20146
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20146
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":990
|
|
20147
20147
|
* cdef inline int import_umath() except -1:
|
|
20148
20148
|
* try:
|
|
20149
20149
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -20152,7 +20152,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
20152
20152
|
*/
|
|
20153
20153
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 990, __pyx_L3_error)
|
|
20154
20154
|
|
|
20155
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20155
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":989
|
|
20156
20156
|
*
|
|
20157
20157
|
* cdef inline int import_umath() except -1:
|
|
20158
20158
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20166,7 +20166,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
20166
20166
|
goto __pyx_L8_try_end;
|
|
20167
20167
|
__pyx_L3_error:;
|
|
20168
20168
|
|
|
20169
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20169
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":991
|
|
20170
20170
|
* try:
|
|
20171
20171
|
* _import_umath()
|
|
20172
20172
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -20181,7 +20181,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
20181
20181
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
20182
20182
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
20183
20183
|
|
|
20184
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20184
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":992
|
|
20185
20185
|
* _import_umath()
|
|
20186
20186
|
* except Exception:
|
|
20187
20187
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -20196,7 +20196,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
20196
20196
|
}
|
|
20197
20197
|
goto __pyx_L5_except_error;
|
|
20198
20198
|
|
|
20199
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20199
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":989
|
|
20200
20200
|
*
|
|
20201
20201
|
* cdef inline int import_umath() except -1:
|
|
20202
20202
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20212,7 +20212,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
20212
20212
|
__pyx_L8_try_end:;
|
|
20213
20213
|
}
|
|
20214
20214
|
|
|
20215
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20215
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":988
|
|
20216
20216
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
20217
20217
|
*
|
|
20218
20218
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -20235,7 +20235,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
20235
20235
|
return __pyx_r;
|
|
20236
20236
|
}
|
|
20237
20237
|
|
|
20238
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20238
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
|
20239
20239
|
* raise ImportError("numpy.core.umath failed to import")
|
|
20240
20240
|
*
|
|
20241
20241
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -20259,7 +20259,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20259
20259
|
int __pyx_clineno = 0;
|
|
20260
20260
|
__Pyx_RefNannySetupContext("import_ufunc", 1);
|
|
20261
20261
|
|
|
20262
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20262
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":995
|
|
20263
20263
|
*
|
|
20264
20264
|
* cdef inline int import_ufunc() except -1:
|
|
20265
20265
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20275,7 +20275,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20275
20275
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
20276
20276
|
/*try:*/ {
|
|
20277
20277
|
|
|
20278
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20278
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":996
|
|
20279
20279
|
* cdef inline int import_ufunc() except -1:
|
|
20280
20280
|
* try:
|
|
20281
20281
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -20284,7 +20284,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20284
20284
|
*/
|
|
20285
20285
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 996, __pyx_L3_error)
|
|
20286
20286
|
|
|
20287
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20287
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":995
|
|
20288
20288
|
*
|
|
20289
20289
|
* cdef inline int import_ufunc() except -1:
|
|
20290
20290
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20298,7 +20298,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20298
20298
|
goto __pyx_L8_try_end;
|
|
20299
20299
|
__pyx_L3_error:;
|
|
20300
20300
|
|
|
20301
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20301
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":997
|
|
20302
20302
|
* try:
|
|
20303
20303
|
* _import_umath()
|
|
20304
20304
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -20313,7 +20313,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20313
20313
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
20314
20314
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
20315
20315
|
|
|
20316
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20316
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
|
20317
20317
|
* _import_umath()
|
|
20318
20318
|
* except Exception:
|
|
20319
20319
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -20328,7 +20328,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20328
20328
|
}
|
|
20329
20329
|
goto __pyx_L5_except_error;
|
|
20330
20330
|
|
|
20331
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20331
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":995
|
|
20332
20332
|
*
|
|
20333
20333
|
* cdef inline int import_ufunc() except -1:
|
|
20334
20334
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20344,7 +20344,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20344
20344
|
__pyx_L8_try_end:;
|
|
20345
20345
|
}
|
|
20346
20346
|
|
|
20347
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20347
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
|
20348
20348
|
* raise ImportError("numpy.core.umath failed to import")
|
|
20349
20349
|
*
|
|
20350
20350
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -20367,7 +20367,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20367
20367
|
return __pyx_r;
|
|
20368
20368
|
}
|
|
20369
20369
|
|
|
20370
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20370
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1001
|
|
20371
20371
|
*
|
|
20372
20372
|
*
|
|
20373
20373
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -20378,7 +20378,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20378
20378
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
20379
20379
|
int __pyx_r;
|
|
20380
20380
|
|
|
20381
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20381
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
|
20382
20382
|
* bool
|
|
20383
20383
|
* """
|
|
20384
20384
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -20388,7 +20388,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
20388
20388
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
20389
20389
|
goto __pyx_L0;
|
|
20390
20390
|
|
|
20391
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20391
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1001
|
|
20392
20392
|
*
|
|
20393
20393
|
*
|
|
20394
20394
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -20401,7 +20401,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
20401
20401
|
return __pyx_r;
|
|
20402
20402
|
}
|
|
20403
20403
|
|
|
20404
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20404
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1016
|
|
20405
20405
|
*
|
|
20406
20406
|
*
|
|
20407
20407
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -20412,7 +20412,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
20412
20412
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
20413
20413
|
int __pyx_r;
|
|
20414
20414
|
|
|
20415
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20415
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1028
|
|
20416
20416
|
* bool
|
|
20417
20417
|
* """
|
|
20418
20418
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -20422,7 +20422,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
20422
20422
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
20423
20423
|
goto __pyx_L0;
|
|
20424
20424
|
|
|
20425
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20425
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1016
|
|
20426
20426
|
*
|
|
20427
20427
|
*
|
|
20428
20428
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -20435,7 +20435,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
20435
20435
|
return __pyx_r;
|
|
20436
20436
|
}
|
|
20437
20437
|
|
|
20438
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20438
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1031
|
|
20439
20439
|
*
|
|
20440
20440
|
*
|
|
20441
20441
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -20446,7 +20446,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
20446
20446
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
20447
20447
|
npy_datetime __pyx_r;
|
|
20448
20448
|
|
|
20449
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20449
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1038
|
|
20450
20450
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
20451
20451
|
* """
|
|
20452
20452
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -20456,7 +20456,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
20456
20456
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
20457
20457
|
goto __pyx_L0;
|
|
20458
20458
|
|
|
20459
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20459
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1031
|
|
20460
20460
|
*
|
|
20461
20461
|
*
|
|
20462
20462
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -20469,7 +20469,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
20469
20469
|
return __pyx_r;
|
|
20470
20470
|
}
|
|
20471
20471
|
|
|
20472
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20472
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1041
|
|
20473
20473
|
*
|
|
20474
20474
|
*
|
|
20475
20475
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -20480,7 +20480,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
20480
20480
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
20481
20481
|
npy_timedelta __pyx_r;
|
|
20482
20482
|
|
|
20483
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20483
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1045
|
|
20484
20484
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
20485
20485
|
* """
|
|
20486
20486
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -20490,7 +20490,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
20490
20490
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
20491
20491
|
goto __pyx_L0;
|
|
20492
20492
|
|
|
20493
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20493
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1041
|
|
20494
20494
|
*
|
|
20495
20495
|
*
|
|
20496
20496
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -20503,7 +20503,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
20503
20503
|
return __pyx_r;
|
|
20504
20504
|
}
|
|
20505
20505
|
|
|
20506
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20506
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1048
|
|
20507
20507
|
*
|
|
20508
20508
|
*
|
|
20509
20509
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -20514,7 +20514,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
20514
20514
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
20515
20515
|
NPY_DATETIMEUNIT __pyx_r;
|
|
20516
20516
|
|
|
20517
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20517
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1052
|
|
20518
20518
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
20519
20519
|
* """
|
|
20520
20520
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -20522,7 +20522,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
20522
20522
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
20523
20523
|
goto __pyx_L0;
|
|
20524
20524
|
|
|
20525
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20525
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1048
|
|
20526
20526
|
*
|
|
20527
20527
|
*
|
|
20528
20528
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -41402,7 +41402,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
41402
41402
|
__Pyx_GOTREF(__pyx_tuple__8);
|
|
41403
41403
|
__Pyx_GIVEREF(__pyx_tuple__8);
|
|
41404
41404
|
|
|
41405
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
41405
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":986
|
|
41406
41406
|
* __pyx_import_array()
|
|
41407
41407
|
* except Exception:
|
|
41408
41408
|
* raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -41413,7 +41413,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
41413
41413
|
__Pyx_GOTREF(__pyx_tuple__9);
|
|
41414
41414
|
__Pyx_GIVEREF(__pyx_tuple__9);
|
|
41415
41415
|
|
|
41416
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
41416
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":992
|
|
41417
41417
|
* _import_umath()
|
|
41418
41418
|
* except Exception:
|
|
41419
41419
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|