edsger 0.1.3__cp39-cp39-macosx_11_0_arm64.whl → 0.1.5__cp39-cp39-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.
- edsger/_version.py +1 -1
- edsger/bellman_ford.c +34925 -0
- edsger/bellman_ford.cpython-39-darwin.so +0 -0
- edsger/bellman_ford.pyx +544 -0
- edsger/commons.c +248 -245
- edsger/commons.cpython-39-darwin.so +0 -0
- edsger/dijkstra.c +279 -264
- edsger/dijkstra.cpython-39-darwin.so +0 -0
- edsger/path.py +622 -23
- edsger/path_tracking.c +261 -246
- edsger/path_tracking.cpython-39-darwin.so +0 -0
- edsger/pq_4ary_dec_0b.c +269 -254
- edsger/pq_4ary_dec_0b.cpython-39-darwin.so +0 -0
- edsger/spiess_florian.c +278 -263
- edsger/spiess_florian.cpython-39-darwin.so +0 -0
- edsger/star.c +261 -246
- edsger/star.cpython-39-darwin.so +0 -0
- edsger/utils.py +68 -4
- {edsger-0.1.3.dist-info → edsger-0.1.5.dist-info}/METADATA +69 -5
- edsger-0.1.5.dist-info/RECORD +36 -0
- edsger-0.1.3.dist-info/RECORD +0 -33
- {edsger-0.1.3.dist-info → edsger-0.1.5.dist-info}/WHEEL +0 -0
- {edsger-0.1.3.dist-info → edsger-0.1.5.dist-info}/licenses/AUTHORS.rst +0 -0
- {edsger-0.1.3.dist-info → edsger-0.1.5.dist-info}/licenses/LICENSE +0 -0
- {edsger-0.1.3.dist-info → edsger-0.1.5.dist-info}/top_level.txt +0 -0
edsger/star.c
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
/* Generated by Cython 3.1.
|
1
|
+
/* Generated by Cython 3.1.3 */
|
2
2
|
|
3
3
|
/* BEGIN: Cython Metadata
|
4
4
|
{
|
@@ -40,8 +40,8 @@ END: Cython Metadata */
|
|
40
40
|
#elif PY_VERSION_HEX < 0x03080000
|
41
41
|
#error Cython requires Python 3.8+.
|
42
42
|
#else
|
43
|
-
#define __PYX_ABI_VERSION "
|
44
|
-
#define CYTHON_HEX_VERSION
|
43
|
+
#define __PYX_ABI_VERSION "3_1_3"
|
44
|
+
#define CYTHON_HEX_VERSION 0x030103F0
|
45
45
|
#define CYTHON_FUTURE_DIVISION 1
|
46
46
|
/* CModulePreamble */
|
47
47
|
#include <stddef.h>
|
@@ -404,6 +404,9 @@ END: Cython Metadata */
|
|
404
404
|
enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
|
405
405
|
#endif
|
406
406
|
#endif
|
407
|
+
#ifndef CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME
|
408
|
+
#define CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME 100
|
409
|
+
#endif
|
407
410
|
#ifndef __has_attribute
|
408
411
|
#define __has_attribute(x) 0
|
409
412
|
#endif
|
@@ -1384,7 +1387,7 @@ static const char *__pyx_filename;
|
|
1384
1387
|
static const char* const __pyx_f[] = {
|
1385
1388
|
"src/edsger/star.pyx",
|
1386
1389
|
"<stringsource>",
|
1387
|
-
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1390
|
+
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd",
|
1388
1391
|
"cpython/type.pxd",
|
1389
1392
|
};
|
1390
1393
|
/* #### Code section: utility_code_proto_before_types ### */
|
@@ -1607,7 +1610,7 @@ typedef struct {
|
|
1607
1610
|
|
1608
1611
|
/* #### Code section: numeric_typedefs ### */
|
1609
1612
|
|
1610
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1613
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":770
|
1611
1614
|
* # in Cython to enable them only on the right systems.
|
1612
1615
|
*
|
1613
1616
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
@@ -1616,7 +1619,7 @@ typedef struct {
|
|
1616
1619
|
*/
|
1617
1620
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
1618
1621
|
|
1619
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1622
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":771
|
1620
1623
|
*
|
1621
1624
|
* ctypedef npy_int8 int8_t
|
1622
1625
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
@@ -1625,7 +1628,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1625
1628
|
*/
|
1626
1629
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
1627
1630
|
|
1628
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1631
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":772
|
1629
1632
|
* ctypedef npy_int8 int8_t
|
1630
1633
|
* ctypedef npy_int16 int16_t
|
1631
1634
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
@@ -1634,7 +1637,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1634
1637
|
*/
|
1635
1638
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
1636
1639
|
|
1637
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1640
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":773
|
1638
1641
|
* ctypedef npy_int16 int16_t
|
1639
1642
|
* ctypedef npy_int32 int32_t
|
1640
1643
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
@@ -1643,7 +1646,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1643
1646
|
*/
|
1644
1647
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
1645
1648
|
|
1646
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1649
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":777
|
1647
1650
|
* #ctypedef npy_int128 int128_t
|
1648
1651
|
*
|
1649
1652
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
@@ -1652,7 +1655,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1652
1655
|
*/
|
1653
1656
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
1654
1657
|
|
1655
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1658
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":778
|
1656
1659
|
*
|
1657
1660
|
* ctypedef npy_uint8 uint8_t
|
1658
1661
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
@@ -1661,7 +1664,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1661
1664
|
*/
|
1662
1665
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
1663
1666
|
|
1664
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1667
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":779
|
1665
1668
|
* ctypedef npy_uint8 uint8_t
|
1666
1669
|
* ctypedef npy_uint16 uint16_t
|
1667
1670
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
@@ -1670,7 +1673,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1670
1673
|
*/
|
1671
1674
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
1672
1675
|
|
1673
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1676
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":780
|
1674
1677
|
* ctypedef npy_uint16 uint16_t
|
1675
1678
|
* ctypedef npy_uint32 uint32_t
|
1676
1679
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
@@ -1679,7 +1682,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1679
1682
|
*/
|
1680
1683
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
1681
1684
|
|
1682
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1685
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":784
|
1683
1686
|
* #ctypedef npy_uint128 uint128_t
|
1684
1687
|
*
|
1685
1688
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
@@ -1688,7 +1691,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1688
1691
|
*/
|
1689
1692
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
1690
1693
|
|
1691
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1694
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":785
|
1692
1695
|
*
|
1693
1696
|
* ctypedef npy_float32 float32_t
|
1694
1697
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
@@ -1697,7 +1700,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1697
1700
|
*/
|
1698
1701
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
1699
1702
|
|
1700
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1703
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":792
|
1701
1704
|
* ctypedef double complex complex128_t
|
1702
1705
|
*
|
1703
1706
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
@@ -1706,7 +1709,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1706
1709
|
*/
|
1707
1710
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
1708
1711
|
|
1709
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1712
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":793
|
1710
1713
|
*
|
1711
1714
|
* ctypedef npy_longlong longlong_t
|
1712
1715
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
@@ -1715,7 +1718,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1715
1718
|
*/
|
1716
1719
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
1717
1720
|
|
1718
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1721
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":795
|
1719
1722
|
* ctypedef npy_ulonglong ulonglong_t
|
1720
1723
|
*
|
1721
1724
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
@@ -1724,7 +1727,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1724
1727
|
*/
|
1725
1728
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
1726
1729
|
|
1727
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1730
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":796
|
1728
1731
|
*
|
1729
1732
|
* ctypedef npy_intp intp_t
|
1730
1733
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
@@ -1733,7 +1736,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1733
1736
|
*/
|
1734
1737
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
1735
1738
|
|
1736
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1739
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":798
|
1737
1740
|
* ctypedef npy_uintp uintp_t
|
1738
1741
|
*
|
1739
1742
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
@@ -1742,7 +1745,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1742
1745
|
*/
|
1743
1746
|
typedef npy_double __pyx_t_5numpy_float_t;
|
1744
1747
|
|
1745
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1748
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":799
|
1746
1749
|
*
|
1747
1750
|
* ctypedef npy_double float_t
|
1748
1751
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
@@ -1751,7 +1754,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
1751
1754
|
*/
|
1752
1755
|
typedef npy_double __pyx_t_5numpy_double_t;
|
1753
1756
|
|
1754
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1757
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":800
|
1755
1758
|
* ctypedef npy_double float_t
|
1756
1759
|
* ctypedef npy_double double_t
|
1757
1760
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
@@ -1804,7 +1807,7 @@ struct __pyx_MemviewEnum_obj;
|
|
1804
1807
|
struct __pyx_memoryview_obj;
|
1805
1808
|
struct __pyx_memoryviewslice_obj;
|
1806
1809
|
|
1807
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1810
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1096
|
1808
1811
|
*
|
1809
1812
|
* # Iterator API added in v1.6
|
1810
1813
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil # <<<<<<<<<<<<<<
|
@@ -1813,7 +1816,7 @@ struct __pyx_memoryviewslice_obj;
|
|
1813
1816
|
*/
|
1814
1817
|
typedef int (*__pyx_t_5numpy_NpyIter_IterNextFunc)(NpyIter *);
|
1815
1818
|
|
1816
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1819
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1097
|
1817
1820
|
* # Iterator API added in v1.6
|
1818
1821
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil
|
1819
1822
|
* ctypedef void (*NpyIter_GetMultiIndexFunc)(NpyIter* it, npy_intp* outcoords) noexcept nogil # <<<<<<<<<<<<<<
|
@@ -2662,22 +2665,22 @@ static int __Pyx__DelItemOnTypeDict(PyTypeObject *tp, PyObject *k);
|
|
2662
2665
|
static int __Pyx_setup_reduce(PyObject* type_obj);
|
2663
2666
|
|
2664
2667
|
/* TypeImport.proto */
|
2665
|
-
#ifndef
|
2666
|
-
#define
|
2668
|
+
#ifndef __PYX_HAVE_RT_ImportType_proto_3_1_3
|
2669
|
+
#define __PYX_HAVE_RT_ImportType_proto_3_1_3
|
2667
2670
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
2668
2671
|
#include <stdalign.h>
|
2669
2672
|
#endif
|
2670
2673
|
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
|
2671
|
-
#define
|
2674
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_3(s) alignof(s)
|
2672
2675
|
#else
|
2673
|
-
#define
|
2676
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_3(s) sizeof(void*)
|
2674
2677
|
#endif
|
2675
|
-
enum
|
2676
|
-
|
2677
|
-
|
2678
|
-
|
2678
|
+
enum __Pyx_ImportType_CheckSize_3_1_3 {
|
2679
|
+
__Pyx_ImportType_CheckSize_Error_3_1_3 = 0,
|
2680
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3 = 1,
|
2681
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3 = 2
|
2679
2682
|
};
|
2680
|
-
static PyTypeObject *
|
2683
|
+
static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject* module, const char *module_name, const char *class_name, size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_3 check_size);
|
2681
2684
|
#endif
|
2682
2685
|
|
2683
2686
|
/* FetchSharedCythonModule.proto */
|
@@ -17203,7 +17206,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17203
17206
|
return __pyx_r;
|
17204
17207
|
}
|
17205
17208
|
|
17206
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17209
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
17207
17210
|
* cdef int type_num
|
17208
17211
|
*
|
17209
17212
|
* @property # <<<<<<<<<<<<<<
|
@@ -17214,7 +17217,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17214
17217
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
17215
17218
|
npy_intp __pyx_r;
|
17216
17219
|
|
17217
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17220
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":287
|
17218
17221
|
* @property
|
17219
17222
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
17220
17223
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -17224,7 +17227,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17224
17227
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
17225
17228
|
goto __pyx_L0;
|
17226
17229
|
|
17227
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17230
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
17228
17231
|
* cdef int type_num
|
17229
17232
|
*
|
17230
17233
|
* @property # <<<<<<<<<<<<<<
|
@@ -17237,7 +17240,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17237
17240
|
return __pyx_r;
|
17238
17241
|
}
|
17239
17242
|
|
17240
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17243
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
17241
17244
|
* return PyDataType_ELSIZE(self)
|
17242
17245
|
*
|
17243
17246
|
* @property # <<<<<<<<<<<<<<
|
@@ -17248,7 +17251,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17248
17251
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
17249
17252
|
npy_intp __pyx_r;
|
17250
17253
|
|
17251
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17254
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":291
|
17252
17255
|
* @property
|
17253
17256
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
17254
17257
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -17258,7 +17261,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17258
17261
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
17259
17262
|
goto __pyx_L0;
|
17260
17263
|
|
17261
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17264
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
17262
17265
|
* return PyDataType_ELSIZE(self)
|
17263
17266
|
*
|
17264
17267
|
* @property # <<<<<<<<<<<<<<
|
@@ -17271,7 +17274,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17271
17274
|
return __pyx_r;
|
17272
17275
|
}
|
17273
17276
|
|
17274
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17277
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
17275
17278
|
* # Use fields/names with care as they may be NULL. You must check
|
17276
17279
|
* # for this using PyDataType_HASFIELDS.
|
17277
17280
|
* @property # <<<<<<<<<<<<<<
|
@@ -17285,7 +17288,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17285
17288
|
PyObject *__pyx_t_1;
|
17286
17289
|
__Pyx_RefNannySetupContext("fields", 0);
|
17287
17290
|
|
17288
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17291
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":297
|
17289
17292
|
* @property
|
17290
17293
|
* cdef inline object fields(self):
|
17291
17294
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -17298,7 +17301,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17298
17301
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
17299
17302
|
goto __pyx_L0;
|
17300
17303
|
|
17301
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17304
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
17302
17305
|
* # Use fields/names with care as they may be NULL. You must check
|
17303
17306
|
* # for this using PyDataType_HASFIELDS.
|
17304
17307
|
* @property # <<<<<<<<<<<<<<
|
@@ -17313,7 +17316,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17313
17316
|
return __pyx_r;
|
17314
17317
|
}
|
17315
17318
|
|
17316
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17319
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
17317
17320
|
* return <object>PyDataType_FIELDS(self)
|
17318
17321
|
*
|
17319
17322
|
* @property # <<<<<<<<<<<<<<
|
@@ -17327,7 +17330,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17327
17330
|
PyObject *__pyx_t_1;
|
17328
17331
|
__Pyx_RefNannySetupContext("names", 0);
|
17329
17332
|
|
17330
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17333
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":301
|
17331
17334
|
* @property
|
17332
17335
|
* cdef inline tuple names(self):
|
17333
17336
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -17340,7 +17343,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17340
17343
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
17341
17344
|
goto __pyx_L0;
|
17342
17345
|
|
17343
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17346
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
17344
17347
|
* return <object>PyDataType_FIELDS(self)
|
17345
17348
|
*
|
17346
17349
|
* @property # <<<<<<<<<<<<<<
|
@@ -17355,7 +17358,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17355
17358
|
return __pyx_r;
|
17356
17359
|
}
|
17357
17360
|
|
17358
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17361
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
17359
17362
|
* # valid (the pointer can be NULL). Most users should access
|
17360
17363
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17361
17364
|
* @property # <<<<<<<<<<<<<<
|
@@ -17366,7 +17369,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17366
17369
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
17367
17370
|
PyArray_ArrayDescr *__pyx_r;
|
17368
17371
|
|
17369
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17372
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":308
|
17370
17373
|
* @property
|
17371
17374
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
17372
17375
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -17376,7 +17379,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17376
17379
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
17377
17380
|
goto __pyx_L0;
|
17378
17381
|
|
17379
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17382
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
17380
17383
|
* # valid (the pointer can be NULL). Most users should access
|
17381
17384
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17382
17385
|
* @property # <<<<<<<<<<<<<<
|
@@ -17389,7 +17392,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17389
17392
|
return __pyx_r;
|
17390
17393
|
}
|
17391
17394
|
|
17392
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17395
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
17393
17396
|
* return PyDataType_SUBARRAY(self)
|
17394
17397
|
*
|
17395
17398
|
* @property # <<<<<<<<<<<<<<
|
@@ -17400,7 +17403,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17400
17403
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
17401
17404
|
npy_uint64 __pyx_r;
|
17402
17405
|
|
17403
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17406
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":313
|
17404
17407
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
17405
17408
|
* """The data types flags."""
|
17406
17409
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -17410,7 +17413,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17410
17413
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
17411
17414
|
goto __pyx_L0;
|
17412
17415
|
|
17413
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17416
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
17414
17417
|
* return PyDataType_SUBARRAY(self)
|
17415
17418
|
*
|
17416
17419
|
* @property # <<<<<<<<<<<<<<
|
@@ -17423,7 +17426,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17423
17426
|
return __pyx_r;
|
17424
17427
|
}
|
17425
17428
|
|
17426
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17429
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
17427
17430
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17428
17431
|
*
|
17429
17432
|
* @property # <<<<<<<<<<<<<<
|
@@ -17434,7 +17437,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17434
17437
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
17435
17438
|
int __pyx_r;
|
17436
17439
|
|
17437
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17440
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":325
|
17438
17441
|
* cdef inline int numiter(self) noexcept nogil:
|
17439
17442
|
* """The number of arrays that need to be broadcast to the same shape."""
|
17440
17443
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -17444,7 +17447,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17444
17447
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
17445
17448
|
goto __pyx_L0;
|
17446
17449
|
|
17447
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17450
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
17448
17451
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17449
17452
|
*
|
17450
17453
|
* @property # <<<<<<<<<<<<<<
|
@@ -17457,7 +17460,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17457
17460
|
return __pyx_r;
|
17458
17461
|
}
|
17459
17462
|
|
17460
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17463
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
17461
17464
|
* return PyArray_MultiIter_NUMITER(self)
|
17462
17465
|
*
|
17463
17466
|
* @property # <<<<<<<<<<<<<<
|
@@ -17468,7 +17471,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17468
17471
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
17469
17472
|
npy_intp __pyx_r;
|
17470
17473
|
|
17471
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17474
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":330
|
17472
17475
|
* cdef inline npy_intp size(self) noexcept nogil:
|
17473
17476
|
* """The total broadcasted size."""
|
17474
17477
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17478,7 +17481,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17478
17481
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
17479
17482
|
goto __pyx_L0;
|
17480
17483
|
|
17481
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17484
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
17482
17485
|
* return PyArray_MultiIter_NUMITER(self)
|
17483
17486
|
*
|
17484
17487
|
* @property # <<<<<<<<<<<<<<
|
@@ -17491,7 +17494,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17491
17494
|
return __pyx_r;
|
17492
17495
|
}
|
17493
17496
|
|
17494
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17497
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
17495
17498
|
* return PyArray_MultiIter_SIZE(self)
|
17496
17499
|
*
|
17497
17500
|
* @property # <<<<<<<<<<<<<<
|
@@ -17502,7 +17505,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17502
17505
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
17503
17506
|
npy_intp __pyx_r;
|
17504
17507
|
|
17505
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17508
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":335
|
17506
17509
|
* cdef inline npy_intp index(self) noexcept nogil:
|
17507
17510
|
* """The current (1-d) index into the broadcasted result."""
|
17508
17511
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -17512,7 +17515,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17512
17515
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
17513
17516
|
goto __pyx_L0;
|
17514
17517
|
|
17515
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17518
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
17516
17519
|
* return PyArray_MultiIter_SIZE(self)
|
17517
17520
|
*
|
17518
17521
|
* @property # <<<<<<<<<<<<<<
|
@@ -17525,7 +17528,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17525
17528
|
return __pyx_r;
|
17526
17529
|
}
|
17527
17530
|
|
17528
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17531
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
17529
17532
|
* return PyArray_MultiIter_INDEX(self)
|
17530
17533
|
*
|
17531
17534
|
* @property # <<<<<<<<<<<<<<
|
@@ -17536,7 +17539,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17536
17539
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
17537
17540
|
int __pyx_r;
|
17538
17541
|
|
17539
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17542
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":340
|
17540
17543
|
* cdef inline int nd(self) noexcept nogil:
|
17541
17544
|
* """The number of dimensions in the broadcasted result."""
|
17542
17545
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17546,7 +17549,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17546
17549
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
17547
17550
|
goto __pyx_L0;
|
17548
17551
|
|
17549
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17552
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
17550
17553
|
* return PyArray_MultiIter_INDEX(self)
|
17551
17554
|
*
|
17552
17555
|
* @property # <<<<<<<<<<<<<<
|
@@ -17559,7 +17562,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17559
17562
|
return __pyx_r;
|
17560
17563
|
}
|
17561
17564
|
|
17562
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17565
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
17563
17566
|
* return PyArray_MultiIter_NDIM(self)
|
17564
17567
|
*
|
17565
17568
|
* @property # <<<<<<<<<<<<<<
|
@@ -17570,7 +17573,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17570
17573
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
17571
17574
|
npy_intp *__pyx_r;
|
17572
17575
|
|
17573
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17576
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":345
|
17574
17577
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
17575
17578
|
* """The shape of the broadcasted result."""
|
17576
17579
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17580,7 +17583,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17580
17583
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
17581
17584
|
goto __pyx_L0;
|
17582
17585
|
|
17583
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17586
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
17584
17587
|
* return PyArray_MultiIter_NDIM(self)
|
17585
17588
|
*
|
17586
17589
|
* @property # <<<<<<<<<<<<<<
|
@@ -17593,7 +17596,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17593
17596
|
return __pyx_r;
|
17594
17597
|
}
|
17595
17598
|
|
17596
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17599
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
17597
17600
|
* return PyArray_MultiIter_DIMS(self)
|
17598
17601
|
*
|
17599
17602
|
* @property # <<<<<<<<<<<<<<
|
@@ -17604,7 +17607,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17604
17607
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
17605
17608
|
void **__pyx_r;
|
17606
17609
|
|
17607
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17610
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":351
|
17608
17611
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
17609
17612
|
* On return, the iterators are adjusted for broadcasting."""
|
17610
17613
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -17614,7 +17617,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17614
17617
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
17615
17618
|
goto __pyx_L0;
|
17616
17619
|
|
17617
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17620
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
17618
17621
|
* return PyArray_MultiIter_DIMS(self)
|
17619
17622
|
*
|
17620
17623
|
* @property # <<<<<<<<<<<<<<
|
@@ -17627,7 +17630,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17627
17630
|
return __pyx_r;
|
17628
17631
|
}
|
17629
17632
|
|
17630
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17633
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
17631
17634
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17632
17635
|
*
|
17633
17636
|
* @property # <<<<<<<<<<<<<<
|
@@ -17638,7 +17641,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17638
17641
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
17639
17642
|
PyObject *__pyx_r;
|
17640
17643
|
|
17641
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17644
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":369
|
17642
17645
|
* """Returns a borrowed reference to the object owning the data/memory.
|
17643
17646
|
* """
|
17644
17647
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -17648,7 +17651,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17648
17651
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
17649
17652
|
goto __pyx_L0;
|
17650
17653
|
|
17651
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17654
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
17652
17655
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17653
17656
|
*
|
17654
17657
|
* @property # <<<<<<<<<<<<<<
|
@@ -17661,7 +17664,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17661
17664
|
return __pyx_r;
|
17662
17665
|
}
|
17663
17666
|
|
17664
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17667
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
17665
17668
|
* return PyArray_BASE(self)
|
17666
17669
|
*
|
17667
17670
|
* @property # <<<<<<<<<<<<<<
|
@@ -17675,7 +17678,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17675
17678
|
PyArray_Descr *__pyx_t_1;
|
17676
17679
|
__Pyx_RefNannySetupContext("descr", 0);
|
17677
17680
|
|
17678
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17681
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":375
|
17679
17682
|
* """Returns an owned reference to the dtype of the array.
|
17680
17683
|
* """
|
17681
17684
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -17688,7 +17691,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17688
17691
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
17689
17692
|
goto __pyx_L0;
|
17690
17693
|
|
17691
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17694
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
17692
17695
|
* return PyArray_BASE(self)
|
17693
17696
|
*
|
17694
17697
|
* @property # <<<<<<<<<<<<<<
|
@@ -17703,7 +17706,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17703
17706
|
return __pyx_r;
|
17704
17707
|
}
|
17705
17708
|
|
17706
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17709
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
17707
17710
|
* return <dtype>PyArray_DESCR(self)
|
17708
17711
|
*
|
17709
17712
|
* @property # <<<<<<<<<<<<<<
|
@@ -17714,7 +17717,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17714
17717
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
17715
17718
|
int __pyx_r;
|
17716
17719
|
|
17717
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17720
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":381
|
17718
17721
|
* """Returns the number of dimensions in the array.
|
17719
17722
|
* """
|
17720
17723
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17724,7 +17727,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17724
17727
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
17725
17728
|
goto __pyx_L0;
|
17726
17729
|
|
17727
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17730
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
17728
17731
|
* return <dtype>PyArray_DESCR(self)
|
17729
17732
|
*
|
17730
17733
|
* @property # <<<<<<<<<<<<<<
|
@@ -17737,7 +17740,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17737
17740
|
return __pyx_r;
|
17738
17741
|
}
|
17739
17742
|
|
17740
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17743
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
17741
17744
|
* return PyArray_NDIM(self)
|
17742
17745
|
*
|
17743
17746
|
* @property # <<<<<<<<<<<<<<
|
@@ -17748,7 +17751,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17748
17751
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
17749
17752
|
npy_intp *__pyx_r;
|
17750
17753
|
|
17751
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17754
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":389
|
17752
17755
|
* Can return NULL for 0-dimensional arrays.
|
17753
17756
|
* """
|
17754
17757
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17758,7 +17761,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17758
17761
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
17759
17762
|
goto __pyx_L0;
|
17760
17763
|
|
17761
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17764
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
17762
17765
|
* return PyArray_NDIM(self)
|
17763
17766
|
*
|
17764
17767
|
* @property # <<<<<<<<<<<<<<
|
@@ -17771,7 +17774,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17771
17774
|
return __pyx_r;
|
17772
17775
|
}
|
17773
17776
|
|
17774
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17777
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
17775
17778
|
* return PyArray_DIMS(self)
|
17776
17779
|
*
|
17777
17780
|
* @property # <<<<<<<<<<<<<<
|
@@ -17782,7 +17785,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17782
17785
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
17783
17786
|
npy_intp *__pyx_r;
|
17784
17787
|
|
17785
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17788
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":396
|
17786
17789
|
* The number of elements matches the number of dimensions of the array (ndim).
|
17787
17790
|
* """
|
17788
17791
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -17792,7 +17795,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17792
17795
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
17793
17796
|
goto __pyx_L0;
|
17794
17797
|
|
17795
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17798
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
17796
17799
|
* return PyArray_DIMS(self)
|
17797
17800
|
*
|
17798
17801
|
* @property # <<<<<<<<<<<<<<
|
@@ -17805,7 +17808,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17805
17808
|
return __pyx_r;
|
17806
17809
|
}
|
17807
17810
|
|
17808
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17811
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
17809
17812
|
* return PyArray_STRIDES(self)
|
17810
17813
|
*
|
17811
17814
|
* @property # <<<<<<<<<<<<<<
|
@@ -17816,7 +17819,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17816
17819
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
17817
17820
|
npy_intp __pyx_r;
|
17818
17821
|
|
17819
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17822
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":402
|
17820
17823
|
* """Returns the total size (in number of elements) of the array.
|
17821
17824
|
* """
|
17822
17825
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17826,7 +17829,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17826
17829
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
17827
17830
|
goto __pyx_L0;
|
17828
17831
|
|
17829
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17832
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
17830
17833
|
* return PyArray_STRIDES(self)
|
17831
17834
|
*
|
17832
17835
|
* @property # <<<<<<<<<<<<<<
|
@@ -17839,7 +17842,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17839
17842
|
return __pyx_r;
|
17840
17843
|
}
|
17841
17844
|
|
17842
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17845
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
17843
17846
|
* return PyArray_SIZE(self)
|
17844
17847
|
*
|
17845
17848
|
* @property # <<<<<<<<<<<<<<
|
@@ -17850,7 +17853,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17850
17853
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
17851
17854
|
char *__pyx_r;
|
17852
17855
|
|
17853
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17856
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":411
|
17854
17857
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
17855
17858
|
* """
|
17856
17859
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -17860,7 +17863,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17860
17863
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
17861
17864
|
goto __pyx_L0;
|
17862
17865
|
|
17863
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17866
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
17864
17867
|
* return PyArray_SIZE(self)
|
17865
17868
|
*
|
17866
17869
|
* @property # <<<<<<<<<<<<<<
|
@@ -17873,7 +17876,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17873
17876
|
return __pyx_r;
|
17874
17877
|
}
|
17875
17878
|
|
17876
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17879
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
17877
17880
|
* ctypedef long double complex clongdouble_t
|
17878
17881
|
*
|
17879
17882
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -17890,7 +17893,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17890
17893
|
int __pyx_clineno = 0;
|
17891
17894
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
17892
17895
|
|
17893
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17896
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":808
|
17894
17897
|
*
|
17895
17898
|
* cdef inline object PyArray_MultiIterNew1(a):
|
17896
17899
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -17904,7 +17907,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17904
17907
|
__pyx_t_1 = 0;
|
17905
17908
|
goto __pyx_L0;
|
17906
17909
|
|
17907
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17910
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
17908
17911
|
* ctypedef long double complex clongdouble_t
|
17909
17912
|
*
|
17910
17913
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -17923,7 +17926,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17923
17926
|
return __pyx_r;
|
17924
17927
|
}
|
17925
17928
|
|
17926
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17929
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
17927
17930
|
* return PyArray_MultiIterNew(1, <void*>a)
|
17928
17931
|
*
|
17929
17932
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -17940,7 +17943,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17940
17943
|
int __pyx_clineno = 0;
|
17941
17944
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
17942
17945
|
|
17943
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17946
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":811
|
17944
17947
|
*
|
17945
17948
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
17946
17949
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -17954,7 +17957,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17954
17957
|
__pyx_t_1 = 0;
|
17955
17958
|
goto __pyx_L0;
|
17956
17959
|
|
17957
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17960
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
17958
17961
|
* return PyArray_MultiIterNew(1, <void*>a)
|
17959
17962
|
*
|
17960
17963
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -17973,7 +17976,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17973
17976
|
return __pyx_r;
|
17974
17977
|
}
|
17975
17978
|
|
17976
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17979
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
17977
17980
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
17978
17981
|
*
|
17979
17982
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -17990,7 +17993,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
17990
17993
|
int __pyx_clineno = 0;
|
17991
17994
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
17992
17995
|
|
17993
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17996
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":814
|
17994
17997
|
*
|
17995
17998
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
17996
17999
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -18004,7 +18007,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18004
18007
|
__pyx_t_1 = 0;
|
18005
18008
|
goto __pyx_L0;
|
18006
18009
|
|
18007
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18010
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
18008
18011
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18009
18012
|
*
|
18010
18013
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18023,7 +18026,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18023
18026
|
return __pyx_r;
|
18024
18027
|
}
|
18025
18028
|
|
18026
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18029
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
18027
18030
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18028
18031
|
*
|
18029
18032
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18040,7 +18043,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18040
18043
|
int __pyx_clineno = 0;
|
18041
18044
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
18042
18045
|
|
18043
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18046
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":817
|
18044
18047
|
*
|
18045
18048
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
18046
18049
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -18054,7 +18057,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18054
18057
|
__pyx_t_1 = 0;
|
18055
18058
|
goto __pyx_L0;
|
18056
18059
|
|
18057
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18060
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
18058
18061
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18059
18062
|
*
|
18060
18063
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18073,7 +18076,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18073
18076
|
return __pyx_r;
|
18074
18077
|
}
|
18075
18078
|
|
18076
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18079
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
18077
18080
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18078
18081
|
*
|
18079
18082
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18090,7 +18093,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18090
18093
|
int __pyx_clineno = 0;
|
18091
18094
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
18092
18095
|
|
18093
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18096
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":820
|
18094
18097
|
*
|
18095
18098
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
18096
18099
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -18104,7 +18107,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18104
18107
|
__pyx_t_1 = 0;
|
18105
18108
|
goto __pyx_L0;
|
18106
18109
|
|
18107
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18110
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
18108
18111
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18109
18112
|
*
|
18110
18113
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18123,7 +18126,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18123
18126
|
return __pyx_r;
|
18124
18127
|
}
|
18125
18128
|
|
18126
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18129
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
18127
18130
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18128
18131
|
*
|
18129
18132
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18138,7 +18141,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18138
18141
|
PyObject *__pyx_t_2;
|
18139
18142
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
18140
18143
|
|
18141
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18144
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
18142
18145
|
*
|
18143
18146
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18144
18147
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18148,7 +18151,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18148
18151
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
18149
18152
|
if (__pyx_t_1) {
|
18150
18153
|
|
18151
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18154
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":824
|
18152
18155
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18153
18156
|
* if PyDataType_HASSUBARRAY(d):
|
18154
18157
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -18161,7 +18164,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18161
18164
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
18162
18165
|
goto __pyx_L0;
|
18163
18166
|
|
18164
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18167
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
18165
18168
|
*
|
18166
18169
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18167
18170
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18170,7 +18173,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18170
18173
|
*/
|
18171
18174
|
}
|
18172
18175
|
|
18173
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18176
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":826
|
18174
18177
|
* return <tuple>d.subarray.shape
|
18175
18178
|
* else:
|
18176
18179
|
* return () # <<<<<<<<<<<<<<
|
@@ -18184,7 +18187,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18184
18187
|
goto __pyx_L0;
|
18185
18188
|
}
|
18186
18189
|
|
18187
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18190
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
18188
18191
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18189
18192
|
*
|
18190
18193
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18199,7 +18202,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18199
18202
|
return __pyx_r;
|
18200
18203
|
}
|
18201
18204
|
|
18202
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18205
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
18203
18206
|
* int _import_umath() except -1
|
18204
18207
|
*
|
18205
18208
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18213,7 +18216,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18213
18216
|
const char *__pyx_filename = NULL;
|
18214
18217
|
int __pyx_clineno = 0;
|
18215
18218
|
|
18216
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18219
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1011
|
18217
18220
|
*
|
18218
18221
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18219
18222
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -18222,7 +18225,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18222
18225
|
*/
|
18223
18226
|
Py_INCREF(__pyx_v_base);
|
18224
18227
|
|
18225
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18228
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1012
|
18226
18229
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18227
18230
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
18228
18231
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -18231,7 +18234,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18231
18234
|
*/
|
18232
18235
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(2, 1012, __pyx_L1_error)
|
18233
18236
|
|
18234
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18237
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
18235
18238
|
* int _import_umath() except -1
|
18236
18239
|
*
|
18237
18240
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18246,7 +18249,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18246
18249
|
__pyx_L0:;
|
18247
18250
|
}
|
18248
18251
|
|
18249
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18252
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
18250
18253
|
* PyArray_SetBaseObject(arr, base)
|
18251
18254
|
*
|
18252
18255
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18261,7 +18264,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18261
18264
|
int __pyx_t_1;
|
18262
18265
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
18263
18266
|
|
18264
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18267
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1015
|
18265
18268
|
*
|
18266
18269
|
* cdef inline object get_array_base(ndarray arr):
|
18267
18270
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -18270,7 +18273,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18270
18273
|
*/
|
18271
18274
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
18272
18275
|
|
18273
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18276
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
18274
18277
|
* cdef inline object get_array_base(ndarray arr):
|
18275
18278
|
* base = PyArray_BASE(arr)
|
18276
18279
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18280,7 +18283,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18280
18283
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
18281
18284
|
if (__pyx_t_1) {
|
18282
18285
|
|
18283
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18286
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1017
|
18284
18287
|
* base = PyArray_BASE(arr)
|
18285
18288
|
* if base is NULL:
|
18286
18289
|
* return None # <<<<<<<<<<<<<<
|
@@ -18291,7 +18294,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18291
18294
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
18292
18295
|
goto __pyx_L0;
|
18293
18296
|
|
18294
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18297
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
18295
18298
|
* cdef inline object get_array_base(ndarray arr):
|
18296
18299
|
* base = PyArray_BASE(arr)
|
18297
18300
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18300,7 +18303,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18300
18303
|
*/
|
18301
18304
|
}
|
18302
18305
|
|
18303
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18306
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1018
|
18304
18307
|
* if base is NULL:
|
18305
18308
|
* return None
|
18306
18309
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -18312,7 +18315,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18312
18315
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
18313
18316
|
goto __pyx_L0;
|
18314
18317
|
|
18315
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18318
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
18316
18319
|
* PyArray_SetBaseObject(arr, base)
|
18317
18320
|
*
|
18318
18321
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18327,7 +18330,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18327
18330
|
return __pyx_r;
|
18328
18331
|
}
|
18329
18332
|
|
18330
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18333
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
18331
18334
|
* # Versions of the import_* functions which are more suitable for
|
18332
18335
|
* # Cython code.
|
18333
18336
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18354,7 +18357,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18354
18357
|
int __pyx_clineno = 0;
|
18355
18358
|
__Pyx_RefNannySetupContext("import_array", 0);
|
18356
18359
|
|
18357
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18360
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18358
18361
|
* # Cython code.
|
18359
18362
|
* cdef inline int import_array() except -1:
|
18360
18363
|
* try: # <<<<<<<<<<<<<<
|
@@ -18370,7 +18373,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18370
18373
|
__Pyx_XGOTREF(__pyx_t_3);
|
18371
18374
|
/*try:*/ {
|
18372
18375
|
|
18373
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18376
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1024
|
18374
18377
|
* cdef inline int import_array() except -1:
|
18375
18378
|
* try:
|
18376
18379
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -18379,7 +18382,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18379
18382
|
*/
|
18380
18383
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1024, __pyx_L3_error)
|
18381
18384
|
|
18382
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18385
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18383
18386
|
* # Cython code.
|
18384
18387
|
* cdef inline int import_array() except -1:
|
18385
18388
|
* try: # <<<<<<<<<<<<<<
|
@@ -18393,7 +18396,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18393
18396
|
goto __pyx_L8_try_end;
|
18394
18397
|
__pyx_L3_error:;
|
18395
18398
|
|
18396
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18399
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1025
|
18397
18400
|
* try:
|
18398
18401
|
* __pyx_import_array()
|
18399
18402
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18408,7 +18411,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18408
18411
|
__Pyx_XGOTREF(__pyx_t_6);
|
18409
18412
|
__Pyx_XGOTREF(__pyx_t_7);
|
18410
18413
|
|
18411
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18414
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1026
|
18412
18415
|
* __pyx_import_array()
|
18413
18416
|
* except Exception:
|
18414
18417
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -18433,7 +18436,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18433
18436
|
}
|
18434
18437
|
goto __pyx_L5_except_error;
|
18435
18438
|
|
18436
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18439
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18437
18440
|
* # Cython code.
|
18438
18441
|
* cdef inline int import_array() except -1:
|
18439
18442
|
* try: # <<<<<<<<<<<<<<
|
@@ -18449,7 +18452,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18449
18452
|
__pyx_L8_try_end:;
|
18450
18453
|
}
|
18451
18454
|
|
18452
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18455
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
18453
18456
|
* # Versions of the import_* functions which are more suitable for
|
18454
18457
|
* # Cython code.
|
18455
18458
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18474,7 +18477,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18474
18477
|
return __pyx_r;
|
18475
18478
|
}
|
18476
18479
|
|
18477
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18480
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
18478
18481
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18479
18482
|
*
|
18480
18483
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18501,7 +18504,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18501
18504
|
int __pyx_clineno = 0;
|
18502
18505
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
18503
18506
|
|
18504
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18507
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18505
18508
|
*
|
18506
18509
|
* cdef inline int import_umath() except -1:
|
18507
18510
|
* try: # <<<<<<<<<<<<<<
|
@@ -18517,7 +18520,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18517
18520
|
__Pyx_XGOTREF(__pyx_t_3);
|
18518
18521
|
/*try:*/ {
|
18519
18522
|
|
18520
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18523
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1030
|
18521
18524
|
* cdef inline int import_umath() except -1:
|
18522
18525
|
* try:
|
18523
18526
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18526,7 +18529,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18526
18529
|
*/
|
18527
18530
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1030, __pyx_L3_error)
|
18528
18531
|
|
18529
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18532
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18530
18533
|
*
|
18531
18534
|
* cdef inline int import_umath() except -1:
|
18532
18535
|
* try: # <<<<<<<<<<<<<<
|
@@ -18540,7 +18543,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18540
18543
|
goto __pyx_L8_try_end;
|
18541
18544
|
__pyx_L3_error:;
|
18542
18545
|
|
18543
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18546
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1031
|
18544
18547
|
* try:
|
18545
18548
|
* _import_umath()
|
18546
18549
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18555,7 +18558,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18555
18558
|
__Pyx_XGOTREF(__pyx_t_6);
|
18556
18559
|
__Pyx_XGOTREF(__pyx_t_7);
|
18557
18560
|
|
18558
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18561
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1032
|
18559
18562
|
* _import_umath()
|
18560
18563
|
* except Exception:
|
18561
18564
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18580,7 +18583,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18580
18583
|
}
|
18581
18584
|
goto __pyx_L5_except_error;
|
18582
18585
|
|
18583
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18586
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18584
18587
|
*
|
18585
18588
|
* cdef inline int import_umath() except -1:
|
18586
18589
|
* try: # <<<<<<<<<<<<<<
|
@@ -18596,7 +18599,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18596
18599
|
__pyx_L8_try_end:;
|
18597
18600
|
}
|
18598
18601
|
|
18599
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18602
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
18600
18603
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18601
18604
|
*
|
18602
18605
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18621,7 +18624,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18621
18624
|
return __pyx_r;
|
18622
18625
|
}
|
18623
18626
|
|
18624
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18627
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
18625
18628
|
* raise ImportError("numpy._core.umath failed to import")
|
18626
18629
|
*
|
18627
18630
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18648,7 +18651,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18648
18651
|
int __pyx_clineno = 0;
|
18649
18652
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
18650
18653
|
|
18651
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18654
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18652
18655
|
*
|
18653
18656
|
* cdef inline int import_ufunc() except -1:
|
18654
18657
|
* try: # <<<<<<<<<<<<<<
|
@@ -18664,7 +18667,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18664
18667
|
__Pyx_XGOTREF(__pyx_t_3);
|
18665
18668
|
/*try:*/ {
|
18666
18669
|
|
18667
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18670
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1036
|
18668
18671
|
* cdef inline int import_ufunc() except -1:
|
18669
18672
|
* try:
|
18670
18673
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18673,7 +18676,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18673
18676
|
*/
|
18674
18677
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1036, __pyx_L3_error)
|
18675
18678
|
|
18676
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18679
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18677
18680
|
*
|
18678
18681
|
* cdef inline int import_ufunc() except -1:
|
18679
18682
|
* try: # <<<<<<<<<<<<<<
|
@@ -18687,7 +18690,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18687
18690
|
goto __pyx_L8_try_end;
|
18688
18691
|
__pyx_L3_error:;
|
18689
18692
|
|
18690
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18693
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1037
|
18691
18694
|
* try:
|
18692
18695
|
* _import_umath()
|
18693
18696
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18702,7 +18705,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18702
18705
|
__Pyx_XGOTREF(__pyx_t_6);
|
18703
18706
|
__Pyx_XGOTREF(__pyx_t_7);
|
18704
18707
|
|
18705
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18708
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1038
|
18706
18709
|
* _import_umath()
|
18707
18710
|
* except Exception:
|
18708
18711
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18727,7 +18730,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18727
18730
|
}
|
18728
18731
|
goto __pyx_L5_except_error;
|
18729
18732
|
|
18730
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18733
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18731
18734
|
*
|
18732
18735
|
* cdef inline int import_ufunc() except -1:
|
18733
18736
|
* try: # <<<<<<<<<<<<<<
|
@@ -18743,7 +18746,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18743
18746
|
__pyx_L8_try_end:;
|
18744
18747
|
}
|
18745
18748
|
|
18746
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18749
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
18747
18750
|
* raise ImportError("numpy._core.umath failed to import")
|
18748
18751
|
*
|
18749
18752
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18768,7 +18771,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18768
18771
|
return __pyx_r;
|
18769
18772
|
}
|
18770
18773
|
|
18771
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18774
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
18772
18775
|
*
|
18773
18776
|
*
|
18774
18777
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18779,7 +18782,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18779
18782
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
18780
18783
|
int __pyx_r;
|
18781
18784
|
|
18782
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18785
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1053
|
18783
18786
|
* bool
|
18784
18787
|
* """
|
18785
18788
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18789,7 +18792,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18789
18792
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
18790
18793
|
goto __pyx_L0;
|
18791
18794
|
|
18792
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18795
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
18793
18796
|
*
|
18794
18797
|
*
|
18795
18798
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18802,7 +18805,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18802
18805
|
return __pyx_r;
|
18803
18806
|
}
|
18804
18807
|
|
18805
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18808
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
18806
18809
|
*
|
18807
18810
|
*
|
18808
18811
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18813,7 +18816,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18813
18816
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
18814
18817
|
int __pyx_r;
|
18815
18818
|
|
18816
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18819
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1068
|
18817
18820
|
* bool
|
18818
18821
|
* """
|
18819
18822
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18823,7 +18826,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18823
18826
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
18824
18827
|
goto __pyx_L0;
|
18825
18828
|
|
18826
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18829
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
18827
18830
|
*
|
18828
18831
|
*
|
18829
18832
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18836,7 +18839,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18836
18839
|
return __pyx_r;
|
18837
18840
|
}
|
18838
18841
|
|
18839
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18842
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
18840
18843
|
*
|
18841
18844
|
*
|
18842
18845
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18847,7 +18850,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18847
18850
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
18848
18851
|
npy_datetime __pyx_r;
|
18849
18852
|
|
18850
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18853
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1078
|
18851
18854
|
* also needed. That can be found using `get_datetime64_unit`.
|
18852
18855
|
* """
|
18853
18856
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18857,7 +18860,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18857
18860
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
18858
18861
|
goto __pyx_L0;
|
18859
18862
|
|
18860
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18863
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
18861
18864
|
*
|
18862
18865
|
*
|
18863
18866
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18870,7 +18873,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18870
18873
|
return __pyx_r;
|
18871
18874
|
}
|
18872
18875
|
|
18873
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18876
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
18874
18877
|
*
|
18875
18878
|
*
|
18876
18879
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18881,7 +18884,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18881
18884
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
18882
18885
|
npy_timedelta __pyx_r;
|
18883
18886
|
|
18884
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18887
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1085
|
18885
18888
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
18886
18889
|
* """
|
18887
18890
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18891,7 +18894,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18891
18894
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
18892
18895
|
goto __pyx_L0;
|
18893
18896
|
|
18894
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18897
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
18895
18898
|
*
|
18896
18899
|
*
|
18897
18900
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18904,7 +18907,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18904
18907
|
return __pyx_r;
|
18905
18908
|
}
|
18906
18909
|
|
18907
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18910
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
18908
18911
|
*
|
18909
18912
|
*
|
18910
18913
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18915,7 +18918,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18915
18918
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
18916
18919
|
NPY_DATETIMEUNIT __pyx_r;
|
18917
18920
|
|
18918
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18921
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1092
|
18919
18922
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
18920
18923
|
* """
|
18921
18924
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -18925,7 +18928,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
18925
18928
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
18926
18929
|
goto __pyx_L0;
|
18927
18930
|
|
18928
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18931
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
18929
18932
|
*
|
18930
18933
|
*
|
18931
18934
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -23574,153 +23577,153 @@ static int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
23574
23577
|
/*--- Type import code ---*/
|
23575
23578
|
__pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(3, 9, __pyx_L1_error)
|
23576
23579
|
__Pyx_GOTREF(__pyx_t_1);
|
23577
|
-
__pyx_mstate->__pyx_ptype_7cpython_4type_type =
|
23580
|
+
__pyx_mstate->__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_1_3(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
|
23578
23581
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23579
|
-
sizeof(PyTypeObject),
|
23582
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyTypeObject),
|
23580
23583
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23581
23584
|
0, 0,
|
23582
23585
|
#else
|
23583
|
-
sizeof(PyHeapTypeObject),
|
23586
|
+
sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyHeapTypeObject),
|
23584
23587
|
#endif
|
23585
|
-
|
23588
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_7cpython_4type_type) __PYX_ERR(3, 9, __pyx_L1_error)
|
23586
23589
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
23587
23590
|
__pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 271, __pyx_L1_error)
|
23588
23591
|
__Pyx_GOTREF(__pyx_t_1);
|
23589
|
-
__pyx_mstate->__pyx_ptype_5numpy_dtype =
|
23592
|
+
__pyx_mstate->__pyx_ptype_5numpy_dtype = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "dtype",
|
23590
23593
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23591
|
-
sizeof(PyArray_Descr),
|
23594
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
23592
23595
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23593
|
-
sizeof(PyArray_Descr),
|
23596
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
23594
23597
|
#else
|
23595
|
-
sizeof(PyArray_Descr),
|
23598
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
23596
23599
|
#endif
|
23597
|
-
|
23598
|
-
__pyx_mstate->__pyx_ptype_5numpy_flatiter =
|
23600
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_dtype) __PYX_ERR(2, 271, __pyx_L1_error)
|
23601
|
+
__pyx_mstate->__pyx_ptype_5numpy_flatiter = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "flatiter",
|
23599
23602
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23600
|
-
sizeof(PyArrayIterObject),
|
23603
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
23601
23604
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23602
|
-
sizeof(PyArrayIterObject),
|
23605
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
23603
23606
|
#else
|
23604
|
-
sizeof(PyArrayIterObject),
|
23607
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
23605
23608
|
#endif
|
23606
|
-
|
23607
|
-
__pyx_mstate->__pyx_ptype_5numpy_broadcast =
|
23609
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_flatiter) __PYX_ERR(2, 316, __pyx_L1_error)
|
23610
|
+
__pyx_mstate->__pyx_ptype_5numpy_broadcast = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "broadcast",
|
23608
23611
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23609
|
-
sizeof(PyArrayMultiIterObject),
|
23612
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
23610
23613
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23611
|
-
sizeof(PyArrayMultiIterObject),
|
23614
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
23612
23615
|
#else
|
23613
|
-
sizeof(PyArrayMultiIterObject),
|
23616
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
23614
23617
|
#endif
|
23615
|
-
|
23616
|
-
__pyx_mstate->__pyx_ptype_5numpy_ndarray =
|
23618
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_broadcast) __PYX_ERR(2, 320, __pyx_L1_error)
|
23619
|
+
__pyx_mstate->__pyx_ptype_5numpy_ndarray = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "ndarray",
|
23617
23620
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23618
|
-
sizeof(PyArrayObject),
|
23621
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
23619
23622
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23620
|
-
sizeof(PyArrayObject),
|
23623
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
23621
23624
|
#else
|
23622
|
-
sizeof(PyArrayObject),
|
23625
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
23623
23626
|
#endif
|
23624
|
-
|
23625
|
-
__pyx_mstate->__pyx_ptype_5numpy_generic =
|
23627
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_ndarray) __PYX_ERR(2, 359, __pyx_L1_error)
|
23628
|
+
__pyx_mstate->__pyx_ptype_5numpy_generic = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "generic",
|
23626
23629
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23627
|
-
sizeof(PyObject),
|
23630
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23628
23631
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23629
|
-
sizeof(PyObject),
|
23632
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23630
23633
|
#else
|
23631
|
-
sizeof(PyObject),
|
23634
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23632
23635
|
#endif
|
23633
|
-
|
23634
|
-
__pyx_mstate->__pyx_ptype_5numpy_number =
|
23636
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_generic) __PYX_ERR(2, 848, __pyx_L1_error)
|
23637
|
+
__pyx_mstate->__pyx_ptype_5numpy_number = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "number",
|
23635
23638
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23636
|
-
sizeof(PyObject),
|
23639
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23637
23640
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23638
|
-
sizeof(PyObject),
|
23641
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23639
23642
|
#else
|
23640
|
-
sizeof(PyObject),
|
23643
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23641
23644
|
#endif
|
23642
|
-
|
23643
|
-
__pyx_mstate->__pyx_ptype_5numpy_integer =
|
23645
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_number) __PYX_ERR(2, 850, __pyx_L1_error)
|
23646
|
+
__pyx_mstate->__pyx_ptype_5numpy_integer = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "integer",
|
23644
23647
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23645
|
-
sizeof(PyObject),
|
23648
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23646
23649
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23647
|
-
sizeof(PyObject),
|
23650
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23648
23651
|
#else
|
23649
|
-
sizeof(PyObject),
|
23652
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23650
23653
|
#endif
|
23651
|
-
|
23652
|
-
__pyx_mstate->__pyx_ptype_5numpy_signedinteger =
|
23654
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_integer) __PYX_ERR(2, 852, __pyx_L1_error)
|
23655
|
+
__pyx_mstate->__pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "signedinteger",
|
23653
23656
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23654
|
-
sizeof(PyObject),
|
23657
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23655
23658
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23656
|
-
sizeof(PyObject),
|
23659
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23657
23660
|
#else
|
23658
|
-
sizeof(PyObject),
|
23661
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23659
23662
|
#endif
|
23660
|
-
|
23661
|
-
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger =
|
23663
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_signedinteger) __PYX_ERR(2, 854, __pyx_L1_error)
|
23664
|
+
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "unsignedinteger",
|
23662
23665
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23663
|
-
sizeof(PyObject),
|
23666
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23664
23667
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23665
|
-
sizeof(PyObject),
|
23668
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23666
23669
|
#else
|
23667
|
-
sizeof(PyObject),
|
23670
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23668
23671
|
#endif
|
23669
|
-
|
23670
|
-
__pyx_mstate->__pyx_ptype_5numpy_inexact =
|
23672
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(2, 856, __pyx_L1_error)
|
23673
|
+
__pyx_mstate->__pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "inexact",
|
23671
23674
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23672
|
-
sizeof(PyObject),
|
23675
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23673
23676
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23674
|
-
sizeof(PyObject),
|
23677
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23675
23678
|
#else
|
23676
|
-
sizeof(PyObject),
|
23679
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23677
23680
|
#endif
|
23678
|
-
|
23679
|
-
__pyx_mstate->__pyx_ptype_5numpy_floating =
|
23681
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_inexact) __PYX_ERR(2, 858, __pyx_L1_error)
|
23682
|
+
__pyx_mstate->__pyx_ptype_5numpy_floating = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "floating",
|
23680
23683
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23681
|
-
sizeof(PyObject),
|
23684
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23682
23685
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23683
|
-
sizeof(PyObject),
|
23686
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23684
23687
|
#else
|
23685
|
-
sizeof(PyObject),
|
23688
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23686
23689
|
#endif
|
23687
|
-
|
23688
|
-
__pyx_mstate->__pyx_ptype_5numpy_complexfloating =
|
23690
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_floating) __PYX_ERR(2, 860, __pyx_L1_error)
|
23691
|
+
__pyx_mstate->__pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "complexfloating",
|
23689
23692
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23690
|
-
sizeof(PyObject),
|
23693
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23691
23694
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23692
|
-
sizeof(PyObject),
|
23695
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23693
23696
|
#else
|
23694
|
-
sizeof(PyObject),
|
23697
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23695
23698
|
#endif
|
23696
|
-
|
23697
|
-
__pyx_mstate->__pyx_ptype_5numpy_flexible =
|
23699
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_complexfloating) __PYX_ERR(2, 862, __pyx_L1_error)
|
23700
|
+
__pyx_mstate->__pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "flexible",
|
23698
23701
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23699
|
-
sizeof(PyObject),
|
23702
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23700
23703
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23701
|
-
sizeof(PyObject),
|
23704
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23702
23705
|
#else
|
23703
|
-
sizeof(PyObject),
|
23706
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23704
23707
|
#endif
|
23705
|
-
|
23706
|
-
__pyx_mstate->__pyx_ptype_5numpy_character =
|
23708
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_flexible) __PYX_ERR(2, 864, __pyx_L1_error)
|
23709
|
+
__pyx_mstate->__pyx_ptype_5numpy_character = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "character",
|
23707
23710
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23708
|
-
sizeof(PyObject),
|
23711
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23709
23712
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23710
|
-
sizeof(PyObject),
|
23713
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23711
23714
|
#else
|
23712
|
-
sizeof(PyObject),
|
23715
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23713
23716
|
#endif
|
23714
|
-
|
23715
|
-
__pyx_mstate->__pyx_ptype_5numpy_ufunc =
|
23717
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_character) __PYX_ERR(2, 866, __pyx_L1_error)
|
23718
|
+
__pyx_mstate->__pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "ufunc",
|
23716
23719
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23717
|
-
sizeof(PyUFuncObject),
|
23720
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
23718
23721
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23719
|
-
sizeof(PyUFuncObject),
|
23722
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
23720
23723
|
#else
|
23721
|
-
sizeof(PyUFuncObject),
|
23724
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
23722
23725
|
#endif
|
23723
|
-
|
23726
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_ufunc) __PYX_ERR(2, 930, __pyx_L1_error)
|
23724
23727
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
23725
23728
|
__Pyx_RefNannyFinishContext();
|
23726
23729
|
return 0;
|
@@ -28133,6 +28136,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
28133
28136
|
changed = 1;
|
28134
28137
|
}
|
28135
28138
|
#endif // CYTHON_METH_FASTCALL
|
28139
|
+
#if !CYTHON_COMPILING_IN_PYPY
|
28136
28140
|
else if (strcmp(memb->name, "__module__") == 0) {
|
28137
28141
|
PyObject *descr;
|
28138
28142
|
assert(memb->type == T_OBJECT);
|
@@ -28147,11 +28151,13 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
28147
28151
|
}
|
28148
28152
|
changed = 1;
|
28149
28153
|
}
|
28154
|
+
#endif // !CYTHON_COMPILING_IN_PYPY
|
28150
28155
|
}
|
28151
28156
|
memb++;
|
28152
28157
|
}
|
28153
28158
|
}
|
28154
28159
|
#endif // !CYTHON_COMPILING_IN_LIMITED_API
|
28160
|
+
#if !CYTHON_COMPILING_IN_PYPY
|
28155
28161
|
slot = spec->slots;
|
28156
28162
|
while (slot && slot->slot && slot->slot != Py_tp_getset)
|
28157
28163
|
slot++;
|
@@ -28183,6 +28189,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
28183
28189
|
++getset;
|
28184
28190
|
}
|
28185
28191
|
}
|
28192
|
+
#endif // !CYTHON_COMPILING_IN_PYPY
|
28186
28193
|
if (changed)
|
28187
28194
|
PyType_Modified(type);
|
28188
28195
|
#endif // PY_VERSION_HEX > 0x030900B1
|
@@ -28287,6 +28294,13 @@ try_unpack:
|
|
28287
28294
|
|
28288
28295
|
/* PyObjectCallMethod0 */
|
28289
28296
|
static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name) {
|
28297
|
+
#if CYTHON_VECTORCALL && (__PYX_LIMITED_VERSION_HEX >= 0x030C0000 || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x03090000))
|
28298
|
+
PyObject *args[1] = {obj};
|
28299
|
+
(void) __Pyx_PyObject_GetMethod;
|
28300
|
+
(void) __Pyx_PyObject_CallOneArg;
|
28301
|
+
(void) __Pyx_PyObject_CallNoArg;
|
28302
|
+
return PyObject_VectorcallMethod(method_name, args, 1 | PY_VECTORCALL_ARGUMENTS_OFFSET, NULL);
|
28303
|
+
#else
|
28290
28304
|
PyObject *method = NULL, *result = NULL;
|
28291
28305
|
int is_method = __Pyx_PyObject_GetMethod(obj, method_name, &method);
|
28292
28306
|
if (likely(is_method)) {
|
@@ -28299,6 +28313,7 @@ static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name
|
|
28299
28313
|
Py_DECREF(method);
|
28300
28314
|
bad:
|
28301
28315
|
return result;
|
28316
|
+
#endif
|
28302
28317
|
}
|
28303
28318
|
|
28304
28319
|
/* ValidateBasesTuple */
|
@@ -28728,10 +28743,10 @@ __PYX_GOOD:
|
|
28728
28743
|
}
|
28729
28744
|
|
28730
28745
|
/* TypeImport */
|
28731
|
-
#ifndef
|
28732
|
-
#define
|
28733
|
-
static PyTypeObject *
|
28734
|
-
size_t size, size_t alignment, enum
|
28746
|
+
#ifndef __PYX_HAVE_RT_ImportType_3_1_3
|
28747
|
+
#define __PYX_HAVE_RT_ImportType_3_1_3
|
28748
|
+
static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject *module, const char *module_name, const char *class_name,
|
28749
|
+
size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_3 check_size)
|
28735
28750
|
{
|
28736
28751
|
PyObject *result = 0;
|
28737
28752
|
Py_ssize_t basicsize;
|
@@ -28787,7 +28802,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
28787
28802
|
module_name, class_name, size, basicsize+itemsize);
|
28788
28803
|
goto bad;
|
28789
28804
|
}
|
28790
|
-
if (check_size ==
|
28805
|
+
if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_3 &&
|
28791
28806
|
((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
|
28792
28807
|
PyErr_Format(PyExc_ValueError,
|
28793
28808
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
@@ -28795,7 +28810,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
28795
28810
|
module_name, class_name, size, basicsize, basicsize+itemsize);
|
28796
28811
|
goto bad;
|
28797
28812
|
}
|
28798
|
-
else if (check_size ==
|
28813
|
+
else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_3 && (size_t)basicsize > size) {
|
28799
28814
|
if (PyErr_WarnFormat(NULL, 0,
|
28800
28815
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
28801
28816
|
"Expected %zd from C header, got %zd from PyObject",
|
@@ -28936,7 +28951,7 @@ bad:
|
|
28936
28951
|
}
|
28937
28952
|
|
28938
28953
|
/* CommonTypesMetaclass */
|
28939
|
-
PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
|
28954
|
+
static PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
|
28940
28955
|
return PyUnicode_FromString(__PYX_ABI_MODULE_NAME);
|
28941
28956
|
}
|
28942
28957
|
static PyGetSetDef __pyx_CommonTypesMetaclass_getset[] = {
|