edsger 0.1.4__cp311-cp311-macosx_11_0_arm64.whl → 0.1.5__cp311-cp311-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 +34907 -0
- edsger/bellman_ford.cpython-311-darwin.so +0 -0
- edsger/bellman_ford.pyx +544 -0
- edsger/commons.c +246 -243
- edsger/commons.cpython-311-darwin.so +0 -0
- edsger/dijkstra.c +277 -262
- edsger/dijkstra.cpython-311-darwin.so +0 -0
- edsger/path.py +622 -23
- edsger/path_tracking.c +259 -244
- edsger/path_tracking.cpython-311-darwin.so +0 -0
- edsger/pq_4ary_dec_0b.c +267 -252
- edsger/pq_4ary_dec_0b.cpython-311-darwin.so +0 -0
- edsger/spiess_florian.c +276 -261
- edsger/spiess_florian.cpython-311-darwin.so +0 -0
- edsger/star.c +259 -244
- edsger/star.cpython-311-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/star.c
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
/* Generated by Cython 3.1.
|
1
|
+
/* Generated by Cython 3.1.3 */
|
2
2
|
|
3
3
|
/* BEGIN: Cython Metadata
|
4
4
|
{
|
@@ -40,8 +40,8 @@ END: Cython Metadata */
|
|
40
40
|
#elif PY_VERSION_HEX < 0x03080000
|
41
41
|
#error Cython requires Python 3.8+.
|
42
42
|
#else
|
43
|
-
#define __PYX_ABI_VERSION "
|
44
|
-
#define CYTHON_HEX_VERSION
|
43
|
+
#define __PYX_ABI_VERSION "3_1_3"
|
44
|
+
#define CYTHON_HEX_VERSION 0x030103F0
|
45
45
|
#define CYTHON_FUTURE_DIVISION 1
|
46
46
|
/* CModulePreamble */
|
47
47
|
#include <stddef.h>
|
@@ -404,6 +404,9 @@ END: Cython Metadata */
|
|
404
404
|
enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
|
405
405
|
#endif
|
406
406
|
#endif
|
407
|
+
#ifndef CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME
|
408
|
+
#define CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME 100
|
409
|
+
#endif
|
407
410
|
#ifndef __has_attribute
|
408
411
|
#define __has_attribute(x) 0
|
409
412
|
#endif
|
@@ -1384,7 +1387,7 @@ static const char *__pyx_filename;
|
|
1384
1387
|
static const char* const __pyx_f[] = {
|
1385
1388
|
"src/edsger/star.pyx",
|
1386
1389
|
"<stringsource>",
|
1387
|
-
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1390
|
+
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/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-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":743
|
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-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":744
|
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-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":745
|
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-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":746
|
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-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":748
|
1647
1650
|
* ctypedef npy_int64 int64_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-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":749
|
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-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":750
|
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-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":751
|
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-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":753
|
1683
1686
|
* ctypedef npy_uint64 uint64_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-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":754
|
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-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":761
|
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-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":762
|
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-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":764
|
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-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":765
|
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-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":767
|
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-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":768
|
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-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":769
|
1755
1758
|
* ctypedef npy_double float_t
|
1756
1759
|
* ctypedef npy_double double_t
|
1757
1760
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
@@ -2644,22 +2647,22 @@ static int __Pyx__DelItemOnTypeDict(PyTypeObject *tp, PyObject *k);
|
|
2644
2647
|
static int __Pyx_setup_reduce(PyObject* type_obj);
|
2645
2648
|
|
2646
2649
|
/* TypeImport.proto */
|
2647
|
-
#ifndef
|
2648
|
-
#define
|
2650
|
+
#ifndef __PYX_HAVE_RT_ImportType_proto_3_1_3
|
2651
|
+
#define __PYX_HAVE_RT_ImportType_proto_3_1_3
|
2649
2652
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
2650
2653
|
#include <stdalign.h>
|
2651
2654
|
#endif
|
2652
2655
|
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
|
2653
|
-
#define
|
2656
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_3(s) alignof(s)
|
2654
2657
|
#else
|
2655
|
-
#define
|
2658
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_3(s) sizeof(void*)
|
2656
2659
|
#endif
|
2657
|
-
enum
|
2658
|
-
|
2659
|
-
|
2660
|
-
|
2660
|
+
enum __Pyx_ImportType_CheckSize_3_1_3 {
|
2661
|
+
__Pyx_ImportType_CheckSize_Error_3_1_3 = 0,
|
2662
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3 = 1,
|
2663
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3 = 2
|
2661
2664
|
};
|
2662
|
-
static PyTypeObject *
|
2665
|
+
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);
|
2663
2666
|
#endif
|
2664
2667
|
|
2665
2668
|
/* FetchSharedCythonModule.proto */
|
@@ -17185,7 +17188,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17185
17188
|
return __pyx_r;
|
17186
17189
|
}
|
17187
17190
|
|
17188
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17191
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
|
17189
17192
|
* cdef int type_num
|
17190
17193
|
*
|
17191
17194
|
* @property # <<<<<<<<<<<<<<
|
@@ -17196,7 +17199,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17196
17199
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
17197
17200
|
npy_intp __pyx_r;
|
17198
17201
|
|
17199
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17202
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":244
|
17200
17203
|
* @property
|
17201
17204
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
17202
17205
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -17206,7 +17209,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17206
17209
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
17207
17210
|
goto __pyx_L0;
|
17208
17211
|
|
17209
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17212
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
|
17210
17213
|
* cdef int type_num
|
17211
17214
|
*
|
17212
17215
|
* @property # <<<<<<<<<<<<<<
|
@@ -17219,7 +17222,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17219
17222
|
return __pyx_r;
|
17220
17223
|
}
|
17221
17224
|
|
17222
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17225
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
|
17223
17226
|
* return PyDataType_ELSIZE(self)
|
17224
17227
|
*
|
17225
17228
|
* @property # <<<<<<<<<<<<<<
|
@@ -17230,7 +17233,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17230
17233
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
17231
17234
|
npy_intp __pyx_r;
|
17232
17235
|
|
17233
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17236
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":248
|
17234
17237
|
* @property
|
17235
17238
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
17236
17239
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -17240,7 +17243,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17240
17243
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
17241
17244
|
goto __pyx_L0;
|
17242
17245
|
|
17243
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17246
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
|
17244
17247
|
* return PyDataType_ELSIZE(self)
|
17245
17248
|
*
|
17246
17249
|
* @property # <<<<<<<<<<<<<<
|
@@ -17253,7 +17256,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17253
17256
|
return __pyx_r;
|
17254
17257
|
}
|
17255
17258
|
|
17256
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17259
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
|
17257
17260
|
* # Use fields/names with care as they may be NULL. You must check
|
17258
17261
|
* # for this using PyDataType_HASFIELDS.
|
17259
17262
|
* @property # <<<<<<<<<<<<<<
|
@@ -17267,7 +17270,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17267
17270
|
PyObject *__pyx_t_1;
|
17268
17271
|
__Pyx_RefNannySetupContext("fields", 0);
|
17269
17272
|
|
17270
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17273
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":254
|
17271
17274
|
* @property
|
17272
17275
|
* cdef inline object fields(self):
|
17273
17276
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -17280,7 +17283,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17280
17283
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
17281
17284
|
goto __pyx_L0;
|
17282
17285
|
|
17283
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17286
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
|
17284
17287
|
* # Use fields/names with care as they may be NULL. You must check
|
17285
17288
|
* # for this using PyDataType_HASFIELDS.
|
17286
17289
|
* @property # <<<<<<<<<<<<<<
|
@@ -17295,7 +17298,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17295
17298
|
return __pyx_r;
|
17296
17299
|
}
|
17297
17300
|
|
17298
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17301
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
|
17299
17302
|
* return <object>PyDataType_FIELDS(self)
|
17300
17303
|
*
|
17301
17304
|
* @property # <<<<<<<<<<<<<<
|
@@ -17309,7 +17312,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17309
17312
|
PyObject *__pyx_t_1;
|
17310
17313
|
__Pyx_RefNannySetupContext("names", 0);
|
17311
17314
|
|
17312
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17315
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":258
|
17313
17316
|
* @property
|
17314
17317
|
* cdef inline tuple names(self):
|
17315
17318
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -17322,7 +17325,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17322
17325
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
17323
17326
|
goto __pyx_L0;
|
17324
17327
|
|
17325
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17328
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
|
17326
17329
|
* return <object>PyDataType_FIELDS(self)
|
17327
17330
|
*
|
17328
17331
|
* @property # <<<<<<<<<<<<<<
|
@@ -17337,7 +17340,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17337
17340
|
return __pyx_r;
|
17338
17341
|
}
|
17339
17342
|
|
17340
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17343
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
17341
17344
|
* # valid (the pointer can be NULL). Most users should access
|
17342
17345
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17343
17346
|
* @property # <<<<<<<<<<<<<<
|
@@ -17348,7 +17351,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17348
17351
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
17349
17352
|
PyArray_ArrayDescr *__pyx_r;
|
17350
17353
|
|
17351
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17354
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":265
|
17352
17355
|
* @property
|
17353
17356
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
17354
17357
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -17358,7 +17361,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17358
17361
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
17359
17362
|
goto __pyx_L0;
|
17360
17363
|
|
17361
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17364
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
17362
17365
|
* # valid (the pointer can be NULL). Most users should access
|
17363
17366
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17364
17367
|
* @property # <<<<<<<<<<<<<<
|
@@ -17371,7 +17374,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17371
17374
|
return __pyx_r;
|
17372
17375
|
}
|
17373
17376
|
|
17374
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17377
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
|
17375
17378
|
* return PyDataType_SUBARRAY(self)
|
17376
17379
|
*
|
17377
17380
|
* @property # <<<<<<<<<<<<<<
|
@@ -17382,7 +17385,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17382
17385
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
17383
17386
|
npy_uint64 __pyx_r;
|
17384
17387
|
|
17385
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17388
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":270
|
17386
17389
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
17387
17390
|
* """The data types flags."""
|
17388
17391
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -17392,7 +17395,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17392
17395
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
17393
17396
|
goto __pyx_L0;
|
17394
17397
|
|
17395
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17398
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
|
17396
17399
|
* return PyDataType_SUBARRAY(self)
|
17397
17400
|
*
|
17398
17401
|
* @property # <<<<<<<<<<<<<<
|
@@ -17405,7 +17408,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17405
17408
|
return __pyx_r;
|
17406
17409
|
}
|
17407
17410
|
|
17408
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17411
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
|
17409
17412
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17410
17413
|
*
|
17411
17414
|
* @property # <<<<<<<<<<<<<<
|
@@ -17416,7 +17419,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17416
17419
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
17417
17420
|
int __pyx_r;
|
17418
17421
|
|
17419
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17422
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":282
|
17420
17423
|
* cdef inline int numiter(self) noexcept nogil:
|
17421
17424
|
* """The number of arrays that need to be broadcast to the same shape."""
|
17422
17425
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -17426,7 +17429,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17426
17429
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
17427
17430
|
goto __pyx_L0;
|
17428
17431
|
|
17429
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17432
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
|
17430
17433
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17431
17434
|
*
|
17432
17435
|
* @property # <<<<<<<<<<<<<<
|
@@ -17439,7 +17442,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17439
17442
|
return __pyx_r;
|
17440
17443
|
}
|
17441
17444
|
|
17442
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17445
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
17443
17446
|
* return PyArray_MultiIter_NUMITER(self)
|
17444
17447
|
*
|
17445
17448
|
* @property # <<<<<<<<<<<<<<
|
@@ -17450,7 +17453,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17450
17453
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
17451
17454
|
npy_intp __pyx_r;
|
17452
17455
|
|
17453
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17456
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":287
|
17454
17457
|
* cdef inline npy_intp size(self) noexcept nogil:
|
17455
17458
|
* """The total broadcasted size."""
|
17456
17459
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17460,7 +17463,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17460
17463
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
17461
17464
|
goto __pyx_L0;
|
17462
17465
|
|
17463
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17466
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
17464
17467
|
* return PyArray_MultiIter_NUMITER(self)
|
17465
17468
|
*
|
17466
17469
|
* @property # <<<<<<<<<<<<<<
|
@@ -17473,7 +17476,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17473
17476
|
return __pyx_r;
|
17474
17477
|
}
|
17475
17478
|
|
17476
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17479
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
|
17477
17480
|
* return PyArray_MultiIter_SIZE(self)
|
17478
17481
|
*
|
17479
17482
|
* @property # <<<<<<<<<<<<<<
|
@@ -17484,7 +17487,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17484
17487
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
17485
17488
|
npy_intp __pyx_r;
|
17486
17489
|
|
17487
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17490
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":292
|
17488
17491
|
* cdef inline npy_intp index(self) noexcept nogil:
|
17489
17492
|
* """The current (1-d) index into the broadcasted result."""
|
17490
17493
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -17494,7 +17497,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17494
17497
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
17495
17498
|
goto __pyx_L0;
|
17496
17499
|
|
17497
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17500
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
|
17498
17501
|
* return PyArray_MultiIter_SIZE(self)
|
17499
17502
|
*
|
17500
17503
|
* @property # <<<<<<<<<<<<<<
|
@@ -17507,7 +17510,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17507
17510
|
return __pyx_r;
|
17508
17511
|
}
|
17509
17512
|
|
17510
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17513
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
|
17511
17514
|
* return PyArray_MultiIter_INDEX(self)
|
17512
17515
|
*
|
17513
17516
|
* @property # <<<<<<<<<<<<<<
|
@@ -17518,7 +17521,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17518
17521
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
17519
17522
|
int __pyx_r;
|
17520
17523
|
|
17521
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17524
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":297
|
17522
17525
|
* cdef inline int nd(self) noexcept nogil:
|
17523
17526
|
* """The number of dimensions in the broadcasted result."""
|
17524
17527
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17528,7 +17531,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17528
17531
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
17529
17532
|
goto __pyx_L0;
|
17530
17533
|
|
17531
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17534
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
|
17532
17535
|
* return PyArray_MultiIter_INDEX(self)
|
17533
17536
|
*
|
17534
17537
|
* @property # <<<<<<<<<<<<<<
|
@@ -17541,7 +17544,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17541
17544
|
return __pyx_r;
|
17542
17545
|
}
|
17543
17546
|
|
17544
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17547
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
|
17545
17548
|
* return PyArray_MultiIter_NDIM(self)
|
17546
17549
|
*
|
17547
17550
|
* @property # <<<<<<<<<<<<<<
|
@@ -17552,7 +17555,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17552
17555
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
17553
17556
|
npy_intp *__pyx_r;
|
17554
17557
|
|
17555
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17558
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":302
|
17556
17559
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
17557
17560
|
* """The shape of the broadcasted result."""
|
17558
17561
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17562,7 +17565,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17562
17565
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
17563
17566
|
goto __pyx_L0;
|
17564
17567
|
|
17565
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17568
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
|
17566
17569
|
* return PyArray_MultiIter_NDIM(self)
|
17567
17570
|
*
|
17568
17571
|
* @property # <<<<<<<<<<<<<<
|
@@ -17575,7 +17578,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17575
17578
|
return __pyx_r;
|
17576
17579
|
}
|
17577
17580
|
|
17578
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17581
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
|
17579
17582
|
* return PyArray_MultiIter_DIMS(self)
|
17580
17583
|
*
|
17581
17584
|
* @property # <<<<<<<<<<<<<<
|
@@ -17586,7 +17589,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17586
17589
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
17587
17590
|
void **__pyx_r;
|
17588
17591
|
|
17589
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17592
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":308
|
17590
17593
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
17591
17594
|
* On return, the iterators are adjusted for broadcasting."""
|
17592
17595
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -17596,7 +17599,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17596
17599
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
17597
17600
|
goto __pyx_L0;
|
17598
17601
|
|
17599
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17602
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
|
17600
17603
|
* return PyArray_MultiIter_DIMS(self)
|
17601
17604
|
*
|
17602
17605
|
* @property # <<<<<<<<<<<<<<
|
@@ -17609,7 +17612,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17609
17612
|
return __pyx_r;
|
17610
17613
|
}
|
17611
17614
|
|
17612
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17615
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
|
17613
17616
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17614
17617
|
*
|
17615
17618
|
* @property # <<<<<<<<<<<<<<
|
@@ -17620,7 +17623,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17620
17623
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
17621
17624
|
PyObject *__pyx_r;
|
17622
17625
|
|
17623
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17626
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":326
|
17624
17627
|
* """Returns a borrowed reference to the object owning the data/memory.
|
17625
17628
|
* """
|
17626
17629
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -17630,7 +17633,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17630
17633
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
17631
17634
|
goto __pyx_L0;
|
17632
17635
|
|
17633
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17636
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
|
17634
17637
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17635
17638
|
*
|
17636
17639
|
* @property # <<<<<<<<<<<<<<
|
@@ -17643,7 +17646,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17643
17646
|
return __pyx_r;
|
17644
17647
|
}
|
17645
17648
|
|
17646
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17649
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
|
17647
17650
|
* return PyArray_BASE(self)
|
17648
17651
|
*
|
17649
17652
|
* @property # <<<<<<<<<<<<<<
|
@@ -17657,7 +17660,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17657
17660
|
PyArray_Descr *__pyx_t_1;
|
17658
17661
|
__Pyx_RefNannySetupContext("descr", 0);
|
17659
17662
|
|
17660
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17663
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":332
|
17661
17664
|
* """Returns an owned reference to the dtype of the array.
|
17662
17665
|
* """
|
17663
17666
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -17670,7 +17673,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17670
17673
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
17671
17674
|
goto __pyx_L0;
|
17672
17675
|
|
17673
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17676
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
|
17674
17677
|
* return PyArray_BASE(self)
|
17675
17678
|
*
|
17676
17679
|
* @property # <<<<<<<<<<<<<<
|
@@ -17685,7 +17688,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17685
17688
|
return __pyx_r;
|
17686
17689
|
}
|
17687
17690
|
|
17688
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17691
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
|
17689
17692
|
* return <dtype>PyArray_DESCR(self)
|
17690
17693
|
*
|
17691
17694
|
* @property # <<<<<<<<<<<<<<
|
@@ -17696,7 +17699,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17696
17699
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
17697
17700
|
int __pyx_r;
|
17698
17701
|
|
17699
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17702
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":338
|
17700
17703
|
* """Returns the number of dimensions in the array.
|
17701
17704
|
* """
|
17702
17705
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17706,7 +17709,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17706
17709
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
17707
17710
|
goto __pyx_L0;
|
17708
17711
|
|
17709
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17712
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
|
17710
17713
|
* return <dtype>PyArray_DESCR(self)
|
17711
17714
|
*
|
17712
17715
|
* @property # <<<<<<<<<<<<<<
|
@@ -17719,7 +17722,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17719
17722
|
return __pyx_r;
|
17720
17723
|
}
|
17721
17724
|
|
17722
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17725
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
|
17723
17726
|
* return PyArray_NDIM(self)
|
17724
17727
|
*
|
17725
17728
|
* @property # <<<<<<<<<<<<<<
|
@@ -17730,7 +17733,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17730
17733
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
17731
17734
|
npy_intp *__pyx_r;
|
17732
17735
|
|
17733
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17736
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":346
|
17734
17737
|
* Can return NULL for 0-dimensional arrays.
|
17735
17738
|
* """
|
17736
17739
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17740,7 +17743,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17740
17743
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
17741
17744
|
goto __pyx_L0;
|
17742
17745
|
|
17743
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17746
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
|
17744
17747
|
* return PyArray_NDIM(self)
|
17745
17748
|
*
|
17746
17749
|
* @property # <<<<<<<<<<<<<<
|
@@ -17753,7 +17756,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17753
17756
|
return __pyx_r;
|
17754
17757
|
}
|
17755
17758
|
|
17756
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17759
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
|
17757
17760
|
* return PyArray_DIMS(self)
|
17758
17761
|
*
|
17759
17762
|
* @property # <<<<<<<<<<<<<<
|
@@ -17764,7 +17767,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17764
17767
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
17765
17768
|
npy_intp *__pyx_r;
|
17766
17769
|
|
17767
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17770
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":353
|
17768
17771
|
* The number of elements matches the number of dimensions of the array (ndim).
|
17769
17772
|
* """
|
17770
17773
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -17774,7 +17777,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17774
17777
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
17775
17778
|
goto __pyx_L0;
|
17776
17779
|
|
17777
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17780
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
|
17778
17781
|
* return PyArray_DIMS(self)
|
17779
17782
|
*
|
17780
17783
|
* @property # <<<<<<<<<<<<<<
|
@@ -17787,7 +17790,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17787
17790
|
return __pyx_r;
|
17788
17791
|
}
|
17789
17792
|
|
17790
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17793
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
|
17791
17794
|
* return PyArray_STRIDES(self)
|
17792
17795
|
*
|
17793
17796
|
* @property # <<<<<<<<<<<<<<
|
@@ -17798,7 +17801,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17798
17801
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
17799
17802
|
npy_intp __pyx_r;
|
17800
17803
|
|
17801
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17804
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":359
|
17802
17805
|
* """Returns the total size (in number of elements) of the array.
|
17803
17806
|
* """
|
17804
17807
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17808,7 +17811,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17808
17811
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
17809
17812
|
goto __pyx_L0;
|
17810
17813
|
|
17811
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17814
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
|
17812
17815
|
* return PyArray_STRIDES(self)
|
17813
17816
|
*
|
17814
17817
|
* @property # <<<<<<<<<<<<<<
|
@@ -17821,7 +17824,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17821
17824
|
return __pyx_r;
|
17822
17825
|
}
|
17823
17826
|
|
17824
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17827
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
|
17825
17828
|
* return PyArray_SIZE(self)
|
17826
17829
|
*
|
17827
17830
|
* @property # <<<<<<<<<<<<<<
|
@@ -17832,7 +17835,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17832
17835
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
17833
17836
|
char *__pyx_r;
|
17834
17837
|
|
17835
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17838
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":368
|
17836
17839
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
17837
17840
|
* """
|
17838
17841
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -17842,7 +17845,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17842
17845
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
17843
17846
|
goto __pyx_L0;
|
17844
17847
|
|
17845
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17848
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
|
17846
17849
|
* return PyArray_SIZE(self)
|
17847
17850
|
*
|
17848
17851
|
* @property # <<<<<<<<<<<<<<
|
@@ -17855,7 +17858,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17855
17858
|
return __pyx_r;
|
17856
17859
|
}
|
17857
17860
|
|
17858
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17861
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
17859
17862
|
* ctypedef long double complex clongdouble_t
|
17860
17863
|
*
|
17861
17864
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -17872,7 +17875,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17872
17875
|
int __pyx_clineno = 0;
|
17873
17876
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
17874
17877
|
|
17875
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17878
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":777
|
17876
17879
|
*
|
17877
17880
|
* cdef inline object PyArray_MultiIterNew1(a):
|
17878
17881
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -17886,7 +17889,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17886
17889
|
__pyx_t_1 = 0;
|
17887
17890
|
goto __pyx_L0;
|
17888
17891
|
|
17889
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17892
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
17890
17893
|
* ctypedef long double complex clongdouble_t
|
17891
17894
|
*
|
17892
17895
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -17905,7 +17908,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17905
17908
|
return __pyx_r;
|
17906
17909
|
}
|
17907
17910
|
|
17908
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17911
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
17909
17912
|
* return PyArray_MultiIterNew(1, <void*>a)
|
17910
17913
|
*
|
17911
17914
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -17922,7 +17925,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17922
17925
|
int __pyx_clineno = 0;
|
17923
17926
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
17924
17927
|
|
17925
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17928
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":780
|
17926
17929
|
*
|
17927
17930
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
17928
17931
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -17936,7 +17939,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17936
17939
|
__pyx_t_1 = 0;
|
17937
17940
|
goto __pyx_L0;
|
17938
17941
|
|
17939
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17942
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
17940
17943
|
* return PyArray_MultiIterNew(1, <void*>a)
|
17941
17944
|
*
|
17942
17945
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -17955,7 +17958,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
17955
17958
|
return __pyx_r;
|
17956
17959
|
}
|
17957
17960
|
|
17958
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17961
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
17959
17962
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
17960
17963
|
*
|
17961
17964
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -17972,7 +17975,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
17972
17975
|
int __pyx_clineno = 0;
|
17973
17976
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
17974
17977
|
|
17975
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17978
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":783
|
17976
17979
|
*
|
17977
17980
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
17978
17981
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -17986,7 +17989,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
17986
17989
|
__pyx_t_1 = 0;
|
17987
17990
|
goto __pyx_L0;
|
17988
17991
|
|
17989
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17992
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
17990
17993
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
17991
17994
|
*
|
17992
17995
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18005,7 +18008,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18005
18008
|
return __pyx_r;
|
18006
18009
|
}
|
18007
18010
|
|
18008
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18011
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
18009
18012
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18010
18013
|
*
|
18011
18014
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18022,7 +18025,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18022
18025
|
int __pyx_clineno = 0;
|
18023
18026
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
18024
18027
|
|
18025
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18028
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":786
|
18026
18029
|
*
|
18027
18030
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
18028
18031
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -18036,7 +18039,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18036
18039
|
__pyx_t_1 = 0;
|
18037
18040
|
goto __pyx_L0;
|
18038
18041
|
|
18039
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18042
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
18040
18043
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18041
18044
|
*
|
18042
18045
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18055,7 +18058,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18055
18058
|
return __pyx_r;
|
18056
18059
|
}
|
18057
18060
|
|
18058
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18061
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
18059
18062
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18060
18063
|
*
|
18061
18064
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18072,7 +18075,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18072
18075
|
int __pyx_clineno = 0;
|
18073
18076
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
18074
18077
|
|
18075
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18078
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":789
|
18076
18079
|
*
|
18077
18080
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
18078
18081
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -18086,7 +18089,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18086
18089
|
__pyx_t_1 = 0;
|
18087
18090
|
goto __pyx_L0;
|
18088
18091
|
|
18089
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18092
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
18090
18093
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18091
18094
|
*
|
18092
18095
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18105,7 +18108,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18105
18108
|
return __pyx_r;
|
18106
18109
|
}
|
18107
18110
|
|
18108
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18111
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
18109
18112
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18110
18113
|
*
|
18111
18114
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18120,7 +18123,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18120
18123
|
PyObject *__pyx_t_2;
|
18121
18124
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
18122
18125
|
|
18123
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18126
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
18124
18127
|
*
|
18125
18128
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18126
18129
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18130,7 +18133,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18130
18133
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
18131
18134
|
if (__pyx_t_1) {
|
18132
18135
|
|
18133
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18136
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":793
|
18134
18137
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18135
18138
|
* if PyDataType_HASSUBARRAY(d):
|
18136
18139
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -18143,7 +18146,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18143
18146
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
18144
18147
|
goto __pyx_L0;
|
18145
18148
|
|
18146
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18149
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
18147
18150
|
*
|
18148
18151
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18149
18152
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18152,7 +18155,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18152
18155
|
*/
|
18153
18156
|
}
|
18154
18157
|
|
18155
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18158
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":795
|
18156
18159
|
* return <tuple>d.subarray.shape
|
18157
18160
|
* else:
|
18158
18161
|
* return () # <<<<<<<<<<<<<<
|
@@ -18166,7 +18169,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18166
18169
|
goto __pyx_L0;
|
18167
18170
|
}
|
18168
18171
|
|
18169
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18172
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
18170
18173
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18171
18174
|
*
|
18172
18175
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18181,7 +18184,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18181
18184
|
return __pyx_r;
|
18182
18185
|
}
|
18183
18186
|
|
18184
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18187
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
18185
18188
|
* int _import_umath() except -1
|
18186
18189
|
*
|
18187
18190
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18195,7 +18198,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18195
18198
|
const char *__pyx_filename = NULL;
|
18196
18199
|
int __pyx_clineno = 0;
|
18197
18200
|
|
18198
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18201
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":995
|
18199
18202
|
*
|
18200
18203
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18201
18204
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -18204,7 +18207,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18204
18207
|
*/
|
18205
18208
|
Py_INCREF(__pyx_v_base);
|
18206
18209
|
|
18207
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18210
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":996
|
18208
18211
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18209
18212
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
18210
18213
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -18213,7 +18216,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18213
18216
|
*/
|
18214
18217
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(2, 996, __pyx_L1_error)
|
18215
18218
|
|
18216
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18219
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
18217
18220
|
* int _import_umath() except -1
|
18218
18221
|
*
|
18219
18222
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18228,7 +18231,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18228
18231
|
__pyx_L0:;
|
18229
18232
|
}
|
18230
18233
|
|
18231
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18234
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
18232
18235
|
* PyArray_SetBaseObject(arr, base)
|
18233
18236
|
*
|
18234
18237
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18243,7 +18246,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18243
18246
|
int __pyx_t_1;
|
18244
18247
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
18245
18248
|
|
18246
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18249
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":999
|
18247
18250
|
*
|
18248
18251
|
* cdef inline object get_array_base(ndarray arr):
|
18249
18252
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -18252,7 +18255,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18252
18255
|
*/
|
18253
18256
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
18254
18257
|
|
18255
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18258
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
|
18256
18259
|
* cdef inline object get_array_base(ndarray arr):
|
18257
18260
|
* base = PyArray_BASE(arr)
|
18258
18261
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18262,7 +18265,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18262
18265
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
18263
18266
|
if (__pyx_t_1) {
|
18264
18267
|
|
18265
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18268
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1001
|
18266
18269
|
* base = PyArray_BASE(arr)
|
18267
18270
|
* if base is NULL:
|
18268
18271
|
* return None # <<<<<<<<<<<<<<
|
@@ -18273,7 +18276,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18273
18276
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
18274
18277
|
goto __pyx_L0;
|
18275
18278
|
|
18276
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18279
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
|
18277
18280
|
* cdef inline object get_array_base(ndarray arr):
|
18278
18281
|
* base = PyArray_BASE(arr)
|
18279
18282
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18282,7 +18285,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18282
18285
|
*/
|
18283
18286
|
}
|
18284
18287
|
|
18285
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18288
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1002
|
18286
18289
|
* if base is NULL:
|
18287
18290
|
* return None
|
18288
18291
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -18294,7 +18297,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18294
18297
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
18295
18298
|
goto __pyx_L0;
|
18296
18299
|
|
18297
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18300
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
18298
18301
|
* PyArray_SetBaseObject(arr, base)
|
18299
18302
|
*
|
18300
18303
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18309,7 +18312,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18309
18312
|
return __pyx_r;
|
18310
18313
|
}
|
18311
18314
|
|
18312
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18315
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
|
18313
18316
|
* # Versions of the import_* functions which are more suitable for
|
18314
18317
|
* # Cython code.
|
18315
18318
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18336,7 +18339,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18336
18339
|
int __pyx_clineno = 0;
|
18337
18340
|
__Pyx_RefNannySetupContext("import_array", 0);
|
18338
18341
|
|
18339
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18342
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
18340
18343
|
* # Cython code.
|
18341
18344
|
* cdef inline int import_array() except -1:
|
18342
18345
|
* try: # <<<<<<<<<<<<<<
|
@@ -18352,7 +18355,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18352
18355
|
__Pyx_XGOTREF(__pyx_t_3);
|
18353
18356
|
/*try:*/ {
|
18354
18357
|
|
18355
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18358
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1008
|
18356
18359
|
* cdef inline int import_array() except -1:
|
18357
18360
|
* try:
|
18358
18361
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -18361,7 +18364,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18361
18364
|
*/
|
18362
18365
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1008, __pyx_L3_error)
|
18363
18366
|
|
18364
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18367
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
18365
18368
|
* # Cython code.
|
18366
18369
|
* cdef inline int import_array() except -1:
|
18367
18370
|
* try: # <<<<<<<<<<<<<<
|
@@ -18375,7 +18378,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18375
18378
|
goto __pyx_L8_try_end;
|
18376
18379
|
__pyx_L3_error:;
|
18377
18380
|
|
18378
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18381
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1009
|
18379
18382
|
* try:
|
18380
18383
|
* __pyx_import_array()
|
18381
18384
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18390,7 +18393,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18390
18393
|
__Pyx_XGOTREF(__pyx_t_6);
|
18391
18394
|
__Pyx_XGOTREF(__pyx_t_7);
|
18392
18395
|
|
18393
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18396
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1010
|
18394
18397
|
* __pyx_import_array()
|
18395
18398
|
* except Exception:
|
18396
18399
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -18415,7 +18418,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18415
18418
|
}
|
18416
18419
|
goto __pyx_L5_except_error;
|
18417
18420
|
|
18418
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18421
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
18419
18422
|
* # Cython code.
|
18420
18423
|
* cdef inline int import_array() except -1:
|
18421
18424
|
* try: # <<<<<<<<<<<<<<
|
@@ -18431,7 +18434,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18431
18434
|
__pyx_L8_try_end:;
|
18432
18435
|
}
|
18433
18436
|
|
18434
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18437
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
|
18435
18438
|
* # Versions of the import_* functions which are more suitable for
|
18436
18439
|
* # Cython code.
|
18437
18440
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18456,7 +18459,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18456
18459
|
return __pyx_r;
|
18457
18460
|
}
|
18458
18461
|
|
18459
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18462
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
|
18460
18463
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18461
18464
|
*
|
18462
18465
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18483,7 +18486,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18483
18486
|
int __pyx_clineno = 0;
|
18484
18487
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
18485
18488
|
|
18486
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18489
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
18487
18490
|
*
|
18488
18491
|
* cdef inline int import_umath() except -1:
|
18489
18492
|
* try: # <<<<<<<<<<<<<<
|
@@ -18499,7 +18502,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18499
18502
|
__Pyx_XGOTREF(__pyx_t_3);
|
18500
18503
|
/*try:*/ {
|
18501
18504
|
|
18502
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18505
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1014
|
18503
18506
|
* cdef inline int import_umath() except -1:
|
18504
18507
|
* try:
|
18505
18508
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18508,7 +18511,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18508
18511
|
*/
|
18509
18512
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1014, __pyx_L3_error)
|
18510
18513
|
|
18511
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18514
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
18512
18515
|
*
|
18513
18516
|
* cdef inline int import_umath() except -1:
|
18514
18517
|
* try: # <<<<<<<<<<<<<<
|
@@ -18522,7 +18525,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18522
18525
|
goto __pyx_L8_try_end;
|
18523
18526
|
__pyx_L3_error:;
|
18524
18527
|
|
18525
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18528
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1015
|
18526
18529
|
* try:
|
18527
18530
|
* _import_umath()
|
18528
18531
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18537,7 +18540,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18537
18540
|
__Pyx_XGOTREF(__pyx_t_6);
|
18538
18541
|
__Pyx_XGOTREF(__pyx_t_7);
|
18539
18542
|
|
18540
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18543
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1016
|
18541
18544
|
* _import_umath()
|
18542
18545
|
* except Exception:
|
18543
18546
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18562,7 +18565,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18562
18565
|
}
|
18563
18566
|
goto __pyx_L5_except_error;
|
18564
18567
|
|
18565
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18568
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
18566
18569
|
*
|
18567
18570
|
* cdef inline int import_umath() except -1:
|
18568
18571
|
* try: # <<<<<<<<<<<<<<
|
@@ -18578,7 +18581,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18578
18581
|
__pyx_L8_try_end:;
|
18579
18582
|
}
|
18580
18583
|
|
18581
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18584
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
|
18582
18585
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18583
18586
|
*
|
18584
18587
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18603,7 +18606,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18603
18606
|
return __pyx_r;
|
18604
18607
|
}
|
18605
18608
|
|
18606
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18609
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
|
18607
18610
|
* raise ImportError("numpy._core.umath failed to import")
|
18608
18611
|
*
|
18609
18612
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18630,7 +18633,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18630
18633
|
int __pyx_clineno = 0;
|
18631
18634
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
18632
18635
|
|
18633
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18636
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
18634
18637
|
*
|
18635
18638
|
* cdef inline int import_ufunc() except -1:
|
18636
18639
|
* try: # <<<<<<<<<<<<<<
|
@@ -18646,7 +18649,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18646
18649
|
__Pyx_XGOTREF(__pyx_t_3);
|
18647
18650
|
/*try:*/ {
|
18648
18651
|
|
18649
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18652
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1020
|
18650
18653
|
* cdef inline int import_ufunc() except -1:
|
18651
18654
|
* try:
|
18652
18655
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18655,7 +18658,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18655
18658
|
*/
|
18656
18659
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1020, __pyx_L3_error)
|
18657
18660
|
|
18658
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18661
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
18659
18662
|
*
|
18660
18663
|
* cdef inline int import_ufunc() except -1:
|
18661
18664
|
* try: # <<<<<<<<<<<<<<
|
@@ -18669,7 +18672,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18669
18672
|
goto __pyx_L8_try_end;
|
18670
18673
|
__pyx_L3_error:;
|
18671
18674
|
|
18672
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18675
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1021
|
18673
18676
|
* try:
|
18674
18677
|
* _import_umath()
|
18675
18678
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18684,7 +18687,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18684
18687
|
__Pyx_XGOTREF(__pyx_t_6);
|
18685
18688
|
__Pyx_XGOTREF(__pyx_t_7);
|
18686
18689
|
|
18687
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18690
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1022
|
18688
18691
|
* _import_umath()
|
18689
18692
|
* except Exception:
|
18690
18693
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18709,7 +18712,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18709
18712
|
}
|
18710
18713
|
goto __pyx_L5_except_error;
|
18711
18714
|
|
18712
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18715
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
18713
18716
|
*
|
18714
18717
|
* cdef inline int import_ufunc() except -1:
|
18715
18718
|
* try: # <<<<<<<<<<<<<<
|
@@ -18725,7 +18728,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18725
18728
|
__pyx_L8_try_end:;
|
18726
18729
|
}
|
18727
18730
|
|
18728
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18731
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
|
18729
18732
|
* raise ImportError("numpy._core.umath failed to import")
|
18730
18733
|
*
|
18731
18734
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18750,7 +18753,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18750
18753
|
return __pyx_r;
|
18751
18754
|
}
|
18752
18755
|
|
18753
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18756
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
|
18754
18757
|
*
|
18755
18758
|
*
|
18756
18759
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18761,7 +18764,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18761
18764
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
18762
18765
|
int __pyx_r;
|
18763
18766
|
|
18764
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18767
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1037
|
18765
18768
|
* bool
|
18766
18769
|
* """
|
18767
18770
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18771,7 +18774,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18771
18774
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
18772
18775
|
goto __pyx_L0;
|
18773
18776
|
|
18774
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18777
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
|
18775
18778
|
*
|
18776
18779
|
*
|
18777
18780
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18784,7 +18787,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18784
18787
|
return __pyx_r;
|
18785
18788
|
}
|
18786
18789
|
|
18787
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18790
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
|
18788
18791
|
*
|
18789
18792
|
*
|
18790
18793
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18795,7 +18798,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18795
18798
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
18796
18799
|
int __pyx_r;
|
18797
18800
|
|
18798
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18801
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1052
|
18799
18802
|
* bool
|
18800
18803
|
* """
|
18801
18804
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18805,7 +18808,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18805
18808
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
18806
18809
|
goto __pyx_L0;
|
18807
18810
|
|
18808
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18811
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
|
18809
18812
|
*
|
18810
18813
|
*
|
18811
18814
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18818,7 +18821,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18818
18821
|
return __pyx_r;
|
18819
18822
|
}
|
18820
18823
|
|
18821
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18824
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
|
18822
18825
|
*
|
18823
18826
|
*
|
18824
18827
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18829,7 +18832,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18829
18832
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
18830
18833
|
npy_datetime __pyx_r;
|
18831
18834
|
|
18832
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18835
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1062
|
18833
18836
|
* also needed. That can be found using `get_datetime64_unit`.
|
18834
18837
|
* """
|
18835
18838
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18839,7 +18842,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18839
18842
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
18840
18843
|
goto __pyx_L0;
|
18841
18844
|
|
18842
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18845
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
|
18843
18846
|
*
|
18844
18847
|
*
|
18845
18848
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18852,7 +18855,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18852
18855
|
return __pyx_r;
|
18853
18856
|
}
|
18854
18857
|
|
18855
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18858
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
|
18856
18859
|
*
|
18857
18860
|
*
|
18858
18861
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18863,7 +18866,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18863
18866
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
18864
18867
|
npy_timedelta __pyx_r;
|
18865
18868
|
|
18866
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18869
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1069
|
18867
18870
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
18868
18871
|
* """
|
18869
18872
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18873,7 +18876,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18873
18876
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
18874
18877
|
goto __pyx_L0;
|
18875
18878
|
|
18876
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18879
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
|
18877
18880
|
*
|
18878
18881
|
*
|
18879
18882
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18886,7 +18889,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18886
18889
|
return __pyx_r;
|
18887
18890
|
}
|
18888
18891
|
|
18889
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18892
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
|
18890
18893
|
*
|
18891
18894
|
*
|
18892
18895
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18897,7 +18900,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18897
18900
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
18898
18901
|
NPY_DATETIMEUNIT __pyx_r;
|
18899
18902
|
|
18900
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18903
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1076
|
18901
18904
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
18902
18905
|
* """
|
18903
18906
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -18907,7 +18910,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
18907
18910
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
18908
18911
|
goto __pyx_L0;
|
18909
18912
|
|
18910
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18913
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
|
18911
18914
|
*
|
18912
18915
|
*
|
18913
18916
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -23556,153 +23559,153 @@ static int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
23556
23559
|
/*--- Type import code ---*/
|
23557
23560
|
__pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(3, 9, __pyx_L1_error)
|
23558
23561
|
__Pyx_GOTREF(__pyx_t_1);
|
23559
|
-
__pyx_mstate->__pyx_ptype_7cpython_4type_type =
|
23562
|
+
__pyx_mstate->__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_1_3(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
|
23560
23563
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23561
|
-
sizeof(PyTypeObject),
|
23564
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyTypeObject),
|
23562
23565
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23563
23566
|
0, 0,
|
23564
23567
|
#else
|
23565
|
-
sizeof(PyHeapTypeObject),
|
23568
|
+
sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyHeapTypeObject),
|
23566
23569
|
#endif
|
23567
|
-
|
23570
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_7cpython_4type_type) __PYX_ERR(3, 9, __pyx_L1_error)
|
23568
23571
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
23569
23572
|
__pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 228, __pyx_L1_error)
|
23570
23573
|
__Pyx_GOTREF(__pyx_t_1);
|
23571
|
-
__pyx_mstate->__pyx_ptype_5numpy_dtype =
|
23574
|
+
__pyx_mstate->__pyx_ptype_5numpy_dtype = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "dtype",
|
23572
23575
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23573
|
-
sizeof(PyArray_Descr),
|
23576
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
23574
23577
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23575
|
-
sizeof(PyArray_Descr),
|
23578
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
23576
23579
|
#else
|
23577
|
-
sizeof(PyArray_Descr),
|
23580
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
23578
23581
|
#endif
|
23579
|
-
|
23580
|
-
__pyx_mstate->__pyx_ptype_5numpy_flatiter =
|
23582
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_dtype) __PYX_ERR(2, 228, __pyx_L1_error)
|
23583
|
+
__pyx_mstate->__pyx_ptype_5numpy_flatiter = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "flatiter",
|
23581
23584
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23582
|
-
sizeof(PyArrayIterObject),
|
23585
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
23583
23586
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23584
|
-
sizeof(PyArrayIterObject),
|
23587
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
23585
23588
|
#else
|
23586
|
-
sizeof(PyArrayIterObject),
|
23589
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
23587
23590
|
#endif
|
23588
|
-
|
23589
|
-
__pyx_mstate->__pyx_ptype_5numpy_broadcast =
|
23591
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_flatiter) __PYX_ERR(2, 273, __pyx_L1_error)
|
23592
|
+
__pyx_mstate->__pyx_ptype_5numpy_broadcast = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "broadcast",
|
23590
23593
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23591
|
-
sizeof(PyArrayMultiIterObject),
|
23594
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
23592
23595
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23593
|
-
sizeof(PyArrayMultiIterObject),
|
23596
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
23594
23597
|
#else
|
23595
|
-
sizeof(PyArrayMultiIterObject),
|
23598
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
23596
23599
|
#endif
|
23597
|
-
|
23598
|
-
__pyx_mstate->__pyx_ptype_5numpy_ndarray =
|
23600
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_broadcast) __PYX_ERR(2, 277, __pyx_L1_error)
|
23601
|
+
__pyx_mstate->__pyx_ptype_5numpy_ndarray = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "ndarray",
|
23599
23602
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23600
|
-
sizeof(PyArrayObject),
|
23603
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
23601
23604
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23602
|
-
sizeof(PyArrayObject),
|
23605
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
23603
23606
|
#else
|
23604
|
-
sizeof(PyArrayObject),
|
23607
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
23605
23608
|
#endif
|
23606
|
-
|
23607
|
-
__pyx_mstate->__pyx_ptype_5numpy_generic =
|
23609
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_ndarray) __PYX_ERR(2, 316, __pyx_L1_error)
|
23610
|
+
__pyx_mstate->__pyx_ptype_5numpy_generic = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "generic",
|
23608
23611
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23609
|
-
sizeof(PyObject),
|
23612
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23610
23613
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23611
|
-
sizeof(PyObject),
|
23614
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23612
23615
|
#else
|
23613
|
-
sizeof(PyObject),
|
23616
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23614
23617
|
#endif
|
23615
|
-
|
23616
|
-
__pyx_mstate->__pyx_ptype_5numpy_number =
|
23618
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_generic) __PYX_ERR(2, 825, __pyx_L1_error)
|
23619
|
+
__pyx_mstate->__pyx_ptype_5numpy_number = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "number",
|
23617
23620
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23618
|
-
sizeof(PyObject),
|
23621
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23619
23622
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23620
|
-
sizeof(PyObject),
|
23623
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23621
23624
|
#else
|
23622
|
-
sizeof(PyObject),
|
23625
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23623
23626
|
#endif
|
23624
|
-
|
23625
|
-
__pyx_mstate->__pyx_ptype_5numpy_integer =
|
23627
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_number) __PYX_ERR(2, 827, __pyx_L1_error)
|
23628
|
+
__pyx_mstate->__pyx_ptype_5numpy_integer = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "integer",
|
23626
23629
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23627
|
-
sizeof(PyObject),
|
23630
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23628
23631
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23629
|
-
sizeof(PyObject),
|
23632
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23630
23633
|
#else
|
23631
|
-
sizeof(PyObject),
|
23634
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23632
23635
|
#endif
|
23633
|
-
|
23634
|
-
__pyx_mstate->__pyx_ptype_5numpy_signedinteger =
|
23636
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_integer) __PYX_ERR(2, 829, __pyx_L1_error)
|
23637
|
+
__pyx_mstate->__pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "signedinteger",
|
23635
23638
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23636
|
-
sizeof(PyObject),
|
23639
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23637
23640
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23638
|
-
sizeof(PyObject),
|
23641
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23639
23642
|
#else
|
23640
|
-
sizeof(PyObject),
|
23643
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23641
23644
|
#endif
|
23642
|
-
|
23643
|
-
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger =
|
23645
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_signedinteger) __PYX_ERR(2, 831, __pyx_L1_error)
|
23646
|
+
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "unsignedinteger",
|
23644
23647
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23645
|
-
sizeof(PyObject),
|
23648
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23646
23649
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23647
|
-
sizeof(PyObject),
|
23650
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23648
23651
|
#else
|
23649
|
-
sizeof(PyObject),
|
23652
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23650
23653
|
#endif
|
23651
|
-
|
23652
|
-
__pyx_mstate->__pyx_ptype_5numpy_inexact =
|
23654
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(2, 833, __pyx_L1_error)
|
23655
|
+
__pyx_mstate->__pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "inexact",
|
23653
23656
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23654
|
-
sizeof(PyObject),
|
23657
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23655
23658
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23656
|
-
sizeof(PyObject),
|
23659
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23657
23660
|
#else
|
23658
|
-
sizeof(PyObject),
|
23661
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23659
23662
|
#endif
|
23660
|
-
|
23661
|
-
__pyx_mstate->__pyx_ptype_5numpy_floating =
|
23663
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_inexact) __PYX_ERR(2, 835, __pyx_L1_error)
|
23664
|
+
__pyx_mstate->__pyx_ptype_5numpy_floating = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "floating",
|
23662
23665
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23663
|
-
sizeof(PyObject),
|
23666
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23664
23667
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23665
|
-
sizeof(PyObject),
|
23668
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23666
23669
|
#else
|
23667
|
-
sizeof(PyObject),
|
23670
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23668
23671
|
#endif
|
23669
|
-
|
23670
|
-
__pyx_mstate->__pyx_ptype_5numpy_complexfloating =
|
23672
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_floating) __PYX_ERR(2, 837, __pyx_L1_error)
|
23673
|
+
__pyx_mstate->__pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "complexfloating",
|
23671
23674
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23672
|
-
sizeof(PyObject),
|
23675
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23673
23676
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23674
|
-
sizeof(PyObject),
|
23677
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23675
23678
|
#else
|
23676
|
-
sizeof(PyObject),
|
23679
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23677
23680
|
#endif
|
23678
|
-
|
23679
|
-
__pyx_mstate->__pyx_ptype_5numpy_flexible =
|
23681
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_complexfloating) __PYX_ERR(2, 839, __pyx_L1_error)
|
23682
|
+
__pyx_mstate->__pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "flexible",
|
23680
23683
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23681
|
-
sizeof(PyObject),
|
23684
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23682
23685
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23683
|
-
sizeof(PyObject),
|
23686
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23684
23687
|
#else
|
23685
|
-
sizeof(PyObject),
|
23688
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23686
23689
|
#endif
|
23687
|
-
|
23688
|
-
__pyx_mstate->__pyx_ptype_5numpy_character =
|
23690
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_flexible) __PYX_ERR(2, 841, __pyx_L1_error)
|
23691
|
+
__pyx_mstate->__pyx_ptype_5numpy_character = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "character",
|
23689
23692
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23690
|
-
sizeof(PyObject),
|
23693
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23691
23694
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23692
|
-
sizeof(PyObject),
|
23695
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23693
23696
|
#else
|
23694
|
-
sizeof(PyObject),
|
23697
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23695
23698
|
#endif
|
23696
|
-
|
23697
|
-
__pyx_mstate->__pyx_ptype_5numpy_ufunc =
|
23699
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_character) __PYX_ERR(2, 843, __pyx_L1_error)
|
23700
|
+
__pyx_mstate->__pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "ufunc",
|
23698
23701
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23699
|
-
sizeof(PyUFuncObject),
|
23702
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
23700
23703
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23701
|
-
sizeof(PyUFuncObject),
|
23704
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
23702
23705
|
#else
|
23703
|
-
sizeof(PyUFuncObject),
|
23706
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
23704
23707
|
#endif
|
23705
|
-
|
23708
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_ufunc) __PYX_ERR(2, 907, __pyx_L1_error)
|
23706
23709
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
23707
23710
|
__Pyx_RefNannyFinishContext();
|
23708
23711
|
return 0;
|
@@ -28115,6 +28118,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
28115
28118
|
changed = 1;
|
28116
28119
|
}
|
28117
28120
|
#endif // CYTHON_METH_FASTCALL
|
28121
|
+
#if !CYTHON_COMPILING_IN_PYPY
|
28118
28122
|
else if (strcmp(memb->name, "__module__") == 0) {
|
28119
28123
|
PyObject *descr;
|
28120
28124
|
assert(memb->type == T_OBJECT);
|
@@ -28129,11 +28133,13 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
28129
28133
|
}
|
28130
28134
|
changed = 1;
|
28131
28135
|
}
|
28136
|
+
#endif // !CYTHON_COMPILING_IN_PYPY
|
28132
28137
|
}
|
28133
28138
|
memb++;
|
28134
28139
|
}
|
28135
28140
|
}
|
28136
28141
|
#endif // !CYTHON_COMPILING_IN_LIMITED_API
|
28142
|
+
#if !CYTHON_COMPILING_IN_PYPY
|
28137
28143
|
slot = spec->slots;
|
28138
28144
|
while (slot && slot->slot && slot->slot != Py_tp_getset)
|
28139
28145
|
slot++;
|
@@ -28165,6 +28171,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
28165
28171
|
++getset;
|
28166
28172
|
}
|
28167
28173
|
}
|
28174
|
+
#endif // !CYTHON_COMPILING_IN_PYPY
|
28168
28175
|
if (changed)
|
28169
28176
|
PyType_Modified(type);
|
28170
28177
|
#endif // PY_VERSION_HEX > 0x030900B1
|
@@ -28269,6 +28276,13 @@ try_unpack:
|
|
28269
28276
|
|
28270
28277
|
/* PyObjectCallMethod0 */
|
28271
28278
|
static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name) {
|
28279
|
+
#if CYTHON_VECTORCALL && (__PYX_LIMITED_VERSION_HEX >= 0x030C0000 || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x03090000))
|
28280
|
+
PyObject *args[1] = {obj};
|
28281
|
+
(void) __Pyx_PyObject_GetMethod;
|
28282
|
+
(void) __Pyx_PyObject_CallOneArg;
|
28283
|
+
(void) __Pyx_PyObject_CallNoArg;
|
28284
|
+
return PyObject_VectorcallMethod(method_name, args, 1 | PY_VECTORCALL_ARGUMENTS_OFFSET, NULL);
|
28285
|
+
#else
|
28272
28286
|
PyObject *method = NULL, *result = NULL;
|
28273
28287
|
int is_method = __Pyx_PyObject_GetMethod(obj, method_name, &method);
|
28274
28288
|
if (likely(is_method)) {
|
@@ -28281,6 +28295,7 @@ static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name
|
|
28281
28295
|
Py_DECREF(method);
|
28282
28296
|
bad:
|
28283
28297
|
return result;
|
28298
|
+
#endif
|
28284
28299
|
}
|
28285
28300
|
|
28286
28301
|
/* ValidateBasesTuple */
|
@@ -28710,10 +28725,10 @@ __PYX_GOOD:
|
|
28710
28725
|
}
|
28711
28726
|
|
28712
28727
|
/* TypeImport */
|
28713
|
-
#ifndef
|
28714
|
-
#define
|
28715
|
-
static PyTypeObject *
|
28716
|
-
size_t size, size_t alignment, enum
|
28728
|
+
#ifndef __PYX_HAVE_RT_ImportType_3_1_3
|
28729
|
+
#define __PYX_HAVE_RT_ImportType_3_1_3
|
28730
|
+
static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject *module, const char *module_name, const char *class_name,
|
28731
|
+
size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_3 check_size)
|
28717
28732
|
{
|
28718
28733
|
PyObject *result = 0;
|
28719
28734
|
Py_ssize_t basicsize;
|
@@ -28769,7 +28784,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
28769
28784
|
module_name, class_name, size, basicsize+itemsize);
|
28770
28785
|
goto bad;
|
28771
28786
|
}
|
28772
|
-
if (check_size ==
|
28787
|
+
if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_3 &&
|
28773
28788
|
((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
|
28774
28789
|
PyErr_Format(PyExc_ValueError,
|
28775
28790
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
@@ -28777,7 +28792,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
28777
28792
|
module_name, class_name, size, basicsize, basicsize+itemsize);
|
28778
28793
|
goto bad;
|
28779
28794
|
}
|
28780
|
-
else if (check_size ==
|
28795
|
+
else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_3 && (size_t)basicsize > size) {
|
28781
28796
|
if (PyErr_WarnFormat(NULL, 0,
|
28782
28797
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
28783
28798
|
"Expected %zd from C header, got %zd from PyObject",
|
@@ -28918,7 +28933,7 @@ bad:
|
|
28918
28933
|
}
|
28919
28934
|
|
28920
28935
|
/* CommonTypesMetaclass */
|
28921
|
-
PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
|
28936
|
+
static PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
|
28922
28937
|
return PyUnicode_FromString(__PYX_ABI_MODULE_NAME);
|
28923
28938
|
}
|
28924
28939
|
static PyGetSetDef __pyx_CommonTypesMetaclass_getset[] = {
|