edsger 0.1.4__cp39-cp39-macosx_11_0_arm64.whl → 0.1.5__cp39-cp39-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- edsger/_version.py +1 -1
- edsger/bellman_ford.c +34925 -0
- edsger/bellman_ford.cpython-39-darwin.so +0 -0
- edsger/bellman_ford.pyx +544 -0
- edsger/commons.c +248 -245
- edsger/commons.cpython-39-darwin.so +0 -0
- edsger/dijkstra.c +279 -264
- edsger/dijkstra.cpython-39-darwin.so +0 -0
- edsger/path.py +622 -23
- edsger/path_tracking.c +261 -246
- edsger/path_tracking.cpython-39-darwin.so +0 -0
- edsger/pq_4ary_dec_0b.c +269 -254
- edsger/pq_4ary_dec_0b.cpython-39-darwin.so +0 -0
- edsger/spiess_florian.c +278 -263
- edsger/spiess_florian.cpython-39-darwin.so +0 -0
- edsger/star.c +261 -246
- edsger/star.cpython-39-darwin.so +0 -0
- edsger/utils.py +68 -4
- {edsger-0.1.4.dist-info → edsger-0.1.5.dist-info}/METADATA +59 -2
- edsger-0.1.5.dist-info/RECORD +36 -0
- edsger-0.1.4.dist-info/RECORD +0 -33
- {edsger-0.1.4.dist-info → edsger-0.1.5.dist-info}/WHEEL +0 -0
- {edsger-0.1.4.dist-info → edsger-0.1.5.dist-info}/licenses/AUTHORS.rst +0 -0
- {edsger-0.1.4.dist-info → edsger-0.1.5.dist-info}/licenses/LICENSE +0 -0
- {edsger-0.1.4.dist-info → edsger-0.1.5.dist-info}/top_level.txt +0 -0
edsger/pq_4ary_dec_0b.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/pq_4ary_dec_0b.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 # <<<<<<<<<<<<<<
|
@@ -2751,22 +2754,22 @@ static int __Pyx__DelItemOnTypeDict(PyTypeObject *tp, PyObject *k);
|
|
2751
2754
|
static int __Pyx_setup_reduce(PyObject* type_obj);
|
2752
2755
|
|
2753
2756
|
/* TypeImport.proto */
|
2754
|
-
#ifndef
|
2755
|
-
#define
|
2757
|
+
#ifndef __PYX_HAVE_RT_ImportType_proto_3_1_3
|
2758
|
+
#define __PYX_HAVE_RT_ImportType_proto_3_1_3
|
2756
2759
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
2757
2760
|
#include <stdalign.h>
|
2758
2761
|
#endif
|
2759
2762
|
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
|
2760
|
-
#define
|
2763
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_3(s) alignof(s)
|
2761
2764
|
#else
|
2762
|
-
#define
|
2765
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_3(s) sizeof(void*)
|
2763
2766
|
#endif
|
2764
|
-
enum
|
2765
|
-
|
2766
|
-
|
2767
|
-
|
2767
|
+
enum __Pyx_ImportType_CheckSize_3_1_3 {
|
2768
|
+
__Pyx_ImportType_CheckSize_Error_3_1_3 = 0,
|
2769
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3 = 1,
|
2770
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3 = 2
|
2768
2771
|
};
|
2769
|
-
static PyTypeObject *
|
2772
|
+
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);
|
2770
2773
|
#endif
|
2771
2774
|
|
2772
2775
|
/* ListPack.proto */
|
@@ -3184,7 +3187,7 @@ static int __Pyx_check_binary_version(unsigned long ct_version, unsigned long rt
|
|
3184
3187
|
static int __Pyx_ExportFunction(const char *name, void (*f)(void), const char *sig);
|
3185
3188
|
|
3186
3189
|
/* VoidPtrImport.proto */
|
3187
|
-
static int
|
3190
|
+
static int __Pyx_ImportVoidPtr_3_1_3(PyObject *module, const char *name, void **p, const char *sig);
|
3188
3191
|
|
3189
3192
|
/* MultiPhaseInitModuleState.proto */
|
3190
3193
|
#if CYTHON_PEP489_MULTI_PHASE_INIT && CYTHON_USE_MODULE_STATE
|
@@ -17352,7 +17355,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17352
17355
|
return __pyx_r;
|
17353
17356
|
}
|
17354
17357
|
|
17355
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17358
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
17356
17359
|
* cdef int type_num
|
17357
17360
|
*
|
17358
17361
|
* @property # <<<<<<<<<<<<<<
|
@@ -17363,7 +17366,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17363
17366
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
17364
17367
|
npy_intp __pyx_r;
|
17365
17368
|
|
17366
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17369
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":287
|
17367
17370
|
* @property
|
17368
17371
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
17369
17372
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -17373,7 +17376,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17373
17376
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
17374
17377
|
goto __pyx_L0;
|
17375
17378
|
|
17376
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17379
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
17377
17380
|
* cdef int type_num
|
17378
17381
|
*
|
17379
17382
|
* @property # <<<<<<<<<<<<<<
|
@@ -17386,7 +17389,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17386
17389
|
return __pyx_r;
|
17387
17390
|
}
|
17388
17391
|
|
17389
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17392
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
17390
17393
|
* return PyDataType_ELSIZE(self)
|
17391
17394
|
*
|
17392
17395
|
* @property # <<<<<<<<<<<<<<
|
@@ -17397,7 +17400,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17397
17400
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
17398
17401
|
npy_intp __pyx_r;
|
17399
17402
|
|
17400
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17403
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":291
|
17401
17404
|
* @property
|
17402
17405
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
17403
17406
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -17407,7 +17410,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17407
17410
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
17408
17411
|
goto __pyx_L0;
|
17409
17412
|
|
17410
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17413
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
17411
17414
|
* return PyDataType_ELSIZE(self)
|
17412
17415
|
*
|
17413
17416
|
* @property # <<<<<<<<<<<<<<
|
@@ -17420,7 +17423,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17420
17423
|
return __pyx_r;
|
17421
17424
|
}
|
17422
17425
|
|
17423
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17426
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
17424
17427
|
* # Use fields/names with care as they may be NULL. You must check
|
17425
17428
|
* # for this using PyDataType_HASFIELDS.
|
17426
17429
|
* @property # <<<<<<<<<<<<<<
|
@@ -17434,7 +17437,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17434
17437
|
PyObject *__pyx_t_1;
|
17435
17438
|
__Pyx_RefNannySetupContext("fields", 0);
|
17436
17439
|
|
17437
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17440
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":297
|
17438
17441
|
* @property
|
17439
17442
|
* cdef inline object fields(self):
|
17440
17443
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -17447,7 +17450,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17447
17450
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
17448
17451
|
goto __pyx_L0;
|
17449
17452
|
|
17450
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17453
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
17451
17454
|
* # Use fields/names with care as they may be NULL. You must check
|
17452
17455
|
* # for this using PyDataType_HASFIELDS.
|
17453
17456
|
* @property # <<<<<<<<<<<<<<
|
@@ -17462,7 +17465,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17462
17465
|
return __pyx_r;
|
17463
17466
|
}
|
17464
17467
|
|
17465
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17468
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
17466
17469
|
* return <object>PyDataType_FIELDS(self)
|
17467
17470
|
*
|
17468
17471
|
* @property # <<<<<<<<<<<<<<
|
@@ -17476,7 +17479,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17476
17479
|
PyObject *__pyx_t_1;
|
17477
17480
|
__Pyx_RefNannySetupContext("names", 0);
|
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":301
|
17480
17483
|
* @property
|
17481
17484
|
* cdef inline tuple names(self):
|
17482
17485
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -17489,7 +17492,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17489
17492
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
17490
17493
|
goto __pyx_L0;
|
17491
17494
|
|
17492
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17495
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
17493
17496
|
* return <object>PyDataType_FIELDS(self)
|
17494
17497
|
*
|
17495
17498
|
* @property # <<<<<<<<<<<<<<
|
@@ -17504,7 +17507,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17504
17507
|
return __pyx_r;
|
17505
17508
|
}
|
17506
17509
|
|
17507
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17510
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
17508
17511
|
* # valid (the pointer can be NULL). Most users should access
|
17509
17512
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17510
17513
|
* @property # <<<<<<<<<<<<<<
|
@@ -17515,7 +17518,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17515
17518
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
17516
17519
|
PyArray_ArrayDescr *__pyx_r;
|
17517
17520
|
|
17518
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17521
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":308
|
17519
17522
|
* @property
|
17520
17523
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
17521
17524
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -17525,7 +17528,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17525
17528
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
17526
17529
|
goto __pyx_L0;
|
17527
17530
|
|
17528
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17531
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
17529
17532
|
* # valid (the pointer can be NULL). Most users should access
|
17530
17533
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17531
17534
|
* @property # <<<<<<<<<<<<<<
|
@@ -17538,7 +17541,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17538
17541
|
return __pyx_r;
|
17539
17542
|
}
|
17540
17543
|
|
17541
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17544
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
17542
17545
|
* return PyDataType_SUBARRAY(self)
|
17543
17546
|
*
|
17544
17547
|
* @property # <<<<<<<<<<<<<<
|
@@ -17549,7 +17552,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17549
17552
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
17550
17553
|
npy_uint64 __pyx_r;
|
17551
17554
|
|
17552
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17555
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":313
|
17553
17556
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
17554
17557
|
* """The data types flags."""
|
17555
17558
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -17559,7 +17562,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17559
17562
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
17560
17563
|
goto __pyx_L0;
|
17561
17564
|
|
17562
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17565
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
17563
17566
|
* return PyDataType_SUBARRAY(self)
|
17564
17567
|
*
|
17565
17568
|
* @property # <<<<<<<<<<<<<<
|
@@ -17572,7 +17575,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17572
17575
|
return __pyx_r;
|
17573
17576
|
}
|
17574
17577
|
|
17575
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17578
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
17576
17579
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17577
17580
|
*
|
17578
17581
|
* @property # <<<<<<<<<<<<<<
|
@@ -17583,7 +17586,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17583
17586
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
17584
17587
|
int __pyx_r;
|
17585
17588
|
|
17586
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17589
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":325
|
17587
17590
|
* cdef inline int numiter(self) noexcept nogil:
|
17588
17591
|
* """The number of arrays that need to be broadcast to the same shape."""
|
17589
17592
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -17593,7 +17596,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17593
17596
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
17594
17597
|
goto __pyx_L0;
|
17595
17598
|
|
17596
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17599
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
17597
17600
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17598
17601
|
*
|
17599
17602
|
* @property # <<<<<<<<<<<<<<
|
@@ -17606,7 +17609,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17606
17609
|
return __pyx_r;
|
17607
17610
|
}
|
17608
17611
|
|
17609
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17612
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
17610
17613
|
* return PyArray_MultiIter_NUMITER(self)
|
17611
17614
|
*
|
17612
17615
|
* @property # <<<<<<<<<<<<<<
|
@@ -17617,7 +17620,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17617
17620
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
17618
17621
|
npy_intp __pyx_r;
|
17619
17622
|
|
17620
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17623
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":330
|
17621
17624
|
* cdef inline npy_intp size(self) noexcept nogil:
|
17622
17625
|
* """The total broadcasted size."""
|
17623
17626
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17627,7 +17630,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17627
17630
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
17628
17631
|
goto __pyx_L0;
|
17629
17632
|
|
17630
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17633
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
17631
17634
|
* return PyArray_MultiIter_NUMITER(self)
|
17632
17635
|
*
|
17633
17636
|
* @property # <<<<<<<<<<<<<<
|
@@ -17640,7 +17643,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17640
17643
|
return __pyx_r;
|
17641
17644
|
}
|
17642
17645
|
|
17643
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17646
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
17644
17647
|
* return PyArray_MultiIter_SIZE(self)
|
17645
17648
|
*
|
17646
17649
|
* @property # <<<<<<<<<<<<<<
|
@@ -17651,7 +17654,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17651
17654
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
17652
17655
|
npy_intp __pyx_r;
|
17653
17656
|
|
17654
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17657
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":335
|
17655
17658
|
* cdef inline npy_intp index(self) noexcept nogil:
|
17656
17659
|
* """The current (1-d) index into the broadcasted result."""
|
17657
17660
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -17661,7 +17664,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17661
17664
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
17662
17665
|
goto __pyx_L0;
|
17663
17666
|
|
17664
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17667
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
17665
17668
|
* return PyArray_MultiIter_SIZE(self)
|
17666
17669
|
*
|
17667
17670
|
* @property # <<<<<<<<<<<<<<
|
@@ -17674,7 +17677,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17674
17677
|
return __pyx_r;
|
17675
17678
|
}
|
17676
17679
|
|
17677
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17680
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
17678
17681
|
* return PyArray_MultiIter_INDEX(self)
|
17679
17682
|
*
|
17680
17683
|
* @property # <<<<<<<<<<<<<<
|
@@ -17685,7 +17688,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17685
17688
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
17686
17689
|
int __pyx_r;
|
17687
17690
|
|
17688
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17691
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":340
|
17689
17692
|
* cdef inline int nd(self) noexcept nogil:
|
17690
17693
|
* """The number of dimensions in the broadcasted result."""
|
17691
17694
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17695,7 +17698,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17695
17698
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
17696
17699
|
goto __pyx_L0;
|
17697
17700
|
|
17698
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17701
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
17699
17702
|
* return PyArray_MultiIter_INDEX(self)
|
17700
17703
|
*
|
17701
17704
|
* @property # <<<<<<<<<<<<<<
|
@@ -17708,7 +17711,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17708
17711
|
return __pyx_r;
|
17709
17712
|
}
|
17710
17713
|
|
17711
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17714
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
17712
17715
|
* return PyArray_MultiIter_NDIM(self)
|
17713
17716
|
*
|
17714
17717
|
* @property # <<<<<<<<<<<<<<
|
@@ -17719,7 +17722,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17719
17722
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
17720
17723
|
npy_intp *__pyx_r;
|
17721
17724
|
|
17722
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17725
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":345
|
17723
17726
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
17724
17727
|
* """The shape of the broadcasted result."""
|
17725
17728
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17729,7 +17732,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17729
17732
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
17730
17733
|
goto __pyx_L0;
|
17731
17734
|
|
17732
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17735
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
17733
17736
|
* return PyArray_MultiIter_NDIM(self)
|
17734
17737
|
*
|
17735
17738
|
* @property # <<<<<<<<<<<<<<
|
@@ -17742,7 +17745,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17742
17745
|
return __pyx_r;
|
17743
17746
|
}
|
17744
17747
|
|
17745
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17748
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
17746
17749
|
* return PyArray_MultiIter_DIMS(self)
|
17747
17750
|
*
|
17748
17751
|
* @property # <<<<<<<<<<<<<<
|
@@ -17753,7 +17756,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17753
17756
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
17754
17757
|
void **__pyx_r;
|
17755
17758
|
|
17756
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17759
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":351
|
17757
17760
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
17758
17761
|
* On return, the iterators are adjusted for broadcasting."""
|
17759
17762
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -17763,7 +17766,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17763
17766
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
17764
17767
|
goto __pyx_L0;
|
17765
17768
|
|
17766
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17769
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
17767
17770
|
* return PyArray_MultiIter_DIMS(self)
|
17768
17771
|
*
|
17769
17772
|
* @property # <<<<<<<<<<<<<<
|
@@ -17776,7 +17779,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17776
17779
|
return __pyx_r;
|
17777
17780
|
}
|
17778
17781
|
|
17779
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17782
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
17780
17783
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17781
17784
|
*
|
17782
17785
|
* @property # <<<<<<<<<<<<<<
|
@@ -17787,7 +17790,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17787
17790
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
17788
17791
|
PyObject *__pyx_r;
|
17789
17792
|
|
17790
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17793
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":369
|
17791
17794
|
* """Returns a borrowed reference to the object owning the data/memory.
|
17792
17795
|
* """
|
17793
17796
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -17797,7 +17800,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17797
17800
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
17798
17801
|
goto __pyx_L0;
|
17799
17802
|
|
17800
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17803
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
17801
17804
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17802
17805
|
*
|
17803
17806
|
* @property # <<<<<<<<<<<<<<
|
@@ -17810,7 +17813,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17810
17813
|
return __pyx_r;
|
17811
17814
|
}
|
17812
17815
|
|
17813
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17816
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
17814
17817
|
* return PyArray_BASE(self)
|
17815
17818
|
*
|
17816
17819
|
* @property # <<<<<<<<<<<<<<
|
@@ -17824,7 +17827,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17824
17827
|
PyArray_Descr *__pyx_t_1;
|
17825
17828
|
__Pyx_RefNannySetupContext("descr", 0);
|
17826
17829
|
|
17827
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17830
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":375
|
17828
17831
|
* """Returns an owned reference to the dtype of the array.
|
17829
17832
|
* """
|
17830
17833
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -17837,7 +17840,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17837
17840
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
17838
17841
|
goto __pyx_L0;
|
17839
17842
|
|
17840
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17843
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
17841
17844
|
* return PyArray_BASE(self)
|
17842
17845
|
*
|
17843
17846
|
* @property # <<<<<<<<<<<<<<
|
@@ -17852,7 +17855,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17852
17855
|
return __pyx_r;
|
17853
17856
|
}
|
17854
17857
|
|
17855
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17858
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
17856
17859
|
* return <dtype>PyArray_DESCR(self)
|
17857
17860
|
*
|
17858
17861
|
* @property # <<<<<<<<<<<<<<
|
@@ -17863,7 +17866,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17863
17866
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
17864
17867
|
int __pyx_r;
|
17865
17868
|
|
17866
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17869
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":381
|
17867
17870
|
* """Returns the number of dimensions in the array.
|
17868
17871
|
* """
|
17869
17872
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17873,7 +17876,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17873
17876
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
17874
17877
|
goto __pyx_L0;
|
17875
17878
|
|
17876
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17879
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
17877
17880
|
* return <dtype>PyArray_DESCR(self)
|
17878
17881
|
*
|
17879
17882
|
* @property # <<<<<<<<<<<<<<
|
@@ -17886,7 +17889,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17886
17889
|
return __pyx_r;
|
17887
17890
|
}
|
17888
17891
|
|
17889
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17892
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
17890
17893
|
* return PyArray_NDIM(self)
|
17891
17894
|
*
|
17892
17895
|
* @property # <<<<<<<<<<<<<<
|
@@ -17897,7 +17900,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17897
17900
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
17898
17901
|
npy_intp *__pyx_r;
|
17899
17902
|
|
17900
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17903
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":389
|
17901
17904
|
* Can return NULL for 0-dimensional arrays.
|
17902
17905
|
* """
|
17903
17906
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17907,7 +17910,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17907
17910
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
17908
17911
|
goto __pyx_L0;
|
17909
17912
|
|
17910
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17913
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
17911
17914
|
* return PyArray_NDIM(self)
|
17912
17915
|
*
|
17913
17916
|
* @property # <<<<<<<<<<<<<<
|
@@ -17920,7 +17923,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17920
17923
|
return __pyx_r;
|
17921
17924
|
}
|
17922
17925
|
|
17923
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17926
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
17924
17927
|
* return PyArray_DIMS(self)
|
17925
17928
|
*
|
17926
17929
|
* @property # <<<<<<<<<<<<<<
|
@@ -17931,7 +17934,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17931
17934
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
17932
17935
|
npy_intp *__pyx_r;
|
17933
17936
|
|
17934
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17937
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":396
|
17935
17938
|
* The number of elements matches the number of dimensions of the array (ndim).
|
17936
17939
|
* """
|
17937
17940
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -17941,7 +17944,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17941
17944
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
17942
17945
|
goto __pyx_L0;
|
17943
17946
|
|
17944
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17947
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
17945
17948
|
* return PyArray_DIMS(self)
|
17946
17949
|
*
|
17947
17950
|
* @property # <<<<<<<<<<<<<<
|
@@ -17954,7 +17957,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17954
17957
|
return __pyx_r;
|
17955
17958
|
}
|
17956
17959
|
|
17957
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17960
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
17958
17961
|
* return PyArray_STRIDES(self)
|
17959
17962
|
*
|
17960
17963
|
* @property # <<<<<<<<<<<<<<
|
@@ -17965,7 +17968,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17965
17968
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
17966
17969
|
npy_intp __pyx_r;
|
17967
17970
|
|
17968
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17971
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":402
|
17969
17972
|
* """Returns the total size (in number of elements) of the array.
|
17970
17973
|
* """
|
17971
17974
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17975,7 +17978,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17975
17978
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
17976
17979
|
goto __pyx_L0;
|
17977
17980
|
|
17978
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17981
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
17979
17982
|
* return PyArray_STRIDES(self)
|
17980
17983
|
*
|
17981
17984
|
* @property # <<<<<<<<<<<<<<
|
@@ -17988,7 +17991,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17988
17991
|
return __pyx_r;
|
17989
17992
|
}
|
17990
17993
|
|
17991
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17994
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
17992
17995
|
* return PyArray_SIZE(self)
|
17993
17996
|
*
|
17994
17997
|
* @property # <<<<<<<<<<<<<<
|
@@ -17999,7 +18002,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17999
18002
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
18000
18003
|
char *__pyx_r;
|
18001
18004
|
|
18002
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18005
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":411
|
18003
18006
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
18004
18007
|
* """
|
18005
18008
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -18009,7 +18012,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
18009
18012
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
18010
18013
|
goto __pyx_L0;
|
18011
18014
|
|
18012
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18015
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
18013
18016
|
* return PyArray_SIZE(self)
|
18014
18017
|
*
|
18015
18018
|
* @property # <<<<<<<<<<<<<<
|
@@ -18022,7 +18025,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
18022
18025
|
return __pyx_r;
|
18023
18026
|
}
|
18024
18027
|
|
18025
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18028
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
18026
18029
|
* ctypedef long double complex clongdouble_t
|
18027
18030
|
*
|
18028
18031
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -18039,7 +18042,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18039
18042
|
int __pyx_clineno = 0;
|
18040
18043
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
18041
18044
|
|
18042
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18045
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":808
|
18043
18046
|
*
|
18044
18047
|
* cdef inline object PyArray_MultiIterNew1(a):
|
18045
18048
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -18053,7 +18056,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18053
18056
|
__pyx_t_1 = 0;
|
18054
18057
|
goto __pyx_L0;
|
18055
18058
|
|
18056
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18059
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
18057
18060
|
* ctypedef long double complex clongdouble_t
|
18058
18061
|
*
|
18059
18062
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -18072,7 +18075,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18072
18075
|
return __pyx_r;
|
18073
18076
|
}
|
18074
18077
|
|
18075
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18078
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
18076
18079
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18077
18080
|
*
|
18078
18081
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18089,7 +18092,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18089
18092
|
int __pyx_clineno = 0;
|
18090
18093
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
18091
18094
|
|
18092
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18095
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":811
|
18093
18096
|
*
|
18094
18097
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
18095
18098
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -18103,7 +18106,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18103
18106
|
__pyx_t_1 = 0;
|
18104
18107
|
goto __pyx_L0;
|
18105
18108
|
|
18106
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18109
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
18107
18110
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18108
18111
|
*
|
18109
18112
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18122,7 +18125,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18122
18125
|
return __pyx_r;
|
18123
18126
|
}
|
18124
18127
|
|
18125
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18128
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
18126
18129
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18127
18130
|
*
|
18128
18131
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18139,7 +18142,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18139
18142
|
int __pyx_clineno = 0;
|
18140
18143
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
18141
18144
|
|
18142
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18145
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":814
|
18143
18146
|
*
|
18144
18147
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
18145
18148
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -18153,7 +18156,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18153
18156
|
__pyx_t_1 = 0;
|
18154
18157
|
goto __pyx_L0;
|
18155
18158
|
|
18156
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18159
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
18157
18160
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18158
18161
|
*
|
18159
18162
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18172,7 +18175,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18172
18175
|
return __pyx_r;
|
18173
18176
|
}
|
18174
18177
|
|
18175
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18178
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
18176
18179
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18177
18180
|
*
|
18178
18181
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18189,7 +18192,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18189
18192
|
int __pyx_clineno = 0;
|
18190
18193
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
18191
18194
|
|
18192
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18195
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":817
|
18193
18196
|
*
|
18194
18197
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
18195
18198
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -18203,7 +18206,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18203
18206
|
__pyx_t_1 = 0;
|
18204
18207
|
goto __pyx_L0;
|
18205
18208
|
|
18206
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18209
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
18207
18210
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18208
18211
|
*
|
18209
18212
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18222,7 +18225,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18222
18225
|
return __pyx_r;
|
18223
18226
|
}
|
18224
18227
|
|
18225
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18228
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
18226
18229
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18227
18230
|
*
|
18228
18231
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18239,7 +18242,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18239
18242
|
int __pyx_clineno = 0;
|
18240
18243
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
18241
18244
|
|
18242
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18245
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":820
|
18243
18246
|
*
|
18244
18247
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
18245
18248
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -18253,7 +18256,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18253
18256
|
__pyx_t_1 = 0;
|
18254
18257
|
goto __pyx_L0;
|
18255
18258
|
|
18256
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18259
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
18257
18260
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18258
18261
|
*
|
18259
18262
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18272,7 +18275,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18272
18275
|
return __pyx_r;
|
18273
18276
|
}
|
18274
18277
|
|
18275
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18278
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
18276
18279
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18277
18280
|
*
|
18278
18281
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18287,7 +18290,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18287
18290
|
PyObject *__pyx_t_2;
|
18288
18291
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
18289
18292
|
|
18290
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18293
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
18291
18294
|
*
|
18292
18295
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18293
18296
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18297,7 +18300,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18297
18300
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
18298
18301
|
if (__pyx_t_1) {
|
18299
18302
|
|
18300
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18303
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":824
|
18301
18304
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18302
18305
|
* if PyDataType_HASSUBARRAY(d):
|
18303
18306
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -18310,7 +18313,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18310
18313
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
18311
18314
|
goto __pyx_L0;
|
18312
18315
|
|
18313
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18316
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
18314
18317
|
*
|
18315
18318
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18316
18319
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18319,7 +18322,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18319
18322
|
*/
|
18320
18323
|
}
|
18321
18324
|
|
18322
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18325
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":826
|
18323
18326
|
* return <tuple>d.subarray.shape
|
18324
18327
|
* else:
|
18325
18328
|
* return () # <<<<<<<<<<<<<<
|
@@ -18333,7 +18336,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18333
18336
|
goto __pyx_L0;
|
18334
18337
|
}
|
18335
18338
|
|
18336
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18339
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
18337
18340
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18338
18341
|
*
|
18339
18342
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18348,7 +18351,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18348
18351
|
return __pyx_r;
|
18349
18352
|
}
|
18350
18353
|
|
18351
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18354
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
18352
18355
|
* int _import_umath() except -1
|
18353
18356
|
*
|
18354
18357
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18362,7 +18365,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18362
18365
|
const char *__pyx_filename = NULL;
|
18363
18366
|
int __pyx_clineno = 0;
|
18364
18367
|
|
18365
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18368
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1011
|
18366
18369
|
*
|
18367
18370
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18368
18371
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -18371,7 +18374,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18371
18374
|
*/
|
18372
18375
|
Py_INCREF(__pyx_v_base);
|
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":1012
|
18375
18378
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18376
18379
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
18377
18380
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -18380,7 +18383,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18380
18383
|
*/
|
18381
18384
|
__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)
|
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":1010
|
18384
18387
|
* int _import_umath() except -1
|
18385
18388
|
*
|
18386
18389
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18395,7 +18398,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18395
18398
|
__pyx_L0:;
|
18396
18399
|
}
|
18397
18400
|
|
18398
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18401
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
18399
18402
|
* PyArray_SetBaseObject(arr, base)
|
18400
18403
|
*
|
18401
18404
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18410,7 +18413,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18410
18413
|
int __pyx_t_1;
|
18411
18414
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
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":1015
|
18414
18417
|
*
|
18415
18418
|
* cdef inline object get_array_base(ndarray arr):
|
18416
18419
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -18419,7 +18422,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18419
18422
|
*/
|
18420
18423
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
18421
18424
|
|
18422
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18425
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
18423
18426
|
* cdef inline object get_array_base(ndarray arr):
|
18424
18427
|
* base = PyArray_BASE(arr)
|
18425
18428
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18429,7 +18432,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18429
18432
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
18430
18433
|
if (__pyx_t_1) {
|
18431
18434
|
|
18432
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18435
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1017
|
18433
18436
|
* base = PyArray_BASE(arr)
|
18434
18437
|
* if base is NULL:
|
18435
18438
|
* return None # <<<<<<<<<<<<<<
|
@@ -18440,7 +18443,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18440
18443
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
18441
18444
|
goto __pyx_L0;
|
18442
18445
|
|
18443
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18446
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
18444
18447
|
* cdef inline object get_array_base(ndarray arr):
|
18445
18448
|
* base = PyArray_BASE(arr)
|
18446
18449
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18449,7 +18452,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18449
18452
|
*/
|
18450
18453
|
}
|
18451
18454
|
|
18452
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18455
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1018
|
18453
18456
|
* if base is NULL:
|
18454
18457
|
* return None
|
18455
18458
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -18461,7 +18464,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18461
18464
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
18462
18465
|
goto __pyx_L0;
|
18463
18466
|
|
18464
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18467
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
18465
18468
|
* PyArray_SetBaseObject(arr, base)
|
18466
18469
|
*
|
18467
18470
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18476,7 +18479,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18476
18479
|
return __pyx_r;
|
18477
18480
|
}
|
18478
18481
|
|
18479
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18482
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
18480
18483
|
* # Versions of the import_* functions which are more suitable for
|
18481
18484
|
* # Cython code.
|
18482
18485
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18503,7 +18506,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18503
18506
|
int __pyx_clineno = 0;
|
18504
18507
|
__Pyx_RefNannySetupContext("import_array", 0);
|
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":1023
|
18507
18510
|
* # Cython code.
|
18508
18511
|
* cdef inline int import_array() except -1:
|
18509
18512
|
* try: # <<<<<<<<<<<<<<
|
@@ -18519,7 +18522,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18519
18522
|
__Pyx_XGOTREF(__pyx_t_3);
|
18520
18523
|
/*try:*/ {
|
18521
18524
|
|
18522
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18525
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1024
|
18523
18526
|
* cdef inline int import_array() except -1:
|
18524
18527
|
* try:
|
18525
18528
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -18528,7 +18531,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18528
18531
|
*/
|
18529
18532
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1024, __pyx_L3_error)
|
18530
18533
|
|
18531
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18534
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18532
18535
|
* # Cython code.
|
18533
18536
|
* cdef inline int import_array() except -1:
|
18534
18537
|
* try: # <<<<<<<<<<<<<<
|
@@ -18542,7 +18545,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18542
18545
|
goto __pyx_L8_try_end;
|
18543
18546
|
__pyx_L3_error:;
|
18544
18547
|
|
18545
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18548
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1025
|
18546
18549
|
* try:
|
18547
18550
|
* __pyx_import_array()
|
18548
18551
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18557,7 +18560,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18557
18560
|
__Pyx_XGOTREF(__pyx_t_6);
|
18558
18561
|
__Pyx_XGOTREF(__pyx_t_7);
|
18559
18562
|
|
18560
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18563
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1026
|
18561
18564
|
* __pyx_import_array()
|
18562
18565
|
* except Exception:
|
18563
18566
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -18582,7 +18585,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18582
18585
|
}
|
18583
18586
|
goto __pyx_L5_except_error;
|
18584
18587
|
|
18585
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18588
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
18586
18589
|
* # Cython code.
|
18587
18590
|
* cdef inline int import_array() except -1:
|
18588
18591
|
* try: # <<<<<<<<<<<<<<
|
@@ -18598,7 +18601,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18598
18601
|
__pyx_L8_try_end:;
|
18599
18602
|
}
|
18600
18603
|
|
18601
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18604
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
18602
18605
|
* # Versions of the import_* functions which are more suitable for
|
18603
18606
|
* # Cython code.
|
18604
18607
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18623,7 +18626,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18623
18626
|
return __pyx_r;
|
18624
18627
|
}
|
18625
18628
|
|
18626
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18629
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
18627
18630
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18628
18631
|
*
|
18629
18632
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18650,7 +18653,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18650
18653
|
int __pyx_clineno = 0;
|
18651
18654
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
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":1029
|
18654
18657
|
*
|
18655
18658
|
* cdef inline int import_umath() except -1:
|
18656
18659
|
* try: # <<<<<<<<<<<<<<
|
@@ -18666,7 +18669,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18666
18669
|
__Pyx_XGOTREF(__pyx_t_3);
|
18667
18670
|
/*try:*/ {
|
18668
18671
|
|
18669
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18672
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1030
|
18670
18673
|
* cdef inline int import_umath() except -1:
|
18671
18674
|
* try:
|
18672
18675
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18675,7 +18678,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18675
18678
|
*/
|
18676
18679
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1030, __pyx_L3_error)
|
18677
18680
|
|
18678
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18681
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18679
18682
|
*
|
18680
18683
|
* cdef inline int import_umath() except -1:
|
18681
18684
|
* try: # <<<<<<<<<<<<<<
|
@@ -18689,7 +18692,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18689
18692
|
goto __pyx_L8_try_end;
|
18690
18693
|
__pyx_L3_error:;
|
18691
18694
|
|
18692
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18695
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1031
|
18693
18696
|
* try:
|
18694
18697
|
* _import_umath()
|
18695
18698
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18704,7 +18707,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18704
18707
|
__Pyx_XGOTREF(__pyx_t_6);
|
18705
18708
|
__Pyx_XGOTREF(__pyx_t_7);
|
18706
18709
|
|
18707
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18710
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1032
|
18708
18711
|
* _import_umath()
|
18709
18712
|
* except Exception:
|
18710
18713
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18729,7 +18732,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18729
18732
|
}
|
18730
18733
|
goto __pyx_L5_except_error;
|
18731
18734
|
|
18732
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18735
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
18733
18736
|
*
|
18734
18737
|
* cdef inline int import_umath() except -1:
|
18735
18738
|
* try: # <<<<<<<<<<<<<<
|
@@ -18745,7 +18748,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18745
18748
|
__pyx_L8_try_end:;
|
18746
18749
|
}
|
18747
18750
|
|
18748
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18751
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
18749
18752
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18750
18753
|
*
|
18751
18754
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18770,7 +18773,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18770
18773
|
return __pyx_r;
|
18771
18774
|
}
|
18772
18775
|
|
18773
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18776
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
18774
18777
|
* raise ImportError("numpy._core.umath failed to import")
|
18775
18778
|
*
|
18776
18779
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18797,7 +18800,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18797
18800
|
int __pyx_clineno = 0;
|
18798
18801
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
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":1035
|
18801
18804
|
*
|
18802
18805
|
* cdef inline int import_ufunc() except -1:
|
18803
18806
|
* try: # <<<<<<<<<<<<<<
|
@@ -18813,7 +18816,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18813
18816
|
__Pyx_XGOTREF(__pyx_t_3);
|
18814
18817
|
/*try:*/ {
|
18815
18818
|
|
18816
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18819
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1036
|
18817
18820
|
* cdef inline int import_ufunc() except -1:
|
18818
18821
|
* try:
|
18819
18822
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18822,7 +18825,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18822
18825
|
*/
|
18823
18826
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1036, __pyx_L3_error)
|
18824
18827
|
|
18825
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18828
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18826
18829
|
*
|
18827
18830
|
* cdef inline int import_ufunc() except -1:
|
18828
18831
|
* try: # <<<<<<<<<<<<<<
|
@@ -18836,7 +18839,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18836
18839
|
goto __pyx_L8_try_end;
|
18837
18840
|
__pyx_L3_error:;
|
18838
18841
|
|
18839
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18842
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1037
|
18840
18843
|
* try:
|
18841
18844
|
* _import_umath()
|
18842
18845
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18851,7 +18854,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18851
18854
|
__Pyx_XGOTREF(__pyx_t_6);
|
18852
18855
|
__Pyx_XGOTREF(__pyx_t_7);
|
18853
18856
|
|
18854
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18857
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1038
|
18855
18858
|
* _import_umath()
|
18856
18859
|
* except Exception:
|
18857
18860
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18876,7 +18879,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18876
18879
|
}
|
18877
18880
|
goto __pyx_L5_except_error;
|
18878
18881
|
|
18879
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18882
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
18880
18883
|
*
|
18881
18884
|
* cdef inline int import_ufunc() except -1:
|
18882
18885
|
* try: # <<<<<<<<<<<<<<
|
@@ -18892,7 +18895,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18892
18895
|
__pyx_L8_try_end:;
|
18893
18896
|
}
|
18894
18897
|
|
18895
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18898
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
18896
18899
|
* raise ImportError("numpy._core.umath failed to import")
|
18897
18900
|
*
|
18898
18901
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18917,7 +18920,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18917
18920
|
return __pyx_r;
|
18918
18921
|
}
|
18919
18922
|
|
18920
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18923
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
18921
18924
|
*
|
18922
18925
|
*
|
18923
18926
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18928,7 +18931,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18928
18931
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
18929
18932
|
int __pyx_r;
|
18930
18933
|
|
18931
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18934
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1053
|
18932
18935
|
* bool
|
18933
18936
|
* """
|
18934
18937
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18938,7 +18941,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18938
18941
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
18939
18942
|
goto __pyx_L0;
|
18940
18943
|
|
18941
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18944
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
18942
18945
|
*
|
18943
18946
|
*
|
18944
18947
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18951,7 +18954,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18951
18954
|
return __pyx_r;
|
18952
18955
|
}
|
18953
18956
|
|
18954
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18957
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
18955
18958
|
*
|
18956
18959
|
*
|
18957
18960
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18962,7 +18965,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18962
18965
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
18963
18966
|
int __pyx_r;
|
18964
18967
|
|
18965
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18968
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1068
|
18966
18969
|
* bool
|
18967
18970
|
* """
|
18968
18971
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18972,7 +18975,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18972
18975
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
18973
18976
|
goto __pyx_L0;
|
18974
18977
|
|
18975
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18978
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
18976
18979
|
*
|
18977
18980
|
*
|
18978
18981
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18985,7 +18988,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18985
18988
|
return __pyx_r;
|
18986
18989
|
}
|
18987
18990
|
|
18988
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18991
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
18989
18992
|
*
|
18990
18993
|
*
|
18991
18994
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18996,7 +18999,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18996
18999
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
18997
19000
|
npy_datetime __pyx_r;
|
18998
19001
|
|
18999
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19002
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1078
|
19000
19003
|
* also needed. That can be found using `get_datetime64_unit`.
|
19001
19004
|
* """
|
19002
19005
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -19006,7 +19009,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
19006
19009
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
19007
19010
|
goto __pyx_L0;
|
19008
19011
|
|
19009
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19012
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
19010
19013
|
*
|
19011
19014
|
*
|
19012
19015
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19019,7 +19022,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
19019
19022
|
return __pyx_r;
|
19020
19023
|
}
|
19021
19024
|
|
19022
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19025
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
19023
19026
|
*
|
19024
19027
|
*
|
19025
19028
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19030,7 +19033,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
19030
19033
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
19031
19034
|
npy_timedelta __pyx_r;
|
19032
19035
|
|
19033
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19036
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1085
|
19034
19037
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
19035
19038
|
* """
|
19036
19039
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -19040,7 +19043,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19040
19043
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
19041
19044
|
goto __pyx_L0;
|
19042
19045
|
|
19043
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19046
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
19044
19047
|
*
|
19045
19048
|
*
|
19046
19049
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19053,7 +19056,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19053
19056
|
return __pyx_r;
|
19054
19057
|
}
|
19055
19058
|
|
19056
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19059
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
19057
19060
|
*
|
19058
19061
|
*
|
19059
19062
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19064,7 +19067,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19064
19067
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
19065
19068
|
NPY_DATETIMEUNIT __pyx_r;
|
19066
19069
|
|
19067
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19070
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1092
|
19068
19071
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
19069
19072
|
* """
|
19070
19073
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -19074,7 +19077,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
19074
19077
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
19075
19078
|
goto __pyx_L0;
|
19076
19079
|
|
19077
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19080
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
19078
19081
|
*
|
19079
19082
|
*
|
19080
19083
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -25479,153 +25482,153 @@ static int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
25479
25482
|
/*--- Type import code ---*/
|
25480
25483
|
__pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(3, 9, __pyx_L1_error)
|
25481
25484
|
__Pyx_GOTREF(__pyx_t_1);
|
25482
|
-
__pyx_mstate->__pyx_ptype_7cpython_4type_type =
|
25485
|
+
__pyx_mstate->__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_1_3(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
|
25483
25486
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25484
|
-
sizeof(PyTypeObject),
|
25487
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyTypeObject),
|
25485
25488
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25486
25489
|
0, 0,
|
25487
25490
|
#else
|
25488
|
-
sizeof(PyHeapTypeObject),
|
25491
|
+
sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyHeapTypeObject),
|
25489
25492
|
#endif
|
25490
|
-
|
25493
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_7cpython_4type_type) __PYX_ERR(3, 9, __pyx_L1_error)
|
25491
25494
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
25492
25495
|
__pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 271, __pyx_L1_error)
|
25493
25496
|
__Pyx_GOTREF(__pyx_t_1);
|
25494
|
-
__pyx_mstate->__pyx_ptype_5numpy_dtype =
|
25497
|
+
__pyx_mstate->__pyx_ptype_5numpy_dtype = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "dtype",
|
25495
25498
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25496
|
-
sizeof(PyArray_Descr),
|
25499
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
25497
25500
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25498
|
-
sizeof(PyArray_Descr),
|
25501
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
25499
25502
|
#else
|
25500
|
-
sizeof(PyArray_Descr),
|
25503
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
25501
25504
|
#endif
|
25502
|
-
|
25503
|
-
__pyx_mstate->__pyx_ptype_5numpy_flatiter =
|
25505
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_dtype) __PYX_ERR(2, 271, __pyx_L1_error)
|
25506
|
+
__pyx_mstate->__pyx_ptype_5numpy_flatiter = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "flatiter",
|
25504
25507
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25505
|
-
sizeof(PyArrayIterObject),
|
25508
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
25506
25509
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25507
|
-
sizeof(PyArrayIterObject),
|
25510
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
25508
25511
|
#else
|
25509
|
-
sizeof(PyArrayIterObject),
|
25512
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
25510
25513
|
#endif
|
25511
|
-
|
25512
|
-
__pyx_mstate->__pyx_ptype_5numpy_broadcast =
|
25514
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_flatiter) __PYX_ERR(2, 316, __pyx_L1_error)
|
25515
|
+
__pyx_mstate->__pyx_ptype_5numpy_broadcast = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "broadcast",
|
25513
25516
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25514
|
-
sizeof(PyArrayMultiIterObject),
|
25517
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
25515
25518
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25516
|
-
sizeof(PyArrayMultiIterObject),
|
25519
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
25517
25520
|
#else
|
25518
|
-
sizeof(PyArrayMultiIterObject),
|
25521
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
25519
25522
|
#endif
|
25520
|
-
|
25521
|
-
__pyx_mstate->__pyx_ptype_5numpy_ndarray =
|
25523
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_broadcast) __PYX_ERR(2, 320, __pyx_L1_error)
|
25524
|
+
__pyx_mstate->__pyx_ptype_5numpy_ndarray = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "ndarray",
|
25522
25525
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25523
|
-
sizeof(PyArrayObject),
|
25526
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
25524
25527
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25525
|
-
sizeof(PyArrayObject),
|
25528
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
25526
25529
|
#else
|
25527
|
-
sizeof(PyArrayObject),
|
25530
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
25528
25531
|
#endif
|
25529
|
-
|
25530
|
-
__pyx_mstate->__pyx_ptype_5numpy_generic =
|
25532
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_ndarray) __PYX_ERR(2, 359, __pyx_L1_error)
|
25533
|
+
__pyx_mstate->__pyx_ptype_5numpy_generic = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "generic",
|
25531
25534
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25532
|
-
sizeof(PyObject),
|
25535
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25533
25536
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25534
|
-
sizeof(PyObject),
|
25537
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25535
25538
|
#else
|
25536
|
-
sizeof(PyObject),
|
25539
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25537
25540
|
#endif
|
25538
|
-
|
25539
|
-
__pyx_mstate->__pyx_ptype_5numpy_number =
|
25541
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_generic) __PYX_ERR(2, 848, __pyx_L1_error)
|
25542
|
+
__pyx_mstate->__pyx_ptype_5numpy_number = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "number",
|
25540
25543
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25541
|
-
sizeof(PyObject),
|
25544
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25542
25545
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25543
|
-
sizeof(PyObject),
|
25546
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25544
25547
|
#else
|
25545
|
-
sizeof(PyObject),
|
25548
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25546
25549
|
#endif
|
25547
|
-
|
25548
|
-
__pyx_mstate->__pyx_ptype_5numpy_integer =
|
25550
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_number) __PYX_ERR(2, 850, __pyx_L1_error)
|
25551
|
+
__pyx_mstate->__pyx_ptype_5numpy_integer = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "integer",
|
25549
25552
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25550
|
-
sizeof(PyObject),
|
25553
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25551
25554
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25552
|
-
sizeof(PyObject),
|
25555
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25553
25556
|
#else
|
25554
|
-
sizeof(PyObject),
|
25557
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25555
25558
|
#endif
|
25556
|
-
|
25557
|
-
__pyx_mstate->__pyx_ptype_5numpy_signedinteger =
|
25559
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_integer) __PYX_ERR(2, 852, __pyx_L1_error)
|
25560
|
+
__pyx_mstate->__pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "signedinteger",
|
25558
25561
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25559
|
-
sizeof(PyObject),
|
25562
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25560
25563
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25561
|
-
sizeof(PyObject),
|
25564
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25562
25565
|
#else
|
25563
|
-
sizeof(PyObject),
|
25566
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25564
25567
|
#endif
|
25565
|
-
|
25566
|
-
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger =
|
25568
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_signedinteger) __PYX_ERR(2, 854, __pyx_L1_error)
|
25569
|
+
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "unsignedinteger",
|
25567
25570
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25568
|
-
sizeof(PyObject),
|
25571
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25569
25572
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25570
|
-
sizeof(PyObject),
|
25573
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25571
25574
|
#else
|
25572
|
-
sizeof(PyObject),
|
25575
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25573
25576
|
#endif
|
25574
|
-
|
25575
|
-
__pyx_mstate->__pyx_ptype_5numpy_inexact =
|
25577
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(2, 856, __pyx_L1_error)
|
25578
|
+
__pyx_mstate->__pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "inexact",
|
25576
25579
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25577
|
-
sizeof(PyObject),
|
25580
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25578
25581
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25579
|
-
sizeof(PyObject),
|
25582
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25580
25583
|
#else
|
25581
|
-
sizeof(PyObject),
|
25584
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25582
25585
|
#endif
|
25583
|
-
|
25584
|
-
__pyx_mstate->__pyx_ptype_5numpy_floating =
|
25586
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_inexact) __PYX_ERR(2, 858, __pyx_L1_error)
|
25587
|
+
__pyx_mstate->__pyx_ptype_5numpy_floating = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "floating",
|
25585
25588
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25586
|
-
sizeof(PyObject),
|
25589
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25587
25590
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25588
|
-
sizeof(PyObject),
|
25591
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25589
25592
|
#else
|
25590
|
-
sizeof(PyObject),
|
25593
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25591
25594
|
#endif
|
25592
|
-
|
25593
|
-
__pyx_mstate->__pyx_ptype_5numpy_complexfloating =
|
25595
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_floating) __PYX_ERR(2, 860, __pyx_L1_error)
|
25596
|
+
__pyx_mstate->__pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "complexfloating",
|
25594
25597
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25595
|
-
sizeof(PyObject),
|
25598
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25596
25599
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25597
|
-
sizeof(PyObject),
|
25600
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25598
25601
|
#else
|
25599
|
-
sizeof(PyObject),
|
25602
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25600
25603
|
#endif
|
25601
|
-
|
25602
|
-
__pyx_mstate->__pyx_ptype_5numpy_flexible =
|
25604
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_complexfloating) __PYX_ERR(2, 862, __pyx_L1_error)
|
25605
|
+
__pyx_mstate->__pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "flexible",
|
25603
25606
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25604
|
-
sizeof(PyObject),
|
25607
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25605
25608
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25606
|
-
sizeof(PyObject),
|
25609
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25607
25610
|
#else
|
25608
|
-
sizeof(PyObject),
|
25611
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25609
25612
|
#endif
|
25610
|
-
|
25611
|
-
__pyx_mstate->__pyx_ptype_5numpy_character =
|
25613
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_flexible) __PYX_ERR(2, 864, __pyx_L1_error)
|
25614
|
+
__pyx_mstate->__pyx_ptype_5numpy_character = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "character",
|
25612
25615
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25613
|
-
sizeof(PyObject),
|
25616
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25614
25617
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25615
|
-
sizeof(PyObject),
|
25618
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25616
25619
|
#else
|
25617
|
-
sizeof(PyObject),
|
25620
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25618
25621
|
#endif
|
25619
|
-
|
25620
|
-
__pyx_mstate->__pyx_ptype_5numpy_ufunc =
|
25622
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_character) __PYX_ERR(2, 866, __pyx_L1_error)
|
25623
|
+
__pyx_mstate->__pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "ufunc",
|
25621
25624
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25622
|
-
sizeof(PyUFuncObject),
|
25625
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
25623
25626
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25624
|
-
sizeof(PyUFuncObject),
|
25627
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
25625
25628
|
#else
|
25626
|
-
sizeof(PyUFuncObject),
|
25629
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
25627
25630
|
#endif
|
25628
|
-
|
25631
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_ufunc) __PYX_ERR(2, 930, __pyx_L1_error)
|
25629
25632
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
25630
25633
|
__Pyx_RefNannyFinishContext();
|
25631
25634
|
return 0;
|
@@ -25646,10 +25649,10 @@ static int __Pyx_modinit_variable_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
25646
25649
|
/*--- Variable import code ---*/
|
25647
25650
|
__pyx_t_1 = PyImport_ImportModule("edsger.commons"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
|
25648
25651
|
__Pyx_GOTREF(__pyx_t_1);
|
25649
|
-
if (
|
25650
|
-
if (
|
25651
|
-
if (
|
25652
|
-
if (
|
25652
|
+
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)
|
25653
|
+
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)
|
25654
|
+
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)
|
25655
|
+
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)
|
25653
25656
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
25654
25657
|
__Pyx_RefNannyFinishContext();
|
25655
25658
|
return 0;
|
@@ -30037,6 +30040,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
30037
30040
|
changed = 1;
|
30038
30041
|
}
|
30039
30042
|
#endif // CYTHON_METH_FASTCALL
|
30043
|
+
#if !CYTHON_COMPILING_IN_PYPY
|
30040
30044
|
else if (strcmp(memb->name, "__module__") == 0) {
|
30041
30045
|
PyObject *descr;
|
30042
30046
|
assert(memb->type == T_OBJECT);
|
@@ -30051,11 +30055,13 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
30051
30055
|
}
|
30052
30056
|
changed = 1;
|
30053
30057
|
}
|
30058
|
+
#endif // !CYTHON_COMPILING_IN_PYPY
|
30054
30059
|
}
|
30055
30060
|
memb++;
|
30056
30061
|
}
|
30057
30062
|
}
|
30058
30063
|
#endif // !CYTHON_COMPILING_IN_LIMITED_API
|
30064
|
+
#if !CYTHON_COMPILING_IN_PYPY
|
30059
30065
|
slot = spec->slots;
|
30060
30066
|
while (slot && slot->slot && slot->slot != Py_tp_getset)
|
30061
30067
|
slot++;
|
@@ -30087,6 +30093,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
30087
30093
|
++getset;
|
30088
30094
|
}
|
30089
30095
|
}
|
30096
|
+
#endif // !CYTHON_COMPILING_IN_PYPY
|
30090
30097
|
if (changed)
|
30091
30098
|
PyType_Modified(type);
|
30092
30099
|
#endif // PY_VERSION_HEX > 0x030900B1
|
@@ -30191,6 +30198,13 @@ try_unpack:
|
|
30191
30198
|
|
30192
30199
|
/* PyObjectCallMethod0 */
|
30193
30200
|
static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name) {
|
30201
|
+
#if CYTHON_VECTORCALL && (__PYX_LIMITED_VERSION_HEX >= 0x030C0000 || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x03090000))
|
30202
|
+
PyObject *args[1] = {obj};
|
30203
|
+
(void) __Pyx_PyObject_GetMethod;
|
30204
|
+
(void) __Pyx_PyObject_CallOneArg;
|
30205
|
+
(void) __Pyx_PyObject_CallNoArg;
|
30206
|
+
return PyObject_VectorcallMethod(method_name, args, 1 | PY_VECTORCALL_ARGUMENTS_OFFSET, NULL);
|
30207
|
+
#else
|
30194
30208
|
PyObject *method = NULL, *result = NULL;
|
30195
30209
|
int is_method = __Pyx_PyObject_GetMethod(obj, method_name, &method);
|
30196
30210
|
if (likely(is_method)) {
|
@@ -30203,6 +30217,7 @@ static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name
|
|
30203
30217
|
Py_DECREF(method);
|
30204
30218
|
bad:
|
30205
30219
|
return result;
|
30220
|
+
#endif
|
30206
30221
|
}
|
30207
30222
|
|
30208
30223
|
/* ValidateBasesTuple */
|
@@ -30632,10 +30647,10 @@ __PYX_GOOD:
|
|
30632
30647
|
}
|
30633
30648
|
|
30634
30649
|
/* TypeImport */
|
30635
|
-
#ifndef
|
30636
|
-
#define
|
30637
|
-
static PyTypeObject *
|
30638
|
-
size_t size, size_t alignment, enum
|
30650
|
+
#ifndef __PYX_HAVE_RT_ImportType_3_1_3
|
30651
|
+
#define __PYX_HAVE_RT_ImportType_3_1_3
|
30652
|
+
static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject *module, const char *module_name, const char *class_name,
|
30653
|
+
size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_3 check_size)
|
30639
30654
|
{
|
30640
30655
|
PyObject *result = 0;
|
30641
30656
|
Py_ssize_t basicsize;
|
@@ -30691,7 +30706,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
30691
30706
|
module_name, class_name, size, basicsize+itemsize);
|
30692
30707
|
goto bad;
|
30693
30708
|
}
|
30694
|
-
if (check_size ==
|
30709
|
+
if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_3 &&
|
30695
30710
|
((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
|
30696
30711
|
PyErr_Format(PyExc_ValueError,
|
30697
30712
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
@@ -30699,7 +30714,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
30699
30714
|
module_name, class_name, size, basicsize, basicsize+itemsize);
|
30700
30715
|
goto bad;
|
30701
30716
|
}
|
30702
|
-
else if (check_size ==
|
30717
|
+
else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_3 && (size_t)basicsize > size) {
|
30703
30718
|
if (PyErr_WarnFormat(NULL, 0,
|
30704
30719
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
30705
30720
|
"Expected %zd from C header, got %zd from PyObject",
|
@@ -30859,7 +30874,7 @@ bad:
|
|
30859
30874
|
}
|
30860
30875
|
|
30861
30876
|
/* CommonTypesMetaclass */
|
30862
|
-
PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
|
30877
|
+
static PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
|
30863
30878
|
return PyUnicode_FromString(__PYX_ABI_MODULE_NAME);
|
30864
30879
|
}
|
30865
30880
|
static PyGetSetDef __pyx_CommonTypesMetaclass_getset[] = {
|
@@ -35137,9 +35152,9 @@ bad:
|
|
35137
35152
|
}
|
35138
35153
|
|
35139
35154
|
/* VoidPtrImport */
|
35140
|
-
#ifndef
|
35141
|
-
#define
|
35142
|
-
static int
|
35155
|
+
#ifndef __PYX_HAVE_RT_ImportVoidPtr_3_1_3
|
35156
|
+
#define __PYX_HAVE_RT_ImportVoidPtr_3_1_3
|
35157
|
+
static int __Pyx_ImportVoidPtr_3_1_3(PyObject *module, const char *name, void **p, const char *sig) {
|
35143
35158
|
PyObject *d = 0;
|
35144
35159
|
PyObject *cobj = 0;
|
35145
35160
|
d = PyObject_GetAttrString(module, "__pyx_capi__");
|