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
|
@@ -1524,7 +1524,7 @@ static const char *__pyx_f[] = {
|
|
|
1524
1524
|
|
|
1525
1525
|
/* #### Code section: numeric_typedefs ### */
|
|
1526
1526
|
|
|
1527
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1527
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":732
|
|
1528
1528
|
* # in Cython to enable them only on the right systems.
|
|
1529
1529
|
*
|
|
1530
1530
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
|
@@ -1533,7 +1533,7 @@ static const char *__pyx_f[] = {
|
|
|
1533
1533
|
*/
|
|
1534
1534
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1535
1535
|
|
|
1536
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1536
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":733
|
|
1537
1537
|
*
|
|
1538
1538
|
* ctypedef npy_int8 int8_t
|
|
1539
1539
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
|
@@ -1542,7 +1542,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
|
1542
1542
|
*/
|
|
1543
1543
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1544
1544
|
|
|
1545
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1545
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":734
|
|
1546
1546
|
* ctypedef npy_int8 int8_t
|
|
1547
1547
|
* ctypedef npy_int16 int16_t
|
|
1548
1548
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
|
@@ -1551,7 +1551,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
|
1551
1551
|
*/
|
|
1552
1552
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1553
1553
|
|
|
1554
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1554
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":735
|
|
1555
1555
|
* ctypedef npy_int16 int16_t
|
|
1556
1556
|
* ctypedef npy_int32 int32_t
|
|
1557
1557
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
|
@@ -1560,7 +1560,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
|
1560
1560
|
*/
|
|
1561
1561
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1562
1562
|
|
|
1563
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1563
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":739
|
|
1564
1564
|
* #ctypedef npy_int128 int128_t
|
|
1565
1565
|
*
|
|
1566
1566
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
|
@@ -1569,7 +1569,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
|
1569
1569
|
*/
|
|
1570
1570
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1571
1571
|
|
|
1572
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1572
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":740
|
|
1573
1573
|
*
|
|
1574
1574
|
* ctypedef npy_uint8 uint8_t
|
|
1575
1575
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
|
@@ -1578,7 +1578,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
|
1578
1578
|
*/
|
|
1579
1579
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1580
1580
|
|
|
1581
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1581
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":741
|
|
1582
1582
|
* ctypedef npy_uint8 uint8_t
|
|
1583
1583
|
* ctypedef npy_uint16 uint16_t
|
|
1584
1584
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
|
@@ -1587,7 +1587,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
|
1587
1587
|
*/
|
|
1588
1588
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1589
1589
|
|
|
1590
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1590
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":742
|
|
1591
1591
|
* ctypedef npy_uint16 uint16_t
|
|
1592
1592
|
* ctypedef npy_uint32 uint32_t
|
|
1593
1593
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
|
@@ -1596,7 +1596,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
|
1596
1596
|
*/
|
|
1597
1597
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1598
1598
|
|
|
1599
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1599
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":746
|
|
1600
1600
|
* #ctypedef npy_uint128 uint128_t
|
|
1601
1601
|
*
|
|
1602
1602
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
|
@@ -1605,7 +1605,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
|
1605
1605
|
*/
|
|
1606
1606
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1607
1607
|
|
|
1608
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1608
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":747
|
|
1609
1609
|
*
|
|
1610
1610
|
* ctypedef npy_float32 float32_t
|
|
1611
1611
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
|
@@ -1614,7 +1614,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
|
1614
1614
|
*/
|
|
1615
1615
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1616
1616
|
|
|
1617
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1617
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":756
|
|
1618
1618
|
* # The int types are mapped a bit surprising --
|
|
1619
1619
|
* # numpy.int corresponds to 'l' and numpy.long to 'q'
|
|
1620
1620
|
* ctypedef npy_long int_t # <<<<<<<<<<<<<<
|
|
@@ -1623,7 +1623,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
|
1623
1623
|
*/
|
|
1624
1624
|
typedef npy_long __pyx_t_5numpy_int_t;
|
|
1625
1625
|
|
|
1626
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1626
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":757
|
|
1627
1627
|
* # numpy.int corresponds to 'l' and numpy.long to 'q'
|
|
1628
1628
|
* ctypedef npy_long int_t
|
|
1629
1629
|
* ctypedef npy_longlong long_t # <<<<<<<<<<<<<<
|
|
@@ -1632,7 +1632,7 @@ typedef npy_long __pyx_t_5numpy_int_t;
|
|
|
1632
1632
|
*/
|
|
1633
1633
|
typedef npy_longlong __pyx_t_5numpy_long_t;
|
|
1634
1634
|
|
|
1635
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1635
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":758
|
|
1636
1636
|
* ctypedef npy_long int_t
|
|
1637
1637
|
* ctypedef npy_longlong long_t
|
|
1638
1638
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
|
@@ -1641,7 +1641,7 @@ typedef npy_longlong __pyx_t_5numpy_long_t;
|
|
|
1641
1641
|
*/
|
|
1642
1642
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1643
1643
|
|
|
1644
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1644
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":760
|
|
1645
1645
|
* ctypedef npy_longlong longlong_t
|
|
1646
1646
|
*
|
|
1647
1647
|
* ctypedef npy_ulong uint_t # <<<<<<<<<<<<<<
|
|
@@ -1650,7 +1650,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
|
1650
1650
|
*/
|
|
1651
1651
|
typedef npy_ulong __pyx_t_5numpy_uint_t;
|
|
1652
1652
|
|
|
1653
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1653
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":761
|
|
1654
1654
|
*
|
|
1655
1655
|
* ctypedef npy_ulong uint_t
|
|
1656
1656
|
* ctypedef npy_ulonglong ulong_t # <<<<<<<<<<<<<<
|
|
@@ -1659,7 +1659,7 @@ typedef npy_ulong __pyx_t_5numpy_uint_t;
|
|
|
1659
1659
|
*/
|
|
1660
1660
|
typedef npy_ulonglong __pyx_t_5numpy_ulong_t;
|
|
1661
1661
|
|
|
1662
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1662
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":762
|
|
1663
1663
|
* ctypedef npy_ulong uint_t
|
|
1664
1664
|
* ctypedef npy_ulonglong ulong_t
|
|
1665
1665
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
|
@@ -1668,7 +1668,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulong_t;
|
|
|
1668
1668
|
*/
|
|
1669
1669
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1670
1670
|
|
|
1671
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1671
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":764
|
|
1672
1672
|
* ctypedef npy_ulonglong ulonglong_t
|
|
1673
1673
|
*
|
|
1674
1674
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
|
@@ -1677,7 +1677,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
|
1677
1677
|
*/
|
|
1678
1678
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1679
1679
|
|
|
1680
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1680
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":765
|
|
1681
1681
|
*
|
|
1682
1682
|
* ctypedef npy_intp intp_t
|
|
1683
1683
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
|
@@ -1686,7 +1686,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
|
1686
1686
|
*/
|
|
1687
1687
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1688
1688
|
|
|
1689
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1689
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":767
|
|
1690
1690
|
* ctypedef npy_uintp uintp_t
|
|
1691
1691
|
*
|
|
1692
1692
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
|
@@ -1695,7 +1695,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
|
1695
1695
|
*/
|
|
1696
1696
|
typedef npy_double __pyx_t_5numpy_float_t;
|
|
1697
1697
|
|
|
1698
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1698
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":768
|
|
1699
1699
|
*
|
|
1700
1700
|
* ctypedef npy_double float_t
|
|
1701
1701
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
|
@@ -1704,7 +1704,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
|
1704
1704
|
*/
|
|
1705
1705
|
typedef npy_double __pyx_t_5numpy_double_t;
|
|
1706
1706
|
|
|
1707
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1707
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":769
|
|
1708
1708
|
* ctypedef npy_double float_t
|
|
1709
1709
|
* ctypedef npy_double double_t
|
|
1710
1710
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1813,7 +1813,7 @@ static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(do
|
|
|
1813
1813
|
|
|
1814
1814
|
/*--- Type declarations ---*/
|
|
1815
1815
|
|
|
1816
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1816
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":771
|
|
1817
1817
|
* ctypedef npy_longdouble longdouble_t
|
|
1818
1818
|
*
|
|
1819
1819
|
* ctypedef npy_cfloat cfloat_t # <<<<<<<<<<<<<<
|
|
@@ -1822,7 +1822,7 @@ static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(do
|
|
|
1822
1822
|
*/
|
|
1823
1823
|
typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
1824
1824
|
|
|
1825
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1825
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":772
|
|
1826
1826
|
*
|
|
1827
1827
|
* ctypedef npy_cfloat cfloat_t
|
|
1828
1828
|
* ctypedef npy_cdouble cdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1831,7 +1831,7 @@ typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
|
1831
1831
|
*/
|
|
1832
1832
|
typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
1833
1833
|
|
|
1834
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1834
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773
|
|
1835
1835
|
* ctypedef npy_cfloat cfloat_t
|
|
1836
1836
|
* ctypedef npy_cdouble cdouble_t
|
|
1837
1837
|
* ctypedef npy_clongdouble clongdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1840,7 +1840,7 @@ typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
|
1840
1840
|
*/
|
|
1841
1841
|
typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t;
|
|
1842
1842
|
|
|
1843
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
1843
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":775
|
|
1844
1844
|
* ctypedef npy_clongdouble clongdouble_t
|
|
1845
1845
|
*
|
|
1846
1846
|
* ctypedef npy_cdouble complex_t # <<<<<<<<<<<<<<
|
|
@@ -3957,7 +3957,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
|
|
|
3957
3957
|
#define __pyx_codeobj__16 __pyx_mstate_global->__pyx_codeobj__16
|
|
3958
3958
|
/* #### Code section: module_code ### */
|
|
3959
3959
|
|
|
3960
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
3960
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":246
|
|
3961
3961
|
*
|
|
3962
3962
|
* @property
|
|
3963
3963
|
* cdef inline PyObject* base(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -3968,7 +3968,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
|
|
|
3968
3968
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
3969
3969
|
PyObject *__pyx_r;
|
|
3970
3970
|
|
|
3971
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
3971
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":249
|
|
3972
3972
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
3973
3973
|
* """
|
|
3974
3974
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -3978,7 +3978,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
3978
3978
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
3979
3979
|
goto __pyx_L0;
|
|
3980
3980
|
|
|
3981
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
3981
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":246
|
|
3982
3982
|
*
|
|
3983
3983
|
* @property
|
|
3984
3984
|
* cdef inline PyObject* base(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -3991,7 +3991,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
3991
3991
|
return __pyx_r;
|
|
3992
3992
|
}
|
|
3993
3993
|
|
|
3994
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
3994
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":252
|
|
3995
3995
|
*
|
|
3996
3996
|
* @property
|
|
3997
3997
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -4005,7 +4005,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
4005
4005
|
PyArray_Descr *__pyx_t_1;
|
|
4006
4006
|
__Pyx_RefNannySetupContext("descr", 1);
|
|
4007
4007
|
|
|
4008
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4008
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":255
|
|
4009
4009
|
* """Returns an owned reference to the dtype of the array.
|
|
4010
4010
|
* """
|
|
4011
4011
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -4018,7 +4018,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
4018
4018
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
4019
4019
|
goto __pyx_L0;
|
|
4020
4020
|
|
|
4021
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4021
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":252
|
|
4022
4022
|
*
|
|
4023
4023
|
* @property
|
|
4024
4024
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -4033,7 +4033,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
4033
4033
|
return __pyx_r;
|
|
4034
4034
|
}
|
|
4035
4035
|
|
|
4036
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4036
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":258
|
|
4037
4037
|
*
|
|
4038
4038
|
* @property
|
|
4039
4039
|
* cdef inline int ndim(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4044,7 +4044,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
4044
4044
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
4045
4045
|
int __pyx_r;
|
|
4046
4046
|
|
|
4047
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4047
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":261
|
|
4048
4048
|
* """Returns the number of dimensions in the array.
|
|
4049
4049
|
* """
|
|
4050
4050
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -4054,7 +4054,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
4054
4054
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
4055
4055
|
goto __pyx_L0;
|
|
4056
4056
|
|
|
4057
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4057
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":258
|
|
4058
4058
|
*
|
|
4059
4059
|
* @property
|
|
4060
4060
|
* cdef inline int ndim(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4067,7 +4067,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
4067
4067
|
return __pyx_r;
|
|
4068
4068
|
}
|
|
4069
4069
|
|
|
4070
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4070
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":264
|
|
4071
4071
|
*
|
|
4072
4072
|
* @property
|
|
4073
4073
|
* cdef inline npy_intp *shape(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4078,7 +4078,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
4078
4078
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
4079
4079
|
npy_intp *__pyx_r;
|
|
4080
4080
|
|
|
4081
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4081
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":269
|
|
4082
4082
|
* Can return NULL for 0-dimensional arrays.
|
|
4083
4083
|
* """
|
|
4084
4084
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -4088,7 +4088,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
4088
4088
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
4089
4089
|
goto __pyx_L0;
|
|
4090
4090
|
|
|
4091
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4091
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":264
|
|
4092
4092
|
*
|
|
4093
4093
|
* @property
|
|
4094
4094
|
* cdef inline npy_intp *shape(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4101,7 +4101,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
4101
4101
|
return __pyx_r;
|
|
4102
4102
|
}
|
|
4103
4103
|
|
|
4104
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4104
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":272
|
|
4105
4105
|
*
|
|
4106
4106
|
* @property
|
|
4107
4107
|
* cdef inline npy_intp *strides(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4112,7 +4112,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
4112
4112
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
4113
4113
|
npy_intp *__pyx_r;
|
|
4114
4114
|
|
|
4115
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4115
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":276
|
|
4116
4116
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
4117
4117
|
* """
|
|
4118
4118
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -4122,7 +4122,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
4122
4122
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
4123
4123
|
goto __pyx_L0;
|
|
4124
4124
|
|
|
4125
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4125
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":272
|
|
4126
4126
|
*
|
|
4127
4127
|
* @property
|
|
4128
4128
|
* cdef inline npy_intp *strides(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4135,7 +4135,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
4135
4135
|
return __pyx_r;
|
|
4136
4136
|
}
|
|
4137
4137
|
|
|
4138
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4138
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":279
|
|
4139
4139
|
*
|
|
4140
4140
|
* @property
|
|
4141
4141
|
* cdef inline npy_intp size(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4146,7 +4146,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
4146
4146
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
4147
4147
|
npy_intp __pyx_r;
|
|
4148
4148
|
|
|
4149
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4149
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":282
|
|
4150
4150
|
* """Returns the total size (in number of elements) of the array.
|
|
4151
4151
|
* """
|
|
4152
4152
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -4156,7 +4156,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
4156
4156
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
4157
4157
|
goto __pyx_L0;
|
|
4158
4158
|
|
|
4159
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4159
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":279
|
|
4160
4160
|
*
|
|
4161
4161
|
* @property
|
|
4162
4162
|
* cdef inline npy_intp size(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4169,7 +4169,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
4169
4169
|
return __pyx_r;
|
|
4170
4170
|
}
|
|
4171
4171
|
|
|
4172
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4172
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":285
|
|
4173
4173
|
*
|
|
4174
4174
|
* @property
|
|
4175
4175
|
* cdef inline char* data(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4180,7 +4180,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
4180
4180
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
4181
4181
|
char *__pyx_r;
|
|
4182
4182
|
|
|
4183
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4183
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":291
|
|
4184
4184
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
4185
4185
|
* """
|
|
4186
4186
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -4190,7 +4190,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
4190
4190
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
4191
4191
|
goto __pyx_L0;
|
|
4192
4192
|
|
|
4193
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4193
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":285
|
|
4194
4194
|
*
|
|
4195
4195
|
* @property
|
|
4196
4196
|
* cdef inline char* data(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4203,7 +4203,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
4203
4203
|
return __pyx_r;
|
|
4204
4204
|
}
|
|
4205
4205
|
|
|
4206
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4206
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":777
|
|
4207
4207
|
* ctypedef npy_cdouble complex_t
|
|
4208
4208
|
*
|
|
4209
4209
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -4220,7 +4220,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
4220
4220
|
int __pyx_clineno = 0;
|
|
4221
4221
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 1);
|
|
4222
4222
|
|
|
4223
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4223
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":778
|
|
4224
4224
|
*
|
|
4225
4225
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
4226
4226
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -4234,7 +4234,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
4234
4234
|
__pyx_t_1 = 0;
|
|
4235
4235
|
goto __pyx_L0;
|
|
4236
4236
|
|
|
4237
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4237
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":777
|
|
4238
4238
|
* ctypedef npy_cdouble complex_t
|
|
4239
4239
|
*
|
|
4240
4240
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -4253,7 +4253,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
4253
4253
|
return __pyx_r;
|
|
4254
4254
|
}
|
|
4255
4255
|
|
|
4256
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4256
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":780
|
|
4257
4257
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
4258
4258
|
*
|
|
4259
4259
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -4270,7 +4270,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
4270
4270
|
int __pyx_clineno = 0;
|
|
4271
4271
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 1);
|
|
4272
4272
|
|
|
4273
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4273
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":781
|
|
4274
4274
|
*
|
|
4275
4275
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
4276
4276
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -4284,7 +4284,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
4284
4284
|
__pyx_t_1 = 0;
|
|
4285
4285
|
goto __pyx_L0;
|
|
4286
4286
|
|
|
4287
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4287
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":780
|
|
4288
4288
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
4289
4289
|
*
|
|
4290
4290
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -4303,7 +4303,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
4303
4303
|
return __pyx_r;
|
|
4304
4304
|
}
|
|
4305
4305
|
|
|
4306
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4306
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":783
|
|
4307
4307
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
4308
4308
|
*
|
|
4309
4309
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -4320,7 +4320,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
4320
4320
|
int __pyx_clineno = 0;
|
|
4321
4321
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 1);
|
|
4322
4322
|
|
|
4323
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4323
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":784
|
|
4324
4324
|
*
|
|
4325
4325
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
4326
4326
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -4334,7 +4334,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
4334
4334
|
__pyx_t_1 = 0;
|
|
4335
4335
|
goto __pyx_L0;
|
|
4336
4336
|
|
|
4337
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4337
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":783
|
|
4338
4338
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
4339
4339
|
*
|
|
4340
4340
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -4353,7 +4353,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
4353
4353
|
return __pyx_r;
|
|
4354
4354
|
}
|
|
4355
4355
|
|
|
4356
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4356
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":786
|
|
4357
4357
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
4358
4358
|
*
|
|
4359
4359
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -4370,7 +4370,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
4370
4370
|
int __pyx_clineno = 0;
|
|
4371
4371
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 1);
|
|
4372
4372
|
|
|
4373
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4373
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":787
|
|
4374
4374
|
*
|
|
4375
4375
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
4376
4376
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -4384,7 +4384,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
4384
4384
|
__pyx_t_1 = 0;
|
|
4385
4385
|
goto __pyx_L0;
|
|
4386
4386
|
|
|
4387
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4387
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":786
|
|
4388
4388
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
4389
4389
|
*
|
|
4390
4390
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -4403,7 +4403,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
4403
4403
|
return __pyx_r;
|
|
4404
4404
|
}
|
|
4405
4405
|
|
|
4406
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4406
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
|
|
4407
4407
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
4408
4408
|
*
|
|
4409
4409
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -4420,7 +4420,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
4420
4420
|
int __pyx_clineno = 0;
|
|
4421
4421
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 1);
|
|
4422
4422
|
|
|
4423
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4423
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":790
|
|
4424
4424
|
*
|
|
4425
4425
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
4426
4426
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -4434,7 +4434,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
4434
4434
|
__pyx_t_1 = 0;
|
|
4435
4435
|
goto __pyx_L0;
|
|
4436
4436
|
|
|
4437
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4437
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
|
|
4438
4438
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
4439
4439
|
*
|
|
4440
4440
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -4453,7 +4453,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
4453
4453
|
return __pyx_r;
|
|
4454
4454
|
}
|
|
4455
4455
|
|
|
4456
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4456
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":792
|
|
4457
4457
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
4458
4458
|
*
|
|
4459
4459
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -4467,7 +4467,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4467
4467
|
int __pyx_t_1;
|
|
4468
4468
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 1);
|
|
4469
4469
|
|
|
4470
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4470
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":793
|
|
4471
4471
|
*
|
|
4472
4472
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
4473
4473
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -4477,7 +4477,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4477
4477
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
4478
4478
|
if (__pyx_t_1) {
|
|
4479
4479
|
|
|
4480
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4480
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":794
|
|
4481
4481
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
4482
4482
|
* if PyDataType_HASSUBARRAY(d):
|
|
4483
4483
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -4489,7 +4489,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4489
4489
|
__pyx_r = ((PyObject*)__pyx_v_d->subarray->shape);
|
|
4490
4490
|
goto __pyx_L0;
|
|
4491
4491
|
|
|
4492
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4492
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":793
|
|
4493
4493
|
*
|
|
4494
4494
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
4495
4495
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -4498,7 +4498,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4498
4498
|
*/
|
|
4499
4499
|
}
|
|
4500
4500
|
|
|
4501
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4501
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":796
|
|
4502
4502
|
* return <tuple>d.subarray.shape
|
|
4503
4503
|
* else:
|
|
4504
4504
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -4512,7 +4512,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4512
4512
|
goto __pyx_L0;
|
|
4513
4513
|
}
|
|
4514
4514
|
|
|
4515
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4515
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":792
|
|
4516
4516
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
4517
4517
|
*
|
|
4518
4518
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -4527,7 +4527,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4527
4527
|
return __pyx_r;
|
|
4528
4528
|
}
|
|
4529
4529
|
|
|
4530
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4530
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":971
|
|
4531
4531
|
* int _import_umath() except -1
|
|
4532
4532
|
*
|
|
4533
4533
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -4537,7 +4537,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4537
4537
|
|
|
4538
4538
|
static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_arr, PyObject *__pyx_v_base) {
|
|
4539
4539
|
|
|
4540
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4540
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972
|
|
4541
4541
|
*
|
|
4542
4542
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
4543
4543
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -4546,7 +4546,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
4546
4546
|
*/
|
|
4547
4547
|
Py_INCREF(__pyx_v_base);
|
|
4548
4548
|
|
|
4549
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4549
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":973
|
|
4550
4550
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
4551
4551
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
4552
4552
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
@@ -4555,7 +4555,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
4555
4555
|
*/
|
|
4556
4556
|
(void)(PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base));
|
|
4557
4557
|
|
|
4558
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4558
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":971
|
|
4559
4559
|
* int _import_umath() except -1
|
|
4560
4560
|
*
|
|
4561
4561
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -4566,7 +4566,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
4566
4566
|
/* function exit code */
|
|
4567
4567
|
}
|
|
4568
4568
|
|
|
4569
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4569
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":975
|
|
4570
4570
|
* PyArray_SetBaseObject(arr, base)
|
|
4571
4571
|
*
|
|
4572
4572
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -4581,7 +4581,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4581
4581
|
int __pyx_t_1;
|
|
4582
4582
|
__Pyx_RefNannySetupContext("get_array_base", 1);
|
|
4583
4583
|
|
|
4584
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4584
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":976
|
|
4585
4585
|
*
|
|
4586
4586
|
* cdef inline object get_array_base(ndarray arr):
|
|
4587
4587
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -4590,7 +4590,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4590
4590
|
*/
|
|
4591
4591
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
4592
4592
|
|
|
4593
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4593
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":977
|
|
4594
4594
|
* cdef inline object get_array_base(ndarray arr):
|
|
4595
4595
|
* base = PyArray_BASE(arr)
|
|
4596
4596
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -4600,7 +4600,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4600
4600
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
4601
4601
|
if (__pyx_t_1) {
|
|
4602
4602
|
|
|
4603
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4603
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":978
|
|
4604
4604
|
* base = PyArray_BASE(arr)
|
|
4605
4605
|
* if base is NULL:
|
|
4606
4606
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -4611,7 +4611,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4611
4611
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
4612
4612
|
goto __pyx_L0;
|
|
4613
4613
|
|
|
4614
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4614
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":977
|
|
4615
4615
|
* cdef inline object get_array_base(ndarray arr):
|
|
4616
4616
|
* base = PyArray_BASE(arr)
|
|
4617
4617
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -4620,7 +4620,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4620
4620
|
*/
|
|
4621
4621
|
}
|
|
4622
4622
|
|
|
4623
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4623
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":979
|
|
4624
4624
|
* if base is NULL:
|
|
4625
4625
|
* return None
|
|
4626
4626
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -4632,7 +4632,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4632
4632
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
4633
4633
|
goto __pyx_L0;
|
|
4634
4634
|
|
|
4635
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4635
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":975
|
|
4636
4636
|
* PyArray_SetBaseObject(arr, base)
|
|
4637
4637
|
*
|
|
4638
4638
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -4647,7 +4647,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4647
4647
|
return __pyx_r;
|
|
4648
4648
|
}
|
|
4649
4649
|
|
|
4650
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4650
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":983
|
|
4651
4651
|
* # Versions of the import_* functions which are more suitable for
|
|
4652
4652
|
* # Cython code.
|
|
4653
4653
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4671,7 +4671,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4671
4671
|
int __pyx_clineno = 0;
|
|
4672
4672
|
__Pyx_RefNannySetupContext("import_array", 1);
|
|
4673
4673
|
|
|
4674
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4674
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":984
|
|
4675
4675
|
* # Cython code.
|
|
4676
4676
|
* cdef inline int import_array() except -1:
|
|
4677
4677
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4687,7 +4687,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4687
4687
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
4688
4688
|
/*try:*/ {
|
|
4689
4689
|
|
|
4690
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4690
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":985
|
|
4691
4691
|
* cdef inline int import_array() except -1:
|
|
4692
4692
|
* try:
|
|
4693
4693
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
@@ -4696,7 +4696,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4696
4696
|
*/
|
|
4697
4697
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 985, __pyx_L3_error)
|
|
4698
4698
|
|
|
4699
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4699
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":984
|
|
4700
4700
|
* # Cython code.
|
|
4701
4701
|
* cdef inline int import_array() except -1:
|
|
4702
4702
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4710,7 +4710,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4710
4710
|
goto __pyx_L8_try_end;
|
|
4711
4711
|
__pyx_L3_error:;
|
|
4712
4712
|
|
|
4713
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4713
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986
|
|
4714
4714
|
* try:
|
|
4715
4715
|
* __pyx_import_array()
|
|
4716
4716
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -4725,7 +4725,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4725
4725
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
4726
4726
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
4727
4727
|
|
|
4728
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4728
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
|
|
4729
4729
|
* __pyx_import_array()
|
|
4730
4730
|
* except Exception:
|
|
4731
4731
|
* raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -4740,7 +4740,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4740
4740
|
}
|
|
4741
4741
|
goto __pyx_L5_except_error;
|
|
4742
4742
|
|
|
4743
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4743
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":984
|
|
4744
4744
|
* # Cython code.
|
|
4745
4745
|
* cdef inline int import_array() except -1:
|
|
4746
4746
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4756,7 +4756,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4756
4756
|
__pyx_L8_try_end:;
|
|
4757
4757
|
}
|
|
4758
4758
|
|
|
4759
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4759
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":983
|
|
4760
4760
|
* # Versions of the import_* functions which are more suitable for
|
|
4761
4761
|
* # Cython code.
|
|
4762
4762
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4779,7 +4779,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4779
4779
|
return __pyx_r;
|
|
4780
4780
|
}
|
|
4781
4781
|
|
|
4782
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4782
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":989
|
|
4783
4783
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
4784
4784
|
*
|
|
4785
4785
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4803,7 +4803,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4803
4803
|
int __pyx_clineno = 0;
|
|
4804
4804
|
__Pyx_RefNannySetupContext("import_umath", 1);
|
|
4805
4805
|
|
|
4806
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4806
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":990
|
|
4807
4807
|
*
|
|
4808
4808
|
* cdef inline int import_umath() except -1:
|
|
4809
4809
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4819,7 +4819,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4819
4819
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
4820
4820
|
/*try:*/ {
|
|
4821
4821
|
|
|
4822
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4822
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":991
|
|
4823
4823
|
* cdef inline int import_umath() except -1:
|
|
4824
4824
|
* try:
|
|
4825
4825
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -4828,7 +4828,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4828
4828
|
*/
|
|
4829
4829
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 991, __pyx_L3_error)
|
|
4830
4830
|
|
|
4831
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4831
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":990
|
|
4832
4832
|
*
|
|
4833
4833
|
* cdef inline int import_umath() except -1:
|
|
4834
4834
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4842,7 +4842,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4842
4842
|
goto __pyx_L8_try_end;
|
|
4843
4843
|
__pyx_L3_error:;
|
|
4844
4844
|
|
|
4845
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4845
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992
|
|
4846
4846
|
* try:
|
|
4847
4847
|
* _import_umath()
|
|
4848
4848
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -4857,7 +4857,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4857
4857
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
4858
4858
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
4859
4859
|
|
|
4860
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4860
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
|
|
4861
4861
|
* _import_umath()
|
|
4862
4862
|
* except Exception:
|
|
4863
4863
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -4872,7 +4872,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4872
4872
|
}
|
|
4873
4873
|
goto __pyx_L5_except_error;
|
|
4874
4874
|
|
|
4875
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4875
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":990
|
|
4876
4876
|
*
|
|
4877
4877
|
* cdef inline int import_umath() except -1:
|
|
4878
4878
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4888,7 +4888,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4888
4888
|
__pyx_L8_try_end:;
|
|
4889
4889
|
}
|
|
4890
4890
|
|
|
4891
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4891
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":989
|
|
4892
4892
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
4893
4893
|
*
|
|
4894
4894
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4911,7 +4911,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4911
4911
|
return __pyx_r;
|
|
4912
4912
|
}
|
|
4913
4913
|
|
|
4914
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4914
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":995
|
|
4915
4915
|
* raise ImportError("numpy.core.umath failed to import")
|
|
4916
4916
|
*
|
|
4917
4917
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4935,7 +4935,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4935
4935
|
int __pyx_clineno = 0;
|
|
4936
4936
|
__Pyx_RefNannySetupContext("import_ufunc", 1);
|
|
4937
4937
|
|
|
4938
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4938
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":996
|
|
4939
4939
|
*
|
|
4940
4940
|
* cdef inline int import_ufunc() except -1:
|
|
4941
4941
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4951,7 +4951,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4951
4951
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
4952
4952
|
/*try:*/ {
|
|
4953
4953
|
|
|
4954
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4954
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":997
|
|
4955
4955
|
* cdef inline int import_ufunc() except -1:
|
|
4956
4956
|
* try:
|
|
4957
4957
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -4960,7 +4960,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4960
4960
|
*/
|
|
4961
4961
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 997, __pyx_L3_error)
|
|
4962
4962
|
|
|
4963
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4963
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":996
|
|
4964
4964
|
*
|
|
4965
4965
|
* cdef inline int import_ufunc() except -1:
|
|
4966
4966
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4974,7 +4974,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4974
4974
|
goto __pyx_L8_try_end;
|
|
4975
4975
|
__pyx_L3_error:;
|
|
4976
4976
|
|
|
4977
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4977
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":998
|
|
4978
4978
|
* try:
|
|
4979
4979
|
* _import_umath()
|
|
4980
4980
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -4989,7 +4989,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4989
4989
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
4990
4990
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
4991
4991
|
|
|
4992
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
4992
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999
|
|
4993
4993
|
* _import_umath()
|
|
4994
4994
|
* except Exception:
|
|
4995
4995
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -5004,7 +5004,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
5004
5004
|
}
|
|
5005
5005
|
goto __pyx_L5_except_error;
|
|
5006
5006
|
|
|
5007
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
5007
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":996
|
|
5008
5008
|
*
|
|
5009
5009
|
* cdef inline int import_ufunc() except -1:
|
|
5010
5010
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -5020,7 +5020,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
5020
5020
|
__pyx_L8_try_end:;
|
|
5021
5021
|
}
|
|
5022
5022
|
|
|
5023
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
5023
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":995
|
|
5024
5024
|
* raise ImportError("numpy.core.umath failed to import")
|
|
5025
5025
|
*
|
|
5026
5026
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -5043,7 +5043,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
5043
5043
|
return __pyx_r;
|
|
5044
5044
|
}
|
|
5045
5045
|
|
|
5046
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
5046
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1002
|
|
5047
5047
|
*
|
|
5048
5048
|
*
|
|
5049
5049
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -5054,7 +5054,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
5054
5054
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
5055
5055
|
int __pyx_r;
|
|
5056
5056
|
|
|
5057
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
5057
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
5058
5058
|
* bool
|
|
5059
5059
|
* """
|
|
5060
5060
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -5064,7 +5064,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
5064
5064
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
5065
5065
|
goto __pyx_L0;
|
|
5066
5066
|
|
|
5067
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
5067
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1002
|
|
5068
5068
|
*
|
|
5069
5069
|
*
|
|
5070
5070
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -5077,7 +5077,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
5077
5077
|
return __pyx_r;
|
|
5078
5078
|
}
|
|
5079
5079
|
|
|
5080
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
5080
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1017
|
|
5081
5081
|
*
|
|
5082
5082
|
*
|
|
5083
5083
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -5088,7 +5088,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
5088
5088
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
5089
5089
|
int __pyx_r;
|
|
5090
5090
|
|
|
5091
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
5091
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
5092
5092
|
* bool
|
|
5093
5093
|
* """
|
|
5094
5094
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -5098,7 +5098,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
5098
5098
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
5099
5099
|
goto __pyx_L0;
|
|
5100
5100
|
|
|
5101
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
5101
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1017
|
|
5102
5102
|
*
|
|
5103
5103
|
*
|
|
5104
5104
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -5111,7 +5111,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
5111
5111
|
return __pyx_r;
|
|
5112
5112
|
}
|
|
5113
5113
|
|
|
5114
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
5114
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1032
|
|
5115
5115
|
*
|
|
5116
5116
|
*
|
|
5117
5117
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -5122,7 +5122,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
5122
5122
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
5123
5123
|
npy_datetime __pyx_r;
|
|
5124
5124
|
|
|
5125
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
5125
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
|
|
5126
5126
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
5127
5127
|
* """
|
|
5128
5128
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -5132,7 +5132,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
5132
5132
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
5133
5133
|
goto __pyx_L0;
|
|
5134
5134
|
|
|
5135
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
5135
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1032
|
|
5136
5136
|
*
|
|
5137
5137
|
*
|
|
5138
5138
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -5145,7 +5145,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
5145
5145
|
return __pyx_r;
|
|
5146
5146
|
}
|
|
5147
5147
|
|
|
5148
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
5148
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1042
|
|
5149
5149
|
*
|
|
5150
5150
|
*
|
|
5151
5151
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -5156,7 +5156,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
5156
5156
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
5157
5157
|
npy_timedelta __pyx_r;
|
|
5158
5158
|
|
|
5159
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
5159
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046
|
|
5160
5160
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
5161
5161
|
* """
|
|
5162
5162
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -5166,7 +5166,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
5166
5166
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
5167
5167
|
goto __pyx_L0;
|
|
5168
5168
|
|
|
5169
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
5169
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1042
|
|
5170
5170
|
*
|
|
5171
5171
|
*
|
|
5172
5172
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -5179,7 +5179,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
5179
5179
|
return __pyx_r;
|
|
5180
5180
|
}
|
|
5181
5181
|
|
|
5182
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
5182
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1049
|
|
5183
5183
|
*
|
|
5184
5184
|
*
|
|
5185
5185
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -5190,7 +5190,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
5190
5190
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
5191
5191
|
NPY_DATETIMEUNIT __pyx_r;
|
|
5192
5192
|
|
|
5193
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
5193
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1053
|
|
5194
5194
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
5195
5195
|
* """
|
|
5196
5196
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -5198,7 +5198,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
5198
5198
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
5199
5199
|
goto __pyx_L0;
|
|
5200
5200
|
|
|
5201
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
5201
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1049
|
|
5202
5202
|
*
|
|
5203
5203
|
*
|
|
5204
5204
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -9904,7 +9904,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
9904
9904
|
__Pyx_RefNannyDeclarations
|
|
9905
9905
|
__Pyx_RefNannySetupContext("__Pyx_InitCachedConstants", 0);
|
|
9906
9906
|
|
|
9907
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
9907
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
|
|
9908
9908
|
* __pyx_import_array()
|
|
9909
9909
|
* except Exception:
|
|
9910
9910
|
* raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -9915,7 +9915,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
9915
9915
|
__Pyx_GOTREF(__pyx_tuple_);
|
|
9916
9916
|
__Pyx_GIVEREF(__pyx_tuple_);
|
|
9917
9917
|
|
|
9918
|
-
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-
|
|
9918
|
+
/* "../../../../../private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-build-env-5ffcenkp/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
|
|
9919
9919
|
* _import_umath()
|
|
9920
9920
|
* except Exception:
|
|
9921
9921
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|