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/commons.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
|
@@ -1381,7 +1384,7 @@ static const char *__pyx_filename;
|
|
1381
1384
|
|
1382
1385
|
static const char* const __pyx_f[] = {
|
1383
1386
|
"src/edsger/commons.pyx",
|
1384
|
-
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1387
|
+
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd",
|
1385
1388
|
"cpython/type.pxd",
|
1386
1389
|
};
|
1387
1390
|
/* #### Code section: utility_code_proto_before_types ### */
|
@@ -1543,7 +1546,7 @@ static const char* const __pyx_f[] = {
|
|
1543
1546
|
|
1544
1547
|
/* #### Code section: numeric_typedefs ### */
|
1545
1548
|
|
1546
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1549
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":743
|
1547
1550
|
* # in Cython to enable them only on the right systems.
|
1548
1551
|
*
|
1549
1552
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
@@ -1552,7 +1555,7 @@ static const char* const __pyx_f[] = {
|
|
1552
1555
|
*/
|
1553
1556
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
1554
1557
|
|
1555
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1558
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":744
|
1556
1559
|
*
|
1557
1560
|
* ctypedef npy_int8 int8_t
|
1558
1561
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
@@ -1561,7 +1564,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1561
1564
|
*/
|
1562
1565
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
1563
1566
|
|
1564
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1567
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":745
|
1565
1568
|
* ctypedef npy_int8 int8_t
|
1566
1569
|
* ctypedef npy_int16 int16_t
|
1567
1570
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
@@ -1570,7 +1573,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1570
1573
|
*/
|
1571
1574
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
1572
1575
|
|
1573
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1576
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":746
|
1574
1577
|
* ctypedef npy_int16 int16_t
|
1575
1578
|
* ctypedef npy_int32 int32_t
|
1576
1579
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
@@ -1579,7 +1582,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1579
1582
|
*/
|
1580
1583
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
1581
1584
|
|
1582
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1585
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":748
|
1583
1586
|
* ctypedef npy_int64 int64_t
|
1584
1587
|
*
|
1585
1588
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
@@ -1588,7 +1591,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1588
1591
|
*/
|
1589
1592
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
1590
1593
|
|
1591
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1594
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":749
|
1592
1595
|
*
|
1593
1596
|
* ctypedef npy_uint8 uint8_t
|
1594
1597
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
@@ -1597,7 +1600,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1597
1600
|
*/
|
1598
1601
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
1599
1602
|
|
1600
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1603
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":750
|
1601
1604
|
* ctypedef npy_uint8 uint8_t
|
1602
1605
|
* ctypedef npy_uint16 uint16_t
|
1603
1606
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
@@ -1606,7 +1609,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1606
1609
|
*/
|
1607
1610
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
1608
1611
|
|
1609
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1612
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":751
|
1610
1613
|
* ctypedef npy_uint16 uint16_t
|
1611
1614
|
* ctypedef npy_uint32 uint32_t
|
1612
1615
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
@@ -1615,7 +1618,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1615
1618
|
*/
|
1616
1619
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
1617
1620
|
|
1618
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1621
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":753
|
1619
1622
|
* ctypedef npy_uint64 uint64_t
|
1620
1623
|
*
|
1621
1624
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
@@ -1624,7 +1627,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1624
1627
|
*/
|
1625
1628
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
1626
1629
|
|
1627
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1630
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":754
|
1628
1631
|
*
|
1629
1632
|
* ctypedef npy_float32 float32_t
|
1630
1633
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
@@ -1633,7 +1636,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1633
1636
|
*/
|
1634
1637
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
1635
1638
|
|
1636
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1639
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":761
|
1637
1640
|
* ctypedef double complex complex128_t
|
1638
1641
|
*
|
1639
1642
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
@@ -1642,7 +1645,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1642
1645
|
*/
|
1643
1646
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
1644
1647
|
|
1645
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1648
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":762
|
1646
1649
|
*
|
1647
1650
|
* ctypedef npy_longlong longlong_t
|
1648
1651
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
@@ -1651,7 +1654,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1651
1654
|
*/
|
1652
1655
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
1653
1656
|
|
1654
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1657
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":764
|
1655
1658
|
* ctypedef npy_ulonglong ulonglong_t
|
1656
1659
|
*
|
1657
1660
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
@@ -1660,7 +1663,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1660
1663
|
*/
|
1661
1664
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
1662
1665
|
|
1663
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1666
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":765
|
1664
1667
|
*
|
1665
1668
|
* ctypedef npy_intp intp_t
|
1666
1669
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
@@ -1669,7 +1672,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1669
1672
|
*/
|
1670
1673
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
1671
1674
|
|
1672
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1675
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":767
|
1673
1676
|
* ctypedef npy_uintp uintp_t
|
1674
1677
|
*
|
1675
1678
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
@@ -1678,7 +1681,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1678
1681
|
*/
|
1679
1682
|
typedef npy_double __pyx_t_5numpy_float_t;
|
1680
1683
|
|
1681
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1684
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":768
|
1682
1685
|
*
|
1683
1686
|
* ctypedef npy_double float_t
|
1684
1687
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
@@ -1687,7 +1690,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
1687
1690
|
*/
|
1688
1691
|
typedef npy_double __pyx_t_5numpy_double_t;
|
1689
1692
|
|
1690
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1693
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":769
|
1691
1694
|
* ctypedef npy_double float_t
|
1692
1695
|
* ctypedef npy_double double_t
|
1693
1696
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
@@ -1970,22 +1973,22 @@ static CYTHON_INLINE PyObject* __Pyx_PyObject_FastCallDict(PyObject *func, PyObj
|
|
1970
1973
|
static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause);
|
1971
1974
|
|
1972
1975
|
/* TypeImport.proto */
|
1973
|
-
#ifndef
|
1974
|
-
#define
|
1976
|
+
#ifndef __PYX_HAVE_RT_ImportType_proto_3_1_3
|
1977
|
+
#define __PYX_HAVE_RT_ImportType_proto_3_1_3
|
1975
1978
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
1976
1979
|
#include <stdalign.h>
|
1977
1980
|
#endif
|
1978
1981
|
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
|
1979
|
-
#define
|
1982
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_3(s) alignof(s)
|
1980
1983
|
#else
|
1981
|
-
#define
|
1984
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_3(s) sizeof(void*)
|
1982
1985
|
#endif
|
1983
|
-
enum
|
1984
|
-
|
1985
|
-
|
1986
|
-
|
1986
|
+
enum __Pyx_ImportType_CheckSize_3_1_3 {
|
1987
|
+
__Pyx_ImportType_CheckSize_Error_3_1_3 = 0,
|
1988
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3 = 1,
|
1989
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3 = 2
|
1987
1990
|
};
|
1988
|
-
static PyTypeObject *
|
1991
|
+
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);
|
1989
1992
|
#endif
|
1990
1993
|
|
1991
1994
|
/* IncludeStringH.proto */
|
@@ -2633,7 +2636,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
2633
2636
|
#endif
|
2634
2637
|
/* #### Code section: module_code ### */
|
2635
2638
|
|
2636
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2639
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
|
2637
2640
|
* cdef int type_num
|
2638
2641
|
*
|
2639
2642
|
* @property # <<<<<<<<<<<<<<
|
@@ -2644,7 +2647,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
2644
2647
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
2645
2648
|
npy_intp __pyx_r;
|
2646
2649
|
|
2647
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2650
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":244
|
2648
2651
|
* @property
|
2649
2652
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
2650
2653
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -2654,7 +2657,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
2654
2657
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
2655
2658
|
goto __pyx_L0;
|
2656
2659
|
|
2657
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2660
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
|
2658
2661
|
* cdef int type_num
|
2659
2662
|
*
|
2660
2663
|
* @property # <<<<<<<<<<<<<<
|
@@ -2667,7 +2670,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
2667
2670
|
return __pyx_r;
|
2668
2671
|
}
|
2669
2672
|
|
2670
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2673
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
|
2671
2674
|
* return PyDataType_ELSIZE(self)
|
2672
2675
|
*
|
2673
2676
|
* @property # <<<<<<<<<<<<<<
|
@@ -2678,7 +2681,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
2678
2681
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
2679
2682
|
npy_intp __pyx_r;
|
2680
2683
|
|
2681
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2684
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":248
|
2682
2685
|
* @property
|
2683
2686
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
2684
2687
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -2688,7 +2691,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
2688
2691
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
2689
2692
|
goto __pyx_L0;
|
2690
2693
|
|
2691
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2694
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
|
2692
2695
|
* return PyDataType_ELSIZE(self)
|
2693
2696
|
*
|
2694
2697
|
* @property # <<<<<<<<<<<<<<
|
@@ -2701,7 +2704,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
2701
2704
|
return __pyx_r;
|
2702
2705
|
}
|
2703
2706
|
|
2704
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2707
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
|
2705
2708
|
* # Use fields/names with care as they may be NULL. You must check
|
2706
2709
|
* # for this using PyDataType_HASFIELDS.
|
2707
2710
|
* @property # <<<<<<<<<<<<<<
|
@@ -2715,7 +2718,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
2715
2718
|
PyObject *__pyx_t_1;
|
2716
2719
|
__Pyx_RefNannySetupContext("fields", 0);
|
2717
2720
|
|
2718
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2721
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":254
|
2719
2722
|
* @property
|
2720
2723
|
* cdef inline object fields(self):
|
2721
2724
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -2728,7 +2731,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
2728
2731
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
2729
2732
|
goto __pyx_L0;
|
2730
2733
|
|
2731
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2734
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
|
2732
2735
|
* # Use fields/names with care as they may be NULL. You must check
|
2733
2736
|
* # for this using PyDataType_HASFIELDS.
|
2734
2737
|
* @property # <<<<<<<<<<<<<<
|
@@ -2743,7 +2746,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
2743
2746
|
return __pyx_r;
|
2744
2747
|
}
|
2745
2748
|
|
2746
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2749
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
|
2747
2750
|
* return <object>PyDataType_FIELDS(self)
|
2748
2751
|
*
|
2749
2752
|
* @property # <<<<<<<<<<<<<<
|
@@ -2757,7 +2760,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
2757
2760
|
PyObject *__pyx_t_1;
|
2758
2761
|
__Pyx_RefNannySetupContext("names", 0);
|
2759
2762
|
|
2760
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2763
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":258
|
2761
2764
|
* @property
|
2762
2765
|
* cdef inline tuple names(self):
|
2763
2766
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -2770,7 +2773,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
2770
2773
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
2771
2774
|
goto __pyx_L0;
|
2772
2775
|
|
2773
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2776
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
|
2774
2777
|
* return <object>PyDataType_FIELDS(self)
|
2775
2778
|
*
|
2776
2779
|
* @property # <<<<<<<<<<<<<<
|
@@ -2785,7 +2788,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
2785
2788
|
return __pyx_r;
|
2786
2789
|
}
|
2787
2790
|
|
2788
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2791
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
2789
2792
|
* # valid (the pointer can be NULL). Most users should access
|
2790
2793
|
* # this field via the inline helper method PyDataType_SHAPE.
|
2791
2794
|
* @property # <<<<<<<<<<<<<<
|
@@ -2796,7 +2799,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
2796
2799
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
2797
2800
|
PyArray_ArrayDescr *__pyx_r;
|
2798
2801
|
|
2799
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2802
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":265
|
2800
2803
|
* @property
|
2801
2804
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
2802
2805
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -2806,7 +2809,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
2806
2809
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
2807
2810
|
goto __pyx_L0;
|
2808
2811
|
|
2809
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2812
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
|
2810
2813
|
* # valid (the pointer can be NULL). Most users should access
|
2811
2814
|
* # this field via the inline helper method PyDataType_SHAPE.
|
2812
2815
|
* @property # <<<<<<<<<<<<<<
|
@@ -2819,7 +2822,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
2819
2822
|
return __pyx_r;
|
2820
2823
|
}
|
2821
2824
|
|
2822
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2825
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
|
2823
2826
|
* return PyDataType_SUBARRAY(self)
|
2824
2827
|
*
|
2825
2828
|
* @property # <<<<<<<<<<<<<<
|
@@ -2830,7 +2833,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
2830
2833
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
2831
2834
|
npy_uint64 __pyx_r;
|
2832
2835
|
|
2833
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2836
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":270
|
2834
2837
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
2835
2838
|
* """The data types flags."""
|
2836
2839
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -2840,7 +2843,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
2840
2843
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
2841
2844
|
goto __pyx_L0;
|
2842
2845
|
|
2843
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2846
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
|
2844
2847
|
* return PyDataType_SUBARRAY(self)
|
2845
2848
|
*
|
2846
2849
|
* @property # <<<<<<<<<<<<<<
|
@@ -2853,7 +2856,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
2853
2856
|
return __pyx_r;
|
2854
2857
|
}
|
2855
2858
|
|
2856
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2859
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
|
2857
2860
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
2858
2861
|
*
|
2859
2862
|
* @property # <<<<<<<<<<<<<<
|
@@ -2864,7 +2867,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
2864
2867
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
2865
2868
|
int __pyx_r;
|
2866
2869
|
|
2867
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2870
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":282
|
2868
2871
|
* cdef inline int numiter(self) noexcept nogil:
|
2869
2872
|
* """The number of arrays that need to be broadcast to the same shape."""
|
2870
2873
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -2874,7 +2877,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
2874
2877
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
2875
2878
|
goto __pyx_L0;
|
2876
2879
|
|
2877
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2880
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
|
2878
2881
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
2879
2882
|
*
|
2880
2883
|
* @property # <<<<<<<<<<<<<<
|
@@ -2887,7 +2890,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
2887
2890
|
return __pyx_r;
|
2888
2891
|
}
|
2889
2892
|
|
2890
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2893
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
2891
2894
|
* return PyArray_MultiIter_NUMITER(self)
|
2892
2895
|
*
|
2893
2896
|
* @property # <<<<<<<<<<<<<<
|
@@ -2898,7 +2901,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
2898
2901
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
2899
2902
|
npy_intp __pyx_r;
|
2900
2903
|
|
2901
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2904
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":287
|
2902
2905
|
* cdef inline npy_intp size(self) noexcept nogil:
|
2903
2906
|
* """The total broadcasted size."""
|
2904
2907
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -2908,7 +2911,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
2908
2911
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
2909
2912
|
goto __pyx_L0;
|
2910
2913
|
|
2911
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2914
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
|
2912
2915
|
* return PyArray_MultiIter_NUMITER(self)
|
2913
2916
|
*
|
2914
2917
|
* @property # <<<<<<<<<<<<<<
|
@@ -2921,7 +2924,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
2921
2924
|
return __pyx_r;
|
2922
2925
|
}
|
2923
2926
|
|
2924
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2927
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
|
2925
2928
|
* return PyArray_MultiIter_SIZE(self)
|
2926
2929
|
*
|
2927
2930
|
* @property # <<<<<<<<<<<<<<
|
@@ -2932,7 +2935,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
2932
2935
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
2933
2936
|
npy_intp __pyx_r;
|
2934
2937
|
|
2935
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2938
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":292
|
2936
2939
|
* cdef inline npy_intp index(self) noexcept nogil:
|
2937
2940
|
* """The current (1-d) index into the broadcasted result."""
|
2938
2941
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -2942,7 +2945,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
2942
2945
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
2943
2946
|
goto __pyx_L0;
|
2944
2947
|
|
2945
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2948
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
|
2946
2949
|
* return PyArray_MultiIter_SIZE(self)
|
2947
2950
|
*
|
2948
2951
|
* @property # <<<<<<<<<<<<<<
|
@@ -2955,7 +2958,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
2955
2958
|
return __pyx_r;
|
2956
2959
|
}
|
2957
2960
|
|
2958
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2961
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
|
2959
2962
|
* return PyArray_MultiIter_INDEX(self)
|
2960
2963
|
*
|
2961
2964
|
* @property # <<<<<<<<<<<<<<
|
@@ -2966,7 +2969,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
2966
2969
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
2967
2970
|
int __pyx_r;
|
2968
2971
|
|
2969
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2972
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":297
|
2970
2973
|
* cdef inline int nd(self) noexcept nogil:
|
2971
2974
|
* """The number of dimensions in the broadcasted result."""
|
2972
2975
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -2976,7 +2979,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
2976
2979
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
2977
2980
|
goto __pyx_L0;
|
2978
2981
|
|
2979
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2982
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
|
2980
2983
|
* return PyArray_MultiIter_INDEX(self)
|
2981
2984
|
*
|
2982
2985
|
* @property # <<<<<<<<<<<<<<
|
@@ -2989,7 +2992,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
2989
2992
|
return __pyx_r;
|
2990
2993
|
}
|
2991
2994
|
|
2992
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2995
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
|
2993
2996
|
* return PyArray_MultiIter_NDIM(self)
|
2994
2997
|
*
|
2995
2998
|
* @property # <<<<<<<<<<<<<<
|
@@ -3000,7 +3003,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
3000
3003
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
3001
3004
|
npy_intp *__pyx_r;
|
3002
3005
|
|
3003
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3006
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":302
|
3004
3007
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
3005
3008
|
* """The shape of the broadcasted result."""
|
3006
3009
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -3010,7 +3013,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
3010
3013
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
3011
3014
|
goto __pyx_L0;
|
3012
3015
|
|
3013
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3016
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
|
3014
3017
|
* return PyArray_MultiIter_NDIM(self)
|
3015
3018
|
*
|
3016
3019
|
* @property # <<<<<<<<<<<<<<
|
@@ -3023,7 +3026,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
3023
3026
|
return __pyx_r;
|
3024
3027
|
}
|
3025
3028
|
|
3026
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3029
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
|
3027
3030
|
* return PyArray_MultiIter_DIMS(self)
|
3028
3031
|
*
|
3029
3032
|
* @property # <<<<<<<<<<<<<<
|
@@ -3034,7 +3037,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
3034
3037
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
3035
3038
|
void **__pyx_r;
|
3036
3039
|
|
3037
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3040
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":308
|
3038
3041
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
3039
3042
|
* On return, the iterators are adjusted for broadcasting."""
|
3040
3043
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -3044,7 +3047,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
3044
3047
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
3045
3048
|
goto __pyx_L0;
|
3046
3049
|
|
3047
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3050
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
|
3048
3051
|
* return PyArray_MultiIter_DIMS(self)
|
3049
3052
|
*
|
3050
3053
|
* @property # <<<<<<<<<<<<<<
|
@@ -3057,7 +3060,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
3057
3060
|
return __pyx_r;
|
3058
3061
|
}
|
3059
3062
|
|
3060
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3063
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
|
3061
3064
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
3062
3065
|
*
|
3063
3066
|
* @property # <<<<<<<<<<<<<<
|
@@ -3068,7 +3071,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
3068
3071
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
3069
3072
|
PyObject *__pyx_r;
|
3070
3073
|
|
3071
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3074
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":326
|
3072
3075
|
* """Returns a borrowed reference to the object owning the data/memory.
|
3073
3076
|
* """
|
3074
3077
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -3078,7 +3081,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
3078
3081
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
3079
3082
|
goto __pyx_L0;
|
3080
3083
|
|
3081
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3084
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
|
3082
3085
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
3083
3086
|
*
|
3084
3087
|
* @property # <<<<<<<<<<<<<<
|
@@ -3091,7 +3094,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
3091
3094
|
return __pyx_r;
|
3092
3095
|
}
|
3093
3096
|
|
3094
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3097
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
|
3095
3098
|
* return PyArray_BASE(self)
|
3096
3099
|
*
|
3097
3100
|
* @property # <<<<<<<<<<<<<<
|
@@ -3105,7 +3108,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
3105
3108
|
PyArray_Descr *__pyx_t_1;
|
3106
3109
|
__Pyx_RefNannySetupContext("descr", 0);
|
3107
3110
|
|
3108
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3111
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":332
|
3109
3112
|
* """Returns an owned reference to the dtype of the array.
|
3110
3113
|
* """
|
3111
3114
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -3118,7 +3121,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
3118
3121
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
3119
3122
|
goto __pyx_L0;
|
3120
3123
|
|
3121
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3124
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
|
3122
3125
|
* return PyArray_BASE(self)
|
3123
3126
|
*
|
3124
3127
|
* @property # <<<<<<<<<<<<<<
|
@@ -3133,7 +3136,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
3133
3136
|
return __pyx_r;
|
3134
3137
|
}
|
3135
3138
|
|
3136
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3139
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
|
3137
3140
|
* return <dtype>PyArray_DESCR(self)
|
3138
3141
|
*
|
3139
3142
|
* @property # <<<<<<<<<<<<<<
|
@@ -3144,7 +3147,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
3144
3147
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
3145
3148
|
int __pyx_r;
|
3146
3149
|
|
3147
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3150
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":338
|
3148
3151
|
* """Returns the number of dimensions in the array.
|
3149
3152
|
* """
|
3150
3153
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -3154,7 +3157,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
3154
3157
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
3155
3158
|
goto __pyx_L0;
|
3156
3159
|
|
3157
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3160
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
|
3158
3161
|
* return <dtype>PyArray_DESCR(self)
|
3159
3162
|
*
|
3160
3163
|
* @property # <<<<<<<<<<<<<<
|
@@ -3167,7 +3170,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
3167
3170
|
return __pyx_r;
|
3168
3171
|
}
|
3169
3172
|
|
3170
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3173
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
|
3171
3174
|
* return PyArray_NDIM(self)
|
3172
3175
|
*
|
3173
3176
|
* @property # <<<<<<<<<<<<<<
|
@@ -3178,7 +3181,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
3178
3181
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
3179
3182
|
npy_intp *__pyx_r;
|
3180
3183
|
|
3181
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3184
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":346
|
3182
3185
|
* Can return NULL for 0-dimensional arrays.
|
3183
3186
|
* """
|
3184
3187
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -3188,7 +3191,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
3188
3191
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
3189
3192
|
goto __pyx_L0;
|
3190
3193
|
|
3191
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3194
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
|
3192
3195
|
* return PyArray_NDIM(self)
|
3193
3196
|
*
|
3194
3197
|
* @property # <<<<<<<<<<<<<<
|
@@ -3201,7 +3204,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
3201
3204
|
return __pyx_r;
|
3202
3205
|
}
|
3203
3206
|
|
3204
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3207
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
|
3205
3208
|
* return PyArray_DIMS(self)
|
3206
3209
|
*
|
3207
3210
|
* @property # <<<<<<<<<<<<<<
|
@@ -3212,7 +3215,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
3212
3215
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
3213
3216
|
npy_intp *__pyx_r;
|
3214
3217
|
|
3215
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3218
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":353
|
3216
3219
|
* The number of elements matches the number of dimensions of the array (ndim).
|
3217
3220
|
* """
|
3218
3221
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -3222,7 +3225,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
3222
3225
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
3223
3226
|
goto __pyx_L0;
|
3224
3227
|
|
3225
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3228
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
|
3226
3229
|
* return PyArray_DIMS(self)
|
3227
3230
|
*
|
3228
3231
|
* @property # <<<<<<<<<<<<<<
|
@@ -3235,7 +3238,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
3235
3238
|
return __pyx_r;
|
3236
3239
|
}
|
3237
3240
|
|
3238
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3241
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
|
3239
3242
|
* return PyArray_STRIDES(self)
|
3240
3243
|
*
|
3241
3244
|
* @property # <<<<<<<<<<<<<<
|
@@ -3246,7 +3249,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
3246
3249
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
3247
3250
|
npy_intp __pyx_r;
|
3248
3251
|
|
3249
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3252
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":359
|
3250
3253
|
* """Returns the total size (in number of elements) of the array.
|
3251
3254
|
* """
|
3252
3255
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -3256,7 +3259,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
3256
3259
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
3257
3260
|
goto __pyx_L0;
|
3258
3261
|
|
3259
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3262
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
|
3260
3263
|
* return PyArray_STRIDES(self)
|
3261
3264
|
*
|
3262
3265
|
* @property # <<<<<<<<<<<<<<
|
@@ -3269,7 +3272,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
3269
3272
|
return __pyx_r;
|
3270
3273
|
}
|
3271
3274
|
|
3272
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3275
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
|
3273
3276
|
* return PyArray_SIZE(self)
|
3274
3277
|
*
|
3275
3278
|
* @property # <<<<<<<<<<<<<<
|
@@ -3280,7 +3283,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
3280
3283
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
3281
3284
|
char *__pyx_r;
|
3282
3285
|
|
3283
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3286
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":368
|
3284
3287
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
3285
3288
|
* """
|
3286
3289
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -3290,7 +3293,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
3290
3293
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
3291
3294
|
goto __pyx_L0;
|
3292
3295
|
|
3293
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3296
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
|
3294
3297
|
* return PyArray_SIZE(self)
|
3295
3298
|
*
|
3296
3299
|
* @property # <<<<<<<<<<<<<<
|
@@ -3303,7 +3306,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
3303
3306
|
return __pyx_r;
|
3304
3307
|
}
|
3305
3308
|
|
3306
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3309
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
3307
3310
|
* ctypedef long double complex clongdouble_t
|
3308
3311
|
*
|
3309
3312
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -3320,7 +3323,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
3320
3323
|
int __pyx_clineno = 0;
|
3321
3324
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
3322
3325
|
|
3323
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3326
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":777
|
3324
3327
|
*
|
3325
3328
|
* cdef inline object PyArray_MultiIterNew1(a):
|
3326
3329
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -3334,7 +3337,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
3334
3337
|
__pyx_t_1 = 0;
|
3335
3338
|
goto __pyx_L0;
|
3336
3339
|
|
3337
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3340
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
|
3338
3341
|
* ctypedef long double complex clongdouble_t
|
3339
3342
|
*
|
3340
3343
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -3353,7 +3356,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
3353
3356
|
return __pyx_r;
|
3354
3357
|
}
|
3355
3358
|
|
3356
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3359
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
3357
3360
|
* return PyArray_MultiIterNew(1, <void*>a)
|
3358
3361
|
*
|
3359
3362
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -3370,7 +3373,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
3370
3373
|
int __pyx_clineno = 0;
|
3371
3374
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
3372
3375
|
|
3373
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3376
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":780
|
3374
3377
|
*
|
3375
3378
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
3376
3379
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -3384,7 +3387,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
3384
3387
|
__pyx_t_1 = 0;
|
3385
3388
|
goto __pyx_L0;
|
3386
3389
|
|
3387
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3390
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
|
3388
3391
|
* return PyArray_MultiIterNew(1, <void*>a)
|
3389
3392
|
*
|
3390
3393
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -3403,7 +3406,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
3403
3406
|
return __pyx_r;
|
3404
3407
|
}
|
3405
3408
|
|
3406
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3409
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
3407
3410
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
3408
3411
|
*
|
3409
3412
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -3420,7 +3423,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
3420
3423
|
int __pyx_clineno = 0;
|
3421
3424
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
3422
3425
|
|
3423
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3426
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":783
|
3424
3427
|
*
|
3425
3428
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
3426
3429
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -3434,7 +3437,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
3434
3437
|
__pyx_t_1 = 0;
|
3435
3438
|
goto __pyx_L0;
|
3436
3439
|
|
3437
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3440
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
|
3438
3441
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
3439
3442
|
*
|
3440
3443
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -3453,7 +3456,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
3453
3456
|
return __pyx_r;
|
3454
3457
|
}
|
3455
3458
|
|
3456
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3459
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
3457
3460
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
3458
3461
|
*
|
3459
3462
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -3470,7 +3473,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
3470
3473
|
int __pyx_clineno = 0;
|
3471
3474
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
3472
3475
|
|
3473
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3476
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":786
|
3474
3477
|
*
|
3475
3478
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
3476
3479
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -3484,7 +3487,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
3484
3487
|
__pyx_t_1 = 0;
|
3485
3488
|
goto __pyx_L0;
|
3486
3489
|
|
3487
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3490
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
|
3488
3491
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
3489
3492
|
*
|
3490
3493
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -3503,7 +3506,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
3503
3506
|
return __pyx_r;
|
3504
3507
|
}
|
3505
3508
|
|
3506
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3509
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
3507
3510
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
3508
3511
|
*
|
3509
3512
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -3520,7 +3523,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
3520
3523
|
int __pyx_clineno = 0;
|
3521
3524
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
3522
3525
|
|
3523
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3526
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":789
|
3524
3527
|
*
|
3525
3528
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
3526
3529
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -3534,7 +3537,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
3534
3537
|
__pyx_t_1 = 0;
|
3535
3538
|
goto __pyx_L0;
|
3536
3539
|
|
3537
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3540
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
|
3538
3541
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
3539
3542
|
*
|
3540
3543
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -3553,7 +3556,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
3553
3556
|
return __pyx_r;
|
3554
3557
|
}
|
3555
3558
|
|
3556
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3559
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
3557
3560
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
3558
3561
|
*
|
3559
3562
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -3568,7 +3571,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3568
3571
|
PyObject *__pyx_t_2;
|
3569
3572
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
3570
3573
|
|
3571
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3574
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
3572
3575
|
*
|
3573
3576
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
3574
3577
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -3578,7 +3581,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3578
3581
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
3579
3582
|
if (__pyx_t_1) {
|
3580
3583
|
|
3581
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3584
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":793
|
3582
3585
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
3583
3586
|
* if PyDataType_HASSUBARRAY(d):
|
3584
3587
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -3591,7 +3594,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3591
3594
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
3592
3595
|
goto __pyx_L0;
|
3593
3596
|
|
3594
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3597
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
|
3595
3598
|
*
|
3596
3599
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
3597
3600
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -3600,7 +3603,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3600
3603
|
*/
|
3601
3604
|
}
|
3602
3605
|
|
3603
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3606
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":795
|
3604
3607
|
* return <tuple>d.subarray.shape
|
3605
3608
|
* else:
|
3606
3609
|
* return () # <<<<<<<<<<<<<<
|
@@ -3614,7 +3617,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3614
3617
|
goto __pyx_L0;
|
3615
3618
|
}
|
3616
3619
|
|
3617
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3620
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
|
3618
3621
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
3619
3622
|
*
|
3620
3623
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -3629,7 +3632,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3629
3632
|
return __pyx_r;
|
3630
3633
|
}
|
3631
3634
|
|
3632
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3635
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
3633
3636
|
* int _import_umath() except -1
|
3634
3637
|
*
|
3635
3638
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -3643,7 +3646,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
3643
3646
|
const char *__pyx_filename = NULL;
|
3644
3647
|
int __pyx_clineno = 0;
|
3645
3648
|
|
3646
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3649
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":995
|
3647
3650
|
*
|
3648
3651
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
3649
3652
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -3652,7 +3655,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
3652
3655
|
*/
|
3653
3656
|
Py_INCREF(__pyx_v_base);
|
3654
3657
|
|
3655
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3658
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":996
|
3656
3659
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
3657
3660
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
3658
3661
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -3661,7 +3664,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
3661
3664
|
*/
|
3662
3665
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(1, 996, __pyx_L1_error)
|
3663
3666
|
|
3664
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3667
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
|
3665
3668
|
* int _import_umath() except -1
|
3666
3669
|
*
|
3667
3670
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -3676,7 +3679,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
3676
3679
|
__pyx_L0:;
|
3677
3680
|
}
|
3678
3681
|
|
3679
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3682
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
3680
3683
|
* PyArray_SetBaseObject(arr, base)
|
3681
3684
|
*
|
3682
3685
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -3691,7 +3694,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3691
3694
|
int __pyx_t_1;
|
3692
3695
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
3693
3696
|
|
3694
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3697
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":999
|
3695
3698
|
*
|
3696
3699
|
* cdef inline object get_array_base(ndarray arr):
|
3697
3700
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -3700,7 +3703,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3700
3703
|
*/
|
3701
3704
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
3702
3705
|
|
3703
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3706
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
|
3704
3707
|
* cdef inline object get_array_base(ndarray arr):
|
3705
3708
|
* base = PyArray_BASE(arr)
|
3706
3709
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -3710,7 +3713,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3710
3713
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
3711
3714
|
if (__pyx_t_1) {
|
3712
3715
|
|
3713
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3716
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1001
|
3714
3717
|
* base = PyArray_BASE(arr)
|
3715
3718
|
* if base is NULL:
|
3716
3719
|
* return None # <<<<<<<<<<<<<<
|
@@ -3721,7 +3724,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3721
3724
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
3722
3725
|
goto __pyx_L0;
|
3723
3726
|
|
3724
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3727
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
|
3725
3728
|
* cdef inline object get_array_base(ndarray arr):
|
3726
3729
|
* base = PyArray_BASE(arr)
|
3727
3730
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -3730,7 +3733,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3730
3733
|
*/
|
3731
3734
|
}
|
3732
3735
|
|
3733
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3736
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1002
|
3734
3737
|
* if base is NULL:
|
3735
3738
|
* return None
|
3736
3739
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -3742,7 +3745,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3742
3745
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
3743
3746
|
goto __pyx_L0;
|
3744
3747
|
|
3745
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3748
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
|
3746
3749
|
* PyArray_SetBaseObject(arr, base)
|
3747
3750
|
*
|
3748
3751
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -3757,7 +3760,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3757
3760
|
return __pyx_r;
|
3758
3761
|
}
|
3759
3762
|
|
3760
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3763
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
|
3761
3764
|
* # Versions of the import_* functions which are more suitable for
|
3762
3765
|
* # Cython code.
|
3763
3766
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -3784,7 +3787,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3784
3787
|
int __pyx_clineno = 0;
|
3785
3788
|
__Pyx_RefNannySetupContext("import_array", 0);
|
3786
3789
|
|
3787
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3790
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
3788
3791
|
* # Cython code.
|
3789
3792
|
* cdef inline int import_array() except -1:
|
3790
3793
|
* try: # <<<<<<<<<<<<<<
|
@@ -3800,7 +3803,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3800
3803
|
__Pyx_XGOTREF(__pyx_t_3);
|
3801
3804
|
/*try:*/ {
|
3802
3805
|
|
3803
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3806
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1008
|
3804
3807
|
* cdef inline int import_array() except -1:
|
3805
3808
|
* try:
|
3806
3809
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -3809,7 +3812,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3809
3812
|
*/
|
3810
3813
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1008, __pyx_L3_error)
|
3811
3814
|
|
3812
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3815
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
3813
3816
|
* # Cython code.
|
3814
3817
|
* cdef inline int import_array() except -1:
|
3815
3818
|
* try: # <<<<<<<<<<<<<<
|
@@ -3823,7 +3826,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3823
3826
|
goto __pyx_L8_try_end;
|
3824
3827
|
__pyx_L3_error:;
|
3825
3828
|
|
3826
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3829
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1009
|
3827
3830
|
* try:
|
3828
3831
|
* __pyx_import_array()
|
3829
3832
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -3838,7 +3841,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3838
3841
|
__Pyx_XGOTREF(__pyx_t_6);
|
3839
3842
|
__Pyx_XGOTREF(__pyx_t_7);
|
3840
3843
|
|
3841
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3844
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1010
|
3842
3845
|
* __pyx_import_array()
|
3843
3846
|
* except Exception:
|
3844
3847
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -3863,7 +3866,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3863
3866
|
}
|
3864
3867
|
goto __pyx_L5_except_error;
|
3865
3868
|
|
3866
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3869
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
|
3867
3870
|
* # Cython code.
|
3868
3871
|
* cdef inline int import_array() except -1:
|
3869
3872
|
* try: # <<<<<<<<<<<<<<
|
@@ -3879,7 +3882,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3879
3882
|
__pyx_L8_try_end:;
|
3880
3883
|
}
|
3881
3884
|
|
3882
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3885
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
|
3883
3886
|
* # Versions of the import_* functions which are more suitable for
|
3884
3887
|
* # Cython code.
|
3885
3888
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -3904,7 +3907,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3904
3907
|
return __pyx_r;
|
3905
3908
|
}
|
3906
3909
|
|
3907
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3910
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
|
3908
3911
|
* raise ImportError("numpy._core.multiarray failed to import")
|
3909
3912
|
*
|
3910
3913
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -3931,7 +3934,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3931
3934
|
int __pyx_clineno = 0;
|
3932
3935
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
3933
3936
|
|
3934
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3937
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
3935
3938
|
*
|
3936
3939
|
* cdef inline int import_umath() except -1:
|
3937
3940
|
* try: # <<<<<<<<<<<<<<
|
@@ -3947,7 +3950,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3947
3950
|
__Pyx_XGOTREF(__pyx_t_3);
|
3948
3951
|
/*try:*/ {
|
3949
3952
|
|
3950
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3953
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1014
|
3951
3954
|
* cdef inline int import_umath() except -1:
|
3952
3955
|
* try:
|
3953
3956
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -3956,7 +3959,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3956
3959
|
*/
|
3957
3960
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1014, __pyx_L3_error)
|
3958
3961
|
|
3959
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3962
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
3960
3963
|
*
|
3961
3964
|
* cdef inline int import_umath() except -1:
|
3962
3965
|
* try: # <<<<<<<<<<<<<<
|
@@ -3970,7 +3973,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3970
3973
|
goto __pyx_L8_try_end;
|
3971
3974
|
__pyx_L3_error:;
|
3972
3975
|
|
3973
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3976
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1015
|
3974
3977
|
* try:
|
3975
3978
|
* _import_umath()
|
3976
3979
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -3985,7 +3988,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3985
3988
|
__Pyx_XGOTREF(__pyx_t_6);
|
3986
3989
|
__Pyx_XGOTREF(__pyx_t_7);
|
3987
3990
|
|
3988
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3991
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1016
|
3989
3992
|
* _import_umath()
|
3990
3993
|
* except Exception:
|
3991
3994
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -4010,7 +4013,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
4010
4013
|
}
|
4011
4014
|
goto __pyx_L5_except_error;
|
4012
4015
|
|
4013
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4016
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
|
4014
4017
|
*
|
4015
4018
|
* cdef inline int import_umath() except -1:
|
4016
4019
|
* try: # <<<<<<<<<<<<<<
|
@@ -4026,7 +4029,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
4026
4029
|
__pyx_L8_try_end:;
|
4027
4030
|
}
|
4028
4031
|
|
4029
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4032
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
|
4030
4033
|
* raise ImportError("numpy._core.multiarray failed to import")
|
4031
4034
|
*
|
4032
4035
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -4051,7 +4054,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
4051
4054
|
return __pyx_r;
|
4052
4055
|
}
|
4053
4056
|
|
4054
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4057
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
|
4055
4058
|
* raise ImportError("numpy._core.umath failed to import")
|
4056
4059
|
*
|
4057
4060
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -4078,7 +4081,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4078
4081
|
int __pyx_clineno = 0;
|
4079
4082
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
4080
4083
|
|
4081
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4084
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
4082
4085
|
*
|
4083
4086
|
* cdef inline int import_ufunc() except -1:
|
4084
4087
|
* try: # <<<<<<<<<<<<<<
|
@@ -4094,7 +4097,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4094
4097
|
__Pyx_XGOTREF(__pyx_t_3);
|
4095
4098
|
/*try:*/ {
|
4096
4099
|
|
4097
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4100
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1020
|
4098
4101
|
* cdef inline int import_ufunc() except -1:
|
4099
4102
|
* try:
|
4100
4103
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -4103,7 +4106,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4103
4106
|
*/
|
4104
4107
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1020, __pyx_L3_error)
|
4105
4108
|
|
4106
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4109
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
4107
4110
|
*
|
4108
4111
|
* cdef inline int import_ufunc() except -1:
|
4109
4112
|
* try: # <<<<<<<<<<<<<<
|
@@ -4117,7 +4120,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4117
4120
|
goto __pyx_L8_try_end;
|
4118
4121
|
__pyx_L3_error:;
|
4119
4122
|
|
4120
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4123
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1021
|
4121
4124
|
* try:
|
4122
4125
|
* _import_umath()
|
4123
4126
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -4132,7 +4135,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4132
4135
|
__Pyx_XGOTREF(__pyx_t_6);
|
4133
4136
|
__Pyx_XGOTREF(__pyx_t_7);
|
4134
4137
|
|
4135
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4138
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1022
|
4136
4139
|
* _import_umath()
|
4137
4140
|
* except Exception:
|
4138
4141
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -4157,7 +4160,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4157
4160
|
}
|
4158
4161
|
goto __pyx_L5_except_error;
|
4159
4162
|
|
4160
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4163
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
|
4161
4164
|
*
|
4162
4165
|
* cdef inline int import_ufunc() except -1:
|
4163
4166
|
* try: # <<<<<<<<<<<<<<
|
@@ -4173,7 +4176,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4173
4176
|
__pyx_L8_try_end:;
|
4174
4177
|
}
|
4175
4178
|
|
4176
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4179
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
|
4177
4180
|
* raise ImportError("numpy._core.umath failed to import")
|
4178
4181
|
*
|
4179
4182
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -4198,7 +4201,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4198
4201
|
return __pyx_r;
|
4199
4202
|
}
|
4200
4203
|
|
4201
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4204
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
|
4202
4205
|
*
|
4203
4206
|
*
|
4204
4207
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -4209,7 +4212,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4209
4212
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
4210
4213
|
int __pyx_r;
|
4211
4214
|
|
4212
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4215
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1037
|
4213
4216
|
* bool
|
4214
4217
|
* """
|
4215
4218
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -4219,7 +4222,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
4219
4222
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
4220
4223
|
goto __pyx_L0;
|
4221
4224
|
|
4222
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4225
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
|
4223
4226
|
*
|
4224
4227
|
*
|
4225
4228
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -4232,7 +4235,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
4232
4235
|
return __pyx_r;
|
4233
4236
|
}
|
4234
4237
|
|
4235
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4238
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
|
4236
4239
|
*
|
4237
4240
|
*
|
4238
4241
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -4243,7 +4246,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
4243
4246
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
4244
4247
|
int __pyx_r;
|
4245
4248
|
|
4246
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4249
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1052
|
4247
4250
|
* bool
|
4248
4251
|
* """
|
4249
4252
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -4253,7 +4256,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
4253
4256
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
4254
4257
|
goto __pyx_L0;
|
4255
4258
|
|
4256
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4259
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
|
4257
4260
|
*
|
4258
4261
|
*
|
4259
4262
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -4266,7 +4269,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
4266
4269
|
return __pyx_r;
|
4267
4270
|
}
|
4268
4271
|
|
4269
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4272
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
|
4270
4273
|
*
|
4271
4274
|
*
|
4272
4275
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4277,7 +4280,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
4277
4280
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
4278
4281
|
npy_datetime __pyx_r;
|
4279
4282
|
|
4280
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4283
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1062
|
4281
4284
|
* also needed. That can be found using `get_datetime64_unit`.
|
4282
4285
|
* """
|
4283
4286
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -4287,7 +4290,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
4287
4290
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
4288
4291
|
goto __pyx_L0;
|
4289
4292
|
|
4290
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4293
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
|
4291
4294
|
*
|
4292
4295
|
*
|
4293
4296
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4300,7 +4303,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
4300
4303
|
return __pyx_r;
|
4301
4304
|
}
|
4302
4305
|
|
4303
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4306
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
|
4304
4307
|
*
|
4305
4308
|
*
|
4306
4309
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4311,7 +4314,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
4311
4314
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
4312
4315
|
npy_timedelta __pyx_r;
|
4313
4316
|
|
4314
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4317
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1069
|
4315
4318
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
4316
4319
|
* """
|
4317
4320
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -4321,7 +4324,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
4321
4324
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
4322
4325
|
goto __pyx_L0;
|
4323
4326
|
|
4324
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4327
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
|
4325
4328
|
*
|
4326
4329
|
*
|
4327
4330
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4334,7 +4337,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
4334
4337
|
return __pyx_r;
|
4335
4338
|
}
|
4336
4339
|
|
4337
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4340
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
|
4338
4341
|
*
|
4339
4342
|
*
|
4340
4343
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4345,7 +4348,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
4345
4348
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
4346
4349
|
NPY_DATETIMEUNIT __pyx_r;
|
4347
4350
|
|
4348
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4351
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1076
|
4349
4352
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
4350
4353
|
* """
|
4351
4354
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -4355,7 +4358,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
4355
4358
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
4356
4359
|
goto __pyx_L0;
|
4357
4360
|
|
4358
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4361
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
|
4359
4362
|
*
|
4360
4363
|
*
|
4361
4364
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4444,153 +4447,153 @@ static int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
4444
4447
|
/*--- Type import code ---*/
|
4445
4448
|
__pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 9, __pyx_L1_error)
|
4446
4449
|
__Pyx_GOTREF(__pyx_t_1);
|
4447
|
-
__pyx_mstate->__pyx_ptype_7cpython_4type_type =
|
4450
|
+
__pyx_mstate->__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_1_3(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
|
4448
4451
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4449
|
-
sizeof(PyTypeObject),
|
4452
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyTypeObject),
|
4450
4453
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4451
4454
|
0, 0,
|
4452
4455
|
#else
|
4453
|
-
sizeof(PyHeapTypeObject),
|
4456
|
+
sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyHeapTypeObject),
|
4454
4457
|
#endif
|
4455
|
-
|
4458
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_7cpython_4type_type) __PYX_ERR(2, 9, __pyx_L1_error)
|
4456
4459
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
4457
4460
|
__pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 228, __pyx_L1_error)
|
4458
4461
|
__Pyx_GOTREF(__pyx_t_1);
|
4459
|
-
__pyx_mstate->__pyx_ptype_5numpy_dtype =
|
4462
|
+
__pyx_mstate->__pyx_ptype_5numpy_dtype = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "dtype",
|
4460
4463
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4461
|
-
sizeof(PyArray_Descr),
|
4464
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
4462
4465
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4463
|
-
sizeof(PyArray_Descr),
|
4466
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
4464
4467
|
#else
|
4465
|
-
sizeof(PyArray_Descr),
|
4468
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
4466
4469
|
#endif
|
4467
|
-
|
4468
|
-
__pyx_mstate->__pyx_ptype_5numpy_flatiter =
|
4470
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_dtype) __PYX_ERR(1, 228, __pyx_L1_error)
|
4471
|
+
__pyx_mstate->__pyx_ptype_5numpy_flatiter = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "flatiter",
|
4469
4472
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4470
|
-
sizeof(PyArrayIterObject),
|
4473
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
4471
4474
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4472
|
-
sizeof(PyArrayIterObject),
|
4475
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
4473
4476
|
#else
|
4474
|
-
sizeof(PyArrayIterObject),
|
4477
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
4475
4478
|
#endif
|
4476
|
-
|
4477
|
-
__pyx_mstate->__pyx_ptype_5numpy_broadcast =
|
4479
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_flatiter) __PYX_ERR(1, 273, __pyx_L1_error)
|
4480
|
+
__pyx_mstate->__pyx_ptype_5numpy_broadcast = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "broadcast",
|
4478
4481
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4479
|
-
sizeof(PyArrayMultiIterObject),
|
4482
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
4480
4483
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4481
|
-
sizeof(PyArrayMultiIterObject),
|
4484
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
4482
4485
|
#else
|
4483
|
-
sizeof(PyArrayMultiIterObject),
|
4486
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
4484
4487
|
#endif
|
4485
|
-
|
4486
|
-
__pyx_mstate->__pyx_ptype_5numpy_ndarray =
|
4488
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_broadcast) __PYX_ERR(1, 277, __pyx_L1_error)
|
4489
|
+
__pyx_mstate->__pyx_ptype_5numpy_ndarray = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "ndarray",
|
4487
4490
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4488
|
-
sizeof(PyArrayObject),
|
4491
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
4489
4492
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4490
|
-
sizeof(PyArrayObject),
|
4493
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
4491
4494
|
#else
|
4492
|
-
sizeof(PyArrayObject),
|
4495
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
4493
4496
|
#endif
|
4494
|
-
|
4495
|
-
__pyx_mstate->__pyx_ptype_5numpy_generic =
|
4497
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_ndarray) __PYX_ERR(1, 316, __pyx_L1_error)
|
4498
|
+
__pyx_mstate->__pyx_ptype_5numpy_generic = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "generic",
|
4496
4499
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4497
|
-
sizeof(PyObject),
|
4500
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4498
4501
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4499
|
-
sizeof(PyObject),
|
4502
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4500
4503
|
#else
|
4501
|
-
sizeof(PyObject),
|
4504
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4502
4505
|
#endif
|
4503
|
-
|
4504
|
-
__pyx_mstate->__pyx_ptype_5numpy_number =
|
4506
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_generic) __PYX_ERR(1, 825, __pyx_L1_error)
|
4507
|
+
__pyx_mstate->__pyx_ptype_5numpy_number = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "number",
|
4505
4508
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4506
|
-
sizeof(PyObject),
|
4509
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4507
4510
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4508
|
-
sizeof(PyObject),
|
4511
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4509
4512
|
#else
|
4510
|
-
sizeof(PyObject),
|
4513
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4511
4514
|
#endif
|
4512
|
-
|
4513
|
-
__pyx_mstate->__pyx_ptype_5numpy_integer =
|
4515
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_number) __PYX_ERR(1, 827, __pyx_L1_error)
|
4516
|
+
__pyx_mstate->__pyx_ptype_5numpy_integer = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "integer",
|
4514
4517
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4515
|
-
sizeof(PyObject),
|
4518
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4516
4519
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4517
|
-
sizeof(PyObject),
|
4520
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4518
4521
|
#else
|
4519
|
-
sizeof(PyObject),
|
4522
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4520
4523
|
#endif
|
4521
|
-
|
4522
|
-
__pyx_mstate->__pyx_ptype_5numpy_signedinteger =
|
4524
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_integer) __PYX_ERR(1, 829, __pyx_L1_error)
|
4525
|
+
__pyx_mstate->__pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "signedinteger",
|
4523
4526
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4524
|
-
sizeof(PyObject),
|
4527
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4525
4528
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4526
|
-
sizeof(PyObject),
|
4529
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4527
4530
|
#else
|
4528
|
-
sizeof(PyObject),
|
4531
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4529
4532
|
#endif
|
4530
|
-
|
4531
|
-
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger =
|
4533
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_signedinteger) __PYX_ERR(1, 831, __pyx_L1_error)
|
4534
|
+
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "unsignedinteger",
|
4532
4535
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4533
|
-
sizeof(PyObject),
|
4536
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4534
4537
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4535
|
-
sizeof(PyObject),
|
4538
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4536
4539
|
#else
|
4537
|
-
sizeof(PyObject),
|
4540
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4538
4541
|
#endif
|
4539
|
-
|
4540
|
-
__pyx_mstate->__pyx_ptype_5numpy_inexact =
|
4542
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(1, 833, __pyx_L1_error)
|
4543
|
+
__pyx_mstate->__pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "inexact",
|
4541
4544
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4542
|
-
sizeof(PyObject),
|
4545
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4543
4546
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4544
|
-
sizeof(PyObject),
|
4547
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4545
4548
|
#else
|
4546
|
-
sizeof(PyObject),
|
4549
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4547
4550
|
#endif
|
4548
|
-
|
4549
|
-
__pyx_mstate->__pyx_ptype_5numpy_floating =
|
4551
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_inexact) __PYX_ERR(1, 835, __pyx_L1_error)
|
4552
|
+
__pyx_mstate->__pyx_ptype_5numpy_floating = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "floating",
|
4550
4553
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4551
|
-
sizeof(PyObject),
|
4554
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4552
4555
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4553
|
-
sizeof(PyObject),
|
4556
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4554
4557
|
#else
|
4555
|
-
sizeof(PyObject),
|
4558
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4556
4559
|
#endif
|
4557
|
-
|
4558
|
-
__pyx_mstate->__pyx_ptype_5numpy_complexfloating =
|
4560
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_floating) __PYX_ERR(1, 837, __pyx_L1_error)
|
4561
|
+
__pyx_mstate->__pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "complexfloating",
|
4559
4562
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4560
|
-
sizeof(PyObject),
|
4563
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4561
4564
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4562
|
-
sizeof(PyObject),
|
4565
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4563
4566
|
#else
|
4564
|
-
sizeof(PyObject),
|
4567
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4565
4568
|
#endif
|
4566
|
-
|
4567
|
-
__pyx_mstate->__pyx_ptype_5numpy_flexible =
|
4569
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_complexfloating) __PYX_ERR(1, 839, __pyx_L1_error)
|
4570
|
+
__pyx_mstate->__pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "flexible",
|
4568
4571
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4569
|
-
sizeof(PyObject),
|
4572
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4570
4573
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4571
|
-
sizeof(PyObject),
|
4574
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4572
4575
|
#else
|
4573
|
-
sizeof(PyObject),
|
4576
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4574
4577
|
#endif
|
4575
|
-
|
4576
|
-
__pyx_mstate->__pyx_ptype_5numpy_character =
|
4578
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_flexible) __PYX_ERR(1, 841, __pyx_L1_error)
|
4579
|
+
__pyx_mstate->__pyx_ptype_5numpy_character = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "character",
|
4577
4580
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4578
|
-
sizeof(PyObject),
|
4581
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4579
4582
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4580
|
-
sizeof(PyObject),
|
4583
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4581
4584
|
#else
|
4582
|
-
sizeof(PyObject),
|
4585
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4583
4586
|
#endif
|
4584
|
-
|
4585
|
-
__pyx_mstate->__pyx_ptype_5numpy_ufunc =
|
4587
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_character) __PYX_ERR(1, 843, __pyx_L1_error)
|
4588
|
+
__pyx_mstate->__pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "ufunc",
|
4586
4589
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4587
|
-
sizeof(PyUFuncObject),
|
4590
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
4588
4591
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4589
|
-
sizeof(PyUFuncObject),
|
4592
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
4590
4593
|
#else
|
4591
|
-
sizeof(PyUFuncObject),
|
4594
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
4592
4595
|
#endif
|
4593
|
-
|
4596
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_ufunc) __PYX_ERR(1, 907, __pyx_L1_error)
|
4594
4597
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
4595
4598
|
__Pyx_RefNannyFinishContext();
|
4596
4599
|
return 0;
|
@@ -5915,10 +5918,10 @@ bad:
|
|
5915
5918
|
}
|
5916
5919
|
|
5917
5920
|
/* TypeImport */
|
5918
|
-
#ifndef
|
5919
|
-
#define
|
5920
|
-
static PyTypeObject *
|
5921
|
-
size_t size, size_t alignment, enum
|
5921
|
+
#ifndef __PYX_HAVE_RT_ImportType_3_1_3
|
5922
|
+
#define __PYX_HAVE_RT_ImportType_3_1_3
|
5923
|
+
static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject *module, const char *module_name, const char *class_name,
|
5924
|
+
size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_3 check_size)
|
5922
5925
|
{
|
5923
5926
|
PyObject *result = 0;
|
5924
5927
|
Py_ssize_t basicsize;
|
@@ -5974,7 +5977,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
5974
5977
|
module_name, class_name, size, basicsize+itemsize);
|
5975
5978
|
goto bad;
|
5976
5979
|
}
|
5977
|
-
if (check_size ==
|
5980
|
+
if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_3 &&
|
5978
5981
|
((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
|
5979
5982
|
PyErr_Format(PyExc_ValueError,
|
5980
5983
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
@@ -5982,7 +5985,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
5982
5985
|
module_name, class_name, size, basicsize, basicsize+itemsize);
|
5983
5986
|
goto bad;
|
5984
5987
|
}
|
5985
|
-
else if (check_size ==
|
5988
|
+
else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_3 && (size_t)basicsize > size) {
|
5986
5989
|
if (PyErr_WarnFormat(NULL, 0,
|
5987
5990
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
5988
5991
|
"Expected %zd from C header, got %zd from PyObject",
|