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
|
@@ -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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":731
|
|
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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":732
|
|
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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":733
|
|
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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":734
|
|
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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":738
|
|
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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":739
|
|
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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":740
|
|
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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":741
|
|
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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":745
|
|
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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":746
|
|
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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":755
|
|
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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":756
|
|
1766
1766
|
* # numpy.int corresponds to 'l' and numpy.long to 'q'
|
|
1767
1767
|
* ctypedef npy_long int_t
|
|
1768
1768
|
* ctypedef npy_longlong long_t # <<<<<<<<<<<<<<
|
|
@@ -1771,7 +1771,7 @@ typedef npy_long __pyx_t_5numpy_int_t;
|
|
|
1771
1771
|
*/
|
|
1772
1772
|
typedef npy_longlong __pyx_t_5numpy_long_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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":757
|
|
1775
1775
|
* ctypedef npy_long int_t
|
|
1776
1776
|
* ctypedef npy_longlong long_t
|
|
1777
1777
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
|
@@ -1780,7 +1780,7 @@ typedef npy_longlong __pyx_t_5numpy_long_t;
|
|
|
1780
1780
|
*/
|
|
1781
1781
|
typedef npy_longlong __pyx_t_5numpy_longlong_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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":759
|
|
1784
1784
|
* ctypedef npy_longlong longlong_t
|
|
1785
1785
|
*
|
|
1786
1786
|
* ctypedef npy_ulong uint_t # <<<<<<<<<<<<<<
|
|
@@ -1789,7 +1789,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
|
1789
1789
|
*/
|
|
1790
1790
|
typedef npy_ulong __pyx_t_5numpy_uint_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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":760
|
|
1793
1793
|
*
|
|
1794
1794
|
* ctypedef npy_ulong uint_t
|
|
1795
1795
|
* ctypedef npy_ulonglong ulong_t # <<<<<<<<<<<<<<
|
|
@@ -1798,7 +1798,7 @@ typedef npy_ulong __pyx_t_5numpy_uint_t;
|
|
|
1798
1798
|
*/
|
|
1799
1799
|
typedef npy_ulonglong __pyx_t_5numpy_ulong_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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":761
|
|
1802
1802
|
* ctypedef npy_ulong uint_t
|
|
1803
1803
|
* ctypedef npy_ulonglong ulong_t
|
|
1804
1804
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
|
@@ -1807,7 +1807,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulong_t;
|
|
|
1807
1807
|
*/
|
|
1808
1808
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":763
|
|
1811
1811
|
* ctypedef npy_ulonglong ulonglong_t
|
|
1812
1812
|
*
|
|
1813
1813
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
|
@@ -1816,7 +1816,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
|
1816
1816
|
*/
|
|
1817
1817
|
typedef npy_intp __pyx_t_5numpy_intp_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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":764
|
|
1820
1820
|
*
|
|
1821
1821
|
* ctypedef npy_intp intp_t
|
|
1822
1822
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
|
@@ -1825,7 +1825,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
|
1825
1825
|
*/
|
|
1826
1826
|
typedef npy_uintp __pyx_t_5numpy_uintp_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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":766
|
|
1829
1829
|
* ctypedef npy_uintp uintp_t
|
|
1830
1830
|
*
|
|
1831
1831
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
|
@@ -1834,7 +1834,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
|
1834
1834
|
*/
|
|
1835
1835
|
typedef npy_double __pyx_t_5numpy_float_t;
|
|
1836
1836
|
|
|
1837
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1837
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":767
|
|
1838
1838
|
*
|
|
1839
1839
|
* ctypedef npy_double float_t
|
|
1840
1840
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
|
@@ -1843,7 +1843,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
|
1843
1843
|
*/
|
|
1844
1844
|
typedef npy_double __pyx_t_5numpy_double_t;
|
|
1845
1845
|
|
|
1846
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1846
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":768
|
|
1847
1847
|
* ctypedef npy_double float_t
|
|
1848
1848
|
* ctypedef npy_double double_t
|
|
1849
1849
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1893,7 +1893,7 @@ struct __pyx_MemviewEnum_obj;
|
|
|
1893
1893
|
struct __pyx_memoryview_obj;
|
|
1894
1894
|
struct __pyx_memoryviewslice_obj;
|
|
1895
1895
|
|
|
1896
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1896
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":770
|
|
1897
1897
|
* ctypedef npy_longdouble longdouble_t
|
|
1898
1898
|
*
|
|
1899
1899
|
* ctypedef npy_cfloat cfloat_t # <<<<<<<<<<<<<<
|
|
@@ -1902,7 +1902,7 @@ struct __pyx_memoryviewslice_obj;
|
|
|
1902
1902
|
*/
|
|
1903
1903
|
typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
1904
1904
|
|
|
1905
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1905
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":771
|
|
1906
1906
|
*
|
|
1907
1907
|
* ctypedef npy_cfloat cfloat_t
|
|
1908
1908
|
* ctypedef npy_cdouble cdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1911,7 +1911,7 @@ typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
|
1911
1911
|
*/
|
|
1912
1912
|
typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
1913
1913
|
|
|
1914
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1914
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":772
|
|
1915
1915
|
* ctypedef npy_cfloat cfloat_t
|
|
1916
1916
|
* ctypedef npy_cdouble cdouble_t
|
|
1917
1917
|
* ctypedef npy_clongdouble clongdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1920,7 +1920,7 @@ typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
|
1920
1920
|
*/
|
|
1921
1921
|
typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t;
|
|
1922
1922
|
|
|
1923
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1923
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":774
|
|
1924
1924
|
* ctypedef npy_clongdouble clongdouble_t
|
|
1925
1925
|
*
|
|
1926
1926
|
* ctypedef npy_cdouble complex_t # <<<<<<<<<<<<<<
|
|
@@ -18366,7 +18366,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
|
18366
18366
|
return __pyx_r;
|
|
18367
18367
|
}
|
|
18368
18368
|
|
|
18369
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18369
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":245
|
|
18370
18370
|
*
|
|
18371
18371
|
* @property
|
|
18372
18372
|
* cdef inline PyObject* base(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18377,7 +18377,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
|
18377
18377
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
18378
18378
|
PyObject *__pyx_r;
|
|
18379
18379
|
|
|
18380
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18380
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":248
|
|
18381
18381
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
18382
18382
|
* """
|
|
18383
18383
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -18387,7 +18387,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
18387
18387
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
18388
18388
|
goto __pyx_L0;
|
|
18389
18389
|
|
|
18390
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18390
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":245
|
|
18391
18391
|
*
|
|
18392
18392
|
* @property
|
|
18393
18393
|
* cdef inline PyObject* base(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18400,7 +18400,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
18400
18400
|
return __pyx_r;
|
|
18401
18401
|
}
|
|
18402
18402
|
|
|
18403
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18403
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":251
|
|
18404
18404
|
*
|
|
18405
18405
|
* @property
|
|
18406
18406
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -18414,7 +18414,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
18414
18414
|
PyArray_Descr *__pyx_t_1;
|
|
18415
18415
|
__Pyx_RefNannySetupContext("descr", 1);
|
|
18416
18416
|
|
|
18417
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18417
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":254
|
|
18418
18418
|
* """Returns an owned reference to the dtype of the array.
|
|
18419
18419
|
* """
|
|
18420
18420
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -18427,7 +18427,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
18427
18427
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
18428
18428
|
goto __pyx_L0;
|
|
18429
18429
|
|
|
18430
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18430
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":251
|
|
18431
18431
|
*
|
|
18432
18432
|
* @property
|
|
18433
18433
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -18442,7 +18442,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
18442
18442
|
return __pyx_r;
|
|
18443
18443
|
}
|
|
18444
18444
|
|
|
18445
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18445
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":257
|
|
18446
18446
|
*
|
|
18447
18447
|
* @property
|
|
18448
18448
|
* cdef inline int ndim(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18453,7 +18453,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
18453
18453
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
18454
18454
|
int __pyx_r;
|
|
18455
18455
|
|
|
18456
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18456
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":260
|
|
18457
18457
|
* """Returns the number of dimensions in the array.
|
|
18458
18458
|
* """
|
|
18459
18459
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -18463,7 +18463,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
18463
18463
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
18464
18464
|
goto __pyx_L0;
|
|
18465
18465
|
|
|
18466
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18466
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":257
|
|
18467
18467
|
*
|
|
18468
18468
|
* @property
|
|
18469
18469
|
* cdef inline int ndim(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18476,7 +18476,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
18476
18476
|
return __pyx_r;
|
|
18477
18477
|
}
|
|
18478
18478
|
|
|
18479
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18479
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
|
18480
18480
|
*
|
|
18481
18481
|
* @property
|
|
18482
18482
|
* cdef inline npy_intp *shape(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18487,7 +18487,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
18487
18487
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
18488
18488
|
npy_intp *__pyx_r;
|
|
18489
18489
|
|
|
18490
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18490
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":268
|
|
18491
18491
|
* Can return NULL for 0-dimensional arrays.
|
|
18492
18492
|
* """
|
|
18493
18493
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -18497,7 +18497,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
18497
18497
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
18498
18498
|
goto __pyx_L0;
|
|
18499
18499
|
|
|
18500
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18500
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
|
18501
18501
|
*
|
|
18502
18502
|
* @property
|
|
18503
18503
|
* cdef inline npy_intp *shape(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18510,7 +18510,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
18510
18510
|
return __pyx_r;
|
|
18511
18511
|
}
|
|
18512
18512
|
|
|
18513
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18513
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":271
|
|
18514
18514
|
*
|
|
18515
18515
|
* @property
|
|
18516
18516
|
* cdef inline npy_intp *strides(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18521,7 +18521,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
18521
18521
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
18522
18522
|
npy_intp *__pyx_r;
|
|
18523
18523
|
|
|
18524
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18524
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":275
|
|
18525
18525
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
18526
18526
|
* """
|
|
18527
18527
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -18531,7 +18531,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
18531
18531
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
18532
18532
|
goto __pyx_L0;
|
|
18533
18533
|
|
|
18534
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18534
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":271
|
|
18535
18535
|
*
|
|
18536
18536
|
* @property
|
|
18537
18537
|
* cdef inline npy_intp *strides(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18544,7 +18544,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
18544
18544
|
return __pyx_r;
|
|
18545
18545
|
}
|
|
18546
18546
|
|
|
18547
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18547
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":278
|
|
18548
18548
|
*
|
|
18549
18549
|
* @property
|
|
18550
18550
|
* cdef inline npy_intp size(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18555,7 +18555,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
18555
18555
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
18556
18556
|
npy_intp __pyx_r;
|
|
18557
18557
|
|
|
18558
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18558
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":281
|
|
18559
18559
|
* """Returns the total size (in number of elements) of the array.
|
|
18560
18560
|
* """
|
|
18561
18561
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -18565,7 +18565,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
18565
18565
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
18566
18566
|
goto __pyx_L0;
|
|
18567
18567
|
|
|
18568
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18568
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":278
|
|
18569
18569
|
*
|
|
18570
18570
|
* @property
|
|
18571
18571
|
* cdef inline npy_intp size(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18578,7 +18578,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
18578
18578
|
return __pyx_r;
|
|
18579
18579
|
}
|
|
18580
18580
|
|
|
18581
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18581
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
|
18582
18582
|
*
|
|
18583
18583
|
* @property
|
|
18584
18584
|
* cdef inline char* data(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18589,7 +18589,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
18589
18589
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
18590
18590
|
char *__pyx_r;
|
|
18591
18591
|
|
|
18592
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18592
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":290
|
|
18593
18593
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
18594
18594
|
* """
|
|
18595
18595
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -18599,7 +18599,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
18599
18599
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
18600
18600
|
goto __pyx_L0;
|
|
18601
18601
|
|
|
18602
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18602
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
|
18603
18603
|
*
|
|
18604
18604
|
* @property
|
|
18605
18605
|
* cdef inline char* data(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18612,7 +18612,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
18612
18612
|
return __pyx_r;
|
|
18613
18613
|
}
|
|
18614
18614
|
|
|
18615
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18615
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
|
18616
18616
|
* ctypedef npy_cdouble complex_t
|
|
18617
18617
|
*
|
|
18618
18618
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -18629,7 +18629,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
18629
18629
|
int __pyx_clineno = 0;
|
|
18630
18630
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 1);
|
|
18631
18631
|
|
|
18632
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18632
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":777
|
|
18633
18633
|
*
|
|
18634
18634
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
18635
18635
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -18643,7 +18643,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
18643
18643
|
__pyx_t_1 = 0;
|
|
18644
18644
|
goto __pyx_L0;
|
|
18645
18645
|
|
|
18646
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18646
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
|
18647
18647
|
* ctypedef npy_cdouble complex_t
|
|
18648
18648
|
*
|
|
18649
18649
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -18662,7 +18662,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
18662
18662
|
return __pyx_r;
|
|
18663
18663
|
}
|
|
18664
18664
|
|
|
18665
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18665
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
|
18666
18666
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
18667
18667
|
*
|
|
18668
18668
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -18679,7 +18679,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
18679
18679
|
int __pyx_clineno = 0;
|
|
18680
18680
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 1);
|
|
18681
18681
|
|
|
18682
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18682
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":780
|
|
18683
18683
|
*
|
|
18684
18684
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
18685
18685
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -18693,7 +18693,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
18693
18693
|
__pyx_t_1 = 0;
|
|
18694
18694
|
goto __pyx_L0;
|
|
18695
18695
|
|
|
18696
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18696
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
|
18697
18697
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
18698
18698
|
*
|
|
18699
18699
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -18712,7 +18712,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
18712
18712
|
return __pyx_r;
|
|
18713
18713
|
}
|
|
18714
18714
|
|
|
18715
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18715
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
|
18716
18716
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
18717
18717
|
*
|
|
18718
18718
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -18729,7 +18729,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
18729
18729
|
int __pyx_clineno = 0;
|
|
18730
18730
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 1);
|
|
18731
18731
|
|
|
18732
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18732
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":783
|
|
18733
18733
|
*
|
|
18734
18734
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
18735
18735
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -18743,7 +18743,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
18743
18743
|
__pyx_t_1 = 0;
|
|
18744
18744
|
goto __pyx_L0;
|
|
18745
18745
|
|
|
18746
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18746
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
|
18747
18747
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
18748
18748
|
*
|
|
18749
18749
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -18762,7 +18762,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
18762
18762
|
return __pyx_r;
|
|
18763
18763
|
}
|
|
18764
18764
|
|
|
18765
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18765
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
|
18766
18766
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
18767
18767
|
*
|
|
18768
18768
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -18779,7 +18779,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
18779
18779
|
int __pyx_clineno = 0;
|
|
18780
18780
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 1);
|
|
18781
18781
|
|
|
18782
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18782
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":786
|
|
18783
18783
|
*
|
|
18784
18784
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
18785
18785
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -18793,7 +18793,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
18793
18793
|
__pyx_t_1 = 0;
|
|
18794
18794
|
goto __pyx_L0;
|
|
18795
18795
|
|
|
18796
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18796
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
|
18797
18797
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
18798
18798
|
*
|
|
18799
18799
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -18812,7 +18812,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
18812
18812
|
return __pyx_r;
|
|
18813
18813
|
}
|
|
18814
18814
|
|
|
18815
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18815
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
|
18816
18816
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
18817
18817
|
*
|
|
18818
18818
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -18829,7 +18829,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
18829
18829
|
int __pyx_clineno = 0;
|
|
18830
18830
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 1);
|
|
18831
18831
|
|
|
18832
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18832
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":789
|
|
18833
18833
|
*
|
|
18834
18834
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
18835
18835
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -18843,7 +18843,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
18843
18843
|
__pyx_t_1 = 0;
|
|
18844
18844
|
goto __pyx_L0;
|
|
18845
18845
|
|
|
18846
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18846
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
|
18847
18847
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
18848
18848
|
*
|
|
18849
18849
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -18862,7 +18862,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
18862
18862
|
return __pyx_r;
|
|
18863
18863
|
}
|
|
18864
18864
|
|
|
18865
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18865
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
|
18866
18866
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
18867
18867
|
*
|
|
18868
18868
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -18876,7 +18876,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
18876
18876
|
int __pyx_t_1;
|
|
18877
18877
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 1);
|
|
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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
|
18880
18880
|
*
|
|
18881
18881
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
18882
18882
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -18886,7 +18886,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
18886
18886
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
18887
18887
|
if (__pyx_t_1) {
|
|
18888
18888
|
|
|
18889
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18889
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":793
|
|
18890
18890
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
18891
18891
|
* if PyDataType_HASSUBARRAY(d):
|
|
18892
18892
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -18898,7 +18898,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
18898
18898
|
__pyx_r = ((PyObject*)__pyx_v_d->subarray->shape);
|
|
18899
18899
|
goto __pyx_L0;
|
|
18900
18900
|
|
|
18901
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18901
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
|
18902
18902
|
*
|
|
18903
18903
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
18904
18904
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -18907,7 +18907,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
18907
18907
|
*/
|
|
18908
18908
|
}
|
|
18909
18909
|
|
|
18910
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18910
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":795
|
|
18911
18911
|
* return <tuple>d.subarray.shape
|
|
18912
18912
|
* else:
|
|
18913
18913
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -18921,7 +18921,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
18921
18921
|
goto __pyx_L0;
|
|
18922
18922
|
}
|
|
18923
18923
|
|
|
18924
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18924
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
|
18925
18925
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
18926
18926
|
*
|
|
18927
18927
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -18936,7 +18936,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
18936
18936
|
return __pyx_r;
|
|
18937
18937
|
}
|
|
18938
18938
|
|
|
18939
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18939
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":970
|
|
18940
18940
|
* int _import_umath() except -1
|
|
18941
18941
|
*
|
|
18942
18942
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -18946,7 +18946,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
18946
18946
|
|
|
18947
18947
|
static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_arr, PyObject *__pyx_v_base) {
|
|
18948
18948
|
|
|
18949
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18949
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":971
|
|
18950
18950
|
*
|
|
18951
18951
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
18952
18952
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -18955,7 +18955,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
18955
18955
|
*/
|
|
18956
18956
|
Py_INCREF(__pyx_v_base);
|
|
18957
18957
|
|
|
18958
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18958
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":972
|
|
18959
18959
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
18960
18960
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
18961
18961
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
@@ -18964,7 +18964,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
18964
18964
|
*/
|
|
18965
18965
|
(void)(PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base));
|
|
18966
18966
|
|
|
18967
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18967
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":970
|
|
18968
18968
|
* int _import_umath() except -1
|
|
18969
18969
|
*
|
|
18970
18970
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -18975,7 +18975,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
18975
18975
|
/* function exit code */
|
|
18976
18976
|
}
|
|
18977
18977
|
|
|
18978
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18978
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":974
|
|
18979
18979
|
* PyArray_SetBaseObject(arr, base)
|
|
18980
18980
|
*
|
|
18981
18981
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -18990,7 +18990,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
18990
18990
|
int __pyx_t_1;
|
|
18991
18991
|
__Pyx_RefNannySetupContext("get_array_base", 1);
|
|
18992
18992
|
|
|
18993
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18993
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":975
|
|
18994
18994
|
*
|
|
18995
18995
|
* cdef inline object get_array_base(ndarray arr):
|
|
18996
18996
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -18999,7 +18999,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
18999
18999
|
*/
|
|
19000
19000
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
19001
19001
|
|
|
19002
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19002
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":976
|
|
19003
19003
|
* cdef inline object get_array_base(ndarray arr):
|
|
19004
19004
|
* base = PyArray_BASE(arr)
|
|
19005
19005
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -19009,7 +19009,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19009
19009
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
19010
19010
|
if (__pyx_t_1) {
|
|
19011
19011
|
|
|
19012
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19012
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":977
|
|
19013
19013
|
* base = PyArray_BASE(arr)
|
|
19014
19014
|
* if base is NULL:
|
|
19015
19015
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -19020,7 +19020,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19020
19020
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
19021
19021
|
goto __pyx_L0;
|
|
19022
19022
|
|
|
19023
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19023
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":976
|
|
19024
19024
|
* cdef inline object get_array_base(ndarray arr):
|
|
19025
19025
|
* base = PyArray_BASE(arr)
|
|
19026
19026
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -19029,7 +19029,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19029
19029
|
*/
|
|
19030
19030
|
}
|
|
19031
19031
|
|
|
19032
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19032
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":978
|
|
19033
19033
|
* if base is NULL:
|
|
19034
19034
|
* return None
|
|
19035
19035
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -19041,7 +19041,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19041
19041
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
19042
19042
|
goto __pyx_L0;
|
|
19043
19043
|
|
|
19044
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19044
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":974
|
|
19045
19045
|
* PyArray_SetBaseObject(arr, base)
|
|
19046
19046
|
*
|
|
19047
19047
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -19056,7 +19056,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19056
19056
|
return __pyx_r;
|
|
19057
19057
|
}
|
|
19058
19058
|
|
|
19059
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19059
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":982
|
|
19060
19060
|
* # Versions of the import_* functions which are more suitable for
|
|
19061
19061
|
* # Cython code.
|
|
19062
19062
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19080,7 +19080,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19080
19080
|
int __pyx_clineno = 0;
|
|
19081
19081
|
__Pyx_RefNannySetupContext("import_array", 1);
|
|
19082
19082
|
|
|
19083
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19083
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":983
|
|
19084
19084
|
* # Cython code.
|
|
19085
19085
|
* cdef inline int import_array() except -1:
|
|
19086
19086
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19096,7 +19096,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19096
19096
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
19097
19097
|
/*try:*/ {
|
|
19098
19098
|
|
|
19099
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19099
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":984
|
|
19100
19100
|
* cdef inline int import_array() except -1:
|
|
19101
19101
|
* try:
|
|
19102
19102
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
@@ -19105,7 +19105,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19105
19105
|
*/
|
|
19106
19106
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 984, __pyx_L3_error)
|
|
19107
19107
|
|
|
19108
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19108
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":983
|
|
19109
19109
|
* # Cython code.
|
|
19110
19110
|
* cdef inline int import_array() except -1:
|
|
19111
19111
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19119,7 +19119,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19119
19119
|
goto __pyx_L8_try_end;
|
|
19120
19120
|
__pyx_L3_error:;
|
|
19121
19121
|
|
|
19122
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19122
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":985
|
|
19123
19123
|
* try:
|
|
19124
19124
|
* __pyx_import_array()
|
|
19125
19125
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -19134,7 +19134,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19134
19134
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
19135
19135
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
19136
19136
|
|
|
19137
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19137
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":986
|
|
19138
19138
|
* __pyx_import_array()
|
|
19139
19139
|
* except Exception:
|
|
19140
19140
|
* raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -19149,7 +19149,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19149
19149
|
}
|
|
19150
19150
|
goto __pyx_L5_except_error;
|
|
19151
19151
|
|
|
19152
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19152
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":983
|
|
19153
19153
|
* # Cython code.
|
|
19154
19154
|
* cdef inline int import_array() except -1:
|
|
19155
19155
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19165,7 +19165,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19165
19165
|
__pyx_L8_try_end:;
|
|
19166
19166
|
}
|
|
19167
19167
|
|
|
19168
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19168
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":982
|
|
19169
19169
|
* # Versions of the import_* functions which are more suitable for
|
|
19170
19170
|
* # Cython code.
|
|
19171
19171
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19188,7 +19188,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19188
19188
|
return __pyx_r;
|
|
19189
19189
|
}
|
|
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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":988
|
|
19192
19192
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
19193
19193
|
*
|
|
19194
19194
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19212,7 +19212,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19212
19212
|
int __pyx_clineno = 0;
|
|
19213
19213
|
__Pyx_RefNannySetupContext("import_umath", 1);
|
|
19214
19214
|
|
|
19215
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19215
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":989
|
|
19216
19216
|
*
|
|
19217
19217
|
* cdef inline int import_umath() except -1:
|
|
19218
19218
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19228,7 +19228,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19228
19228
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
19229
19229
|
/*try:*/ {
|
|
19230
19230
|
|
|
19231
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19231
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":990
|
|
19232
19232
|
* cdef inline int import_umath() except -1:
|
|
19233
19233
|
* try:
|
|
19234
19234
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -19237,7 +19237,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19237
19237
|
*/
|
|
19238
19238
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 990, __pyx_L3_error)
|
|
19239
19239
|
|
|
19240
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19240
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":989
|
|
19241
19241
|
*
|
|
19242
19242
|
* cdef inline int import_umath() except -1:
|
|
19243
19243
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19251,7 +19251,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19251
19251
|
goto __pyx_L8_try_end;
|
|
19252
19252
|
__pyx_L3_error:;
|
|
19253
19253
|
|
|
19254
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19254
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":991
|
|
19255
19255
|
* try:
|
|
19256
19256
|
* _import_umath()
|
|
19257
19257
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -19266,7 +19266,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19266
19266
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
19267
19267
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":992
|
|
19270
19270
|
* _import_umath()
|
|
19271
19271
|
* except Exception:
|
|
19272
19272
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -19281,7 +19281,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19281
19281
|
}
|
|
19282
19282
|
goto __pyx_L5_except_error;
|
|
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":989
|
|
19285
19285
|
*
|
|
19286
19286
|
* cdef inline int import_umath() except -1:
|
|
19287
19287
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19297,7 +19297,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19297
19297
|
__pyx_L8_try_end:;
|
|
19298
19298
|
}
|
|
19299
19299
|
|
|
19300
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19300
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":988
|
|
19301
19301
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
19302
19302
|
*
|
|
19303
19303
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19320,7 +19320,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19320
19320
|
return __pyx_r;
|
|
19321
19321
|
}
|
|
19322
19322
|
|
|
19323
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19323
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
|
19324
19324
|
* raise ImportError("numpy.core.umath failed to import")
|
|
19325
19325
|
*
|
|
19326
19326
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19344,7 +19344,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19344
19344
|
int __pyx_clineno = 0;
|
|
19345
19345
|
__Pyx_RefNannySetupContext("import_ufunc", 1);
|
|
19346
19346
|
|
|
19347
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19347
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":995
|
|
19348
19348
|
*
|
|
19349
19349
|
* cdef inline int import_ufunc() except -1:
|
|
19350
19350
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19360,7 +19360,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19360
19360
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
19361
19361
|
/*try:*/ {
|
|
19362
19362
|
|
|
19363
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19363
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":996
|
|
19364
19364
|
* cdef inline int import_ufunc() except -1:
|
|
19365
19365
|
* try:
|
|
19366
19366
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -19369,7 +19369,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19369
19369
|
*/
|
|
19370
19370
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 996, __pyx_L3_error)
|
|
19371
19371
|
|
|
19372
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19372
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":995
|
|
19373
19373
|
*
|
|
19374
19374
|
* cdef inline int import_ufunc() except -1:
|
|
19375
19375
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19383,7 +19383,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19383
19383
|
goto __pyx_L8_try_end;
|
|
19384
19384
|
__pyx_L3_error:;
|
|
19385
19385
|
|
|
19386
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19386
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":997
|
|
19387
19387
|
* try:
|
|
19388
19388
|
* _import_umath()
|
|
19389
19389
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -19398,7 +19398,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19398
19398
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
19399
19399
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
19400
19400
|
|
|
19401
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19401
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
|
19402
19402
|
* _import_umath()
|
|
19403
19403
|
* except Exception:
|
|
19404
19404
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -19413,7 +19413,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19413
19413
|
}
|
|
19414
19414
|
goto __pyx_L5_except_error;
|
|
19415
19415
|
|
|
19416
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19416
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":995
|
|
19417
19417
|
*
|
|
19418
19418
|
* cdef inline int import_ufunc() except -1:
|
|
19419
19419
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19429,7 +19429,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19429
19429
|
__pyx_L8_try_end:;
|
|
19430
19430
|
}
|
|
19431
19431
|
|
|
19432
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19432
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
|
19433
19433
|
* raise ImportError("numpy.core.umath failed to import")
|
|
19434
19434
|
*
|
|
19435
19435
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19452,7 +19452,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19452
19452
|
return __pyx_r;
|
|
19453
19453
|
}
|
|
19454
19454
|
|
|
19455
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19455
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1001
|
|
19456
19456
|
*
|
|
19457
19457
|
*
|
|
19458
19458
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -19463,7 +19463,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19463
19463
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
19464
19464
|
int __pyx_r;
|
|
19465
19465
|
|
|
19466
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19466
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
|
19467
19467
|
* bool
|
|
19468
19468
|
* """
|
|
19469
19469
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -19473,7 +19473,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
19473
19473
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
19474
19474
|
goto __pyx_L0;
|
|
19475
19475
|
|
|
19476
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19476
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1001
|
|
19477
19477
|
*
|
|
19478
19478
|
*
|
|
19479
19479
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -19486,7 +19486,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
19486
19486
|
return __pyx_r;
|
|
19487
19487
|
}
|
|
19488
19488
|
|
|
19489
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19489
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1016
|
|
19490
19490
|
*
|
|
19491
19491
|
*
|
|
19492
19492
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -19497,7 +19497,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
19497
19497
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
19498
19498
|
int __pyx_r;
|
|
19499
19499
|
|
|
19500
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19500
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1028
|
|
19501
19501
|
* bool
|
|
19502
19502
|
* """
|
|
19503
19503
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -19507,7 +19507,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
19507
19507
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
19508
19508
|
goto __pyx_L0;
|
|
19509
19509
|
|
|
19510
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19510
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1016
|
|
19511
19511
|
*
|
|
19512
19512
|
*
|
|
19513
19513
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -19520,7 +19520,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
19520
19520
|
return __pyx_r;
|
|
19521
19521
|
}
|
|
19522
19522
|
|
|
19523
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19523
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1031
|
|
19524
19524
|
*
|
|
19525
19525
|
*
|
|
19526
19526
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19531,7 +19531,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
19531
19531
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
19532
19532
|
npy_datetime __pyx_r;
|
|
19533
19533
|
|
|
19534
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19534
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1038
|
|
19535
19535
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
19536
19536
|
* """
|
|
19537
19537
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -19541,7 +19541,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
19541
19541
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
19542
19542
|
goto __pyx_L0;
|
|
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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1031
|
|
19545
19545
|
*
|
|
19546
19546
|
*
|
|
19547
19547
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19554,7 +19554,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
19554
19554
|
return __pyx_r;
|
|
19555
19555
|
}
|
|
19556
19556
|
|
|
19557
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19557
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1041
|
|
19558
19558
|
*
|
|
19559
19559
|
*
|
|
19560
19560
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19565,7 +19565,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
19565
19565
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
19566
19566
|
npy_timedelta __pyx_r;
|
|
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-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1045
|
|
19569
19569
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
19570
19570
|
* """
|
|
19571
19571
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -19575,7 +19575,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
19575
19575
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
19576
19576
|
goto __pyx_L0;
|
|
19577
19577
|
|
|
19578
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19578
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1041
|
|
19579
19579
|
*
|
|
19580
19580
|
*
|
|
19581
19581
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19588,7 +19588,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
19588
19588
|
return __pyx_r;
|
|
19589
19589
|
}
|
|
19590
19590
|
|
|
19591
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19591
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1048
|
|
19592
19592
|
*
|
|
19593
19593
|
*
|
|
19594
19594
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19599,7 +19599,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
19599
19599
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
19600
19600
|
NPY_DATETIMEUNIT __pyx_r;
|
|
19601
19601
|
|
|
19602
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19602
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1052
|
|
19603
19603
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
19604
19604
|
* """
|
|
19605
19605
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -19607,7 +19607,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
19607
19607
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
19608
19608
|
goto __pyx_L0;
|
|
19609
19609
|
|
|
19610
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19610
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1048
|
|
19611
19611
|
*
|
|
19612
19612
|
*
|
|
19613
19613
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -23304,7 +23304,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
23304
23304
|
__Pyx_GOTREF(__pyx_tuple__8);
|
|
23305
23305
|
__Pyx_GIVEREF(__pyx_tuple__8);
|
|
23306
23306
|
|
|
23307
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
23307
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":986
|
|
23308
23308
|
* __pyx_import_array()
|
|
23309
23309
|
* except Exception:
|
|
23310
23310
|
* raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -23315,7 +23315,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
23315
23315
|
__Pyx_GOTREF(__pyx_tuple__9);
|
|
23316
23316
|
__Pyx_GIVEREF(__pyx_tuple__9);
|
|
23317
23317
|
|
|
23318
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
23318
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-egmwxkzt/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":992
|
|
23319
23319
|
* _import_umath()
|
|
23320
23320
|
* except Exception:
|
|
23321
23321
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|