biotite 0.40.0__cp310-cp310-macosx_11_0_arm64.whl → 0.41.0__cp310-cp310-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-310-darwin.so +0 -0
- biotite/sequence/align/cigar.py +60 -15
- biotite/sequence/align/kmeralphabet.c +119 -119
- biotite/sequence/align/kmeralphabet.cpython-310-darwin.so +0 -0
- biotite/sequence/align/kmersimilarity.c +119 -119
- biotite/sequence/align/kmersimilarity.cpython-310-darwin.so +0 -0
- biotite/sequence/align/kmertable.cpp +119 -119
- biotite/sequence/align/kmertable.cpython-310-darwin.so +0 -0
- biotite/sequence/align/localgapped.c +119 -119
- biotite/sequence/align/localgapped.cpython-310-darwin.so +0 -0
- biotite/sequence/align/localungapped.c +119 -119
- biotite/sequence/align/localungapped.cpython-310-darwin.so +0 -0
- biotite/sequence/align/multiple.c +119 -119
- biotite/sequence/align/multiple.cpython-310-darwin.so +0 -0
- biotite/sequence/align/pairwise.c +119 -119
- biotite/sequence/align/pairwise.cpython-310-darwin.so +0 -0
- biotite/sequence/align/permutation.c +119 -119
- biotite/sequence/align/permutation.cpython-310-darwin.so +0 -0
- biotite/sequence/align/selector.c +119 -119
- biotite/sequence/align/selector.cpython-310-darwin.so +0 -0
- biotite/sequence/align/tracetable.c +119 -119
- biotite/sequence/align/tracetable.cpython-310-darwin.so +0 -0
- biotite/sequence/annotation.py +2 -2
- biotite/sequence/codec.c +119 -119
- biotite/sequence/codec.cpython-310-darwin.so +0 -0
- biotite/sequence/io/fasta/convert.py +27 -24
- biotite/sequence/phylo/nj.c +119 -119
- biotite/sequence/phylo/nj.cpython-310-darwin.so +0 -0
- biotite/sequence/phylo/tree.c +119 -119
- biotite/sequence/phylo/tree.cpython-310-darwin.so +0 -0
- biotite/sequence/phylo/upgma.c +119 -119
- biotite/sequence/phylo/upgma.cpython-310-darwin.so +0 -0
- biotite/structure/__init__.py +2 -0
- biotite/structure/bonds.c +1124 -915
- biotite/structure/bonds.cpython-310-darwin.so +0 -0
- biotite/structure/celllist.c +119 -119
- biotite/structure/celllist.cpython-310-darwin.so +0 -0
- biotite/structure/charges.c +119 -119
- biotite/structure/charges.cpython-310-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-310-darwin.so +0 -0
- biotite/structure/io/mmtf/convertfile.c +119 -119
- biotite/structure/io/mmtf/convertfile.cpython-310-darwin.so +0 -0
- biotite/structure/io/mmtf/decode.c +119 -119
- biotite/structure/io/mmtf/decode.cpython-310-darwin.so +0 -0
- biotite/structure/io/mmtf/encode.c +119 -119
- biotite/structure/io/mmtf/encode.cpython-310-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-310-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-310-darwin.so +0 -0
- biotite/structure/repair.py +253 -0
- biotite/structure/sasa.c +119 -119
- biotite/structure/sasa.cpython-310-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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":732
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":733
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":734
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":735
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":739
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":740
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":741
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":742
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":746
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":747
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":756
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":757
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":758
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":760
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":761
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":762
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":764
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":765
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":767
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":768
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":769
|
|
1847
1847
|
* ctypedef npy_double float_t
|
|
1848
1848
|
* ctypedef npy_double double_t
|
|
1849
1849
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1938,7 +1938,7 @@ struct __pyx_MemviewEnum_obj;
|
|
|
1938
1938
|
struct __pyx_memoryview_obj;
|
|
1939
1939
|
struct __pyx_memoryviewslice_obj;
|
|
1940
1940
|
|
|
1941
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1941
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":771
|
|
1942
1942
|
* ctypedef npy_longdouble longdouble_t
|
|
1943
1943
|
*
|
|
1944
1944
|
* ctypedef npy_cfloat cfloat_t # <<<<<<<<<<<<<<
|
|
@@ -1947,7 +1947,7 @@ struct __pyx_memoryviewslice_obj;
|
|
|
1947
1947
|
*/
|
|
1948
1948
|
typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
1949
1949
|
|
|
1950
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1950
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":772
|
|
1951
1951
|
*
|
|
1952
1952
|
* ctypedef npy_cfloat cfloat_t
|
|
1953
1953
|
* ctypedef npy_cdouble cdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1956,7 +1956,7 @@ typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
|
1956
1956
|
*/
|
|
1957
1957
|
typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
1958
1958
|
|
|
1959
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1959
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773
|
|
1960
1960
|
* ctypedef npy_cfloat cfloat_t
|
|
1961
1961
|
* ctypedef npy_cdouble cdouble_t
|
|
1962
1962
|
* ctypedef npy_clongdouble clongdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1965,7 +1965,7 @@ typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
|
1965
1965
|
*/
|
|
1966
1966
|
typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t;
|
|
1967
1967
|
|
|
1968
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1968
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":775
|
|
1969
1969
|
* ctypedef npy_clongdouble clongdouble_t
|
|
1970
1970
|
*
|
|
1971
1971
|
* ctypedef npy_cdouble complex_t # <<<<<<<<<<<<<<
|
|
@@ -19106,7 +19106,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
|
19106
19106
|
return __pyx_r;
|
|
19107
19107
|
}
|
|
19108
19108
|
|
|
19109
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19109
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":246
|
|
19110
19110
|
*
|
|
19111
19111
|
* @property
|
|
19112
19112
|
* cdef inline PyObject* base(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19117,7 +19117,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
|
19117
19117
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
19118
19118
|
PyObject *__pyx_r;
|
|
19119
19119
|
|
|
19120
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19120
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":249
|
|
19121
19121
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
19122
19122
|
* """
|
|
19123
19123
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -19127,7 +19127,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
19127
19127
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
19128
19128
|
goto __pyx_L0;
|
|
19129
19129
|
|
|
19130
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19130
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":246
|
|
19131
19131
|
*
|
|
19132
19132
|
* @property
|
|
19133
19133
|
* cdef inline PyObject* base(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19140,7 +19140,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
19140
19140
|
return __pyx_r;
|
|
19141
19141
|
}
|
|
19142
19142
|
|
|
19143
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19143
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":252
|
|
19144
19144
|
*
|
|
19145
19145
|
* @property
|
|
19146
19146
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -19154,7 +19154,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
19154
19154
|
PyArray_Descr *__pyx_t_1;
|
|
19155
19155
|
__Pyx_RefNannySetupContext("descr", 1);
|
|
19156
19156
|
|
|
19157
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19157
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":255
|
|
19158
19158
|
* """Returns an owned reference to the dtype of the array.
|
|
19159
19159
|
* """
|
|
19160
19160
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -19167,7 +19167,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
19167
19167
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
19168
19168
|
goto __pyx_L0;
|
|
19169
19169
|
|
|
19170
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19170
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":252
|
|
19171
19171
|
*
|
|
19172
19172
|
* @property
|
|
19173
19173
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -19182,7 +19182,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
19182
19182
|
return __pyx_r;
|
|
19183
19183
|
}
|
|
19184
19184
|
|
|
19185
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19185
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":258
|
|
19186
19186
|
*
|
|
19187
19187
|
* @property
|
|
19188
19188
|
* cdef inline int ndim(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19193,7 +19193,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
19193
19193
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
19194
19194
|
int __pyx_r;
|
|
19195
19195
|
|
|
19196
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19196
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":261
|
|
19197
19197
|
* """Returns the number of dimensions in the array.
|
|
19198
19198
|
* """
|
|
19199
19199
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -19203,7 +19203,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
19203
19203
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
19204
19204
|
goto __pyx_L0;
|
|
19205
19205
|
|
|
19206
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19206
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":258
|
|
19207
19207
|
*
|
|
19208
19208
|
* @property
|
|
19209
19209
|
* cdef inline int ndim(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19216,7 +19216,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
19216
19216
|
return __pyx_r;
|
|
19217
19217
|
}
|
|
19218
19218
|
|
|
19219
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19219
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":264
|
|
19220
19220
|
*
|
|
19221
19221
|
* @property
|
|
19222
19222
|
* cdef inline npy_intp *shape(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19227,7 +19227,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
19227
19227
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
19228
19228
|
npy_intp *__pyx_r;
|
|
19229
19229
|
|
|
19230
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19230
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":269
|
|
19231
19231
|
* Can return NULL for 0-dimensional arrays.
|
|
19232
19232
|
* """
|
|
19233
19233
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -19237,7 +19237,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
19237
19237
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
19238
19238
|
goto __pyx_L0;
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":264
|
|
19241
19241
|
*
|
|
19242
19242
|
* @property
|
|
19243
19243
|
* cdef inline npy_intp *shape(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19250,7 +19250,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
19250
19250
|
return __pyx_r;
|
|
19251
19251
|
}
|
|
19252
19252
|
|
|
19253
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19253
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":272
|
|
19254
19254
|
*
|
|
19255
19255
|
* @property
|
|
19256
19256
|
* cdef inline npy_intp *strides(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19261,7 +19261,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
19261
19261
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
19262
19262
|
npy_intp *__pyx_r;
|
|
19263
19263
|
|
|
19264
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19264
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":276
|
|
19265
19265
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
19266
19266
|
* """
|
|
19267
19267
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -19271,7 +19271,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
19271
19271
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
19272
19272
|
goto __pyx_L0;
|
|
19273
19273
|
|
|
19274
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19274
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":272
|
|
19275
19275
|
*
|
|
19276
19276
|
* @property
|
|
19277
19277
|
* cdef inline npy_intp *strides(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19284,7 +19284,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
19284
19284
|
return __pyx_r;
|
|
19285
19285
|
}
|
|
19286
19286
|
|
|
19287
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19287
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":279
|
|
19288
19288
|
*
|
|
19289
19289
|
* @property
|
|
19290
19290
|
* cdef inline npy_intp size(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19295,7 +19295,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
19295
19295
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
19296
19296
|
npy_intp __pyx_r;
|
|
19297
19297
|
|
|
19298
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19298
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":282
|
|
19299
19299
|
* """Returns the total size (in number of elements) of the array.
|
|
19300
19300
|
* """
|
|
19301
19301
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -19305,7 +19305,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
19305
19305
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
19306
19306
|
goto __pyx_L0;
|
|
19307
19307
|
|
|
19308
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19308
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":279
|
|
19309
19309
|
*
|
|
19310
19310
|
* @property
|
|
19311
19311
|
* cdef inline npy_intp size(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19318,7 +19318,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
19318
19318
|
return __pyx_r;
|
|
19319
19319
|
}
|
|
19320
19320
|
|
|
19321
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19321
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":285
|
|
19322
19322
|
*
|
|
19323
19323
|
* @property
|
|
19324
19324
|
* cdef inline char* data(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19329,7 +19329,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
19329
19329
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
19330
19330
|
char *__pyx_r;
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":291
|
|
19333
19333
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
19334
19334
|
* """
|
|
19335
19335
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -19339,7 +19339,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
19339
19339
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
19340
19340
|
goto __pyx_L0;
|
|
19341
19341
|
|
|
19342
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19342
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":285
|
|
19343
19343
|
*
|
|
19344
19344
|
* @property
|
|
19345
19345
|
* cdef inline char* data(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19352,7 +19352,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
19352
19352
|
return __pyx_r;
|
|
19353
19353
|
}
|
|
19354
19354
|
|
|
19355
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19355
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":777
|
|
19356
19356
|
* ctypedef npy_cdouble complex_t
|
|
19357
19357
|
*
|
|
19358
19358
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -19369,7 +19369,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
19369
19369
|
int __pyx_clineno = 0;
|
|
19370
19370
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 1);
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":778
|
|
19373
19373
|
*
|
|
19374
19374
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
19375
19375
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -19383,7 +19383,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
19383
19383
|
__pyx_t_1 = 0;
|
|
19384
19384
|
goto __pyx_L0;
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":777
|
|
19387
19387
|
* ctypedef npy_cdouble complex_t
|
|
19388
19388
|
*
|
|
19389
19389
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -19402,7 +19402,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
19402
19402
|
return __pyx_r;
|
|
19403
19403
|
}
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":780
|
|
19406
19406
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
19407
19407
|
*
|
|
19408
19408
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -19419,7 +19419,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
19419
19419
|
int __pyx_clineno = 0;
|
|
19420
19420
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 1);
|
|
19421
19421
|
|
|
19422
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19422
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":781
|
|
19423
19423
|
*
|
|
19424
19424
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
19425
19425
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -19433,7 +19433,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
19433
19433
|
__pyx_t_1 = 0;
|
|
19434
19434
|
goto __pyx_L0;
|
|
19435
19435
|
|
|
19436
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19436
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":780
|
|
19437
19437
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
19438
19438
|
*
|
|
19439
19439
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -19452,7 +19452,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":783
|
|
19456
19456
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
19457
19457
|
*
|
|
19458
19458
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -19469,7 +19469,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
19469
19469
|
int __pyx_clineno = 0;
|
|
19470
19470
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 1);
|
|
19471
19471
|
|
|
19472
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19472
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":784
|
|
19473
19473
|
*
|
|
19474
19474
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
19475
19475
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -19483,7 +19483,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
19483
19483
|
__pyx_t_1 = 0;
|
|
19484
19484
|
goto __pyx_L0;
|
|
19485
19485
|
|
|
19486
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19486
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":783
|
|
19487
19487
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
19488
19488
|
*
|
|
19489
19489
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -19502,7 +19502,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
19502
19502
|
return __pyx_r;
|
|
19503
19503
|
}
|
|
19504
19504
|
|
|
19505
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19505
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":786
|
|
19506
19506
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
19507
19507
|
*
|
|
19508
19508
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -19519,7 +19519,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
19519
19519
|
int __pyx_clineno = 0;
|
|
19520
19520
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 1);
|
|
19521
19521
|
|
|
19522
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19522
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":787
|
|
19523
19523
|
*
|
|
19524
19524
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
19525
19525
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -19533,7 +19533,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
19533
19533
|
__pyx_t_1 = 0;
|
|
19534
19534
|
goto __pyx_L0;
|
|
19535
19535
|
|
|
19536
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19536
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":786
|
|
19537
19537
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
19538
19538
|
*
|
|
19539
19539
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -19552,7 +19552,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
19552
19552
|
return __pyx_r;
|
|
19553
19553
|
}
|
|
19554
19554
|
|
|
19555
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19555
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
|
|
19556
19556
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
19557
19557
|
*
|
|
19558
19558
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -19569,7 +19569,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
19569
19569
|
int __pyx_clineno = 0;
|
|
19570
19570
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 1);
|
|
19571
19571
|
|
|
19572
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19572
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":790
|
|
19573
19573
|
*
|
|
19574
19574
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
19575
19575
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -19583,7 +19583,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
19583
19583
|
__pyx_t_1 = 0;
|
|
19584
19584
|
goto __pyx_L0;
|
|
19585
19585
|
|
|
19586
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19586
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
|
|
19587
19587
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
19588
19588
|
*
|
|
19589
19589
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -19602,7 +19602,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
19602
19602
|
return __pyx_r;
|
|
19603
19603
|
}
|
|
19604
19604
|
|
|
19605
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19605
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":792
|
|
19606
19606
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
19607
19607
|
*
|
|
19608
19608
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -19616,7 +19616,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19616
19616
|
int __pyx_t_1;
|
|
19617
19617
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 1);
|
|
19618
19618
|
|
|
19619
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19619
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":793
|
|
19620
19620
|
*
|
|
19621
19621
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
19622
19622
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -19626,7 +19626,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19626
19626
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
19627
19627
|
if (__pyx_t_1) {
|
|
19628
19628
|
|
|
19629
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19629
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":794
|
|
19630
19630
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
19631
19631
|
* if PyDataType_HASSUBARRAY(d):
|
|
19632
19632
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -19638,7 +19638,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19638
19638
|
__pyx_r = ((PyObject*)__pyx_v_d->subarray->shape);
|
|
19639
19639
|
goto __pyx_L0;
|
|
19640
19640
|
|
|
19641
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19641
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":793
|
|
19642
19642
|
*
|
|
19643
19643
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
19644
19644
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -19647,7 +19647,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19647
19647
|
*/
|
|
19648
19648
|
}
|
|
19649
19649
|
|
|
19650
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19650
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":796
|
|
19651
19651
|
* return <tuple>d.subarray.shape
|
|
19652
19652
|
* else:
|
|
19653
19653
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -19661,7 +19661,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19661
19661
|
goto __pyx_L0;
|
|
19662
19662
|
}
|
|
19663
19663
|
|
|
19664
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19664
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":792
|
|
19665
19665
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
19666
19666
|
*
|
|
19667
19667
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -19676,7 +19676,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19676
19676
|
return __pyx_r;
|
|
19677
19677
|
}
|
|
19678
19678
|
|
|
19679
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19679
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":971
|
|
19680
19680
|
* int _import_umath() except -1
|
|
19681
19681
|
*
|
|
19682
19682
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -19686,7 +19686,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19686
19686
|
|
|
19687
19687
|
static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_arr, PyObject *__pyx_v_base) {
|
|
19688
19688
|
|
|
19689
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19689
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972
|
|
19690
19690
|
*
|
|
19691
19691
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
19692
19692
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -19695,7 +19695,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
19695
19695
|
*/
|
|
19696
19696
|
Py_INCREF(__pyx_v_base);
|
|
19697
19697
|
|
|
19698
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19698
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":973
|
|
19699
19699
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
19700
19700
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
19701
19701
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
@@ -19704,7 +19704,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
19704
19704
|
*/
|
|
19705
19705
|
(void)(PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base));
|
|
19706
19706
|
|
|
19707
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19707
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":971
|
|
19708
19708
|
* int _import_umath() except -1
|
|
19709
19709
|
*
|
|
19710
19710
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -19715,7 +19715,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
19715
19715
|
/* function exit code */
|
|
19716
19716
|
}
|
|
19717
19717
|
|
|
19718
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19718
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":975
|
|
19719
19719
|
* PyArray_SetBaseObject(arr, base)
|
|
19720
19720
|
*
|
|
19721
19721
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -19730,7 +19730,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19730
19730
|
int __pyx_t_1;
|
|
19731
19731
|
__Pyx_RefNannySetupContext("get_array_base", 1);
|
|
19732
19732
|
|
|
19733
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19733
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":976
|
|
19734
19734
|
*
|
|
19735
19735
|
* cdef inline object get_array_base(ndarray arr):
|
|
19736
19736
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -19739,7 +19739,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19739
19739
|
*/
|
|
19740
19740
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
19741
19741
|
|
|
19742
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19742
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":977
|
|
19743
19743
|
* cdef inline object get_array_base(ndarray arr):
|
|
19744
19744
|
* base = PyArray_BASE(arr)
|
|
19745
19745
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -19749,7 +19749,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19749
19749
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
19750
19750
|
if (__pyx_t_1) {
|
|
19751
19751
|
|
|
19752
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19752
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":978
|
|
19753
19753
|
* base = PyArray_BASE(arr)
|
|
19754
19754
|
* if base is NULL:
|
|
19755
19755
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -19760,7 +19760,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19760
19760
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
19761
19761
|
goto __pyx_L0;
|
|
19762
19762
|
|
|
19763
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19763
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":977
|
|
19764
19764
|
* cdef inline object get_array_base(ndarray arr):
|
|
19765
19765
|
* base = PyArray_BASE(arr)
|
|
19766
19766
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -19769,7 +19769,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19769
19769
|
*/
|
|
19770
19770
|
}
|
|
19771
19771
|
|
|
19772
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19772
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":979
|
|
19773
19773
|
* if base is NULL:
|
|
19774
19774
|
* return None
|
|
19775
19775
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -19781,7 +19781,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19781
19781
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
19782
19782
|
goto __pyx_L0;
|
|
19783
19783
|
|
|
19784
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19784
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":975
|
|
19785
19785
|
* PyArray_SetBaseObject(arr, base)
|
|
19786
19786
|
*
|
|
19787
19787
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -19796,7 +19796,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19796
19796
|
return __pyx_r;
|
|
19797
19797
|
}
|
|
19798
19798
|
|
|
19799
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19799
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":983
|
|
19800
19800
|
* # Versions of the import_* functions which are more suitable for
|
|
19801
19801
|
* # Cython code.
|
|
19802
19802
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19820,7 +19820,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19820
19820
|
int __pyx_clineno = 0;
|
|
19821
19821
|
__Pyx_RefNannySetupContext("import_array", 1);
|
|
19822
19822
|
|
|
19823
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19823
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":984
|
|
19824
19824
|
* # Cython code.
|
|
19825
19825
|
* cdef inline int import_array() except -1:
|
|
19826
19826
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19836,7 +19836,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19836
19836
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
19837
19837
|
/*try:*/ {
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":985
|
|
19840
19840
|
* cdef inline int import_array() except -1:
|
|
19841
19841
|
* try:
|
|
19842
19842
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
@@ -19845,7 +19845,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19845
19845
|
*/
|
|
19846
19846
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 985, __pyx_L3_error)
|
|
19847
19847
|
|
|
19848
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19848
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":984
|
|
19849
19849
|
* # Cython code.
|
|
19850
19850
|
* cdef inline int import_array() except -1:
|
|
19851
19851
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19859,7 +19859,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19859
19859
|
goto __pyx_L8_try_end;
|
|
19860
19860
|
__pyx_L3_error:;
|
|
19861
19861
|
|
|
19862
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19862
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986
|
|
19863
19863
|
* try:
|
|
19864
19864
|
* __pyx_import_array()
|
|
19865
19865
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -19874,7 +19874,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19874
19874
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
19875
19875
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
19876
19876
|
|
|
19877
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19877
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
|
|
19878
19878
|
* __pyx_import_array()
|
|
19879
19879
|
* except Exception:
|
|
19880
19880
|
* raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -19889,7 +19889,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19889
19889
|
}
|
|
19890
19890
|
goto __pyx_L5_except_error;
|
|
19891
19891
|
|
|
19892
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19892
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":984
|
|
19893
19893
|
* # Cython code.
|
|
19894
19894
|
* cdef inline int import_array() except -1:
|
|
19895
19895
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19905,7 +19905,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19905
19905
|
__pyx_L8_try_end:;
|
|
19906
19906
|
}
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":983
|
|
19909
19909
|
* # Versions of the import_* functions which are more suitable for
|
|
19910
19910
|
* # Cython code.
|
|
19911
19911
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19928,7 +19928,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
19928
19928
|
return __pyx_r;
|
|
19929
19929
|
}
|
|
19930
19930
|
|
|
19931
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19931
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":989
|
|
19932
19932
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
19933
19933
|
*
|
|
19934
19934
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19952,7 +19952,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19952
19952
|
int __pyx_clineno = 0;
|
|
19953
19953
|
__Pyx_RefNannySetupContext("import_umath", 1);
|
|
19954
19954
|
|
|
19955
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19955
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":990
|
|
19956
19956
|
*
|
|
19957
19957
|
* cdef inline int import_umath() except -1:
|
|
19958
19958
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19968,7 +19968,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19968
19968
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
19969
19969
|
/*try:*/ {
|
|
19970
19970
|
|
|
19971
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19971
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":991
|
|
19972
19972
|
* cdef inline int import_umath() except -1:
|
|
19973
19973
|
* try:
|
|
19974
19974
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -19977,7 +19977,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19977
19977
|
*/
|
|
19978
19978
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 991, __pyx_L3_error)
|
|
19979
19979
|
|
|
19980
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19980
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":990
|
|
19981
19981
|
*
|
|
19982
19982
|
* cdef inline int import_umath() except -1:
|
|
19983
19983
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19991,7 +19991,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19991
19991
|
goto __pyx_L8_try_end;
|
|
19992
19992
|
__pyx_L3_error:;
|
|
19993
19993
|
|
|
19994
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19994
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992
|
|
19995
19995
|
* try:
|
|
19996
19996
|
* _import_umath()
|
|
19997
19997
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -20006,7 +20006,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
20006
20006
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
20007
20007
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
20008
20008
|
|
|
20009
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20009
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
|
|
20010
20010
|
* _import_umath()
|
|
20011
20011
|
* except Exception:
|
|
20012
20012
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -20021,7 +20021,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
20021
20021
|
}
|
|
20022
20022
|
goto __pyx_L5_except_error;
|
|
20023
20023
|
|
|
20024
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20024
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":990
|
|
20025
20025
|
*
|
|
20026
20026
|
* cdef inline int import_umath() except -1:
|
|
20027
20027
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20037,7 +20037,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
20037
20037
|
__pyx_L8_try_end:;
|
|
20038
20038
|
}
|
|
20039
20039
|
|
|
20040
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20040
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":989
|
|
20041
20041
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
20042
20042
|
*
|
|
20043
20043
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -20060,7 +20060,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
20060
20060
|
return __pyx_r;
|
|
20061
20061
|
}
|
|
20062
20062
|
|
|
20063
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20063
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":995
|
|
20064
20064
|
* raise ImportError("numpy.core.umath failed to import")
|
|
20065
20065
|
*
|
|
20066
20066
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -20084,7 +20084,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20084
20084
|
int __pyx_clineno = 0;
|
|
20085
20085
|
__Pyx_RefNannySetupContext("import_ufunc", 1);
|
|
20086
20086
|
|
|
20087
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20087
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":996
|
|
20088
20088
|
*
|
|
20089
20089
|
* cdef inline int import_ufunc() except -1:
|
|
20090
20090
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20100,7 +20100,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20100
20100
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
20101
20101
|
/*try:*/ {
|
|
20102
20102
|
|
|
20103
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20103
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":997
|
|
20104
20104
|
* cdef inline int import_ufunc() except -1:
|
|
20105
20105
|
* try:
|
|
20106
20106
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -20109,7 +20109,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20109
20109
|
*/
|
|
20110
20110
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 997, __pyx_L3_error)
|
|
20111
20111
|
|
|
20112
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20112
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":996
|
|
20113
20113
|
*
|
|
20114
20114
|
* cdef inline int import_ufunc() except -1:
|
|
20115
20115
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20123,7 +20123,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20123
20123
|
goto __pyx_L8_try_end;
|
|
20124
20124
|
__pyx_L3_error:;
|
|
20125
20125
|
|
|
20126
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20126
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":998
|
|
20127
20127
|
* try:
|
|
20128
20128
|
* _import_umath()
|
|
20129
20129
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -20138,7 +20138,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20138
20138
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
20139
20139
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
20140
20140
|
|
|
20141
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20141
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999
|
|
20142
20142
|
* _import_umath()
|
|
20143
20143
|
* except Exception:
|
|
20144
20144
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -20153,7 +20153,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20153
20153
|
}
|
|
20154
20154
|
goto __pyx_L5_except_error;
|
|
20155
20155
|
|
|
20156
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20156
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":996
|
|
20157
20157
|
*
|
|
20158
20158
|
* cdef inline int import_ufunc() except -1:
|
|
20159
20159
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20169,7 +20169,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20169
20169
|
__pyx_L8_try_end:;
|
|
20170
20170
|
}
|
|
20171
20171
|
|
|
20172
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20172
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":995
|
|
20173
20173
|
* raise ImportError("numpy.core.umath failed to import")
|
|
20174
20174
|
*
|
|
20175
20175
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -20192,7 +20192,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20192
20192
|
return __pyx_r;
|
|
20193
20193
|
}
|
|
20194
20194
|
|
|
20195
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20195
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1002
|
|
20196
20196
|
*
|
|
20197
20197
|
*
|
|
20198
20198
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -20203,7 +20203,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20203
20203
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
20204
20204
|
int __pyx_r;
|
|
20205
20205
|
|
|
20206
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20206
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
20207
20207
|
* bool
|
|
20208
20208
|
* """
|
|
20209
20209
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -20213,7 +20213,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
20213
20213
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
20214
20214
|
goto __pyx_L0;
|
|
20215
20215
|
|
|
20216
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20216
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1002
|
|
20217
20217
|
*
|
|
20218
20218
|
*
|
|
20219
20219
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -20226,7 +20226,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
20226
20226
|
return __pyx_r;
|
|
20227
20227
|
}
|
|
20228
20228
|
|
|
20229
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20229
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1017
|
|
20230
20230
|
*
|
|
20231
20231
|
*
|
|
20232
20232
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -20237,7 +20237,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
20237
20237
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
20238
20238
|
int __pyx_r;
|
|
20239
20239
|
|
|
20240
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20240
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
20241
20241
|
* bool
|
|
20242
20242
|
* """
|
|
20243
20243
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -20247,7 +20247,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
20247
20247
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
20248
20248
|
goto __pyx_L0;
|
|
20249
20249
|
|
|
20250
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20250
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1017
|
|
20251
20251
|
*
|
|
20252
20252
|
*
|
|
20253
20253
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -20260,7 +20260,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
20260
20260
|
return __pyx_r;
|
|
20261
20261
|
}
|
|
20262
20262
|
|
|
20263
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20263
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1032
|
|
20264
20264
|
*
|
|
20265
20265
|
*
|
|
20266
20266
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -20271,7 +20271,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
20271
20271
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
20272
20272
|
npy_datetime __pyx_r;
|
|
20273
20273
|
|
|
20274
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20274
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
|
|
20275
20275
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
20276
20276
|
* """
|
|
20277
20277
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -20281,7 +20281,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
20281
20281
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
20282
20282
|
goto __pyx_L0;
|
|
20283
20283
|
|
|
20284
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20284
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1032
|
|
20285
20285
|
*
|
|
20286
20286
|
*
|
|
20287
20287
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -20294,7 +20294,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
20294
20294
|
return __pyx_r;
|
|
20295
20295
|
}
|
|
20296
20296
|
|
|
20297
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20297
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1042
|
|
20298
20298
|
*
|
|
20299
20299
|
*
|
|
20300
20300
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -20305,7 +20305,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
20305
20305
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
20306
20306
|
npy_timedelta __pyx_r;
|
|
20307
20307
|
|
|
20308
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20308
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046
|
|
20309
20309
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
20310
20310
|
* """
|
|
20311
20311
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -20315,7 +20315,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
20315
20315
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
20316
20316
|
goto __pyx_L0;
|
|
20317
20317
|
|
|
20318
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20318
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1042
|
|
20319
20319
|
*
|
|
20320
20320
|
*
|
|
20321
20321
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -20328,7 +20328,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
20328
20328
|
return __pyx_r;
|
|
20329
20329
|
}
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1049
|
|
20332
20332
|
*
|
|
20333
20333
|
*
|
|
20334
20334
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -20339,7 +20339,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
20339
20339
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
20340
20340
|
NPY_DATETIMEUNIT __pyx_r;
|
|
20341
20341
|
|
|
20342
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20342
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1053
|
|
20343
20343
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
20344
20344
|
* """
|
|
20345
20345
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -20347,7 +20347,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
20347
20347
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
20348
20348
|
goto __pyx_L0;
|
|
20349
20349
|
|
|
20350
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
20350
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1049
|
|
20351
20351
|
*
|
|
20352
20352
|
*
|
|
20353
20353
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -55091,7 +55091,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
55091
55091
|
__Pyx_GOTREF(__pyx_tuple__8);
|
|
55092
55092
|
__Pyx_GIVEREF(__pyx_tuple__8);
|
|
55093
55093
|
|
|
55094
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
55094
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
|
|
55095
55095
|
* __pyx_import_array()
|
|
55096
55096
|
* except Exception:
|
|
55097
55097
|
* raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -55102,7 +55102,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
55102
55102
|
__Pyx_GOTREF(__pyx_tuple__9);
|
|
55103
55103
|
__Pyx_GIVEREF(__pyx_tuple__9);
|
|
55104
55104
|
|
|
55105
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
55105
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
|
|
55106
55106
|
* _import_umath()
|
|
55107
55107
|
* except Exception:
|
|
55108
55108
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|