edsger 0.1.4__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.4.dist-info → edsger-0.1.5.dist-info}/METADATA +59 -2
- edsger-0.1.5.dist-info/RECORD +36 -0
- edsger-0.1.4.dist-info/RECORD +0 -33
- {edsger-0.1.4.dist-info → edsger-0.1.5.dist-info}/WHEEL +0 -0
- {edsger-0.1.4.dist-info → edsger-0.1.5.dist-info}/licenses/AUTHORS.rst +0 -0
- {edsger-0.1.4.dist-info → edsger-0.1.5.dist-info}/licenses/LICENSE +0 -0
- {edsger-0.1.4.dist-info → edsger-0.1.5.dist-info}/top_level.txt +0 -0
edsger/path_tracking.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/path_tracking.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 # <<<<<<<<<<<<<<
|
@@ -2654,22 +2657,22 @@ static int __Pyx__DelItemOnTypeDict(PyTypeObject *tp, PyObject *k);
|
|
2654
2657
|
static int __Pyx_setup_reduce(PyObject* type_obj);
|
2655
2658
|
|
2656
2659
|
/* TypeImport.proto */
|
2657
|
-
#ifndef
|
2658
|
-
#define
|
2660
|
+
#ifndef __PYX_HAVE_RT_ImportType_proto_3_1_3
|
2661
|
+
#define __PYX_HAVE_RT_ImportType_proto_3_1_3
|
2659
2662
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
2660
2663
|
#include <stdalign.h>
|
2661
2664
|
#endif
|
2662
2665
|
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
|
2663
|
-
#define
|
2666
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_3(s) alignof(s)
|
2664
2667
|
#else
|
2665
|
-
#define
|
2668
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_3(s) sizeof(void*)
|
2666
2669
|
#endif
|
2667
|
-
enum
|
2668
|
-
|
2669
|
-
|
2670
|
-
|
2670
|
+
enum __Pyx_ImportType_CheckSize_3_1_3 {
|
2671
|
+
__Pyx_ImportType_CheckSize_Error_3_1_3 = 0,
|
2672
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3 = 1,
|
2673
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3 = 2
|
2671
2674
|
};
|
2672
|
-
static PyTypeObject *
|
2675
|
+
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);
|
2673
2676
|
#endif
|
2674
2677
|
|
2675
2678
|
/* FetchSharedCythonModule.proto */
|
@@ -17137,7 +17140,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17137
17140
|
return __pyx_r;
|
17138
17141
|
}
|
17139
17142
|
|
17140
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17143
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
17141
17144
|
* cdef int type_num
|
17142
17145
|
*
|
17143
17146
|
* @property # <<<<<<<<<<<<<<
|
@@ -17148,7 +17151,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17148
17151
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
17149
17152
|
npy_intp __pyx_r;
|
17150
17153
|
|
17151
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17154
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":287
|
17152
17155
|
* @property
|
17153
17156
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
17154
17157
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -17158,7 +17161,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17158
17161
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
17159
17162
|
goto __pyx_L0;
|
17160
17163
|
|
17161
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17164
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
17162
17165
|
* cdef int type_num
|
17163
17166
|
*
|
17164
17167
|
* @property # <<<<<<<<<<<<<<
|
@@ -17171,7 +17174,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17171
17174
|
return __pyx_r;
|
17172
17175
|
}
|
17173
17176
|
|
17174
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17177
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
17175
17178
|
* return PyDataType_ELSIZE(self)
|
17176
17179
|
*
|
17177
17180
|
* @property # <<<<<<<<<<<<<<
|
@@ -17182,7 +17185,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17182
17185
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
17183
17186
|
npy_intp __pyx_r;
|
17184
17187
|
|
17185
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17188
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":291
|
17186
17189
|
* @property
|
17187
17190
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
17188
17191
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -17192,7 +17195,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17192
17195
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
17193
17196
|
goto __pyx_L0;
|
17194
17197
|
|
17195
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17198
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
17196
17199
|
* return PyDataType_ELSIZE(self)
|
17197
17200
|
*
|
17198
17201
|
* @property # <<<<<<<<<<<<<<
|
@@ -17205,7 +17208,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17205
17208
|
return __pyx_r;
|
17206
17209
|
}
|
17207
17210
|
|
17208
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17211
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
17209
17212
|
* # Use fields/names with care as they may be NULL. You must check
|
17210
17213
|
* # for this using PyDataType_HASFIELDS.
|
17211
17214
|
* @property # <<<<<<<<<<<<<<
|
@@ -17219,7 +17222,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17219
17222
|
PyObject *__pyx_t_1;
|
17220
17223
|
__Pyx_RefNannySetupContext("fields", 0);
|
17221
17224
|
|
17222
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17225
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":297
|
17223
17226
|
* @property
|
17224
17227
|
* cdef inline object fields(self):
|
17225
17228
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -17232,7 +17235,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17232
17235
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
17233
17236
|
goto __pyx_L0;
|
17234
17237
|
|
17235
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17238
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
17236
17239
|
* # Use fields/names with care as they may be NULL. You must check
|
17237
17240
|
* # for this using PyDataType_HASFIELDS.
|
17238
17241
|
* @property # <<<<<<<<<<<<<<
|
@@ -17247,7 +17250,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17247
17250
|
return __pyx_r;
|
17248
17251
|
}
|
17249
17252
|
|
17250
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17253
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
17251
17254
|
* return <object>PyDataType_FIELDS(self)
|
17252
17255
|
*
|
17253
17256
|
* @property # <<<<<<<<<<<<<<
|
@@ -17261,7 +17264,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17261
17264
|
PyObject *__pyx_t_1;
|
17262
17265
|
__Pyx_RefNannySetupContext("names", 0);
|
17263
17266
|
|
17264
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17267
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":301
|
17265
17268
|
* @property
|
17266
17269
|
* cdef inline tuple names(self):
|
17267
17270
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -17274,7 +17277,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17274
17277
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
17275
17278
|
goto __pyx_L0;
|
17276
17279
|
|
17277
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17280
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
17278
17281
|
* return <object>PyDataType_FIELDS(self)
|
17279
17282
|
*
|
17280
17283
|
* @property # <<<<<<<<<<<<<<
|
@@ -17289,7 +17292,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17289
17292
|
return __pyx_r;
|
17290
17293
|
}
|
17291
17294
|
|
17292
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17295
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
17293
17296
|
* # valid (the pointer can be NULL). Most users should access
|
17294
17297
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17295
17298
|
* @property # <<<<<<<<<<<<<<
|
@@ -17300,7 +17303,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17300
17303
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
17301
17304
|
PyArray_ArrayDescr *__pyx_r;
|
17302
17305
|
|
17303
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17306
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":308
|
17304
17307
|
* @property
|
17305
17308
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
17306
17309
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -17310,7 +17313,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17310
17313
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
17311
17314
|
goto __pyx_L0;
|
17312
17315
|
|
17313
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17316
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
17314
17317
|
* # valid (the pointer can be NULL). Most users should access
|
17315
17318
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17316
17319
|
* @property # <<<<<<<<<<<<<<
|
@@ -17323,7 +17326,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17323
17326
|
return __pyx_r;
|
17324
17327
|
}
|
17325
17328
|
|
17326
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17329
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
17327
17330
|
* return PyDataType_SUBARRAY(self)
|
17328
17331
|
*
|
17329
17332
|
* @property # <<<<<<<<<<<<<<
|
@@ -17334,7 +17337,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17334
17337
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
17335
17338
|
npy_uint64 __pyx_r;
|
17336
17339
|
|
17337
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17340
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":313
|
17338
17341
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
17339
17342
|
* """The data types flags."""
|
17340
17343
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -17344,7 +17347,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17344
17347
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
17345
17348
|
goto __pyx_L0;
|
17346
17349
|
|
17347
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17350
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
17348
17351
|
* return PyDataType_SUBARRAY(self)
|
17349
17352
|
*
|
17350
17353
|
* @property # <<<<<<<<<<<<<<
|
@@ -17357,7 +17360,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17357
17360
|
return __pyx_r;
|
17358
17361
|
}
|
17359
17362
|
|
17360
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17363
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
17361
17364
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17362
17365
|
*
|
17363
17366
|
* @property # <<<<<<<<<<<<<<
|
@@ -17368,7 +17371,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17368
17371
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
17369
17372
|
int __pyx_r;
|
17370
17373
|
|
17371
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17374
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":325
|
17372
17375
|
* cdef inline int numiter(self) noexcept nogil:
|
17373
17376
|
* """The number of arrays that need to be broadcast to the same shape."""
|
17374
17377
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -17378,7 +17381,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17378
17381
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
17379
17382
|
goto __pyx_L0;
|
17380
17383
|
|
17381
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17384
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
17382
17385
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17383
17386
|
*
|
17384
17387
|
* @property # <<<<<<<<<<<<<<
|
@@ -17391,7 +17394,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17391
17394
|
return __pyx_r;
|
17392
17395
|
}
|
17393
17396
|
|
17394
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17397
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
17395
17398
|
* return PyArray_MultiIter_NUMITER(self)
|
17396
17399
|
*
|
17397
17400
|
* @property # <<<<<<<<<<<<<<
|
@@ -17402,7 +17405,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17402
17405
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
17403
17406
|
npy_intp __pyx_r;
|
17404
17407
|
|
17405
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17408
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":330
|
17406
17409
|
* cdef inline npy_intp size(self) noexcept nogil:
|
17407
17410
|
* """The total broadcasted size."""
|
17408
17411
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17412,7 +17415,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17412
17415
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
17413
17416
|
goto __pyx_L0;
|
17414
17417
|
|
17415
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17418
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
17416
17419
|
* return PyArray_MultiIter_NUMITER(self)
|
17417
17420
|
*
|
17418
17421
|
* @property # <<<<<<<<<<<<<<
|
@@ -17425,7 +17428,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17425
17428
|
return __pyx_r;
|
17426
17429
|
}
|
17427
17430
|
|
17428
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17431
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
17429
17432
|
* return PyArray_MultiIter_SIZE(self)
|
17430
17433
|
*
|
17431
17434
|
* @property # <<<<<<<<<<<<<<
|
@@ -17436,7 +17439,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17436
17439
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
17437
17440
|
npy_intp __pyx_r;
|
17438
17441
|
|
17439
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17442
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":335
|
17440
17443
|
* cdef inline npy_intp index(self) noexcept nogil:
|
17441
17444
|
* """The current (1-d) index into the broadcasted result."""
|
17442
17445
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -17446,7 +17449,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17446
17449
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
17447
17450
|
goto __pyx_L0;
|
17448
17451
|
|
17449
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17452
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
17450
17453
|
* return PyArray_MultiIter_SIZE(self)
|
17451
17454
|
*
|
17452
17455
|
* @property # <<<<<<<<<<<<<<
|
@@ -17459,7 +17462,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17459
17462
|
return __pyx_r;
|
17460
17463
|
}
|
17461
17464
|
|
17462
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17465
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
17463
17466
|
* return PyArray_MultiIter_INDEX(self)
|
17464
17467
|
*
|
17465
17468
|
* @property # <<<<<<<<<<<<<<
|
@@ -17470,7 +17473,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17470
17473
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
17471
17474
|
int __pyx_r;
|
17472
17475
|
|
17473
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17476
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":340
|
17474
17477
|
* cdef inline int nd(self) noexcept nogil:
|
17475
17478
|
* """The number of dimensions in the broadcasted result."""
|
17476
17479
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17480,7 +17483,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17480
17483
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
17481
17484
|
goto __pyx_L0;
|
17482
17485
|
|
17483
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17486
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
17484
17487
|
* return PyArray_MultiIter_INDEX(self)
|
17485
17488
|
*
|
17486
17489
|
* @property # <<<<<<<<<<<<<<
|
@@ -17493,7 +17496,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17493
17496
|
return __pyx_r;
|
17494
17497
|
}
|
17495
17498
|
|
17496
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17499
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
17497
17500
|
* return PyArray_MultiIter_NDIM(self)
|
17498
17501
|
*
|
17499
17502
|
* @property # <<<<<<<<<<<<<<
|
@@ -17504,7 +17507,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17504
17507
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
17505
17508
|
npy_intp *__pyx_r;
|
17506
17509
|
|
17507
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17510
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":345
|
17508
17511
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
17509
17512
|
* """The shape of the broadcasted result."""
|
17510
17513
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17514,7 +17517,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17514
17517
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
17515
17518
|
goto __pyx_L0;
|
17516
17519
|
|
17517
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17520
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
17518
17521
|
* return PyArray_MultiIter_NDIM(self)
|
17519
17522
|
*
|
17520
17523
|
* @property # <<<<<<<<<<<<<<
|
@@ -17527,7 +17530,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17527
17530
|
return __pyx_r;
|
17528
17531
|
}
|
17529
17532
|
|
17530
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17533
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
17531
17534
|
* return PyArray_MultiIter_DIMS(self)
|
17532
17535
|
*
|
17533
17536
|
* @property # <<<<<<<<<<<<<<
|
@@ -17538,7 +17541,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17538
17541
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
17539
17542
|
void **__pyx_r;
|
17540
17543
|
|
17541
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17544
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":351
|
17542
17545
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
17543
17546
|
* On return, the iterators are adjusted for broadcasting."""
|
17544
17547
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -17548,7 +17551,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17548
17551
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
17549
17552
|
goto __pyx_L0;
|
17550
17553
|
|
17551
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17554
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
17552
17555
|
* return PyArray_MultiIter_DIMS(self)
|
17553
17556
|
*
|
17554
17557
|
* @property # <<<<<<<<<<<<<<
|
@@ -17561,7 +17564,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17561
17564
|
return __pyx_r;
|
17562
17565
|
}
|
17563
17566
|
|
17564
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17567
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
17565
17568
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17566
17569
|
*
|
17567
17570
|
* @property # <<<<<<<<<<<<<<
|
@@ -17572,7 +17575,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17572
17575
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
17573
17576
|
PyObject *__pyx_r;
|
17574
17577
|
|
17575
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17578
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":369
|
17576
17579
|
* """Returns a borrowed reference to the object owning the data/memory.
|
17577
17580
|
* """
|
17578
17581
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -17582,7 +17585,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17582
17585
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
17583
17586
|
goto __pyx_L0;
|
17584
17587
|
|
17585
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17588
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
17586
17589
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17587
17590
|
*
|
17588
17591
|
* @property # <<<<<<<<<<<<<<
|
@@ -17595,7 +17598,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17595
17598
|
return __pyx_r;
|
17596
17599
|
}
|
17597
17600
|
|
17598
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17601
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
17599
17602
|
* return PyArray_BASE(self)
|
17600
17603
|
*
|
17601
17604
|
* @property # <<<<<<<<<<<<<<
|
@@ -17609,7 +17612,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17609
17612
|
PyArray_Descr *__pyx_t_1;
|
17610
17613
|
__Pyx_RefNannySetupContext("descr", 0);
|
17611
17614
|
|
17612
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17615
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":375
|
17613
17616
|
* """Returns an owned reference to the dtype of the array.
|
17614
17617
|
* """
|
17615
17618
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -17622,7 +17625,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17622
17625
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
17623
17626
|
goto __pyx_L0;
|
17624
17627
|
|
17625
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17628
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
17626
17629
|
* return PyArray_BASE(self)
|
17627
17630
|
*
|
17628
17631
|
* @property # <<<<<<<<<<<<<<
|
@@ -17637,7 +17640,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17637
17640
|
return __pyx_r;
|
17638
17641
|
}
|
17639
17642
|
|
17640
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17643
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
17641
17644
|
* return <dtype>PyArray_DESCR(self)
|
17642
17645
|
*
|
17643
17646
|
* @property # <<<<<<<<<<<<<<
|
@@ -17648,7 +17651,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17648
17651
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
17649
17652
|
int __pyx_r;
|
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":381
|
17652
17655
|
* """Returns the number of dimensions in the array.
|
17653
17656
|
* """
|
17654
17657
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17658,7 +17661,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17658
17661
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
17659
17662
|
goto __pyx_L0;
|
17660
17663
|
|
17661
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17664
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
17662
17665
|
* return <dtype>PyArray_DESCR(self)
|
17663
17666
|
*
|
17664
17667
|
* @property # <<<<<<<<<<<<<<
|
@@ -17671,7 +17674,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17671
17674
|
return __pyx_r;
|
17672
17675
|
}
|
17673
17676
|
|
17674
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17677
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
17675
17678
|
* return PyArray_NDIM(self)
|
17676
17679
|
*
|
17677
17680
|
* @property # <<<<<<<<<<<<<<
|
@@ -17682,7 +17685,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17682
17685
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
17683
17686
|
npy_intp *__pyx_r;
|
17684
17687
|
|
17685
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17688
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":389
|
17686
17689
|
* Can return NULL for 0-dimensional arrays.
|
17687
17690
|
* """
|
17688
17691
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17692,7 +17695,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17692
17695
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
17693
17696
|
goto __pyx_L0;
|
17694
17697
|
|
17695
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17698
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
17696
17699
|
* return PyArray_NDIM(self)
|
17697
17700
|
*
|
17698
17701
|
* @property # <<<<<<<<<<<<<<
|
@@ -17705,7 +17708,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17705
17708
|
return __pyx_r;
|
17706
17709
|
}
|
17707
17710
|
|
17708
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17711
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
17709
17712
|
* return PyArray_DIMS(self)
|
17710
17713
|
*
|
17711
17714
|
* @property # <<<<<<<<<<<<<<
|
@@ -17716,7 +17719,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17716
17719
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
17717
17720
|
npy_intp *__pyx_r;
|
17718
17721
|
|
17719
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17722
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":396
|
17720
17723
|
* The number of elements matches the number of dimensions of the array (ndim).
|
17721
17724
|
* """
|
17722
17725
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -17726,7 +17729,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17726
17729
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
17727
17730
|
goto __pyx_L0;
|
17728
17731
|
|
17729
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17732
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
17730
17733
|
* return PyArray_DIMS(self)
|
17731
17734
|
*
|
17732
17735
|
* @property # <<<<<<<<<<<<<<
|
@@ -17739,7 +17742,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17739
17742
|
return __pyx_r;
|
17740
17743
|
}
|
17741
17744
|
|
17742
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17745
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
17743
17746
|
* return PyArray_STRIDES(self)
|
17744
17747
|
*
|
17745
17748
|
* @property # <<<<<<<<<<<<<<
|
@@ -17750,7 +17753,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17750
17753
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
17751
17754
|
npy_intp __pyx_r;
|
17752
17755
|
|
17753
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17756
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":402
|
17754
17757
|
* """Returns the total size (in number of elements) of the array.
|
17755
17758
|
* """
|
17756
17759
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17760,7 +17763,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17760
17763
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
17761
17764
|
goto __pyx_L0;
|
17762
17765
|
|
17763
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17766
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
17764
17767
|
* return PyArray_STRIDES(self)
|
17765
17768
|
*
|
17766
17769
|
* @property # <<<<<<<<<<<<<<
|
@@ -17773,7 +17776,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17773
17776
|
return __pyx_r;
|
17774
17777
|
}
|
17775
17778
|
|
17776
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17779
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
17777
17780
|
* return PyArray_SIZE(self)
|
17778
17781
|
*
|
17779
17782
|
* @property # <<<<<<<<<<<<<<
|
@@ -17784,7 +17787,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17784
17787
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
17785
17788
|
char *__pyx_r;
|
17786
17789
|
|
17787
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17790
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":411
|
17788
17791
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
17789
17792
|
* """
|
17790
17793
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -17794,7 +17797,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17794
17797
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
17795
17798
|
goto __pyx_L0;
|
17796
17799
|
|
17797
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17800
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
17798
17801
|
* return PyArray_SIZE(self)
|
17799
17802
|
*
|
17800
17803
|
* @property # <<<<<<<<<<<<<<
|
@@ -17807,7 +17810,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17807
17810
|
return __pyx_r;
|
17808
17811
|
}
|
17809
17812
|
|
17810
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17813
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
17811
17814
|
* ctypedef long double complex clongdouble_t
|
17812
17815
|
*
|
17813
17816
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -17824,7 +17827,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17824
17827
|
int __pyx_clineno = 0;
|
17825
17828
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
17826
17829
|
|
17827
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17830
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":808
|
17828
17831
|
*
|
17829
17832
|
* cdef inline object PyArray_MultiIterNew1(a):
|
17830
17833
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -17838,7 +17841,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17838
17841
|
__pyx_t_1 = 0;
|
17839
17842
|
goto __pyx_L0;
|
17840
17843
|
|
17841
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17844
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
17842
17845
|
* ctypedef long double complex clongdouble_t
|
17843
17846
|
*
|
17844
17847
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -17857,7 +17860,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17857
17860
|
return __pyx_r;
|
17858
17861
|
}
|
17859
17862
|
|
17860
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17863
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
17861
17864
|
* return PyArray_MultiIterNew(1, <void*>a)
|
17862
17865
|
*
|
17863
17866
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -17874,7 +17877,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17874
17877
|
int __pyx_clineno = 0;
|
17875
17878
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
17876
17879
|
|
17877
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17880
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":811
|
17878
17881
|
*
|
17879
17882
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
17880
17883
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -17888,7 +17891,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17888
17891
|
__pyx_t_1 = 0;
|
17889
17892
|
goto __pyx_L0;
|
17890
17893
|
|
17891
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17894
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
17892
17895
|
* return PyArray_MultiIterNew(1, <void*>a)
|
17893
17896
|
*
|
17894
17897
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -17907,7 +17910,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17907
17910
|
return __pyx_r;
|
17908
17911
|
}
|
17909
17912
|
|
17910
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17913
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
17911
17914
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
17912
17915
|
*
|
17913
17916
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -17924,7 +17927,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
17924
17927
|
int __pyx_clineno = 0;
|
17925
17928
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
17926
17929
|
|
17927
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17930
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":814
|
17928
17931
|
*
|
17929
17932
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
17930
17933
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -17938,7 +17941,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
17938
17941
|
__pyx_t_1 = 0;
|
17939
17942
|
goto __pyx_L0;
|
17940
17943
|
|
17941
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17944
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
17942
17945
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
17943
17946
|
*
|
17944
17947
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -17957,7 +17960,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
17957
17960
|
return __pyx_r;
|
17958
17961
|
}
|
17959
17962
|
|
17960
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17963
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
17961
17964
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
17962
17965
|
*
|
17963
17966
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -17974,7 +17977,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
17974
17977
|
int __pyx_clineno = 0;
|
17975
17978
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
17976
17979
|
|
17977
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17980
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":817
|
17978
17981
|
*
|
17979
17982
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
17980
17983
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -17988,7 +17991,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
17988
17991
|
__pyx_t_1 = 0;
|
17989
17992
|
goto __pyx_L0;
|
17990
17993
|
|
17991
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17994
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
17992
17995
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
17993
17996
|
*
|
17994
17997
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18007,7 +18010,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18007
18010
|
return __pyx_r;
|
18008
18011
|
}
|
18009
18012
|
|
18010
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18013
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
18011
18014
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18012
18015
|
*
|
18013
18016
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18024,7 +18027,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18024
18027
|
int __pyx_clineno = 0;
|
18025
18028
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
18026
18029
|
|
18027
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18030
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":820
|
18028
18031
|
*
|
18029
18032
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
18030
18033
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -18038,7 +18041,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18038
18041
|
__pyx_t_1 = 0;
|
18039
18042
|
goto __pyx_L0;
|
18040
18043
|
|
18041
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18044
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
18042
18045
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18043
18046
|
*
|
18044
18047
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18057,7 +18060,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18057
18060
|
return __pyx_r;
|
18058
18061
|
}
|
18059
18062
|
|
18060
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18063
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
18061
18064
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18062
18065
|
*
|
18063
18066
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18072,7 +18075,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18072
18075
|
PyObject *__pyx_t_2;
|
18073
18076
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
18074
18077
|
|
18075
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18078
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
18076
18079
|
*
|
18077
18080
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18078
18081
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18082,7 +18085,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18082
18085
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
18083
18086
|
if (__pyx_t_1) {
|
18084
18087
|
|
18085
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18088
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":824
|
18086
18089
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18087
18090
|
* if PyDataType_HASSUBARRAY(d):
|
18088
18091
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -18095,7 +18098,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18095
18098
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
18096
18099
|
goto __pyx_L0;
|
18097
18100
|
|
18098
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18101
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
18099
18102
|
*
|
18100
18103
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18101
18104
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18104,7 +18107,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18104
18107
|
*/
|
18105
18108
|
}
|
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":826
|
18108
18111
|
* return <tuple>d.subarray.shape
|
18109
18112
|
* else:
|
18110
18113
|
* return () # <<<<<<<<<<<<<<
|
@@ -18118,7 +18121,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18118
18121
|
goto __pyx_L0;
|
18119
18122
|
}
|
18120
18123
|
|
18121
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18124
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
18122
18125
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18123
18126
|
*
|
18124
18127
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18133,7 +18136,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18133
18136
|
return __pyx_r;
|
18134
18137
|
}
|
18135
18138
|
|
18136
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18139
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
18137
18140
|
* int _import_umath() except -1
|
18138
18141
|
*
|
18139
18142
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18147,7 +18150,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18147
18150
|
const char *__pyx_filename = NULL;
|
18148
18151
|
int __pyx_clineno = 0;
|
18149
18152
|
|
18150
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18153
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1011
|
18151
18154
|
*
|
18152
18155
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18153
18156
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -18156,7 +18159,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18156
18159
|
*/
|
18157
18160
|
Py_INCREF(__pyx_v_base);
|
18158
18161
|
|
18159
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18162
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1012
|
18160
18163
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18161
18164
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
18162
18165
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -18165,7 +18168,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18165
18168
|
*/
|
18166
18169
|
__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)
|
18167
18170
|
|
18168
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18171
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
18169
18172
|
* int _import_umath() except -1
|
18170
18173
|
*
|
18171
18174
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18180,7 +18183,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18180
18183
|
__pyx_L0:;
|
18181
18184
|
}
|
18182
18185
|
|
18183
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18186
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
18184
18187
|
* PyArray_SetBaseObject(arr, base)
|
18185
18188
|
*
|
18186
18189
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18195,7 +18198,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18195
18198
|
int __pyx_t_1;
|
18196
18199
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
18197
18200
|
|
18198
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18201
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1015
|
18199
18202
|
*
|
18200
18203
|
* cdef inline object get_array_base(ndarray arr):
|
18201
18204
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -18204,7 +18207,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18204
18207
|
*/
|
18205
18208
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
18206
18209
|
|
18207
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18210
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
18208
18211
|
* cdef inline object get_array_base(ndarray arr):
|
18209
18212
|
* base = PyArray_BASE(arr)
|
18210
18213
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18214,7 +18217,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18214
18217
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
18215
18218
|
if (__pyx_t_1) {
|
18216
18219
|
|
18217
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18220
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1017
|
18218
18221
|
* base = PyArray_BASE(arr)
|
18219
18222
|
* if base is NULL:
|
18220
18223
|
* return None # <<<<<<<<<<<<<<
|
@@ -18225,7 +18228,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18225
18228
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
18226
18229
|
goto __pyx_L0;
|
18227
18230
|
|
18228
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18231
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
18229
18232
|
* cdef inline object get_array_base(ndarray arr):
|
18230
18233
|
* base = PyArray_BASE(arr)
|
18231
18234
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18234,7 +18237,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18234
18237
|
*/
|
18235
18238
|
}
|
18236
18239
|
|
18237
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18240
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1018
|
18238
18241
|
* if base is NULL:
|
18239
18242
|
* return None
|
18240
18243
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -18246,7 +18249,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18246
18249
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
18247
18250
|
goto __pyx_L0;
|
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
|
return __pyx_r;
|
18262
18265
|
}
|
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":1022
|
18265
18268
|
* # Versions of the import_* functions which are more suitable for
|
18266
18269
|
* # Cython code.
|
18267
18270
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18288,7 +18291,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18288
18291
|
int __pyx_clineno = 0;
|
18289
18292
|
__Pyx_RefNannySetupContext("import_array", 0);
|
18290
18293
|
|
18291
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18294
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18292
18295
|
* # Cython code.
|
18293
18296
|
* cdef inline int import_array() except -1:
|
18294
18297
|
* try: # <<<<<<<<<<<<<<
|
@@ -18304,7 +18307,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18304
18307
|
__Pyx_XGOTREF(__pyx_t_3);
|
18305
18308
|
/*try:*/ {
|
18306
18309
|
|
18307
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18310
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1024
|
18308
18311
|
* cdef inline int import_array() except -1:
|
18309
18312
|
* try:
|
18310
18313
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -18313,7 +18316,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18313
18316
|
*/
|
18314
18317
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1024, __pyx_L3_error)
|
18315
18318
|
|
18316
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18319
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18317
18320
|
* # Cython code.
|
18318
18321
|
* cdef inline int import_array() except -1:
|
18319
18322
|
* try: # <<<<<<<<<<<<<<
|
@@ -18327,7 +18330,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18327
18330
|
goto __pyx_L8_try_end;
|
18328
18331
|
__pyx_L3_error:;
|
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":1025
|
18331
18334
|
* try:
|
18332
18335
|
* __pyx_import_array()
|
18333
18336
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18342,7 +18345,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18342
18345
|
__Pyx_XGOTREF(__pyx_t_6);
|
18343
18346
|
__Pyx_XGOTREF(__pyx_t_7);
|
18344
18347
|
|
18345
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18348
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1026
|
18346
18349
|
* __pyx_import_array()
|
18347
18350
|
* except Exception:
|
18348
18351
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -18367,7 +18370,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18367
18370
|
}
|
18368
18371
|
goto __pyx_L5_except_error;
|
18369
18372
|
|
18370
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18373
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18371
18374
|
* # Cython code.
|
18372
18375
|
* cdef inline int import_array() except -1:
|
18373
18376
|
* try: # <<<<<<<<<<<<<<
|
@@ -18383,7 +18386,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18383
18386
|
__pyx_L8_try_end:;
|
18384
18387
|
}
|
18385
18388
|
|
18386
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18389
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
18387
18390
|
* # Versions of the import_* functions which are more suitable for
|
18388
18391
|
* # Cython code.
|
18389
18392
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18408,7 +18411,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18408
18411
|
return __pyx_r;
|
18409
18412
|
}
|
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":1028
|
18412
18415
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18413
18416
|
*
|
18414
18417
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18435,7 +18438,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18435
18438
|
int __pyx_clineno = 0;
|
18436
18439
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
18437
18440
|
|
18438
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18441
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18439
18442
|
*
|
18440
18443
|
* cdef inline int import_umath() except -1:
|
18441
18444
|
* try: # <<<<<<<<<<<<<<
|
@@ -18451,7 +18454,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18451
18454
|
__Pyx_XGOTREF(__pyx_t_3);
|
18452
18455
|
/*try:*/ {
|
18453
18456
|
|
18454
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18457
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1030
|
18455
18458
|
* cdef inline int import_umath() except -1:
|
18456
18459
|
* try:
|
18457
18460
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18460,7 +18463,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18460
18463
|
*/
|
18461
18464
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1030, __pyx_L3_error)
|
18462
18465
|
|
18463
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18466
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18464
18467
|
*
|
18465
18468
|
* cdef inline int import_umath() except -1:
|
18466
18469
|
* try: # <<<<<<<<<<<<<<
|
@@ -18474,7 +18477,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18474
18477
|
goto __pyx_L8_try_end;
|
18475
18478
|
__pyx_L3_error:;
|
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":1031
|
18478
18481
|
* try:
|
18479
18482
|
* _import_umath()
|
18480
18483
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18489,7 +18492,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18489
18492
|
__Pyx_XGOTREF(__pyx_t_6);
|
18490
18493
|
__Pyx_XGOTREF(__pyx_t_7);
|
18491
18494
|
|
18492
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18495
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1032
|
18493
18496
|
* _import_umath()
|
18494
18497
|
* except Exception:
|
18495
18498
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18514,7 +18517,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18514
18517
|
}
|
18515
18518
|
goto __pyx_L5_except_error;
|
18516
18519
|
|
18517
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18520
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18518
18521
|
*
|
18519
18522
|
* cdef inline int import_umath() except -1:
|
18520
18523
|
* try: # <<<<<<<<<<<<<<
|
@@ -18530,7 +18533,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18530
18533
|
__pyx_L8_try_end:;
|
18531
18534
|
}
|
18532
18535
|
|
18533
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18536
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
18534
18537
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18535
18538
|
*
|
18536
18539
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18555,7 +18558,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18555
18558
|
return __pyx_r;
|
18556
18559
|
}
|
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":1034
|
18559
18562
|
* raise ImportError("numpy._core.umath failed to import")
|
18560
18563
|
*
|
18561
18564
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18582,7 +18585,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18582
18585
|
int __pyx_clineno = 0;
|
18583
18586
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
18584
18587
|
|
18585
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18588
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18586
18589
|
*
|
18587
18590
|
* cdef inline int import_ufunc() except -1:
|
18588
18591
|
* try: # <<<<<<<<<<<<<<
|
@@ -18598,7 +18601,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18598
18601
|
__Pyx_XGOTREF(__pyx_t_3);
|
18599
18602
|
/*try:*/ {
|
18600
18603
|
|
18601
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18604
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1036
|
18602
18605
|
* cdef inline int import_ufunc() except -1:
|
18603
18606
|
* try:
|
18604
18607
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18607,7 +18610,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18607
18610
|
*/
|
18608
18611
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1036, __pyx_L3_error)
|
18609
18612
|
|
18610
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18613
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18611
18614
|
*
|
18612
18615
|
* cdef inline int import_ufunc() except -1:
|
18613
18616
|
* try: # <<<<<<<<<<<<<<
|
@@ -18621,7 +18624,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18621
18624
|
goto __pyx_L8_try_end;
|
18622
18625
|
__pyx_L3_error:;
|
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":1037
|
18625
18628
|
* try:
|
18626
18629
|
* _import_umath()
|
18627
18630
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18636,7 +18639,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18636
18639
|
__Pyx_XGOTREF(__pyx_t_6);
|
18637
18640
|
__Pyx_XGOTREF(__pyx_t_7);
|
18638
18641
|
|
18639
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18642
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1038
|
18640
18643
|
* _import_umath()
|
18641
18644
|
* except Exception:
|
18642
18645
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18661,7 +18664,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18661
18664
|
}
|
18662
18665
|
goto __pyx_L5_except_error;
|
18663
18666
|
|
18664
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18667
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18665
18668
|
*
|
18666
18669
|
* cdef inline int import_ufunc() except -1:
|
18667
18670
|
* try: # <<<<<<<<<<<<<<
|
@@ -18677,7 +18680,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18677
18680
|
__pyx_L8_try_end:;
|
18678
18681
|
}
|
18679
18682
|
|
18680
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18683
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
18681
18684
|
* raise ImportError("numpy._core.umath failed to import")
|
18682
18685
|
*
|
18683
18686
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18702,7 +18705,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18702
18705
|
return __pyx_r;
|
18703
18706
|
}
|
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":1041
|
18706
18709
|
*
|
18707
18710
|
*
|
18708
18711
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18713,7 +18716,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18713
18716
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
18714
18717
|
int __pyx_r;
|
18715
18718
|
|
18716
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18719
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1053
|
18717
18720
|
* bool
|
18718
18721
|
* """
|
18719
18722
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18723,7 +18726,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18723
18726
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
18724
18727
|
goto __pyx_L0;
|
18725
18728
|
|
18726
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18729
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
18727
18730
|
*
|
18728
18731
|
*
|
18729
18732
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18736,7 +18739,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18736
18739
|
return __pyx_r;
|
18737
18740
|
}
|
18738
18741
|
|
18739
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18742
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
18740
18743
|
*
|
18741
18744
|
*
|
18742
18745
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18747,7 +18750,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18747
18750
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
18748
18751
|
int __pyx_r;
|
18749
18752
|
|
18750
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18753
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1068
|
18751
18754
|
* bool
|
18752
18755
|
* """
|
18753
18756
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18757,7 +18760,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18757
18760
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
18758
18761
|
goto __pyx_L0;
|
18759
18762
|
|
18760
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18763
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
18761
18764
|
*
|
18762
18765
|
*
|
18763
18766
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18770,7 +18773,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18770
18773
|
return __pyx_r;
|
18771
18774
|
}
|
18772
18775
|
|
18773
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18776
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
18774
18777
|
*
|
18775
18778
|
*
|
18776
18779
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18781,7 +18784,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18781
18784
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
18782
18785
|
npy_datetime __pyx_r;
|
18783
18786
|
|
18784
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18787
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1078
|
18785
18788
|
* also needed. That can be found using `get_datetime64_unit`.
|
18786
18789
|
* """
|
18787
18790
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18791,7 +18794,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18791
18794
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
18792
18795
|
goto __pyx_L0;
|
18793
18796
|
|
18794
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18797
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
18795
18798
|
*
|
18796
18799
|
*
|
18797
18800
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18804,7 +18807,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18804
18807
|
return __pyx_r;
|
18805
18808
|
}
|
18806
18809
|
|
18807
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18810
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
18808
18811
|
*
|
18809
18812
|
*
|
18810
18813
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18815,7 +18818,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18815
18818
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
18816
18819
|
npy_timedelta __pyx_r;
|
18817
18820
|
|
18818
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18821
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1085
|
18819
18822
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
18820
18823
|
* """
|
18821
18824
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18825,7 +18828,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18825
18828
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
18826
18829
|
goto __pyx_L0;
|
18827
18830
|
|
18828
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18831
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
18829
18832
|
*
|
18830
18833
|
*
|
18831
18834
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18838,7 +18841,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18838
18841
|
return __pyx_r;
|
18839
18842
|
}
|
18840
18843
|
|
18841
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18844
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
18842
18845
|
*
|
18843
18846
|
*
|
18844
18847
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18849,7 +18852,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18849
18852
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
18850
18853
|
NPY_DATETIMEUNIT __pyx_r;
|
18851
18854
|
|
18852
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18855
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1092
|
18853
18856
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
18854
18857
|
* """
|
18855
18858
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -18859,7 +18862,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
18859
18862
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
18860
18863
|
goto __pyx_L0;
|
18861
18864
|
|
18862
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18865
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
18863
18866
|
*
|
18864
18867
|
*
|
18865
18868
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -20429,153 +20432,153 @@ static int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
20429
20432
|
/*--- Type import code ---*/
|
20430
20433
|
__pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(3, 9, __pyx_L1_error)
|
20431
20434
|
__Pyx_GOTREF(__pyx_t_1);
|
20432
|
-
__pyx_mstate->__pyx_ptype_7cpython_4type_type =
|
20435
|
+
__pyx_mstate->__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_1_3(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
|
20433
20436
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20434
|
-
sizeof(PyTypeObject),
|
20437
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyTypeObject),
|
20435
20438
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20436
20439
|
0, 0,
|
20437
20440
|
#else
|
20438
|
-
sizeof(PyHeapTypeObject),
|
20441
|
+
sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyHeapTypeObject),
|
20439
20442
|
#endif
|
20440
|
-
|
20443
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_7cpython_4type_type) __PYX_ERR(3, 9, __pyx_L1_error)
|
20441
20444
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
20442
20445
|
__pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 271, __pyx_L1_error)
|
20443
20446
|
__Pyx_GOTREF(__pyx_t_1);
|
20444
|
-
__pyx_mstate->__pyx_ptype_5numpy_dtype =
|
20447
|
+
__pyx_mstate->__pyx_ptype_5numpy_dtype = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "dtype",
|
20445
20448
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20446
|
-
sizeof(PyArray_Descr),
|
20449
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
20447
20450
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20448
|
-
sizeof(PyArray_Descr),
|
20451
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
20449
20452
|
#else
|
20450
|
-
sizeof(PyArray_Descr),
|
20453
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
20451
20454
|
#endif
|
20452
|
-
|
20453
|
-
__pyx_mstate->__pyx_ptype_5numpy_flatiter =
|
20455
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_dtype) __PYX_ERR(2, 271, __pyx_L1_error)
|
20456
|
+
__pyx_mstate->__pyx_ptype_5numpy_flatiter = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "flatiter",
|
20454
20457
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20455
|
-
sizeof(PyArrayIterObject),
|
20458
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
20456
20459
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20457
|
-
sizeof(PyArrayIterObject),
|
20460
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
20458
20461
|
#else
|
20459
|
-
sizeof(PyArrayIterObject),
|
20462
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
20460
20463
|
#endif
|
20461
|
-
|
20462
|
-
__pyx_mstate->__pyx_ptype_5numpy_broadcast =
|
20464
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_flatiter) __PYX_ERR(2, 316, __pyx_L1_error)
|
20465
|
+
__pyx_mstate->__pyx_ptype_5numpy_broadcast = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "broadcast",
|
20463
20466
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20464
|
-
sizeof(PyArrayMultiIterObject),
|
20467
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
20465
20468
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20466
|
-
sizeof(PyArrayMultiIterObject),
|
20469
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
20467
20470
|
#else
|
20468
|
-
sizeof(PyArrayMultiIterObject),
|
20471
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
20469
20472
|
#endif
|
20470
|
-
|
20471
|
-
__pyx_mstate->__pyx_ptype_5numpy_ndarray =
|
20473
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_broadcast) __PYX_ERR(2, 320, __pyx_L1_error)
|
20474
|
+
__pyx_mstate->__pyx_ptype_5numpy_ndarray = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "ndarray",
|
20472
20475
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20473
|
-
sizeof(PyArrayObject),
|
20476
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
20474
20477
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20475
|
-
sizeof(PyArrayObject),
|
20478
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
20476
20479
|
#else
|
20477
|
-
sizeof(PyArrayObject),
|
20480
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
20478
20481
|
#endif
|
20479
|
-
|
20480
|
-
__pyx_mstate->__pyx_ptype_5numpy_generic =
|
20482
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_ndarray) __PYX_ERR(2, 359, __pyx_L1_error)
|
20483
|
+
__pyx_mstate->__pyx_ptype_5numpy_generic = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "generic",
|
20481
20484
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20482
|
-
sizeof(PyObject),
|
20485
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20483
20486
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20484
|
-
sizeof(PyObject),
|
20487
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20485
20488
|
#else
|
20486
|
-
sizeof(PyObject),
|
20489
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20487
20490
|
#endif
|
20488
|
-
|
20489
|
-
__pyx_mstate->__pyx_ptype_5numpy_number =
|
20491
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_generic) __PYX_ERR(2, 848, __pyx_L1_error)
|
20492
|
+
__pyx_mstate->__pyx_ptype_5numpy_number = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "number",
|
20490
20493
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20491
|
-
sizeof(PyObject),
|
20494
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20492
20495
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20493
|
-
sizeof(PyObject),
|
20496
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20494
20497
|
#else
|
20495
|
-
sizeof(PyObject),
|
20498
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20496
20499
|
#endif
|
20497
|
-
|
20498
|
-
__pyx_mstate->__pyx_ptype_5numpy_integer =
|
20500
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_number) __PYX_ERR(2, 850, __pyx_L1_error)
|
20501
|
+
__pyx_mstate->__pyx_ptype_5numpy_integer = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "integer",
|
20499
20502
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20500
|
-
sizeof(PyObject),
|
20503
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20501
20504
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20502
|
-
sizeof(PyObject),
|
20505
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20503
20506
|
#else
|
20504
|
-
sizeof(PyObject),
|
20507
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20505
20508
|
#endif
|
20506
|
-
|
20507
|
-
__pyx_mstate->__pyx_ptype_5numpy_signedinteger =
|
20509
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_integer) __PYX_ERR(2, 852, __pyx_L1_error)
|
20510
|
+
__pyx_mstate->__pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "signedinteger",
|
20508
20511
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20509
|
-
sizeof(PyObject),
|
20512
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20510
20513
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20511
|
-
sizeof(PyObject),
|
20514
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20512
20515
|
#else
|
20513
|
-
sizeof(PyObject),
|
20516
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20514
20517
|
#endif
|
20515
|
-
|
20516
|
-
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger =
|
20518
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_signedinteger) __PYX_ERR(2, 854, __pyx_L1_error)
|
20519
|
+
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "unsignedinteger",
|
20517
20520
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20518
|
-
sizeof(PyObject),
|
20521
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20519
20522
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20520
|
-
sizeof(PyObject),
|
20523
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20521
20524
|
#else
|
20522
|
-
sizeof(PyObject),
|
20525
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20523
20526
|
#endif
|
20524
|
-
|
20525
|
-
__pyx_mstate->__pyx_ptype_5numpy_inexact =
|
20527
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(2, 856, __pyx_L1_error)
|
20528
|
+
__pyx_mstate->__pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "inexact",
|
20526
20529
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20527
|
-
sizeof(PyObject),
|
20530
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20528
20531
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20529
|
-
sizeof(PyObject),
|
20532
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20530
20533
|
#else
|
20531
|
-
sizeof(PyObject),
|
20534
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20532
20535
|
#endif
|
20533
|
-
|
20534
|
-
__pyx_mstate->__pyx_ptype_5numpy_floating =
|
20536
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_inexact) __PYX_ERR(2, 858, __pyx_L1_error)
|
20537
|
+
__pyx_mstate->__pyx_ptype_5numpy_floating = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "floating",
|
20535
20538
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20536
|
-
sizeof(PyObject),
|
20539
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20537
20540
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20538
|
-
sizeof(PyObject),
|
20541
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20539
20542
|
#else
|
20540
|
-
sizeof(PyObject),
|
20543
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20541
20544
|
#endif
|
20542
|
-
|
20543
|
-
__pyx_mstate->__pyx_ptype_5numpy_complexfloating =
|
20545
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_floating) __PYX_ERR(2, 860, __pyx_L1_error)
|
20546
|
+
__pyx_mstate->__pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "complexfloating",
|
20544
20547
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20545
|
-
sizeof(PyObject),
|
20548
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20546
20549
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20547
|
-
sizeof(PyObject),
|
20550
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20548
20551
|
#else
|
20549
|
-
sizeof(PyObject),
|
20552
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20550
20553
|
#endif
|
20551
|
-
|
20552
|
-
__pyx_mstate->__pyx_ptype_5numpy_flexible =
|
20554
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_complexfloating) __PYX_ERR(2, 862, __pyx_L1_error)
|
20555
|
+
__pyx_mstate->__pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "flexible",
|
20553
20556
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20554
|
-
sizeof(PyObject),
|
20557
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20555
20558
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20556
|
-
sizeof(PyObject),
|
20559
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20557
20560
|
#else
|
20558
|
-
sizeof(PyObject),
|
20561
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20559
20562
|
#endif
|
20560
|
-
|
20561
|
-
__pyx_mstate->__pyx_ptype_5numpy_character =
|
20563
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_flexible) __PYX_ERR(2, 864, __pyx_L1_error)
|
20564
|
+
__pyx_mstate->__pyx_ptype_5numpy_character = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "character",
|
20562
20565
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20563
|
-
sizeof(PyObject),
|
20566
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20564
20567
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20565
|
-
sizeof(PyObject),
|
20568
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20566
20569
|
#else
|
20567
|
-
sizeof(PyObject),
|
20570
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
20568
20571
|
#endif
|
20569
|
-
|
20570
|
-
__pyx_mstate->__pyx_ptype_5numpy_ufunc =
|
20572
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_character) __PYX_ERR(2, 866, __pyx_L1_error)
|
20573
|
+
__pyx_mstate->__pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "ufunc",
|
20571
20574
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
20572
|
-
sizeof(PyUFuncObject),
|
20575
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
20573
20576
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
20574
|
-
sizeof(PyUFuncObject),
|
20577
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
20575
20578
|
#else
|
20576
|
-
sizeof(PyUFuncObject),
|
20579
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
20577
20580
|
#endif
|
20578
|
-
|
20581
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_ufunc) __PYX_ERR(2, 930, __pyx_L1_error)
|
20579
20582
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
20580
20583
|
__Pyx_RefNannyFinishContext();
|
20581
20584
|
return 0;
|
@@ -24755,6 +24758,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
24755
24758
|
changed = 1;
|
24756
24759
|
}
|
24757
24760
|
#endif // CYTHON_METH_FASTCALL
|
24761
|
+
#if !CYTHON_COMPILING_IN_PYPY
|
24758
24762
|
else if (strcmp(memb->name, "__module__") == 0) {
|
24759
24763
|
PyObject *descr;
|
24760
24764
|
assert(memb->type == T_OBJECT);
|
@@ -24769,11 +24773,13 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
24769
24773
|
}
|
24770
24774
|
changed = 1;
|
24771
24775
|
}
|
24776
|
+
#endif // !CYTHON_COMPILING_IN_PYPY
|
24772
24777
|
}
|
24773
24778
|
memb++;
|
24774
24779
|
}
|
24775
24780
|
}
|
24776
24781
|
#endif // !CYTHON_COMPILING_IN_LIMITED_API
|
24782
|
+
#if !CYTHON_COMPILING_IN_PYPY
|
24777
24783
|
slot = spec->slots;
|
24778
24784
|
while (slot && slot->slot && slot->slot != Py_tp_getset)
|
24779
24785
|
slot++;
|
@@ -24805,6 +24811,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
24805
24811
|
++getset;
|
24806
24812
|
}
|
24807
24813
|
}
|
24814
|
+
#endif // !CYTHON_COMPILING_IN_PYPY
|
24808
24815
|
if (changed)
|
24809
24816
|
PyType_Modified(type);
|
24810
24817
|
#endif // PY_VERSION_HEX > 0x030900B1
|
@@ -24909,6 +24916,13 @@ try_unpack:
|
|
24909
24916
|
|
24910
24917
|
/* PyObjectCallMethod0 */
|
24911
24918
|
static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name) {
|
24919
|
+
#if CYTHON_VECTORCALL && (__PYX_LIMITED_VERSION_HEX >= 0x030C0000 || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x03090000))
|
24920
|
+
PyObject *args[1] = {obj};
|
24921
|
+
(void) __Pyx_PyObject_GetMethod;
|
24922
|
+
(void) __Pyx_PyObject_CallOneArg;
|
24923
|
+
(void) __Pyx_PyObject_CallNoArg;
|
24924
|
+
return PyObject_VectorcallMethod(method_name, args, 1 | PY_VECTORCALL_ARGUMENTS_OFFSET, NULL);
|
24925
|
+
#else
|
24912
24926
|
PyObject *method = NULL, *result = NULL;
|
24913
24927
|
int is_method = __Pyx_PyObject_GetMethod(obj, method_name, &method);
|
24914
24928
|
if (likely(is_method)) {
|
@@ -24921,6 +24935,7 @@ static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name
|
|
24921
24935
|
Py_DECREF(method);
|
24922
24936
|
bad:
|
24923
24937
|
return result;
|
24938
|
+
#endif
|
24924
24939
|
}
|
24925
24940
|
|
24926
24941
|
/* ValidateBasesTuple */
|
@@ -25350,10 +25365,10 @@ __PYX_GOOD:
|
|
25350
25365
|
}
|
25351
25366
|
|
25352
25367
|
/* TypeImport */
|
25353
|
-
#ifndef
|
25354
|
-
#define
|
25355
|
-
static PyTypeObject *
|
25356
|
-
size_t size, size_t alignment, enum
|
25368
|
+
#ifndef __PYX_HAVE_RT_ImportType_3_1_3
|
25369
|
+
#define __PYX_HAVE_RT_ImportType_3_1_3
|
25370
|
+
static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject *module, const char *module_name, const char *class_name,
|
25371
|
+
size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_3 check_size)
|
25357
25372
|
{
|
25358
25373
|
PyObject *result = 0;
|
25359
25374
|
Py_ssize_t basicsize;
|
@@ -25409,7 +25424,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
25409
25424
|
module_name, class_name, size, basicsize+itemsize);
|
25410
25425
|
goto bad;
|
25411
25426
|
}
|
25412
|
-
if (check_size ==
|
25427
|
+
if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_3 &&
|
25413
25428
|
((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
|
25414
25429
|
PyErr_Format(PyExc_ValueError,
|
25415
25430
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
@@ -25417,7 +25432,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
25417
25432
|
module_name, class_name, size, basicsize, basicsize+itemsize);
|
25418
25433
|
goto bad;
|
25419
25434
|
}
|
25420
|
-
else if (check_size ==
|
25435
|
+
else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_3 && (size_t)basicsize > size) {
|
25421
25436
|
if (PyErr_WarnFormat(NULL, 0,
|
25422
25437
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
25423
25438
|
"Expected %zd from C header, got %zd from PyObject",
|
@@ -25558,7 +25573,7 @@ bad:
|
|
25558
25573
|
}
|
25559
25574
|
|
25560
25575
|
/* CommonTypesMetaclass */
|
25561
|
-
PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
|
25576
|
+
static PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
|
25562
25577
|
return PyUnicode_FromString(__PYX_ABI_MODULE_NAME);
|
25563
25578
|
}
|
25564
25579
|
static PyGetSetDef __pyx_CommonTypesMetaclass_getset[] = {
|