edsger 0.1.3__cp39-cp39-macosx_11_0_arm64.whl → 0.1.5__cp39-cp39-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- edsger/_version.py +1 -1
- edsger/bellman_ford.c +34925 -0
- edsger/bellman_ford.cpython-39-darwin.so +0 -0
- edsger/bellman_ford.pyx +544 -0
- edsger/commons.c +248 -245
- edsger/commons.cpython-39-darwin.so +0 -0
- edsger/dijkstra.c +279 -264
- edsger/dijkstra.cpython-39-darwin.so +0 -0
- edsger/path.py +622 -23
- edsger/path_tracking.c +261 -246
- edsger/path_tracking.cpython-39-darwin.so +0 -0
- edsger/pq_4ary_dec_0b.c +269 -254
- edsger/pq_4ary_dec_0b.cpython-39-darwin.so +0 -0
- edsger/spiess_florian.c +278 -263
- edsger/spiess_florian.cpython-39-darwin.so +0 -0
- edsger/star.c +261 -246
- edsger/star.cpython-39-darwin.so +0 -0
- edsger/utils.py +68 -4
- {edsger-0.1.3.dist-info → edsger-0.1.5.dist-info}/METADATA +69 -5
- edsger-0.1.5.dist-info/RECORD +36 -0
- edsger-0.1.3.dist-info/RECORD +0 -33
- {edsger-0.1.3.dist-info → edsger-0.1.5.dist-info}/WHEEL +0 -0
- {edsger-0.1.3.dist-info → edsger-0.1.5.dist-info}/licenses/AUTHORS.rst +0 -0
- {edsger-0.1.3.dist-info → edsger-0.1.5.dist-info}/licenses/LICENSE +0 -0
- {edsger-0.1.3.dist-info → edsger-0.1.5.dist-info}/top_level.txt +0 -0
edsger/spiess_florian.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/spiess_florian.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 # <<<<<<<<<<<<<<
|
@@ -1813,7 +1816,7 @@ struct __pyx_MemviewEnum_obj;
|
|
1813
1816
|
struct __pyx_memoryview_obj;
|
1814
1817
|
struct __pyx_memoryviewslice_obj;
|
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":1096
|
1817
1820
|
*
|
1818
1821
|
* # Iterator API added in v1.6
|
1819
1822
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil # <<<<<<<<<<<<<<
|
@@ -1822,7 +1825,7 @@ struct __pyx_memoryviewslice_obj;
|
|
1822
1825
|
*/
|
1823
1826
|
typedef int (*__pyx_t_5numpy_NpyIter_IterNextFunc)(NpyIter *);
|
1824
1827
|
|
1825
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1828
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1097
|
1826
1829
|
* # Iterator API added in v1.6
|
1827
1830
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil
|
1828
1831
|
* ctypedef void (*NpyIter_GetMultiIndexFunc)(NpyIter* it, npy_intp* outcoords) noexcept nogil # <<<<<<<<<<<<<<
|
@@ -2715,22 +2718,22 @@ static int __Pyx__DelItemOnTypeDict(PyTypeObject *tp, PyObject *k);
|
|
2715
2718
|
static int __Pyx_setup_reduce(PyObject* type_obj);
|
2716
2719
|
|
2717
2720
|
/* TypeImport.proto */
|
2718
|
-
#ifndef
|
2719
|
-
#define
|
2721
|
+
#ifndef __PYX_HAVE_RT_ImportType_proto_3_1_3
|
2722
|
+
#define __PYX_HAVE_RT_ImportType_proto_3_1_3
|
2720
2723
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
2721
2724
|
#include <stdalign.h>
|
2722
2725
|
#endif
|
2723
2726
|
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
|
2724
|
-
#define
|
2727
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_3(s) alignof(s)
|
2725
2728
|
#else
|
2726
|
-
#define
|
2729
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_3(s) sizeof(void*)
|
2727
2730
|
#endif
|
2728
|
-
enum
|
2729
|
-
|
2730
|
-
|
2731
|
-
|
2731
|
+
enum __Pyx_ImportType_CheckSize_3_1_3 {
|
2732
|
+
__Pyx_ImportType_CheckSize_Error_3_1_3 = 0,
|
2733
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3 = 1,
|
2734
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3 = 2
|
2732
2735
|
};
|
2733
|
-
static PyTypeObject *
|
2736
|
+
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);
|
2734
2737
|
#endif
|
2735
2738
|
|
2736
2739
|
/* ListPack.proto */
|
@@ -3161,10 +3164,10 @@ static unsigned long __Pyx_get_runtime_version(void);
|
|
3161
3164
|
static int __Pyx_check_binary_version(unsigned long ct_version, unsigned long rt_version, int allow_newer);
|
3162
3165
|
|
3163
3166
|
/* VoidPtrImport.proto */
|
3164
|
-
static int
|
3167
|
+
static int __Pyx_ImportVoidPtr_3_1_3(PyObject *module, const char *name, void **p, const char *sig);
|
3165
3168
|
|
3166
3169
|
/* FunctionImport.proto */
|
3167
|
-
static int
|
3170
|
+
static int __Pyx_ImportFunction_3_1_3(PyObject *module, const char *funcname, void (**f)(void), const char *sig);
|
3168
3171
|
|
3169
3172
|
/* MultiPhaseInitModuleState.proto */
|
3170
3173
|
#if CYTHON_PEP489_MULTI_PHASE_INIT && CYTHON_USE_MODULE_STATE
|
@@ -17313,7 +17316,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17313
17316
|
return __pyx_r;
|
17314
17317
|
}
|
17315
17318
|
|
17316
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17319
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
17317
17320
|
* cdef int type_num
|
17318
17321
|
*
|
17319
17322
|
* @property # <<<<<<<<<<<<<<
|
@@ -17324,7 +17327,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17324
17327
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
17325
17328
|
npy_intp __pyx_r;
|
17326
17329
|
|
17327
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17330
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":287
|
17328
17331
|
* @property
|
17329
17332
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
17330
17333
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -17334,7 +17337,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17334
17337
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
17335
17338
|
goto __pyx_L0;
|
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":285
|
17338
17341
|
* cdef int type_num
|
17339
17342
|
*
|
17340
17343
|
* @property # <<<<<<<<<<<<<<
|
@@ -17347,7 +17350,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17347
17350
|
return __pyx_r;
|
17348
17351
|
}
|
17349
17352
|
|
17350
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17353
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
17351
17354
|
* return PyDataType_ELSIZE(self)
|
17352
17355
|
*
|
17353
17356
|
* @property # <<<<<<<<<<<<<<
|
@@ -17358,7 +17361,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17358
17361
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
17359
17362
|
npy_intp __pyx_r;
|
17360
17363
|
|
17361
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17364
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":291
|
17362
17365
|
* @property
|
17363
17366
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
17364
17367
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -17368,7 +17371,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17368
17371
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
17369
17372
|
goto __pyx_L0;
|
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":289
|
17372
17375
|
* return PyDataType_ELSIZE(self)
|
17373
17376
|
*
|
17374
17377
|
* @property # <<<<<<<<<<<<<<
|
@@ -17381,7 +17384,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17381
17384
|
return __pyx_r;
|
17382
17385
|
}
|
17383
17386
|
|
17384
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17387
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
17385
17388
|
* # Use fields/names with care as they may be NULL. You must check
|
17386
17389
|
* # for this using PyDataType_HASFIELDS.
|
17387
17390
|
* @property # <<<<<<<<<<<<<<
|
@@ -17395,7 +17398,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17395
17398
|
PyObject *__pyx_t_1;
|
17396
17399
|
__Pyx_RefNannySetupContext("fields", 0);
|
17397
17400
|
|
17398
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17401
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":297
|
17399
17402
|
* @property
|
17400
17403
|
* cdef inline object fields(self):
|
17401
17404
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -17408,7 +17411,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17408
17411
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
17409
17412
|
goto __pyx_L0;
|
17410
17413
|
|
17411
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17414
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
17412
17415
|
* # Use fields/names with care as they may be NULL. You must check
|
17413
17416
|
* # for this using PyDataType_HASFIELDS.
|
17414
17417
|
* @property # <<<<<<<<<<<<<<
|
@@ -17423,7 +17426,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17423
17426
|
return __pyx_r;
|
17424
17427
|
}
|
17425
17428
|
|
17426
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17429
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
17427
17430
|
* return <object>PyDataType_FIELDS(self)
|
17428
17431
|
*
|
17429
17432
|
* @property # <<<<<<<<<<<<<<
|
@@ -17437,7 +17440,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17437
17440
|
PyObject *__pyx_t_1;
|
17438
17441
|
__Pyx_RefNannySetupContext("names", 0);
|
17439
17442
|
|
17440
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17443
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":301
|
17441
17444
|
* @property
|
17442
17445
|
* cdef inline tuple names(self):
|
17443
17446
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -17450,7 +17453,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17450
17453
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
17451
17454
|
goto __pyx_L0;
|
17452
17455
|
|
17453
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17456
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
17454
17457
|
* return <object>PyDataType_FIELDS(self)
|
17455
17458
|
*
|
17456
17459
|
* @property # <<<<<<<<<<<<<<
|
@@ -17465,7 +17468,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17465
17468
|
return __pyx_r;
|
17466
17469
|
}
|
17467
17470
|
|
17468
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17471
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
17469
17472
|
* # valid (the pointer can be NULL). Most users should access
|
17470
17473
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17471
17474
|
* @property # <<<<<<<<<<<<<<
|
@@ -17476,7 +17479,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17476
17479
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
17477
17480
|
PyArray_ArrayDescr *__pyx_r;
|
17478
17481
|
|
17479
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17482
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":308
|
17480
17483
|
* @property
|
17481
17484
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
17482
17485
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -17486,7 +17489,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17486
17489
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
17487
17490
|
goto __pyx_L0;
|
17488
17491
|
|
17489
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17492
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
17490
17493
|
* # valid (the pointer can be NULL). Most users should access
|
17491
17494
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17492
17495
|
* @property # <<<<<<<<<<<<<<
|
@@ -17499,7 +17502,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17499
17502
|
return __pyx_r;
|
17500
17503
|
}
|
17501
17504
|
|
17502
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17505
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
17503
17506
|
* return PyDataType_SUBARRAY(self)
|
17504
17507
|
*
|
17505
17508
|
* @property # <<<<<<<<<<<<<<
|
@@ -17510,7 +17513,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17510
17513
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
17511
17514
|
npy_uint64 __pyx_r;
|
17512
17515
|
|
17513
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17516
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":313
|
17514
17517
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
17515
17518
|
* """The data types flags."""
|
17516
17519
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -17520,7 +17523,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17520
17523
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
17521
17524
|
goto __pyx_L0;
|
17522
17525
|
|
17523
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17526
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
17524
17527
|
* return PyDataType_SUBARRAY(self)
|
17525
17528
|
*
|
17526
17529
|
* @property # <<<<<<<<<<<<<<
|
@@ -17533,7 +17536,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17533
17536
|
return __pyx_r;
|
17534
17537
|
}
|
17535
17538
|
|
17536
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17539
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
17537
17540
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17538
17541
|
*
|
17539
17542
|
* @property # <<<<<<<<<<<<<<
|
@@ -17544,7 +17547,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17544
17547
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
17545
17548
|
int __pyx_r;
|
17546
17549
|
|
17547
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17550
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":325
|
17548
17551
|
* cdef inline int numiter(self) noexcept nogil:
|
17549
17552
|
* """The number of arrays that need to be broadcast to the same shape."""
|
17550
17553
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -17554,7 +17557,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17554
17557
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
17555
17558
|
goto __pyx_L0;
|
17556
17559
|
|
17557
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17560
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
17558
17561
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17559
17562
|
*
|
17560
17563
|
* @property # <<<<<<<<<<<<<<
|
@@ -17567,7 +17570,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17567
17570
|
return __pyx_r;
|
17568
17571
|
}
|
17569
17572
|
|
17570
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17573
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
17571
17574
|
* return PyArray_MultiIter_NUMITER(self)
|
17572
17575
|
*
|
17573
17576
|
* @property # <<<<<<<<<<<<<<
|
@@ -17578,7 +17581,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17578
17581
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
17579
17582
|
npy_intp __pyx_r;
|
17580
17583
|
|
17581
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17584
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":330
|
17582
17585
|
* cdef inline npy_intp size(self) noexcept nogil:
|
17583
17586
|
* """The total broadcasted size."""
|
17584
17587
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17588,7 +17591,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17588
17591
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
17589
17592
|
goto __pyx_L0;
|
17590
17593
|
|
17591
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17594
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
17592
17595
|
* return PyArray_MultiIter_NUMITER(self)
|
17593
17596
|
*
|
17594
17597
|
* @property # <<<<<<<<<<<<<<
|
@@ -17601,7 +17604,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17601
17604
|
return __pyx_r;
|
17602
17605
|
}
|
17603
17606
|
|
17604
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17607
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
17605
17608
|
* return PyArray_MultiIter_SIZE(self)
|
17606
17609
|
*
|
17607
17610
|
* @property # <<<<<<<<<<<<<<
|
@@ -17612,7 +17615,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17612
17615
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
17613
17616
|
npy_intp __pyx_r;
|
17614
17617
|
|
17615
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17618
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":335
|
17616
17619
|
* cdef inline npy_intp index(self) noexcept nogil:
|
17617
17620
|
* """The current (1-d) index into the broadcasted result."""
|
17618
17621
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -17622,7 +17625,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17622
17625
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
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":332
|
17626
17629
|
* return PyArray_MultiIter_SIZE(self)
|
17627
17630
|
*
|
17628
17631
|
* @property # <<<<<<<<<<<<<<
|
@@ -17635,7 +17638,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17635
17638
|
return __pyx_r;
|
17636
17639
|
}
|
17637
17640
|
|
17638
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17641
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
17639
17642
|
* return PyArray_MultiIter_INDEX(self)
|
17640
17643
|
*
|
17641
17644
|
* @property # <<<<<<<<<<<<<<
|
@@ -17646,7 +17649,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17646
17649
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
17647
17650
|
int __pyx_r;
|
17648
17651
|
|
17649
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17652
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":340
|
17650
17653
|
* cdef inline int nd(self) noexcept nogil:
|
17651
17654
|
* """The number of dimensions in the broadcasted result."""
|
17652
17655
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17656,7 +17659,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17656
17659
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
17657
17660
|
goto __pyx_L0;
|
17658
17661
|
|
17659
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17662
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
17660
17663
|
* return PyArray_MultiIter_INDEX(self)
|
17661
17664
|
*
|
17662
17665
|
* @property # <<<<<<<<<<<<<<
|
@@ -17669,7 +17672,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17669
17672
|
return __pyx_r;
|
17670
17673
|
}
|
17671
17674
|
|
17672
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17675
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
17673
17676
|
* return PyArray_MultiIter_NDIM(self)
|
17674
17677
|
*
|
17675
17678
|
* @property # <<<<<<<<<<<<<<
|
@@ -17680,7 +17683,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17680
17683
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
17681
17684
|
npy_intp *__pyx_r;
|
17682
17685
|
|
17683
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17686
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":345
|
17684
17687
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
17685
17688
|
* """The shape of the broadcasted result."""
|
17686
17689
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17690,7 +17693,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17690
17693
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
17691
17694
|
goto __pyx_L0;
|
17692
17695
|
|
17693
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17696
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
17694
17697
|
* return PyArray_MultiIter_NDIM(self)
|
17695
17698
|
*
|
17696
17699
|
* @property # <<<<<<<<<<<<<<
|
@@ -17703,7 +17706,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17703
17706
|
return __pyx_r;
|
17704
17707
|
}
|
17705
17708
|
|
17706
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17709
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
17707
17710
|
* return PyArray_MultiIter_DIMS(self)
|
17708
17711
|
*
|
17709
17712
|
* @property # <<<<<<<<<<<<<<
|
@@ -17714,7 +17717,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17714
17717
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
17715
17718
|
void **__pyx_r;
|
17716
17719
|
|
17717
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17720
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":351
|
17718
17721
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
17719
17722
|
* On return, the iterators are adjusted for broadcasting."""
|
17720
17723
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -17724,7 +17727,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17724
17727
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
17725
17728
|
goto __pyx_L0;
|
17726
17729
|
|
17727
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17730
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
17728
17731
|
* return PyArray_MultiIter_DIMS(self)
|
17729
17732
|
*
|
17730
17733
|
* @property # <<<<<<<<<<<<<<
|
@@ -17737,7 +17740,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17737
17740
|
return __pyx_r;
|
17738
17741
|
}
|
17739
17742
|
|
17740
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17743
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
17741
17744
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17742
17745
|
*
|
17743
17746
|
* @property # <<<<<<<<<<<<<<
|
@@ -17748,7 +17751,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17748
17751
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
17749
17752
|
PyObject *__pyx_r;
|
17750
17753
|
|
17751
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17754
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":369
|
17752
17755
|
* """Returns a borrowed reference to the object owning the data/memory.
|
17753
17756
|
* """
|
17754
17757
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -17758,7 +17761,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17758
17761
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
17759
17762
|
goto __pyx_L0;
|
17760
17763
|
|
17761
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17764
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
17762
17765
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17763
17766
|
*
|
17764
17767
|
* @property # <<<<<<<<<<<<<<
|
@@ -17771,7 +17774,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17771
17774
|
return __pyx_r;
|
17772
17775
|
}
|
17773
17776
|
|
17774
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17777
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
17775
17778
|
* return PyArray_BASE(self)
|
17776
17779
|
*
|
17777
17780
|
* @property # <<<<<<<<<<<<<<
|
@@ -17785,7 +17788,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17785
17788
|
PyArray_Descr *__pyx_t_1;
|
17786
17789
|
__Pyx_RefNannySetupContext("descr", 0);
|
17787
17790
|
|
17788
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17791
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":375
|
17789
17792
|
* """Returns an owned reference to the dtype of the array.
|
17790
17793
|
* """
|
17791
17794
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -17798,7 +17801,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17798
17801
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
17799
17802
|
goto __pyx_L0;
|
17800
17803
|
|
17801
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17804
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
17802
17805
|
* return PyArray_BASE(self)
|
17803
17806
|
*
|
17804
17807
|
* @property # <<<<<<<<<<<<<<
|
@@ -17813,7 +17816,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17813
17816
|
return __pyx_r;
|
17814
17817
|
}
|
17815
17818
|
|
17816
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17819
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
17817
17820
|
* return <dtype>PyArray_DESCR(self)
|
17818
17821
|
*
|
17819
17822
|
* @property # <<<<<<<<<<<<<<
|
@@ -17824,7 +17827,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17824
17827
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
17825
17828
|
int __pyx_r;
|
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":381
|
17828
17831
|
* """Returns the number of dimensions in the array.
|
17829
17832
|
* """
|
17830
17833
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17834,7 +17837,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17834
17837
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
17835
17838
|
goto __pyx_L0;
|
17836
17839
|
|
17837
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17840
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
17838
17841
|
* return <dtype>PyArray_DESCR(self)
|
17839
17842
|
*
|
17840
17843
|
* @property # <<<<<<<<<<<<<<
|
@@ -17847,7 +17850,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17847
17850
|
return __pyx_r;
|
17848
17851
|
}
|
17849
17852
|
|
17850
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17853
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
17851
17854
|
* return PyArray_NDIM(self)
|
17852
17855
|
*
|
17853
17856
|
* @property # <<<<<<<<<<<<<<
|
@@ -17858,7 +17861,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17858
17861
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
17859
17862
|
npy_intp *__pyx_r;
|
17860
17863
|
|
17861
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17864
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":389
|
17862
17865
|
* Can return NULL for 0-dimensional arrays.
|
17863
17866
|
* """
|
17864
17867
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17868,7 +17871,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17868
17871
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
17869
17872
|
goto __pyx_L0;
|
17870
17873
|
|
17871
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17874
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
17872
17875
|
* return PyArray_NDIM(self)
|
17873
17876
|
*
|
17874
17877
|
* @property # <<<<<<<<<<<<<<
|
@@ -17881,7 +17884,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17881
17884
|
return __pyx_r;
|
17882
17885
|
}
|
17883
17886
|
|
17884
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17887
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
17885
17888
|
* return PyArray_DIMS(self)
|
17886
17889
|
*
|
17887
17890
|
* @property # <<<<<<<<<<<<<<
|
@@ -17892,7 +17895,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17892
17895
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
17893
17896
|
npy_intp *__pyx_r;
|
17894
17897
|
|
17895
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17898
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":396
|
17896
17899
|
* The number of elements matches the number of dimensions of the array (ndim).
|
17897
17900
|
* """
|
17898
17901
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -17902,7 +17905,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17902
17905
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
17903
17906
|
goto __pyx_L0;
|
17904
17907
|
|
17905
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17908
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
17906
17909
|
* return PyArray_DIMS(self)
|
17907
17910
|
*
|
17908
17911
|
* @property # <<<<<<<<<<<<<<
|
@@ -17915,7 +17918,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17915
17918
|
return __pyx_r;
|
17916
17919
|
}
|
17917
17920
|
|
17918
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17921
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
17919
17922
|
* return PyArray_STRIDES(self)
|
17920
17923
|
*
|
17921
17924
|
* @property # <<<<<<<<<<<<<<
|
@@ -17926,7 +17929,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17926
17929
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
17927
17930
|
npy_intp __pyx_r;
|
17928
17931
|
|
17929
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17932
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":402
|
17930
17933
|
* """Returns the total size (in number of elements) of the array.
|
17931
17934
|
* """
|
17932
17935
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17936,7 +17939,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17936
17939
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
17937
17940
|
goto __pyx_L0;
|
17938
17941
|
|
17939
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17942
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
17940
17943
|
* return PyArray_STRIDES(self)
|
17941
17944
|
*
|
17942
17945
|
* @property # <<<<<<<<<<<<<<
|
@@ -17949,7 +17952,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17949
17952
|
return __pyx_r;
|
17950
17953
|
}
|
17951
17954
|
|
17952
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17955
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
17953
17956
|
* return PyArray_SIZE(self)
|
17954
17957
|
*
|
17955
17958
|
* @property # <<<<<<<<<<<<<<
|
@@ -17960,7 +17963,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17960
17963
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
17961
17964
|
char *__pyx_r;
|
17962
17965
|
|
17963
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17966
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":411
|
17964
17967
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
17965
17968
|
* """
|
17966
17969
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -17970,7 +17973,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17970
17973
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
17971
17974
|
goto __pyx_L0;
|
17972
17975
|
|
17973
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17976
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
17974
17977
|
* return PyArray_SIZE(self)
|
17975
17978
|
*
|
17976
17979
|
* @property # <<<<<<<<<<<<<<
|
@@ -17983,7 +17986,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17983
17986
|
return __pyx_r;
|
17984
17987
|
}
|
17985
17988
|
|
17986
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17989
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
17987
17990
|
* ctypedef long double complex clongdouble_t
|
17988
17991
|
*
|
17989
17992
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -18000,7 +18003,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18000
18003
|
int __pyx_clineno = 0;
|
18001
18004
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
18002
18005
|
|
18003
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18006
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":808
|
18004
18007
|
*
|
18005
18008
|
* cdef inline object PyArray_MultiIterNew1(a):
|
18006
18009
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -18014,7 +18017,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18014
18017
|
__pyx_t_1 = 0;
|
18015
18018
|
goto __pyx_L0;
|
18016
18019
|
|
18017
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18020
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
18018
18021
|
* ctypedef long double complex clongdouble_t
|
18019
18022
|
*
|
18020
18023
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -18033,7 +18036,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18033
18036
|
return __pyx_r;
|
18034
18037
|
}
|
18035
18038
|
|
18036
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18039
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
18037
18040
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18038
18041
|
*
|
18039
18042
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18050,7 +18053,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18050
18053
|
int __pyx_clineno = 0;
|
18051
18054
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
18052
18055
|
|
18053
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18056
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":811
|
18054
18057
|
*
|
18055
18058
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
18056
18059
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -18064,7 +18067,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18064
18067
|
__pyx_t_1 = 0;
|
18065
18068
|
goto __pyx_L0;
|
18066
18069
|
|
18067
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18070
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
18068
18071
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18069
18072
|
*
|
18070
18073
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18083,7 +18086,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18083
18086
|
return __pyx_r;
|
18084
18087
|
}
|
18085
18088
|
|
18086
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18089
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
18087
18090
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18088
18091
|
*
|
18089
18092
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18100,7 +18103,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18100
18103
|
int __pyx_clineno = 0;
|
18101
18104
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
18102
18105
|
|
18103
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18106
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":814
|
18104
18107
|
*
|
18105
18108
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
18106
18109
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -18114,7 +18117,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18114
18117
|
__pyx_t_1 = 0;
|
18115
18118
|
goto __pyx_L0;
|
18116
18119
|
|
18117
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18120
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
18118
18121
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18119
18122
|
*
|
18120
18123
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18133,7 +18136,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
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":816
|
18137
18140
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18138
18141
|
*
|
18139
18142
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18150,7 +18153,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18150
18153
|
int __pyx_clineno = 0;
|
18151
18154
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
18152
18155
|
|
18153
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18156
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":817
|
18154
18157
|
*
|
18155
18158
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
18156
18159
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -18164,7 +18167,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18164
18167
|
__pyx_t_1 = 0;
|
18165
18168
|
goto __pyx_L0;
|
18166
18169
|
|
18167
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18170
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
18168
18171
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18169
18172
|
*
|
18170
18173
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18183,7 +18186,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18183
18186
|
return __pyx_r;
|
18184
18187
|
}
|
18185
18188
|
|
18186
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18189
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
18187
18190
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18188
18191
|
*
|
18189
18192
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18200,7 +18203,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18200
18203
|
int __pyx_clineno = 0;
|
18201
18204
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
18202
18205
|
|
18203
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18206
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":820
|
18204
18207
|
*
|
18205
18208
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
18206
18209
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -18214,7 +18217,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18214
18217
|
__pyx_t_1 = 0;
|
18215
18218
|
goto __pyx_L0;
|
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":819
|
18218
18221
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18219
18222
|
*
|
18220
18223
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18233,7 +18236,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18233
18236
|
return __pyx_r;
|
18234
18237
|
}
|
18235
18238
|
|
18236
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18239
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
18237
18240
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18238
18241
|
*
|
18239
18242
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18248,7 +18251,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18248
18251
|
PyObject *__pyx_t_2;
|
18249
18252
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
18250
18253
|
|
18251
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18254
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
18252
18255
|
*
|
18253
18256
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18254
18257
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18258,7 +18261,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18258
18261
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
18259
18262
|
if (__pyx_t_1) {
|
18260
18263
|
|
18261
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18264
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":824
|
18262
18265
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18263
18266
|
* if PyDataType_HASSUBARRAY(d):
|
18264
18267
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -18271,7 +18274,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18271
18274
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
18272
18275
|
goto __pyx_L0;
|
18273
18276
|
|
18274
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18277
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
18275
18278
|
*
|
18276
18279
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18277
18280
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18280,7 +18283,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18280
18283
|
*/
|
18281
18284
|
}
|
18282
18285
|
|
18283
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18286
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":826
|
18284
18287
|
* return <tuple>d.subarray.shape
|
18285
18288
|
* else:
|
18286
18289
|
* return () # <<<<<<<<<<<<<<
|
@@ -18294,7 +18297,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18294
18297
|
goto __pyx_L0;
|
18295
18298
|
}
|
18296
18299
|
|
18297
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18300
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
18298
18301
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18299
18302
|
*
|
18300
18303
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18309,7 +18312,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18309
18312
|
return __pyx_r;
|
18310
18313
|
}
|
18311
18314
|
|
18312
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18315
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
18313
18316
|
* int _import_umath() except -1
|
18314
18317
|
*
|
18315
18318
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18323,7 +18326,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18323
18326
|
const char *__pyx_filename = NULL;
|
18324
18327
|
int __pyx_clineno = 0;
|
18325
18328
|
|
18326
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18329
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1011
|
18327
18330
|
*
|
18328
18331
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18329
18332
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -18332,7 +18335,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18332
18335
|
*/
|
18333
18336
|
Py_INCREF(__pyx_v_base);
|
18334
18337
|
|
18335
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18338
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1012
|
18336
18339
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18337
18340
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
18338
18341
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -18341,7 +18344,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18341
18344
|
*/
|
18342
18345
|
__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)
|
18343
18346
|
|
18344
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18347
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
18345
18348
|
* int _import_umath() except -1
|
18346
18349
|
*
|
18347
18350
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18356,7 +18359,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18356
18359
|
__pyx_L0:;
|
18357
18360
|
}
|
18358
18361
|
|
18359
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18362
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
18360
18363
|
* PyArray_SetBaseObject(arr, base)
|
18361
18364
|
*
|
18362
18365
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18371,7 +18374,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18371
18374
|
int __pyx_t_1;
|
18372
18375
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
18373
18376
|
|
18374
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18377
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1015
|
18375
18378
|
*
|
18376
18379
|
* cdef inline object get_array_base(ndarray arr):
|
18377
18380
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -18380,7 +18383,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18380
18383
|
*/
|
18381
18384
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
18382
18385
|
|
18383
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18386
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
18384
18387
|
* cdef inline object get_array_base(ndarray arr):
|
18385
18388
|
* base = PyArray_BASE(arr)
|
18386
18389
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18390,7 +18393,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18390
18393
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
18391
18394
|
if (__pyx_t_1) {
|
18392
18395
|
|
18393
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18396
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1017
|
18394
18397
|
* base = PyArray_BASE(arr)
|
18395
18398
|
* if base is NULL:
|
18396
18399
|
* return None # <<<<<<<<<<<<<<
|
@@ -18401,7 +18404,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18401
18404
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
18402
18405
|
goto __pyx_L0;
|
18403
18406
|
|
18404
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18407
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
18405
18408
|
* cdef inline object get_array_base(ndarray arr):
|
18406
18409
|
* base = PyArray_BASE(arr)
|
18407
18410
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18410,7 +18413,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18410
18413
|
*/
|
18411
18414
|
}
|
18412
18415
|
|
18413
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18416
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1018
|
18414
18417
|
* if base is NULL:
|
18415
18418
|
* return None
|
18416
18419
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -18422,7 +18425,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18422
18425
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
18423
18426
|
goto __pyx_L0;
|
18424
18427
|
|
18425
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18428
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
18426
18429
|
* PyArray_SetBaseObject(arr, base)
|
18427
18430
|
*
|
18428
18431
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18437,7 +18440,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18437
18440
|
return __pyx_r;
|
18438
18441
|
}
|
18439
18442
|
|
18440
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18443
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
18441
18444
|
* # Versions of the import_* functions which are more suitable for
|
18442
18445
|
* # Cython code.
|
18443
18446
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18464,7 +18467,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18464
18467
|
int __pyx_clineno = 0;
|
18465
18468
|
__Pyx_RefNannySetupContext("import_array", 0);
|
18466
18469
|
|
18467
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18470
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18468
18471
|
* # Cython code.
|
18469
18472
|
* cdef inline int import_array() except -1:
|
18470
18473
|
* try: # <<<<<<<<<<<<<<
|
@@ -18480,7 +18483,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18480
18483
|
__Pyx_XGOTREF(__pyx_t_3);
|
18481
18484
|
/*try:*/ {
|
18482
18485
|
|
18483
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18486
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1024
|
18484
18487
|
* cdef inline int import_array() except -1:
|
18485
18488
|
* try:
|
18486
18489
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -18489,7 +18492,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18489
18492
|
*/
|
18490
18493
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1024, __pyx_L3_error)
|
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":1023
|
18493
18496
|
* # Cython code.
|
18494
18497
|
* cdef inline int import_array() except -1:
|
18495
18498
|
* try: # <<<<<<<<<<<<<<
|
@@ -18503,7 +18506,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18503
18506
|
goto __pyx_L8_try_end;
|
18504
18507
|
__pyx_L3_error:;
|
18505
18508
|
|
18506
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18509
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1025
|
18507
18510
|
* try:
|
18508
18511
|
* __pyx_import_array()
|
18509
18512
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18518,7 +18521,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18518
18521
|
__Pyx_XGOTREF(__pyx_t_6);
|
18519
18522
|
__Pyx_XGOTREF(__pyx_t_7);
|
18520
18523
|
|
18521
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18524
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1026
|
18522
18525
|
* __pyx_import_array()
|
18523
18526
|
* except Exception:
|
18524
18527
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -18543,7 +18546,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18543
18546
|
}
|
18544
18547
|
goto __pyx_L5_except_error;
|
18545
18548
|
|
18546
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18549
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18547
18550
|
* # Cython code.
|
18548
18551
|
* cdef inline int import_array() except -1:
|
18549
18552
|
* try: # <<<<<<<<<<<<<<
|
@@ -18559,7 +18562,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18559
18562
|
__pyx_L8_try_end:;
|
18560
18563
|
}
|
18561
18564
|
|
18562
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18565
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
18563
18566
|
* # Versions of the import_* functions which are more suitable for
|
18564
18567
|
* # Cython code.
|
18565
18568
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18584,7 +18587,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18584
18587
|
return __pyx_r;
|
18585
18588
|
}
|
18586
18589
|
|
18587
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18590
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
18588
18591
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18589
18592
|
*
|
18590
18593
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18611,7 +18614,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18611
18614
|
int __pyx_clineno = 0;
|
18612
18615
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
18613
18616
|
|
18614
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18617
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18615
18618
|
*
|
18616
18619
|
* cdef inline int import_umath() except -1:
|
18617
18620
|
* try: # <<<<<<<<<<<<<<
|
@@ -18627,7 +18630,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18627
18630
|
__Pyx_XGOTREF(__pyx_t_3);
|
18628
18631
|
/*try:*/ {
|
18629
18632
|
|
18630
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18633
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1030
|
18631
18634
|
* cdef inline int import_umath() except -1:
|
18632
18635
|
* try:
|
18633
18636
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18636,7 +18639,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18636
18639
|
*/
|
18637
18640
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1030, __pyx_L3_error)
|
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":1029
|
18640
18643
|
*
|
18641
18644
|
* cdef inline int import_umath() except -1:
|
18642
18645
|
* try: # <<<<<<<<<<<<<<
|
@@ -18650,7 +18653,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18650
18653
|
goto __pyx_L8_try_end;
|
18651
18654
|
__pyx_L3_error:;
|
18652
18655
|
|
18653
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18656
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1031
|
18654
18657
|
* try:
|
18655
18658
|
* _import_umath()
|
18656
18659
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18665,7 +18668,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18665
18668
|
__Pyx_XGOTREF(__pyx_t_6);
|
18666
18669
|
__Pyx_XGOTREF(__pyx_t_7);
|
18667
18670
|
|
18668
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18671
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1032
|
18669
18672
|
* _import_umath()
|
18670
18673
|
* except Exception:
|
18671
18674
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18690,7 +18693,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18690
18693
|
}
|
18691
18694
|
goto __pyx_L5_except_error;
|
18692
18695
|
|
18693
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18696
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18694
18697
|
*
|
18695
18698
|
* cdef inline int import_umath() except -1:
|
18696
18699
|
* try: # <<<<<<<<<<<<<<
|
@@ -18706,7 +18709,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18706
18709
|
__pyx_L8_try_end:;
|
18707
18710
|
}
|
18708
18711
|
|
18709
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18712
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
18710
18713
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18711
18714
|
*
|
18712
18715
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18731,7 +18734,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18731
18734
|
return __pyx_r;
|
18732
18735
|
}
|
18733
18736
|
|
18734
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18737
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
18735
18738
|
* raise ImportError("numpy._core.umath failed to import")
|
18736
18739
|
*
|
18737
18740
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18758,7 +18761,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18758
18761
|
int __pyx_clineno = 0;
|
18759
18762
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
18760
18763
|
|
18761
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18764
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18762
18765
|
*
|
18763
18766
|
* cdef inline int import_ufunc() except -1:
|
18764
18767
|
* try: # <<<<<<<<<<<<<<
|
@@ -18774,7 +18777,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18774
18777
|
__Pyx_XGOTREF(__pyx_t_3);
|
18775
18778
|
/*try:*/ {
|
18776
18779
|
|
18777
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18780
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1036
|
18778
18781
|
* cdef inline int import_ufunc() except -1:
|
18779
18782
|
* try:
|
18780
18783
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18783,7 +18786,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18783
18786
|
*/
|
18784
18787
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1036, __pyx_L3_error)
|
18785
18788
|
|
18786
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18789
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18787
18790
|
*
|
18788
18791
|
* cdef inline int import_ufunc() except -1:
|
18789
18792
|
* try: # <<<<<<<<<<<<<<
|
@@ -18797,7 +18800,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18797
18800
|
goto __pyx_L8_try_end;
|
18798
18801
|
__pyx_L3_error:;
|
18799
18802
|
|
18800
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18803
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1037
|
18801
18804
|
* try:
|
18802
18805
|
* _import_umath()
|
18803
18806
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18812,7 +18815,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18812
18815
|
__Pyx_XGOTREF(__pyx_t_6);
|
18813
18816
|
__Pyx_XGOTREF(__pyx_t_7);
|
18814
18817
|
|
18815
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18818
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1038
|
18816
18819
|
* _import_umath()
|
18817
18820
|
* except Exception:
|
18818
18821
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18837,7 +18840,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18837
18840
|
}
|
18838
18841
|
goto __pyx_L5_except_error;
|
18839
18842
|
|
18840
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18843
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18841
18844
|
*
|
18842
18845
|
* cdef inline int import_ufunc() except -1:
|
18843
18846
|
* try: # <<<<<<<<<<<<<<
|
@@ -18853,7 +18856,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18853
18856
|
__pyx_L8_try_end:;
|
18854
18857
|
}
|
18855
18858
|
|
18856
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18859
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
18857
18860
|
* raise ImportError("numpy._core.umath failed to import")
|
18858
18861
|
*
|
18859
18862
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18878,7 +18881,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18878
18881
|
return __pyx_r;
|
18879
18882
|
}
|
18880
18883
|
|
18881
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18884
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
18882
18885
|
*
|
18883
18886
|
*
|
18884
18887
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18889,7 +18892,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18889
18892
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
18890
18893
|
int __pyx_r;
|
18891
18894
|
|
18892
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18895
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1053
|
18893
18896
|
* bool
|
18894
18897
|
* """
|
18895
18898
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18899,7 +18902,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18899
18902
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
18900
18903
|
goto __pyx_L0;
|
18901
18904
|
|
18902
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18905
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
18903
18906
|
*
|
18904
18907
|
*
|
18905
18908
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18912,7 +18915,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18912
18915
|
return __pyx_r;
|
18913
18916
|
}
|
18914
18917
|
|
18915
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18918
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
18916
18919
|
*
|
18917
18920
|
*
|
18918
18921
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18923,7 +18926,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18923
18926
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
18924
18927
|
int __pyx_r;
|
18925
18928
|
|
18926
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18929
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1068
|
18927
18930
|
* bool
|
18928
18931
|
* """
|
18929
18932
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18933,7 +18936,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18933
18936
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
18934
18937
|
goto __pyx_L0;
|
18935
18938
|
|
18936
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18939
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
18937
18940
|
*
|
18938
18941
|
*
|
18939
18942
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18946,7 +18949,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18946
18949
|
return __pyx_r;
|
18947
18950
|
}
|
18948
18951
|
|
18949
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18952
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
18950
18953
|
*
|
18951
18954
|
*
|
18952
18955
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18957,7 +18960,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18957
18960
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
18958
18961
|
npy_datetime __pyx_r;
|
18959
18962
|
|
18960
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18963
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1078
|
18961
18964
|
* also needed. That can be found using `get_datetime64_unit`.
|
18962
18965
|
* """
|
18963
18966
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18967,7 +18970,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18967
18970
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
18968
18971
|
goto __pyx_L0;
|
18969
18972
|
|
18970
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18973
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
18971
18974
|
*
|
18972
18975
|
*
|
18973
18976
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18980,7 +18983,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18980
18983
|
return __pyx_r;
|
18981
18984
|
}
|
18982
18985
|
|
18983
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18986
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
18984
18987
|
*
|
18985
18988
|
*
|
18986
18989
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18991,7 +18994,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18991
18994
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
18992
18995
|
npy_timedelta __pyx_r;
|
18993
18996
|
|
18994
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18997
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1085
|
18995
18998
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
18996
18999
|
* """
|
18997
19000
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -19001,7 +19004,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19001
19004
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
19002
19005
|
goto __pyx_L0;
|
19003
19006
|
|
19004
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19007
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
19005
19008
|
*
|
19006
19009
|
*
|
19007
19010
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19014,7 +19017,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19014
19017
|
return __pyx_r;
|
19015
19018
|
}
|
19016
19019
|
|
19017
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19020
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
19018
19021
|
*
|
19019
19022
|
*
|
19020
19023
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19025,7 +19028,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19025
19028
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
19026
19029
|
NPY_DATETIMEUNIT __pyx_r;
|
19027
19030
|
|
19028
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19031
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1092
|
19029
19032
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
19030
19033
|
* """
|
19031
19034
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -19035,7 +19038,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
19035
19038
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
19036
19039
|
goto __pyx_L0;
|
19037
19040
|
|
19038
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19041
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
19039
19042
|
*
|
19040
19043
|
*
|
19041
19044
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -23732,153 +23735,153 @@ static int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
23732
23735
|
/*--- Type import code ---*/
|
23733
23736
|
__pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(3, 9, __pyx_L1_error)
|
23734
23737
|
__Pyx_GOTREF(__pyx_t_1);
|
23735
|
-
__pyx_mstate->__pyx_ptype_7cpython_4type_type =
|
23738
|
+
__pyx_mstate->__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_1_3(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
|
23736
23739
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23737
|
-
sizeof(PyTypeObject),
|
23740
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyTypeObject),
|
23738
23741
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23739
23742
|
0, 0,
|
23740
23743
|
#else
|
23741
|
-
sizeof(PyHeapTypeObject),
|
23744
|
+
sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyHeapTypeObject),
|
23742
23745
|
#endif
|
23743
|
-
|
23746
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_7cpython_4type_type) __PYX_ERR(3, 9, __pyx_L1_error)
|
23744
23747
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
23745
23748
|
__pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 271, __pyx_L1_error)
|
23746
23749
|
__Pyx_GOTREF(__pyx_t_1);
|
23747
|
-
__pyx_mstate->__pyx_ptype_5numpy_dtype =
|
23750
|
+
__pyx_mstate->__pyx_ptype_5numpy_dtype = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "dtype",
|
23748
23751
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23749
|
-
sizeof(PyArray_Descr),
|
23752
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
23750
23753
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23751
|
-
sizeof(PyArray_Descr),
|
23754
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
23752
23755
|
#else
|
23753
|
-
sizeof(PyArray_Descr),
|
23756
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
23754
23757
|
#endif
|
23755
|
-
|
23756
|
-
__pyx_mstate->__pyx_ptype_5numpy_flatiter =
|
23758
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_dtype) __PYX_ERR(2, 271, __pyx_L1_error)
|
23759
|
+
__pyx_mstate->__pyx_ptype_5numpy_flatiter = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "flatiter",
|
23757
23760
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23758
|
-
sizeof(PyArrayIterObject),
|
23761
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
23759
23762
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23760
|
-
sizeof(PyArrayIterObject),
|
23763
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
23761
23764
|
#else
|
23762
|
-
sizeof(PyArrayIterObject),
|
23765
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
23763
23766
|
#endif
|
23764
|
-
|
23765
|
-
__pyx_mstate->__pyx_ptype_5numpy_broadcast =
|
23767
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_flatiter) __PYX_ERR(2, 316, __pyx_L1_error)
|
23768
|
+
__pyx_mstate->__pyx_ptype_5numpy_broadcast = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "broadcast",
|
23766
23769
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23767
|
-
sizeof(PyArrayMultiIterObject),
|
23770
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
23768
23771
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23769
|
-
sizeof(PyArrayMultiIterObject),
|
23772
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
23770
23773
|
#else
|
23771
|
-
sizeof(PyArrayMultiIterObject),
|
23774
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
23772
23775
|
#endif
|
23773
|
-
|
23774
|
-
__pyx_mstate->__pyx_ptype_5numpy_ndarray =
|
23776
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_broadcast) __PYX_ERR(2, 320, __pyx_L1_error)
|
23777
|
+
__pyx_mstate->__pyx_ptype_5numpy_ndarray = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "ndarray",
|
23775
23778
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23776
|
-
sizeof(PyArrayObject),
|
23779
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
23777
23780
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23778
|
-
sizeof(PyArrayObject),
|
23781
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
23779
23782
|
#else
|
23780
|
-
sizeof(PyArrayObject),
|
23783
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
23781
23784
|
#endif
|
23782
|
-
|
23783
|
-
__pyx_mstate->__pyx_ptype_5numpy_generic =
|
23785
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_ndarray) __PYX_ERR(2, 359, __pyx_L1_error)
|
23786
|
+
__pyx_mstate->__pyx_ptype_5numpy_generic = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "generic",
|
23784
23787
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23785
|
-
sizeof(PyObject),
|
23788
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23786
23789
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23787
|
-
sizeof(PyObject),
|
23790
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23788
23791
|
#else
|
23789
|
-
sizeof(PyObject),
|
23792
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23790
23793
|
#endif
|
23791
|
-
|
23792
|
-
__pyx_mstate->__pyx_ptype_5numpy_number =
|
23794
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_generic) __PYX_ERR(2, 848, __pyx_L1_error)
|
23795
|
+
__pyx_mstate->__pyx_ptype_5numpy_number = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "number",
|
23793
23796
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23794
|
-
sizeof(PyObject),
|
23797
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23795
23798
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23796
|
-
sizeof(PyObject),
|
23799
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23797
23800
|
#else
|
23798
|
-
sizeof(PyObject),
|
23801
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23799
23802
|
#endif
|
23800
|
-
|
23801
|
-
__pyx_mstate->__pyx_ptype_5numpy_integer =
|
23803
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_number) __PYX_ERR(2, 850, __pyx_L1_error)
|
23804
|
+
__pyx_mstate->__pyx_ptype_5numpy_integer = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "integer",
|
23802
23805
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23803
|
-
sizeof(PyObject),
|
23806
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23804
23807
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23805
|
-
sizeof(PyObject),
|
23808
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23806
23809
|
#else
|
23807
|
-
sizeof(PyObject),
|
23810
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23808
23811
|
#endif
|
23809
|
-
|
23810
|
-
__pyx_mstate->__pyx_ptype_5numpy_signedinteger =
|
23812
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_integer) __PYX_ERR(2, 852, __pyx_L1_error)
|
23813
|
+
__pyx_mstate->__pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "signedinteger",
|
23811
23814
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23812
|
-
sizeof(PyObject),
|
23815
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23813
23816
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23814
|
-
sizeof(PyObject),
|
23817
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23815
23818
|
#else
|
23816
|
-
sizeof(PyObject),
|
23819
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23817
23820
|
#endif
|
23818
|
-
|
23819
|
-
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger =
|
23821
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_signedinteger) __PYX_ERR(2, 854, __pyx_L1_error)
|
23822
|
+
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "unsignedinteger",
|
23820
23823
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23821
|
-
sizeof(PyObject),
|
23824
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23822
23825
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23823
|
-
sizeof(PyObject),
|
23826
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23824
23827
|
#else
|
23825
|
-
sizeof(PyObject),
|
23828
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23826
23829
|
#endif
|
23827
|
-
|
23828
|
-
__pyx_mstate->__pyx_ptype_5numpy_inexact =
|
23830
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(2, 856, __pyx_L1_error)
|
23831
|
+
__pyx_mstate->__pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "inexact",
|
23829
23832
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23830
|
-
sizeof(PyObject),
|
23833
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23831
23834
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23832
|
-
sizeof(PyObject),
|
23835
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23833
23836
|
#else
|
23834
|
-
sizeof(PyObject),
|
23837
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23835
23838
|
#endif
|
23836
|
-
|
23837
|
-
__pyx_mstate->__pyx_ptype_5numpy_floating =
|
23839
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_inexact) __PYX_ERR(2, 858, __pyx_L1_error)
|
23840
|
+
__pyx_mstate->__pyx_ptype_5numpy_floating = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "floating",
|
23838
23841
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23839
|
-
sizeof(PyObject),
|
23842
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23840
23843
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23841
|
-
sizeof(PyObject),
|
23844
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23842
23845
|
#else
|
23843
|
-
sizeof(PyObject),
|
23846
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23844
23847
|
#endif
|
23845
|
-
|
23846
|
-
__pyx_mstate->__pyx_ptype_5numpy_complexfloating =
|
23848
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_floating) __PYX_ERR(2, 860, __pyx_L1_error)
|
23849
|
+
__pyx_mstate->__pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "complexfloating",
|
23847
23850
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23848
|
-
sizeof(PyObject),
|
23851
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23849
23852
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23850
|
-
sizeof(PyObject),
|
23853
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23851
23854
|
#else
|
23852
|
-
sizeof(PyObject),
|
23855
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23853
23856
|
#endif
|
23854
|
-
|
23855
|
-
__pyx_mstate->__pyx_ptype_5numpy_flexible =
|
23857
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_complexfloating) __PYX_ERR(2, 862, __pyx_L1_error)
|
23858
|
+
__pyx_mstate->__pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "flexible",
|
23856
23859
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23857
|
-
sizeof(PyObject),
|
23860
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23858
23861
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23859
|
-
sizeof(PyObject),
|
23862
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23860
23863
|
#else
|
23861
|
-
sizeof(PyObject),
|
23864
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23862
23865
|
#endif
|
23863
|
-
|
23864
|
-
__pyx_mstate->__pyx_ptype_5numpy_character =
|
23866
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_flexible) __PYX_ERR(2, 864, __pyx_L1_error)
|
23867
|
+
__pyx_mstate->__pyx_ptype_5numpy_character = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "character",
|
23865
23868
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23866
|
-
sizeof(PyObject),
|
23869
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23867
23870
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23868
|
-
sizeof(PyObject),
|
23871
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23869
23872
|
#else
|
23870
|
-
sizeof(PyObject),
|
23873
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23871
23874
|
#endif
|
23872
|
-
|
23873
|
-
__pyx_mstate->__pyx_ptype_5numpy_ufunc =
|
23875
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_character) __PYX_ERR(2, 866, __pyx_L1_error)
|
23876
|
+
__pyx_mstate->__pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "ufunc",
|
23874
23877
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23875
|
-
sizeof(PyUFuncObject),
|
23878
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
23876
23879
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23877
|
-
sizeof(PyUFuncObject),
|
23880
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
23878
23881
|
#else
|
23879
|
-
sizeof(PyUFuncObject),
|
23882
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
23880
23883
|
#endif
|
23881
|
-
|
23884
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_ufunc) __PYX_ERR(2, 930, __pyx_L1_error)
|
23882
23885
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
23883
23886
|
__Pyx_RefNannyFinishContext();
|
23884
23887
|
return 0;
|
@@ -23899,10 +23902,10 @@ static int __Pyx_modinit_variable_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
23899
23902
|
/*--- Variable import code ---*/
|
23900
23903
|
__pyx_t_1 = PyImport_ImportModule("edsger.commons"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
|
23901
23904
|
__Pyx_GOTREF(__pyx_t_1);
|
23902
|
-
if (
|
23903
|
-
if (
|
23904
|
-
if (
|
23905
|
-
if (
|
23905
|
+
if (__Pyx_ImportVoidPtr_3_1_3(__pyx_t_1, "DTYPE_INF", (void **)&__pyx_vp_6edsger_7commons_DTYPE_INF, "__pyx_t_6edsger_7commons_DTYPE_t") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
23906
|
+
if (__Pyx_ImportVoidPtr_3_1_3(__pyx_t_1, "INF_FREQ", (void **)&__pyx_vp_6edsger_7commons_INF_FREQ, "__pyx_t_6edsger_7commons_DTYPE_t") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
23907
|
+
if (__Pyx_ImportVoidPtr_3_1_3(__pyx_t_1, "MIN_FREQ", (void **)&__pyx_vp_6edsger_7commons_MIN_FREQ, "__pyx_t_6edsger_7commons_DTYPE_t") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
23908
|
+
if (__Pyx_ImportVoidPtr_3_1_3(__pyx_t_1, "A_VERY_SMALL_TIME_INTERVAL", (void **)&__pyx_vp_6edsger_7commons_A_VERY_SMALL_TIME_INTERVAL, "__pyx_t_6edsger_7commons_DTYPE_t") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
23906
23909
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
23907
23910
|
__Pyx_RefNannyFinishContext();
|
23908
23911
|
return 0;
|
@@ -23923,11 +23926,11 @@ static int __Pyx_modinit_function_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
23923
23926
|
/*--- Function import code ---*/
|
23924
23927
|
__pyx_t_1 = PyImport_ImportModule("edsger.pq_4ary_dec_0b"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
|
23925
23928
|
__Pyx_GOTREF(__pyx_t_1);
|
23926
|
-
if (
|
23927
|
-
if (
|
23928
|
-
if (
|
23929
|
-
if (
|
23930
|
-
if (
|
23929
|
+
if (__Pyx_ImportFunction_3_1_3(__pyx_t_1, "init_pqueue", (void (**)(void))&__pyx_f_6edsger_14pq_4ary_dec_0b_init_pqueue, "void (struct __pyx_t_6edsger_14pq_4ary_dec_0b_PriorityQueue *, size_t, size_t)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
23930
|
+
if (__Pyx_ImportFunction_3_1_3(__pyx_t_1, "free_pqueue", (void (**)(void))&__pyx_f_6edsger_14pq_4ary_dec_0b_free_pqueue, "void (struct __pyx_t_6edsger_14pq_4ary_dec_0b_PriorityQueue *)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
23931
|
+
if (__Pyx_ImportFunction_3_1_3(__pyx_t_1, "insert", (void (**)(void))&__pyx_f_6edsger_14pq_4ary_dec_0b_insert, "void (struct __pyx_t_6edsger_14pq_4ary_dec_0b_PriorityQueue *, size_t, __pyx_t_6edsger_7commons_DTYPE_t)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
23932
|
+
if (__Pyx_ImportFunction_3_1_3(__pyx_t_1, "extract_min", (void (**)(void))&__pyx_f_6edsger_14pq_4ary_dec_0b_extract_min, "size_t (struct __pyx_t_6edsger_14pq_4ary_dec_0b_PriorityQueue *)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
23933
|
+
if (__Pyx_ImportFunction_3_1_3(__pyx_t_1, "decrease_key", (void (**)(void))&__pyx_f_6edsger_14pq_4ary_dec_0b_decrease_key, "void (struct __pyx_t_6edsger_14pq_4ary_dec_0b_PriorityQueue *, size_t, __pyx_t_6edsger_7commons_DTYPE_t)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
23931
23934
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
23932
23935
|
__Pyx_RefNannyFinishContext();
|
23933
23936
|
return 0;
|
@@ -28270,6 +28273,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
28270
28273
|
changed = 1;
|
28271
28274
|
}
|
28272
28275
|
#endif // CYTHON_METH_FASTCALL
|
28276
|
+
#if !CYTHON_COMPILING_IN_PYPY
|
28273
28277
|
else if (strcmp(memb->name, "__module__") == 0) {
|
28274
28278
|
PyObject *descr;
|
28275
28279
|
assert(memb->type == T_OBJECT);
|
@@ -28284,11 +28288,13 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
28284
28288
|
}
|
28285
28289
|
changed = 1;
|
28286
28290
|
}
|
28291
|
+
#endif // !CYTHON_COMPILING_IN_PYPY
|
28287
28292
|
}
|
28288
28293
|
memb++;
|
28289
28294
|
}
|
28290
28295
|
}
|
28291
28296
|
#endif // !CYTHON_COMPILING_IN_LIMITED_API
|
28297
|
+
#if !CYTHON_COMPILING_IN_PYPY
|
28292
28298
|
slot = spec->slots;
|
28293
28299
|
while (slot && slot->slot && slot->slot != Py_tp_getset)
|
28294
28300
|
slot++;
|
@@ -28320,6 +28326,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
28320
28326
|
++getset;
|
28321
28327
|
}
|
28322
28328
|
}
|
28329
|
+
#endif // !CYTHON_COMPILING_IN_PYPY
|
28323
28330
|
if (changed)
|
28324
28331
|
PyType_Modified(type);
|
28325
28332
|
#endif // PY_VERSION_HEX > 0x030900B1
|
@@ -28424,6 +28431,13 @@ try_unpack:
|
|
28424
28431
|
|
28425
28432
|
/* PyObjectCallMethod0 */
|
28426
28433
|
static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name) {
|
28434
|
+
#if CYTHON_VECTORCALL && (__PYX_LIMITED_VERSION_HEX >= 0x030C0000 || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x03090000))
|
28435
|
+
PyObject *args[1] = {obj};
|
28436
|
+
(void) __Pyx_PyObject_GetMethod;
|
28437
|
+
(void) __Pyx_PyObject_CallOneArg;
|
28438
|
+
(void) __Pyx_PyObject_CallNoArg;
|
28439
|
+
return PyObject_VectorcallMethod(method_name, args, 1 | PY_VECTORCALL_ARGUMENTS_OFFSET, NULL);
|
28440
|
+
#else
|
28427
28441
|
PyObject *method = NULL, *result = NULL;
|
28428
28442
|
int is_method = __Pyx_PyObject_GetMethod(obj, method_name, &method);
|
28429
28443
|
if (likely(is_method)) {
|
@@ -28436,6 +28450,7 @@ static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name
|
|
28436
28450
|
Py_DECREF(method);
|
28437
28451
|
bad:
|
28438
28452
|
return result;
|
28453
|
+
#endif
|
28439
28454
|
}
|
28440
28455
|
|
28441
28456
|
/* ValidateBasesTuple */
|
@@ -28865,10 +28880,10 @@ __PYX_GOOD:
|
|
28865
28880
|
}
|
28866
28881
|
|
28867
28882
|
/* TypeImport */
|
28868
|
-
#ifndef
|
28869
|
-
#define
|
28870
|
-
static PyTypeObject *
|
28871
|
-
size_t size, size_t alignment, enum
|
28883
|
+
#ifndef __PYX_HAVE_RT_ImportType_3_1_3
|
28884
|
+
#define __PYX_HAVE_RT_ImportType_3_1_3
|
28885
|
+
static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject *module, const char *module_name, const char *class_name,
|
28886
|
+
size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_3 check_size)
|
28872
28887
|
{
|
28873
28888
|
PyObject *result = 0;
|
28874
28889
|
Py_ssize_t basicsize;
|
@@ -28924,7 +28939,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
28924
28939
|
module_name, class_name, size, basicsize+itemsize);
|
28925
28940
|
goto bad;
|
28926
28941
|
}
|
28927
|
-
if (check_size ==
|
28942
|
+
if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_3 &&
|
28928
28943
|
((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
|
28929
28944
|
PyErr_Format(PyExc_ValueError,
|
28930
28945
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
@@ -28932,7 +28947,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
28932
28947
|
module_name, class_name, size, basicsize, basicsize+itemsize);
|
28933
28948
|
goto bad;
|
28934
28949
|
}
|
28935
|
-
else if (check_size ==
|
28950
|
+
else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_3 && (size_t)basicsize > size) {
|
28936
28951
|
if (PyErr_WarnFormat(NULL, 0,
|
28937
28952
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
28938
28953
|
"Expected %zd from C header, got %zd from PyObject",
|
@@ -29092,7 +29107,7 @@ bad:
|
|
29092
29107
|
}
|
29093
29108
|
|
29094
29109
|
/* CommonTypesMetaclass */
|
29095
|
-
PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
|
29110
|
+
static PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
|
29096
29111
|
return PyUnicode_FromString(__PYX_ABI_MODULE_NAME);
|
29097
29112
|
}
|
29098
29113
|
static PyGetSetDef __pyx_CommonTypesMetaclass_getset[] = {
|
@@ -33720,9 +33735,9 @@ __Pyx_PyType_GetFullyQualifiedName(PyTypeObject* tp)
|
|
33720
33735
|
}
|
33721
33736
|
|
33722
33737
|
/* VoidPtrImport */
|
33723
|
-
#ifndef
|
33724
|
-
#define
|
33725
|
-
static int
|
33738
|
+
#ifndef __PYX_HAVE_RT_ImportVoidPtr_3_1_3
|
33739
|
+
#define __PYX_HAVE_RT_ImportVoidPtr_3_1_3
|
33740
|
+
static int __Pyx_ImportVoidPtr_3_1_3(PyObject *module, const char *name, void **p, const char *sig) {
|
33726
33741
|
PyObject *d = 0;
|
33727
33742
|
PyObject *cobj = 0;
|
33728
33743
|
d = PyObject_GetAttrString(module, "__pyx_capi__");
|
@@ -33760,9 +33775,9 @@ bad:
|
|
33760
33775
|
#endif
|
33761
33776
|
|
33762
33777
|
/* FunctionImport */
|
33763
|
-
#ifndef
|
33764
|
-
#define
|
33765
|
-
static int
|
33778
|
+
#ifndef __PYX_HAVE_RT_ImportFunction_3_1_3
|
33779
|
+
#define __PYX_HAVE_RT_ImportFunction_3_1_3
|
33780
|
+
static int __Pyx_ImportFunction_3_1_3(PyObject *module, const char *funcname, void (**f)(void), const char *sig) {
|
33766
33781
|
PyObject *d = 0;
|
33767
33782
|
PyObject *cobj = 0;
|
33768
33783
|
union {
|