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
biotite/sequence/phylo/upgma.c
CHANGED
|
@@ -1663,7 +1663,7 @@ typedef struct {
|
|
|
1663
1663
|
|
|
1664
1664
|
/* #### Code section: numeric_typedefs ### */
|
|
1665
1665
|
|
|
1666
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1666
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-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 # <<<<<<<<<<<<<<
|
|
@@ -1911,7 +1911,7 @@ struct __pyx_MemviewEnum_obj;
|
|
|
1911
1911
|
struct __pyx_memoryview_obj;
|
|
1912
1912
|
struct __pyx_memoryviewslice_obj;
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":771
|
|
1915
1915
|
* ctypedef npy_longdouble longdouble_t
|
|
1916
1916
|
*
|
|
1917
1917
|
* ctypedef npy_cfloat cfloat_t # <<<<<<<<<<<<<<
|
|
@@ -1920,7 +1920,7 @@ struct __pyx_memoryviewslice_obj;
|
|
|
1920
1920
|
*/
|
|
1921
1921
|
typedef npy_cfloat __pyx_t_5numpy_cfloat_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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":772
|
|
1924
1924
|
*
|
|
1925
1925
|
* ctypedef npy_cfloat cfloat_t
|
|
1926
1926
|
* ctypedef npy_cdouble cdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1929,7 +1929,7 @@ typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
|
1929
1929
|
*/
|
|
1930
1930
|
typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
1931
1931
|
|
|
1932
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1932
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773
|
|
1933
1933
|
* ctypedef npy_cfloat cfloat_t
|
|
1934
1934
|
* ctypedef npy_cdouble cdouble_t
|
|
1935
1935
|
* ctypedef npy_clongdouble clongdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1938,7 +1938,7 @@ typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
|
1938
1938
|
*/
|
|
1939
1939
|
typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t;
|
|
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":775
|
|
1942
1942
|
* ctypedef npy_clongdouble clongdouble_t
|
|
1943
1943
|
*
|
|
1944
1944
|
* ctypedef npy_cdouble complex_t # <<<<<<<<<<<<<<
|
|
@@ -18149,7 +18149,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
|
18149
18149
|
return __pyx_r;
|
|
18150
18150
|
}
|
|
18151
18151
|
|
|
18152
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18152
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":246
|
|
18153
18153
|
*
|
|
18154
18154
|
* @property
|
|
18155
18155
|
* cdef inline PyObject* base(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18160,7 +18160,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
|
18160
18160
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
18161
18161
|
PyObject *__pyx_r;
|
|
18162
18162
|
|
|
18163
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18163
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":249
|
|
18164
18164
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
18165
18165
|
* """
|
|
18166
18166
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -18170,7 +18170,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
18170
18170
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
18171
18171
|
goto __pyx_L0;
|
|
18172
18172
|
|
|
18173
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18173
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":246
|
|
18174
18174
|
*
|
|
18175
18175
|
* @property
|
|
18176
18176
|
* cdef inline PyObject* base(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18183,7 +18183,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
18183
18183
|
return __pyx_r;
|
|
18184
18184
|
}
|
|
18185
18185
|
|
|
18186
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18186
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":252
|
|
18187
18187
|
*
|
|
18188
18188
|
* @property
|
|
18189
18189
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -18197,7 +18197,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
18197
18197
|
PyArray_Descr *__pyx_t_1;
|
|
18198
18198
|
__Pyx_RefNannySetupContext("descr", 1);
|
|
18199
18199
|
|
|
18200
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18200
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":255
|
|
18201
18201
|
* """Returns an owned reference to the dtype of the array.
|
|
18202
18202
|
* """
|
|
18203
18203
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -18210,7 +18210,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
18210
18210
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
18211
18211
|
goto __pyx_L0;
|
|
18212
18212
|
|
|
18213
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18213
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":252
|
|
18214
18214
|
*
|
|
18215
18215
|
* @property
|
|
18216
18216
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -18225,7 +18225,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
18225
18225
|
return __pyx_r;
|
|
18226
18226
|
}
|
|
18227
18227
|
|
|
18228
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18228
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":258
|
|
18229
18229
|
*
|
|
18230
18230
|
* @property
|
|
18231
18231
|
* cdef inline int ndim(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18236,7 +18236,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
18236
18236
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
18237
18237
|
int __pyx_r;
|
|
18238
18238
|
|
|
18239
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18239
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":261
|
|
18240
18240
|
* """Returns the number of dimensions in the array.
|
|
18241
18241
|
* """
|
|
18242
18242
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -18246,7 +18246,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
18246
18246
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
18247
18247
|
goto __pyx_L0;
|
|
18248
18248
|
|
|
18249
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18249
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":258
|
|
18250
18250
|
*
|
|
18251
18251
|
* @property
|
|
18252
18252
|
* cdef inline int ndim(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18259,7 +18259,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
18259
18259
|
return __pyx_r;
|
|
18260
18260
|
}
|
|
18261
18261
|
|
|
18262
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18262
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":264
|
|
18263
18263
|
*
|
|
18264
18264
|
* @property
|
|
18265
18265
|
* cdef inline npy_intp *shape(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18270,7 +18270,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
18270
18270
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
18271
18271
|
npy_intp *__pyx_r;
|
|
18272
18272
|
|
|
18273
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18273
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":269
|
|
18274
18274
|
* Can return NULL for 0-dimensional arrays.
|
|
18275
18275
|
* """
|
|
18276
18276
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -18280,7 +18280,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
18280
18280
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
18281
18281
|
goto __pyx_L0;
|
|
18282
18282
|
|
|
18283
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18283
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":264
|
|
18284
18284
|
*
|
|
18285
18285
|
* @property
|
|
18286
18286
|
* cdef inline npy_intp *shape(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18293,7 +18293,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
18293
18293
|
return __pyx_r;
|
|
18294
18294
|
}
|
|
18295
18295
|
|
|
18296
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18296
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":272
|
|
18297
18297
|
*
|
|
18298
18298
|
* @property
|
|
18299
18299
|
* cdef inline npy_intp *strides(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18304,7 +18304,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
18304
18304
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
18305
18305
|
npy_intp *__pyx_r;
|
|
18306
18306
|
|
|
18307
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18307
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":276
|
|
18308
18308
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
18309
18309
|
* """
|
|
18310
18310
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -18314,7 +18314,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
18314
18314
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
18315
18315
|
goto __pyx_L0;
|
|
18316
18316
|
|
|
18317
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18317
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":272
|
|
18318
18318
|
*
|
|
18319
18319
|
* @property
|
|
18320
18320
|
* cdef inline npy_intp *strides(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18327,7 +18327,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
18327
18327
|
return __pyx_r;
|
|
18328
18328
|
}
|
|
18329
18329
|
|
|
18330
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18330
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":279
|
|
18331
18331
|
*
|
|
18332
18332
|
* @property
|
|
18333
18333
|
* cdef inline npy_intp size(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18338,7 +18338,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
18338
18338
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
18339
18339
|
npy_intp __pyx_r;
|
|
18340
18340
|
|
|
18341
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18341
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":282
|
|
18342
18342
|
* """Returns the total size (in number of elements) of the array.
|
|
18343
18343
|
* """
|
|
18344
18344
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -18348,7 +18348,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
18348
18348
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
18349
18349
|
goto __pyx_L0;
|
|
18350
18350
|
|
|
18351
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18351
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":279
|
|
18352
18352
|
*
|
|
18353
18353
|
* @property
|
|
18354
18354
|
* cdef inline npy_intp size(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18361,7 +18361,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
18361
18361
|
return __pyx_r;
|
|
18362
18362
|
}
|
|
18363
18363
|
|
|
18364
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18364
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":285
|
|
18365
18365
|
*
|
|
18366
18366
|
* @property
|
|
18367
18367
|
* cdef inline char* data(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18372,7 +18372,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
18372
18372
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
18373
18373
|
char *__pyx_r;
|
|
18374
18374
|
|
|
18375
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18375
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":291
|
|
18376
18376
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
18377
18377
|
* """
|
|
18378
18378
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -18382,7 +18382,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
18382
18382
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
18383
18383
|
goto __pyx_L0;
|
|
18384
18384
|
|
|
18385
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18385
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":285
|
|
18386
18386
|
*
|
|
18387
18387
|
* @property
|
|
18388
18388
|
* cdef inline char* data(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -18395,7 +18395,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
18395
18395
|
return __pyx_r;
|
|
18396
18396
|
}
|
|
18397
18397
|
|
|
18398
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18398
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":777
|
|
18399
18399
|
* ctypedef npy_cdouble complex_t
|
|
18400
18400
|
*
|
|
18401
18401
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -18412,7 +18412,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
18412
18412
|
int __pyx_clineno = 0;
|
|
18413
18413
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 1);
|
|
18414
18414
|
|
|
18415
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18415
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":778
|
|
18416
18416
|
*
|
|
18417
18417
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
18418
18418
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -18426,7 +18426,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
18426
18426
|
__pyx_t_1 = 0;
|
|
18427
18427
|
goto __pyx_L0;
|
|
18428
18428
|
|
|
18429
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18429
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":777
|
|
18430
18430
|
* ctypedef npy_cdouble complex_t
|
|
18431
18431
|
*
|
|
18432
18432
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -18445,7 +18445,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
18445
18445
|
return __pyx_r;
|
|
18446
18446
|
}
|
|
18447
18447
|
|
|
18448
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18448
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":780
|
|
18449
18449
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
18450
18450
|
*
|
|
18451
18451
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -18462,7 +18462,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
18462
18462
|
int __pyx_clineno = 0;
|
|
18463
18463
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 1);
|
|
18464
18464
|
|
|
18465
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18465
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":781
|
|
18466
18466
|
*
|
|
18467
18467
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
18468
18468
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -18476,7 +18476,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
18476
18476
|
__pyx_t_1 = 0;
|
|
18477
18477
|
goto __pyx_L0;
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":780
|
|
18480
18480
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
18481
18481
|
*
|
|
18482
18482
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -18495,7 +18495,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
18495
18495
|
return __pyx_r;
|
|
18496
18496
|
}
|
|
18497
18497
|
|
|
18498
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18498
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":783
|
|
18499
18499
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
18500
18500
|
*
|
|
18501
18501
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -18512,7 +18512,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
18512
18512
|
int __pyx_clineno = 0;
|
|
18513
18513
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 1);
|
|
18514
18514
|
|
|
18515
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18515
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":784
|
|
18516
18516
|
*
|
|
18517
18517
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
18518
18518
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -18526,7 +18526,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
18526
18526
|
__pyx_t_1 = 0;
|
|
18527
18527
|
goto __pyx_L0;
|
|
18528
18528
|
|
|
18529
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18529
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":783
|
|
18530
18530
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
18531
18531
|
*
|
|
18532
18532
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -18545,7 +18545,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
18545
18545
|
return __pyx_r;
|
|
18546
18546
|
}
|
|
18547
18547
|
|
|
18548
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18548
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":786
|
|
18549
18549
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
18550
18550
|
*
|
|
18551
18551
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -18562,7 +18562,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
18562
18562
|
int __pyx_clineno = 0;
|
|
18563
18563
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 1);
|
|
18564
18564
|
|
|
18565
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18565
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":787
|
|
18566
18566
|
*
|
|
18567
18567
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
18568
18568
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -18576,7 +18576,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
18576
18576
|
__pyx_t_1 = 0;
|
|
18577
18577
|
goto __pyx_L0;
|
|
18578
18578
|
|
|
18579
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18579
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":786
|
|
18580
18580
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
18581
18581
|
*
|
|
18582
18582
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -18595,7 +18595,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
18595
18595
|
return __pyx_r;
|
|
18596
18596
|
}
|
|
18597
18597
|
|
|
18598
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18598
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
|
|
18599
18599
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
18600
18600
|
*
|
|
18601
18601
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -18612,7 +18612,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
18612
18612
|
int __pyx_clineno = 0;
|
|
18613
18613
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 1);
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":790
|
|
18616
18616
|
*
|
|
18617
18617
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
18618
18618
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -18626,7 +18626,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
18626
18626
|
__pyx_t_1 = 0;
|
|
18627
18627
|
goto __pyx_L0;
|
|
18628
18628
|
|
|
18629
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18629
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
|
|
18630
18630
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
18631
18631
|
*
|
|
18632
18632
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -18645,7 +18645,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
18645
18645
|
return __pyx_r;
|
|
18646
18646
|
}
|
|
18647
18647
|
|
|
18648
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18648
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":792
|
|
18649
18649
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
18650
18650
|
*
|
|
18651
18651
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -18659,7 +18659,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
18659
18659
|
int __pyx_t_1;
|
|
18660
18660
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 1);
|
|
18661
18661
|
|
|
18662
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18662
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":793
|
|
18663
18663
|
*
|
|
18664
18664
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
18665
18665
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -18669,7 +18669,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
18669
18669
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
18670
18670
|
if (__pyx_t_1) {
|
|
18671
18671
|
|
|
18672
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18672
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":794
|
|
18673
18673
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
18674
18674
|
* if PyDataType_HASSUBARRAY(d):
|
|
18675
18675
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -18681,7 +18681,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
18681
18681
|
__pyx_r = ((PyObject*)__pyx_v_d->subarray->shape);
|
|
18682
18682
|
goto __pyx_L0;
|
|
18683
18683
|
|
|
18684
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18684
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":793
|
|
18685
18685
|
*
|
|
18686
18686
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
18687
18687
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -18690,7 +18690,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
18690
18690
|
*/
|
|
18691
18691
|
}
|
|
18692
18692
|
|
|
18693
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18693
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":796
|
|
18694
18694
|
* return <tuple>d.subarray.shape
|
|
18695
18695
|
* else:
|
|
18696
18696
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -18704,7 +18704,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
18704
18704
|
goto __pyx_L0;
|
|
18705
18705
|
}
|
|
18706
18706
|
|
|
18707
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18707
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":792
|
|
18708
18708
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
18709
18709
|
*
|
|
18710
18710
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -18719,7 +18719,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
18719
18719
|
return __pyx_r;
|
|
18720
18720
|
}
|
|
18721
18721
|
|
|
18722
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18722
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":971
|
|
18723
18723
|
* int _import_umath() except -1
|
|
18724
18724
|
*
|
|
18725
18725
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -18729,7 +18729,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
18729
18729
|
|
|
18730
18730
|
static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_arr, PyObject *__pyx_v_base) {
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972
|
|
18733
18733
|
*
|
|
18734
18734
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
18735
18735
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -18738,7 +18738,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
18738
18738
|
*/
|
|
18739
18739
|
Py_INCREF(__pyx_v_base);
|
|
18740
18740
|
|
|
18741
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18741
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":973
|
|
18742
18742
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
18743
18743
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
18744
18744
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
@@ -18747,7 +18747,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
18747
18747
|
*/
|
|
18748
18748
|
(void)(PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base));
|
|
18749
18749
|
|
|
18750
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18750
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":971
|
|
18751
18751
|
* int _import_umath() except -1
|
|
18752
18752
|
*
|
|
18753
18753
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -18758,7 +18758,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
18758
18758
|
/* function exit code */
|
|
18759
18759
|
}
|
|
18760
18760
|
|
|
18761
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18761
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":975
|
|
18762
18762
|
* PyArray_SetBaseObject(arr, base)
|
|
18763
18763
|
*
|
|
18764
18764
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -18773,7 +18773,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
18773
18773
|
int __pyx_t_1;
|
|
18774
18774
|
__Pyx_RefNannySetupContext("get_array_base", 1);
|
|
18775
18775
|
|
|
18776
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18776
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":976
|
|
18777
18777
|
*
|
|
18778
18778
|
* cdef inline object get_array_base(ndarray arr):
|
|
18779
18779
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -18782,7 +18782,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
18782
18782
|
*/
|
|
18783
18783
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
18784
18784
|
|
|
18785
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18785
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":977
|
|
18786
18786
|
* cdef inline object get_array_base(ndarray arr):
|
|
18787
18787
|
* base = PyArray_BASE(arr)
|
|
18788
18788
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -18792,7 +18792,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
18792
18792
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
18793
18793
|
if (__pyx_t_1) {
|
|
18794
18794
|
|
|
18795
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18795
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":978
|
|
18796
18796
|
* base = PyArray_BASE(arr)
|
|
18797
18797
|
* if base is NULL:
|
|
18798
18798
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -18803,7 +18803,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
18803
18803
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
18804
18804
|
goto __pyx_L0;
|
|
18805
18805
|
|
|
18806
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18806
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":977
|
|
18807
18807
|
* cdef inline object get_array_base(ndarray arr):
|
|
18808
18808
|
* base = PyArray_BASE(arr)
|
|
18809
18809
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -18812,7 +18812,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
18812
18812
|
*/
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":979
|
|
18816
18816
|
* if base is NULL:
|
|
18817
18817
|
* return None
|
|
18818
18818
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -18824,7 +18824,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
18824
18824
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
18825
18825
|
goto __pyx_L0;
|
|
18826
18826
|
|
|
18827
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18827
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":975
|
|
18828
18828
|
* PyArray_SetBaseObject(arr, base)
|
|
18829
18829
|
*
|
|
18830
18830
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -18839,7 +18839,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
18839
18839
|
return __pyx_r;
|
|
18840
18840
|
}
|
|
18841
18841
|
|
|
18842
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18842
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":983
|
|
18843
18843
|
* # Versions of the import_* functions which are more suitable for
|
|
18844
18844
|
* # Cython code.
|
|
18845
18845
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -18863,7 +18863,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
18863
18863
|
int __pyx_clineno = 0;
|
|
18864
18864
|
__Pyx_RefNannySetupContext("import_array", 1);
|
|
18865
18865
|
|
|
18866
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18866
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":984
|
|
18867
18867
|
* # Cython code.
|
|
18868
18868
|
* cdef inline int import_array() except -1:
|
|
18869
18869
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -18879,7 +18879,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
18879
18879
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
18880
18880
|
/*try:*/ {
|
|
18881
18881
|
|
|
18882
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18882
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":985
|
|
18883
18883
|
* cdef inline int import_array() except -1:
|
|
18884
18884
|
* try:
|
|
18885
18885
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
@@ -18888,7 +18888,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
18888
18888
|
*/
|
|
18889
18889
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 985, __pyx_L3_error)
|
|
18890
18890
|
|
|
18891
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18891
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":984
|
|
18892
18892
|
* # Cython code.
|
|
18893
18893
|
* cdef inline int import_array() except -1:
|
|
18894
18894
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -18902,7 +18902,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
18902
18902
|
goto __pyx_L8_try_end;
|
|
18903
18903
|
__pyx_L3_error:;
|
|
18904
18904
|
|
|
18905
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18905
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986
|
|
18906
18906
|
* try:
|
|
18907
18907
|
* __pyx_import_array()
|
|
18908
18908
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -18917,7 +18917,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
18917
18917
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
18918
18918
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
18919
18919
|
|
|
18920
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18920
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
|
|
18921
18921
|
* __pyx_import_array()
|
|
18922
18922
|
* except Exception:
|
|
18923
18923
|
* raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -18932,7 +18932,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
18932
18932
|
}
|
|
18933
18933
|
goto __pyx_L5_except_error;
|
|
18934
18934
|
|
|
18935
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18935
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":984
|
|
18936
18936
|
* # Cython code.
|
|
18937
18937
|
* cdef inline int import_array() except -1:
|
|
18938
18938
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -18948,7 +18948,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
18948
18948
|
__pyx_L8_try_end:;
|
|
18949
18949
|
}
|
|
18950
18950
|
|
|
18951
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18951
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":983
|
|
18952
18952
|
* # Versions of the import_* functions which are more suitable for
|
|
18953
18953
|
* # Cython code.
|
|
18954
18954
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -18971,7 +18971,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
18971
18971
|
return __pyx_r;
|
|
18972
18972
|
}
|
|
18973
18973
|
|
|
18974
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18974
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":989
|
|
18975
18975
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
18976
18976
|
*
|
|
18977
18977
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -18995,7 +18995,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
18995
18995
|
int __pyx_clineno = 0;
|
|
18996
18996
|
__Pyx_RefNannySetupContext("import_umath", 1);
|
|
18997
18997
|
|
|
18998
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
18998
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":990
|
|
18999
18999
|
*
|
|
19000
19000
|
* cdef inline int import_umath() except -1:
|
|
19001
19001
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19011,7 +19011,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19011
19011
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
19012
19012
|
/*try:*/ {
|
|
19013
19013
|
|
|
19014
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19014
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":991
|
|
19015
19015
|
* cdef inline int import_umath() except -1:
|
|
19016
19016
|
* try:
|
|
19017
19017
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -19020,7 +19020,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19020
19020
|
*/
|
|
19021
19021
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 991, __pyx_L3_error)
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":990
|
|
19024
19024
|
*
|
|
19025
19025
|
* cdef inline int import_umath() except -1:
|
|
19026
19026
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19034,7 +19034,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19034
19034
|
goto __pyx_L8_try_end;
|
|
19035
19035
|
__pyx_L3_error:;
|
|
19036
19036
|
|
|
19037
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19037
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992
|
|
19038
19038
|
* try:
|
|
19039
19039
|
* _import_umath()
|
|
19040
19040
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -19049,7 +19049,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19049
19049
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
19050
19050
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
19051
19051
|
|
|
19052
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19052
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
|
|
19053
19053
|
* _import_umath()
|
|
19054
19054
|
* except Exception:
|
|
19055
19055
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -19064,7 +19064,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19064
19064
|
}
|
|
19065
19065
|
goto __pyx_L5_except_error;
|
|
19066
19066
|
|
|
19067
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19067
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":990
|
|
19068
19068
|
*
|
|
19069
19069
|
* cdef inline int import_umath() except -1:
|
|
19070
19070
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19080,7 +19080,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19080
19080
|
__pyx_L8_try_end:;
|
|
19081
19081
|
}
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":989
|
|
19084
19084
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
19085
19085
|
*
|
|
19086
19086
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19103,7 +19103,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
19103
19103
|
return __pyx_r;
|
|
19104
19104
|
}
|
|
19105
19105
|
|
|
19106
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19106
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":995
|
|
19107
19107
|
* raise ImportError("numpy.core.umath failed to import")
|
|
19108
19108
|
*
|
|
19109
19109
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19127,7 +19127,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19127
19127
|
int __pyx_clineno = 0;
|
|
19128
19128
|
__Pyx_RefNannySetupContext("import_ufunc", 1);
|
|
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":996
|
|
19131
19131
|
*
|
|
19132
19132
|
* cdef inline int import_ufunc() except -1:
|
|
19133
19133
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19143,7 +19143,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19143
19143
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
19144
19144
|
/*try:*/ {
|
|
19145
19145
|
|
|
19146
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19146
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":997
|
|
19147
19147
|
* cdef inline int import_ufunc() except -1:
|
|
19148
19148
|
* try:
|
|
19149
19149
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -19152,7 +19152,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19152
19152
|
*/
|
|
19153
19153
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 997, __pyx_L3_error)
|
|
19154
19154
|
|
|
19155
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19155
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":996
|
|
19156
19156
|
*
|
|
19157
19157
|
* cdef inline int import_ufunc() except -1:
|
|
19158
19158
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19166,7 +19166,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19166
19166
|
goto __pyx_L8_try_end;
|
|
19167
19167
|
__pyx_L3_error:;
|
|
19168
19168
|
|
|
19169
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19169
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":998
|
|
19170
19170
|
* try:
|
|
19171
19171
|
* _import_umath()
|
|
19172
19172
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -19181,7 +19181,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19181
19181
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
19182
19182
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
19183
19183
|
|
|
19184
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19184
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999
|
|
19185
19185
|
* _import_umath()
|
|
19186
19186
|
* except Exception:
|
|
19187
19187
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -19196,7 +19196,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19196
19196
|
}
|
|
19197
19197
|
goto __pyx_L5_except_error;
|
|
19198
19198
|
|
|
19199
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19199
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":996
|
|
19200
19200
|
*
|
|
19201
19201
|
* cdef inline int import_ufunc() except -1:
|
|
19202
19202
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -19212,7 +19212,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19212
19212
|
__pyx_L8_try_end:;
|
|
19213
19213
|
}
|
|
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-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":995
|
|
19216
19216
|
* raise ImportError("numpy.core.umath failed to import")
|
|
19217
19217
|
*
|
|
19218
19218
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -19235,7 +19235,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19235
19235
|
return __pyx_r;
|
|
19236
19236
|
}
|
|
19237
19237
|
|
|
19238
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19238
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1002
|
|
19239
19239
|
*
|
|
19240
19240
|
*
|
|
19241
19241
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -19246,7 +19246,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
19246
19246
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
19247
19247
|
int __pyx_r;
|
|
19248
19248
|
|
|
19249
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19249
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
19250
19250
|
* bool
|
|
19251
19251
|
* """
|
|
19252
19252
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -19256,7 +19256,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
19256
19256
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
19257
19257
|
goto __pyx_L0;
|
|
19258
19258
|
|
|
19259
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19259
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1002
|
|
19260
19260
|
*
|
|
19261
19261
|
*
|
|
19262
19262
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -19269,7 +19269,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
19269
19269
|
return __pyx_r;
|
|
19270
19270
|
}
|
|
19271
19271
|
|
|
19272
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19272
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1017
|
|
19273
19273
|
*
|
|
19274
19274
|
*
|
|
19275
19275
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -19280,7 +19280,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
19280
19280
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
19281
19281
|
int __pyx_r;
|
|
19282
19282
|
|
|
19283
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19283
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
19284
19284
|
* bool
|
|
19285
19285
|
* """
|
|
19286
19286
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -19290,7 +19290,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
19290
19290
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
19291
19291
|
goto __pyx_L0;
|
|
19292
19292
|
|
|
19293
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19293
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1017
|
|
19294
19294
|
*
|
|
19295
19295
|
*
|
|
19296
19296
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -19303,7 +19303,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
19303
19303
|
return __pyx_r;
|
|
19304
19304
|
}
|
|
19305
19305
|
|
|
19306
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19306
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1032
|
|
19307
19307
|
*
|
|
19308
19308
|
*
|
|
19309
19309
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19314,7 +19314,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
19314
19314
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
19315
19315
|
npy_datetime __pyx_r;
|
|
19316
19316
|
|
|
19317
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19317
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
|
|
19318
19318
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
19319
19319
|
* """
|
|
19320
19320
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -19324,7 +19324,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
19324
19324
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
19325
19325
|
goto __pyx_L0;
|
|
19326
19326
|
|
|
19327
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19327
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1032
|
|
19328
19328
|
*
|
|
19329
19329
|
*
|
|
19330
19330
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19337,7 +19337,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
19337
19337
|
return __pyx_r;
|
|
19338
19338
|
}
|
|
19339
19339
|
|
|
19340
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19340
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1042
|
|
19341
19341
|
*
|
|
19342
19342
|
*
|
|
19343
19343
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19348,7 +19348,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
19348
19348
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
19349
19349
|
npy_timedelta __pyx_r;
|
|
19350
19350
|
|
|
19351
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19351
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046
|
|
19352
19352
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
19353
19353
|
* """
|
|
19354
19354
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -19358,7 +19358,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
19358
19358
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
19359
19359
|
goto __pyx_L0;
|
|
19360
19360
|
|
|
19361
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19361
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1042
|
|
19362
19362
|
*
|
|
19363
19363
|
*
|
|
19364
19364
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19371,7 +19371,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
19371
19371
|
return __pyx_r;
|
|
19372
19372
|
}
|
|
19373
19373
|
|
|
19374
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19374
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1049
|
|
19375
19375
|
*
|
|
19376
19376
|
*
|
|
19377
19377
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -19382,7 +19382,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
19382
19382
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
19383
19383
|
NPY_DATETIMEUNIT __pyx_r;
|
|
19384
19384
|
|
|
19385
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19385
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1053
|
|
19386
19386
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
19387
19387
|
* """
|
|
19388
19388
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -19390,7 +19390,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
19390
19390
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
19391
19391
|
goto __pyx_L0;
|
|
19392
19392
|
|
|
19393
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
19393
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1049
|
|
19394
19394
|
*
|
|
19395
19395
|
*
|
|
19396
19396
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -21937,7 +21937,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
21937
21937
|
__Pyx_GOTREF(__pyx_tuple__8);
|
|
21938
21938
|
__Pyx_GIVEREF(__pyx_tuple__8);
|
|
21939
21939
|
|
|
21940
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
21940
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
|
|
21941
21941
|
* __pyx_import_array()
|
|
21942
21942
|
* except Exception:
|
|
21943
21943
|
* raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -21948,7 +21948,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
21948
21948
|
__Pyx_GOTREF(__pyx_tuple__9);
|
|
21949
21949
|
__Pyx_GIVEREF(__pyx_tuple__9);
|
|
21950
21950
|
|
|
21951
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
21951
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
|
|
21952
21952
|
* _import_umath()
|
|
21953
21953
|
* except Exception:
|
|
21954
21954
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|