edsger 0.1.4__cp312-cp312-macosx_11_0_arm64.whl → 0.1.5__cp312-cp312-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-312-darwin.so +0 -0
- edsger/bellman_ford.pyx +544 -0
- edsger/commons.c +246 -243
- edsger/commons.cpython-312-darwin.so +0 -0
- edsger/dijkstra.c +277 -262
- edsger/dijkstra.cpython-312-darwin.so +0 -0
- edsger/path.py +622 -23
- edsger/path_tracking.c +259 -244
- edsger/path_tracking.cpython-312-darwin.so +0 -0
- edsger/pq_4ary_dec_0b.c +267 -252
- edsger/pq_4ary_dec_0b.cpython-312-darwin.so +0 -0
- edsger/spiess_florian.c +276 -261
- edsger/spiess_florian.cpython-312-darwin.so +0 -0
- edsger/star.c +259 -244
- edsger/star.cpython-312-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/spiess_florian.c
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
/* Generated by Cython 3.1.
|
1
|
+
/* Generated by Cython 3.1.3 */
|
2
2
|
|
3
3
|
/* BEGIN: Cython Metadata
|
4
4
|
{
|
@@ -40,8 +40,8 @@ END: Cython Metadata */
|
|
40
40
|
#elif PY_VERSION_HEX < 0x03080000
|
41
41
|
#error Cython requires Python 3.8+.
|
42
42
|
#else
|
43
|
-
#define __PYX_ABI_VERSION "
|
44
|
-
#define CYTHON_HEX_VERSION
|
43
|
+
#define __PYX_ABI_VERSION "3_1_3"
|
44
|
+
#define CYTHON_HEX_VERSION 0x030103F0
|
45
45
|
#define CYTHON_FUTURE_DIVISION 1
|
46
46
|
/* CModulePreamble */
|
47
47
|
#include <stddef.h>
|
@@ -404,6 +404,9 @@ END: Cython Metadata */
|
|
404
404
|
enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
|
405
405
|
#endif
|
406
406
|
#endif
|
407
|
+
#ifndef CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME
|
408
|
+
#define CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME 100
|
409
|
+
#endif
|
407
410
|
#ifndef __has_attribute
|
408
411
|
#define __has_attribute(x) 0
|
409
412
|
#endif
|
@@ -1384,7 +1387,7 @@ static const char *__pyx_filename;
|
|
1384
1387
|
static const char* const __pyx_f[] = {
|
1385
1388
|
"src/edsger/spiess_florian.pyx",
|
1386
1389
|
"<stringsource>",
|
1387
|
-
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1390
|
+
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd",
|
1388
1391
|
"cpython/type.pxd",
|
1389
1392
|
};
|
1390
1393
|
/* #### Code section: utility_code_proto_before_types ### */
|
@@ -1607,7 +1610,7 @@ typedef struct {
|
|
1607
1610
|
|
1608
1611
|
/* #### Code section: numeric_typedefs ### */
|
1609
1612
|
|
1610
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1613
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":743
|
1611
1614
|
* # in Cython to enable them only on the right systems.
|
1612
1615
|
*
|
1613
1616
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
@@ -1616,7 +1619,7 @@ typedef struct {
|
|
1616
1619
|
*/
|
1617
1620
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
1618
1621
|
|
1619
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1622
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":744
|
1620
1623
|
*
|
1621
1624
|
* ctypedef npy_int8 int8_t
|
1622
1625
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
@@ -1625,7 +1628,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1625
1628
|
*/
|
1626
1629
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
1627
1630
|
|
1628
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1631
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":745
|
1629
1632
|
* ctypedef npy_int8 int8_t
|
1630
1633
|
* ctypedef npy_int16 int16_t
|
1631
1634
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
@@ -1634,7 +1637,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1634
1637
|
*/
|
1635
1638
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
1636
1639
|
|
1637
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1640
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":746
|
1638
1641
|
* ctypedef npy_int16 int16_t
|
1639
1642
|
* ctypedef npy_int32 int32_t
|
1640
1643
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
@@ -1643,7 +1646,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1643
1646
|
*/
|
1644
1647
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
1645
1648
|
|
1646
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1649
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":748
|
1647
1650
|
* ctypedef npy_int64 int64_t
|
1648
1651
|
*
|
1649
1652
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
@@ -1652,7 +1655,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1652
1655
|
*/
|
1653
1656
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
1654
1657
|
|
1655
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1658
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":749
|
1656
1659
|
*
|
1657
1660
|
* ctypedef npy_uint8 uint8_t
|
1658
1661
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
@@ -1661,7 +1664,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1661
1664
|
*/
|
1662
1665
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
1663
1666
|
|
1664
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1667
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":750
|
1665
1668
|
* ctypedef npy_uint8 uint8_t
|
1666
1669
|
* ctypedef npy_uint16 uint16_t
|
1667
1670
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
@@ -1670,7 +1673,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1670
1673
|
*/
|
1671
1674
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
1672
1675
|
|
1673
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1676
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":751
|
1674
1677
|
* ctypedef npy_uint16 uint16_t
|
1675
1678
|
* ctypedef npy_uint32 uint32_t
|
1676
1679
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
@@ -1679,7 +1682,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1679
1682
|
*/
|
1680
1683
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
1681
1684
|
|
1682
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1685
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":753
|
1683
1686
|
* ctypedef npy_uint64 uint64_t
|
1684
1687
|
*
|
1685
1688
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
@@ -1688,7 +1691,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1688
1691
|
*/
|
1689
1692
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
1690
1693
|
|
1691
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1694
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":754
|
1692
1695
|
*
|
1693
1696
|
* ctypedef npy_float32 float32_t
|
1694
1697
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
@@ -1697,7 +1700,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1697
1700
|
*/
|
1698
1701
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
1699
1702
|
|
1700
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1703
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":761
|
1701
1704
|
* ctypedef double complex complex128_t
|
1702
1705
|
*
|
1703
1706
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
@@ -1706,7 +1709,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1706
1709
|
*/
|
1707
1710
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
1708
1711
|
|
1709
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1712
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":762
|
1710
1713
|
*
|
1711
1714
|
* ctypedef npy_longlong longlong_t
|
1712
1715
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
@@ -1715,7 +1718,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1715
1718
|
*/
|
1716
1719
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
1717
1720
|
|
1718
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1721
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":764
|
1719
1722
|
* ctypedef npy_ulonglong ulonglong_t
|
1720
1723
|
*
|
1721
1724
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
@@ -1724,7 +1727,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1724
1727
|
*/
|
1725
1728
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
1726
1729
|
|
1727
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1730
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":765
|
1728
1731
|
*
|
1729
1732
|
* ctypedef npy_intp intp_t
|
1730
1733
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
@@ -1733,7 +1736,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1733
1736
|
*/
|
1734
1737
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
1735
1738
|
|
1736
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1739
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":767
|
1737
1740
|
* ctypedef npy_uintp uintp_t
|
1738
1741
|
*
|
1739
1742
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
@@ -1742,7 +1745,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1742
1745
|
*/
|
1743
1746
|
typedef npy_double __pyx_t_5numpy_float_t;
|
1744
1747
|
|
1745
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1748
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":768
|
1746
1749
|
*
|
1747
1750
|
* ctypedef npy_double float_t
|
1748
1751
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
@@ -1751,7 +1754,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
1751
1754
|
*/
|
1752
1755
|
typedef npy_double __pyx_t_5numpy_double_t;
|
1753
1756
|
|
1754
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1757
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":769
|
1755
1758
|
* ctypedef npy_double float_t
|
1756
1759
|
* ctypedef npy_double double_t
|
1757
1760
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
@@ -2697,22 +2700,22 @@ static int __Pyx__DelItemOnTypeDict(PyTypeObject *tp, PyObject *k);
|
|
2697
2700
|
static int __Pyx_setup_reduce(PyObject* type_obj);
|
2698
2701
|
|
2699
2702
|
/* TypeImport.proto */
|
2700
|
-
#ifndef
|
2701
|
-
#define
|
2703
|
+
#ifndef __PYX_HAVE_RT_ImportType_proto_3_1_3
|
2704
|
+
#define __PYX_HAVE_RT_ImportType_proto_3_1_3
|
2702
2705
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
2703
2706
|
#include <stdalign.h>
|
2704
2707
|
#endif
|
2705
2708
|
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
|
2706
|
-
#define
|
2709
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_3(s) alignof(s)
|
2707
2710
|
#else
|
2708
|
-
#define
|
2711
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_3(s) sizeof(void*)
|
2709
2712
|
#endif
|
2710
|
-
enum
|
2711
|
-
|
2712
|
-
|
2713
|
-
|
2713
|
+
enum __Pyx_ImportType_CheckSize_3_1_3 {
|
2714
|
+
__Pyx_ImportType_CheckSize_Error_3_1_3 = 0,
|
2715
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3 = 1,
|
2716
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3 = 2
|
2714
2717
|
};
|
2715
|
-
static PyTypeObject *
|
2718
|
+
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);
|
2716
2719
|
#endif
|
2717
2720
|
|
2718
2721
|
/* ListPack.proto */
|
@@ -3143,10 +3146,10 @@ static unsigned long __Pyx_get_runtime_version(void);
|
|
3143
3146
|
static int __Pyx_check_binary_version(unsigned long ct_version, unsigned long rt_version, int allow_newer);
|
3144
3147
|
|
3145
3148
|
/* VoidPtrImport.proto */
|
3146
|
-
static int
|
3149
|
+
static int __Pyx_ImportVoidPtr_3_1_3(PyObject *module, const char *name, void **p, const char *sig);
|
3147
3150
|
|
3148
3151
|
/* FunctionImport.proto */
|
3149
|
-
static int
|
3152
|
+
static int __Pyx_ImportFunction_3_1_3(PyObject *module, const char *funcname, void (**f)(void), const char *sig);
|
3150
3153
|
|
3151
3154
|
/* MultiPhaseInitModuleState.proto */
|
3152
3155
|
#if CYTHON_PEP489_MULTI_PHASE_INIT && CYTHON_USE_MODULE_STATE
|
@@ -17295,7 +17298,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17295
17298
|
return __pyx_r;
|
17296
17299
|
}
|
17297
17300
|
|
17298
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17301
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":242
|
17299
17302
|
* cdef int type_num
|
17300
17303
|
*
|
17301
17304
|
* @property # <<<<<<<<<<<<<<
|
@@ -17306,7 +17309,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17306
17309
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
17307
17310
|
npy_intp __pyx_r;
|
17308
17311
|
|
17309
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17312
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":244
|
17310
17313
|
* @property
|
17311
17314
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
17312
17315
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -17316,7 +17319,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17316
17319
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
17317
17320
|
goto __pyx_L0;
|
17318
17321
|
|
17319
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17322
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":242
|
17320
17323
|
* cdef int type_num
|
17321
17324
|
*
|
17322
17325
|
* @property # <<<<<<<<<<<<<<
|
@@ -17329,7 +17332,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17329
17332
|
return __pyx_r;
|
17330
17333
|
}
|
17331
17334
|
|
17332
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17335
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":246
|
17333
17336
|
* return PyDataType_ELSIZE(self)
|
17334
17337
|
*
|
17335
17338
|
* @property # <<<<<<<<<<<<<<
|
@@ -17340,7 +17343,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17340
17343
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
17341
17344
|
npy_intp __pyx_r;
|
17342
17345
|
|
17343
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17346
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":248
|
17344
17347
|
* @property
|
17345
17348
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
17346
17349
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -17350,7 +17353,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17350
17353
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
17351
17354
|
goto __pyx_L0;
|
17352
17355
|
|
17353
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17356
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":246
|
17354
17357
|
* return PyDataType_ELSIZE(self)
|
17355
17358
|
*
|
17356
17359
|
* @property # <<<<<<<<<<<<<<
|
@@ -17363,7 +17366,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17363
17366
|
return __pyx_r;
|
17364
17367
|
}
|
17365
17368
|
|
17366
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17369
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":252
|
17367
17370
|
* # Use fields/names with care as they may be NULL. You must check
|
17368
17371
|
* # for this using PyDataType_HASFIELDS.
|
17369
17372
|
* @property # <<<<<<<<<<<<<<
|
@@ -17377,7 +17380,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17377
17380
|
PyObject *__pyx_t_1;
|
17378
17381
|
__Pyx_RefNannySetupContext("fields", 0);
|
17379
17382
|
|
17380
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17383
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":254
|
17381
17384
|
* @property
|
17382
17385
|
* cdef inline object fields(self):
|
17383
17386
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -17390,7 +17393,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17390
17393
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
17391
17394
|
goto __pyx_L0;
|
17392
17395
|
|
17393
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17396
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":252
|
17394
17397
|
* # Use fields/names with care as they may be NULL. You must check
|
17395
17398
|
* # for this using PyDataType_HASFIELDS.
|
17396
17399
|
* @property # <<<<<<<<<<<<<<
|
@@ -17405,7 +17408,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17405
17408
|
return __pyx_r;
|
17406
17409
|
}
|
17407
17410
|
|
17408
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17411
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":256
|
17409
17412
|
* return <object>PyDataType_FIELDS(self)
|
17410
17413
|
*
|
17411
17414
|
* @property # <<<<<<<<<<<<<<
|
@@ -17419,7 +17422,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17419
17422
|
PyObject *__pyx_t_1;
|
17420
17423
|
__Pyx_RefNannySetupContext("names", 0);
|
17421
17424
|
|
17422
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17425
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":258
|
17423
17426
|
* @property
|
17424
17427
|
* cdef inline tuple names(self):
|
17425
17428
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -17432,7 +17435,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17432
17435
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
17433
17436
|
goto __pyx_L0;
|
17434
17437
|
|
17435
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17438
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":256
|
17436
17439
|
* return <object>PyDataType_FIELDS(self)
|
17437
17440
|
*
|
17438
17441
|
* @property # <<<<<<<<<<<<<<
|
@@ -17447,7 +17450,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17447
17450
|
return __pyx_r;
|
17448
17451
|
}
|
17449
17452
|
|
17450
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17453
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":263
|
17451
17454
|
* # valid (the pointer can be NULL). Most users should access
|
17452
17455
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17453
17456
|
* @property # <<<<<<<<<<<<<<
|
@@ -17458,7 +17461,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17458
17461
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
17459
17462
|
PyArray_ArrayDescr *__pyx_r;
|
17460
17463
|
|
17461
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17464
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":265
|
17462
17465
|
* @property
|
17463
17466
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
17464
17467
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -17468,7 +17471,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17468
17471
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
17469
17472
|
goto __pyx_L0;
|
17470
17473
|
|
17471
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17474
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":263
|
17472
17475
|
* # valid (the pointer can be NULL). Most users should access
|
17473
17476
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17474
17477
|
* @property # <<<<<<<<<<<<<<
|
@@ -17481,7 +17484,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17481
17484
|
return __pyx_r;
|
17482
17485
|
}
|
17483
17486
|
|
17484
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17487
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":267
|
17485
17488
|
* return PyDataType_SUBARRAY(self)
|
17486
17489
|
*
|
17487
17490
|
* @property # <<<<<<<<<<<<<<
|
@@ -17492,7 +17495,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17492
17495
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
17493
17496
|
npy_uint64 __pyx_r;
|
17494
17497
|
|
17495
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17498
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":270
|
17496
17499
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
17497
17500
|
* """The data types flags."""
|
17498
17501
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -17502,7 +17505,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17502
17505
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
17503
17506
|
goto __pyx_L0;
|
17504
17507
|
|
17505
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17508
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":267
|
17506
17509
|
* return PyDataType_SUBARRAY(self)
|
17507
17510
|
*
|
17508
17511
|
* @property # <<<<<<<<<<<<<<
|
@@ -17515,7 +17518,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17515
17518
|
return __pyx_r;
|
17516
17519
|
}
|
17517
17520
|
|
17518
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17521
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":279
|
17519
17522
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17520
17523
|
*
|
17521
17524
|
* @property # <<<<<<<<<<<<<<
|
@@ -17526,7 +17529,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17526
17529
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
17527
17530
|
int __pyx_r;
|
17528
17531
|
|
17529
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17532
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":282
|
17530
17533
|
* cdef inline int numiter(self) noexcept nogil:
|
17531
17534
|
* """The number of arrays that need to be broadcast to the same shape."""
|
17532
17535
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -17536,7 +17539,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17536
17539
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
17537
17540
|
goto __pyx_L0;
|
17538
17541
|
|
17539
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17542
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":279
|
17540
17543
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17541
17544
|
*
|
17542
17545
|
* @property # <<<<<<<<<<<<<<
|
@@ -17549,7 +17552,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17549
17552
|
return __pyx_r;
|
17550
17553
|
}
|
17551
17554
|
|
17552
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17555
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":284
|
17553
17556
|
* return PyArray_MultiIter_NUMITER(self)
|
17554
17557
|
*
|
17555
17558
|
* @property # <<<<<<<<<<<<<<
|
@@ -17560,7 +17563,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17560
17563
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
17561
17564
|
npy_intp __pyx_r;
|
17562
17565
|
|
17563
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17566
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":287
|
17564
17567
|
* cdef inline npy_intp size(self) noexcept nogil:
|
17565
17568
|
* """The total broadcasted size."""
|
17566
17569
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17570,7 +17573,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17570
17573
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
17571
17574
|
goto __pyx_L0;
|
17572
17575
|
|
17573
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17576
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":284
|
17574
17577
|
* return PyArray_MultiIter_NUMITER(self)
|
17575
17578
|
*
|
17576
17579
|
* @property # <<<<<<<<<<<<<<
|
@@ -17583,7 +17586,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17583
17586
|
return __pyx_r;
|
17584
17587
|
}
|
17585
17588
|
|
17586
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17589
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":289
|
17587
17590
|
* return PyArray_MultiIter_SIZE(self)
|
17588
17591
|
*
|
17589
17592
|
* @property # <<<<<<<<<<<<<<
|
@@ -17594,7 +17597,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17594
17597
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
17595
17598
|
npy_intp __pyx_r;
|
17596
17599
|
|
17597
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17600
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":292
|
17598
17601
|
* cdef inline npy_intp index(self) noexcept nogil:
|
17599
17602
|
* """The current (1-d) index into the broadcasted result."""
|
17600
17603
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -17604,7 +17607,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17604
17607
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
17605
17608
|
goto __pyx_L0;
|
17606
17609
|
|
17607
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17610
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":289
|
17608
17611
|
* return PyArray_MultiIter_SIZE(self)
|
17609
17612
|
*
|
17610
17613
|
* @property # <<<<<<<<<<<<<<
|
@@ -17617,7 +17620,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17617
17620
|
return __pyx_r;
|
17618
17621
|
}
|
17619
17622
|
|
17620
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17623
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":294
|
17621
17624
|
* return PyArray_MultiIter_INDEX(self)
|
17622
17625
|
*
|
17623
17626
|
* @property # <<<<<<<<<<<<<<
|
@@ -17628,7 +17631,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17628
17631
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
17629
17632
|
int __pyx_r;
|
17630
17633
|
|
17631
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17634
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":297
|
17632
17635
|
* cdef inline int nd(self) noexcept nogil:
|
17633
17636
|
* """The number of dimensions in the broadcasted result."""
|
17634
17637
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17638,7 +17641,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17638
17641
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
17639
17642
|
goto __pyx_L0;
|
17640
17643
|
|
17641
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17644
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":294
|
17642
17645
|
* return PyArray_MultiIter_INDEX(self)
|
17643
17646
|
*
|
17644
17647
|
* @property # <<<<<<<<<<<<<<
|
@@ -17651,7 +17654,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17651
17654
|
return __pyx_r;
|
17652
17655
|
}
|
17653
17656
|
|
17654
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17657
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":299
|
17655
17658
|
* return PyArray_MultiIter_NDIM(self)
|
17656
17659
|
*
|
17657
17660
|
* @property # <<<<<<<<<<<<<<
|
@@ -17662,7 +17665,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17662
17665
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
17663
17666
|
npy_intp *__pyx_r;
|
17664
17667
|
|
17665
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17668
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":302
|
17666
17669
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
17667
17670
|
* """The shape of the broadcasted result."""
|
17668
17671
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17672,7 +17675,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17672
17675
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
17673
17676
|
goto __pyx_L0;
|
17674
17677
|
|
17675
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17678
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":299
|
17676
17679
|
* return PyArray_MultiIter_NDIM(self)
|
17677
17680
|
*
|
17678
17681
|
* @property # <<<<<<<<<<<<<<
|
@@ -17685,7 +17688,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17685
17688
|
return __pyx_r;
|
17686
17689
|
}
|
17687
17690
|
|
17688
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17691
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":304
|
17689
17692
|
* return PyArray_MultiIter_DIMS(self)
|
17690
17693
|
*
|
17691
17694
|
* @property # <<<<<<<<<<<<<<
|
@@ -17696,7 +17699,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17696
17699
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
17697
17700
|
void **__pyx_r;
|
17698
17701
|
|
17699
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17702
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":308
|
17700
17703
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
17701
17704
|
* On return, the iterators are adjusted for broadcasting."""
|
17702
17705
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -17706,7 +17709,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17706
17709
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
17707
17710
|
goto __pyx_L0;
|
17708
17711
|
|
17709
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17712
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":304
|
17710
17713
|
* return PyArray_MultiIter_DIMS(self)
|
17711
17714
|
*
|
17712
17715
|
* @property # <<<<<<<<<<<<<<
|
@@ -17719,7 +17722,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17719
17722
|
return __pyx_r;
|
17720
17723
|
}
|
17721
17724
|
|
17722
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17725
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":322
|
17723
17726
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17724
17727
|
*
|
17725
17728
|
* @property # <<<<<<<<<<<<<<
|
@@ -17730,7 +17733,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17730
17733
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
17731
17734
|
PyObject *__pyx_r;
|
17732
17735
|
|
17733
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17736
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":326
|
17734
17737
|
* """Returns a borrowed reference to the object owning the data/memory.
|
17735
17738
|
* """
|
17736
17739
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -17740,7 +17743,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17740
17743
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
17741
17744
|
goto __pyx_L0;
|
17742
17745
|
|
17743
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17746
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":322
|
17744
17747
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17745
17748
|
*
|
17746
17749
|
* @property # <<<<<<<<<<<<<<
|
@@ -17753,7 +17756,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17753
17756
|
return __pyx_r;
|
17754
17757
|
}
|
17755
17758
|
|
17756
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17759
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":328
|
17757
17760
|
* return PyArray_BASE(self)
|
17758
17761
|
*
|
17759
17762
|
* @property # <<<<<<<<<<<<<<
|
@@ -17767,7 +17770,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17767
17770
|
PyArray_Descr *__pyx_t_1;
|
17768
17771
|
__Pyx_RefNannySetupContext("descr", 0);
|
17769
17772
|
|
17770
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17773
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":332
|
17771
17774
|
* """Returns an owned reference to the dtype of the array.
|
17772
17775
|
* """
|
17773
17776
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -17780,7 +17783,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17780
17783
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
17781
17784
|
goto __pyx_L0;
|
17782
17785
|
|
17783
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17786
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":328
|
17784
17787
|
* return PyArray_BASE(self)
|
17785
17788
|
*
|
17786
17789
|
* @property # <<<<<<<<<<<<<<
|
@@ -17795,7 +17798,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17795
17798
|
return __pyx_r;
|
17796
17799
|
}
|
17797
17800
|
|
17798
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17801
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":334
|
17799
17802
|
* return <dtype>PyArray_DESCR(self)
|
17800
17803
|
*
|
17801
17804
|
* @property # <<<<<<<<<<<<<<
|
@@ -17806,7 +17809,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17806
17809
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
17807
17810
|
int __pyx_r;
|
17808
17811
|
|
17809
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17812
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":338
|
17810
17813
|
* """Returns the number of dimensions in the array.
|
17811
17814
|
* """
|
17812
17815
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17816,7 +17819,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17816
17819
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
17817
17820
|
goto __pyx_L0;
|
17818
17821
|
|
17819
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17822
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":334
|
17820
17823
|
* return <dtype>PyArray_DESCR(self)
|
17821
17824
|
*
|
17822
17825
|
* @property # <<<<<<<<<<<<<<
|
@@ -17829,7 +17832,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17829
17832
|
return __pyx_r;
|
17830
17833
|
}
|
17831
17834
|
|
17832
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17835
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":340
|
17833
17836
|
* return PyArray_NDIM(self)
|
17834
17837
|
*
|
17835
17838
|
* @property # <<<<<<<<<<<<<<
|
@@ -17840,7 +17843,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17840
17843
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
17841
17844
|
npy_intp *__pyx_r;
|
17842
17845
|
|
17843
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17846
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":346
|
17844
17847
|
* Can return NULL for 0-dimensional arrays.
|
17845
17848
|
* """
|
17846
17849
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17850,7 +17853,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17850
17853
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
17851
17854
|
goto __pyx_L0;
|
17852
17855
|
|
17853
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17856
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":340
|
17854
17857
|
* return PyArray_NDIM(self)
|
17855
17858
|
*
|
17856
17859
|
* @property # <<<<<<<<<<<<<<
|
@@ -17863,7 +17866,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17863
17866
|
return __pyx_r;
|
17864
17867
|
}
|
17865
17868
|
|
17866
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17869
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":348
|
17867
17870
|
* return PyArray_DIMS(self)
|
17868
17871
|
*
|
17869
17872
|
* @property # <<<<<<<<<<<<<<
|
@@ -17874,7 +17877,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17874
17877
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
17875
17878
|
npy_intp *__pyx_r;
|
17876
17879
|
|
17877
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17880
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":353
|
17878
17881
|
* The number of elements matches the number of dimensions of the array (ndim).
|
17879
17882
|
* """
|
17880
17883
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -17884,7 +17887,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17884
17887
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
17885
17888
|
goto __pyx_L0;
|
17886
17889
|
|
17887
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17890
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":348
|
17888
17891
|
* return PyArray_DIMS(self)
|
17889
17892
|
*
|
17890
17893
|
* @property # <<<<<<<<<<<<<<
|
@@ -17897,7 +17900,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17897
17900
|
return __pyx_r;
|
17898
17901
|
}
|
17899
17902
|
|
17900
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17903
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":355
|
17901
17904
|
* return PyArray_STRIDES(self)
|
17902
17905
|
*
|
17903
17906
|
* @property # <<<<<<<<<<<<<<
|
@@ -17908,7 +17911,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17908
17911
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
17909
17912
|
npy_intp __pyx_r;
|
17910
17913
|
|
17911
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17914
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":359
|
17912
17915
|
* """Returns the total size (in number of elements) of the array.
|
17913
17916
|
* """
|
17914
17917
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17918,7 +17921,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17918
17921
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
17919
17922
|
goto __pyx_L0;
|
17920
17923
|
|
17921
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17924
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":355
|
17922
17925
|
* return PyArray_STRIDES(self)
|
17923
17926
|
*
|
17924
17927
|
* @property # <<<<<<<<<<<<<<
|
@@ -17931,7 +17934,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17931
17934
|
return __pyx_r;
|
17932
17935
|
}
|
17933
17936
|
|
17934
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17937
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":361
|
17935
17938
|
* return PyArray_SIZE(self)
|
17936
17939
|
*
|
17937
17940
|
* @property # <<<<<<<<<<<<<<
|
@@ -17942,7 +17945,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17942
17945
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
17943
17946
|
char *__pyx_r;
|
17944
17947
|
|
17945
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17948
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":368
|
17946
17949
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
17947
17950
|
* """
|
17948
17951
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -17952,7 +17955,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17952
17955
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
17953
17956
|
goto __pyx_L0;
|
17954
17957
|
|
17955
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17958
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":361
|
17956
17959
|
* return PyArray_SIZE(self)
|
17957
17960
|
*
|
17958
17961
|
* @property # <<<<<<<<<<<<<<
|
@@ -17965,7 +17968,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17965
17968
|
return __pyx_r;
|
17966
17969
|
}
|
17967
17970
|
|
17968
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17971
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":776
|
17969
17972
|
* ctypedef long double complex clongdouble_t
|
17970
17973
|
*
|
17971
17974
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -17982,7 +17985,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17982
17985
|
int __pyx_clineno = 0;
|
17983
17986
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
17984
17987
|
|
17985
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17988
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":777
|
17986
17989
|
*
|
17987
17990
|
* cdef inline object PyArray_MultiIterNew1(a):
|
17988
17991
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -17996,7 +17999,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
17996
17999
|
__pyx_t_1 = 0;
|
17997
18000
|
goto __pyx_L0;
|
17998
18001
|
|
17999
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18002
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":776
|
18000
18003
|
* ctypedef long double complex clongdouble_t
|
18001
18004
|
*
|
18002
18005
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -18015,7 +18018,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18015
18018
|
return __pyx_r;
|
18016
18019
|
}
|
18017
18020
|
|
18018
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18021
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":779
|
18019
18022
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18020
18023
|
*
|
18021
18024
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18032,7 +18035,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18032
18035
|
int __pyx_clineno = 0;
|
18033
18036
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
18034
18037
|
|
18035
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18038
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":780
|
18036
18039
|
*
|
18037
18040
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
18038
18041
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -18046,7 +18049,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18046
18049
|
__pyx_t_1 = 0;
|
18047
18050
|
goto __pyx_L0;
|
18048
18051
|
|
18049
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18052
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":779
|
18050
18053
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18051
18054
|
*
|
18052
18055
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18065,7 +18068,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18065
18068
|
return __pyx_r;
|
18066
18069
|
}
|
18067
18070
|
|
18068
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18071
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":782
|
18069
18072
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18070
18073
|
*
|
18071
18074
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18082,7 +18085,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18082
18085
|
int __pyx_clineno = 0;
|
18083
18086
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
18084
18087
|
|
18085
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18088
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":783
|
18086
18089
|
*
|
18087
18090
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
18088
18091
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -18096,7 +18099,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18096
18099
|
__pyx_t_1 = 0;
|
18097
18100
|
goto __pyx_L0;
|
18098
18101
|
|
18099
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18102
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":782
|
18100
18103
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18101
18104
|
*
|
18102
18105
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18115,7 +18118,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18115
18118
|
return __pyx_r;
|
18116
18119
|
}
|
18117
18120
|
|
18118
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18121
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":785
|
18119
18122
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18120
18123
|
*
|
18121
18124
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18132,7 +18135,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18132
18135
|
int __pyx_clineno = 0;
|
18133
18136
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
18134
18137
|
|
18135
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18138
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":786
|
18136
18139
|
*
|
18137
18140
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
18138
18141
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -18146,7 +18149,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18146
18149
|
__pyx_t_1 = 0;
|
18147
18150
|
goto __pyx_L0;
|
18148
18151
|
|
18149
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18152
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":785
|
18150
18153
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18151
18154
|
*
|
18152
18155
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18165,7 +18168,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18165
18168
|
return __pyx_r;
|
18166
18169
|
}
|
18167
18170
|
|
18168
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18171
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":788
|
18169
18172
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18170
18173
|
*
|
18171
18174
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18182,7 +18185,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18182
18185
|
int __pyx_clineno = 0;
|
18183
18186
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
18184
18187
|
|
18185
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18188
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":789
|
18186
18189
|
*
|
18187
18190
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
18188
18191
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -18196,7 +18199,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18196
18199
|
__pyx_t_1 = 0;
|
18197
18200
|
goto __pyx_L0;
|
18198
18201
|
|
18199
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18202
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":788
|
18200
18203
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18201
18204
|
*
|
18202
18205
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18215,7 +18218,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18215
18218
|
return __pyx_r;
|
18216
18219
|
}
|
18217
18220
|
|
18218
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18221
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":791
|
18219
18222
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18220
18223
|
*
|
18221
18224
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18230,7 +18233,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18230
18233
|
PyObject *__pyx_t_2;
|
18231
18234
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
18232
18235
|
|
18233
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18236
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":792
|
18234
18237
|
*
|
18235
18238
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18236
18239
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18240,7 +18243,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18240
18243
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
18241
18244
|
if (__pyx_t_1) {
|
18242
18245
|
|
18243
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18246
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":793
|
18244
18247
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18245
18248
|
* if PyDataType_HASSUBARRAY(d):
|
18246
18249
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -18253,7 +18256,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18253
18256
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
18254
18257
|
goto __pyx_L0;
|
18255
18258
|
|
18256
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18259
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":792
|
18257
18260
|
*
|
18258
18261
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18259
18262
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18262,7 +18265,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18262
18265
|
*/
|
18263
18266
|
}
|
18264
18267
|
|
18265
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18268
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":795
|
18266
18269
|
* return <tuple>d.subarray.shape
|
18267
18270
|
* else:
|
18268
18271
|
* return () # <<<<<<<<<<<<<<
|
@@ -18276,7 +18279,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18276
18279
|
goto __pyx_L0;
|
18277
18280
|
}
|
18278
18281
|
|
18279
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18282
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":791
|
18280
18283
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18281
18284
|
*
|
18282
18285
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18291,7 +18294,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18291
18294
|
return __pyx_r;
|
18292
18295
|
}
|
18293
18296
|
|
18294
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18297
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":994
|
18295
18298
|
* int _import_umath() except -1
|
18296
18299
|
*
|
18297
18300
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18305,7 +18308,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18305
18308
|
const char *__pyx_filename = NULL;
|
18306
18309
|
int __pyx_clineno = 0;
|
18307
18310
|
|
18308
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18311
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":995
|
18309
18312
|
*
|
18310
18313
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18311
18314
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -18314,7 +18317,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18314
18317
|
*/
|
18315
18318
|
Py_INCREF(__pyx_v_base);
|
18316
18319
|
|
18317
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18320
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":996
|
18318
18321
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18319
18322
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
18320
18323
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -18323,7 +18326,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18323
18326
|
*/
|
18324
18327
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(2, 996, __pyx_L1_error)
|
18325
18328
|
|
18326
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18329
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":994
|
18327
18330
|
* int _import_umath() except -1
|
18328
18331
|
*
|
18329
18332
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18338,7 +18341,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18338
18341
|
__pyx_L0:;
|
18339
18342
|
}
|
18340
18343
|
|
18341
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18344
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":998
|
18342
18345
|
* PyArray_SetBaseObject(arr, base)
|
18343
18346
|
*
|
18344
18347
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18353,7 +18356,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18353
18356
|
int __pyx_t_1;
|
18354
18357
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
18355
18358
|
|
18356
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18359
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":999
|
18357
18360
|
*
|
18358
18361
|
* cdef inline object get_array_base(ndarray arr):
|
18359
18362
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -18362,7 +18365,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18362
18365
|
*/
|
18363
18366
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
18364
18367
|
|
18365
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18368
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1000
|
18366
18369
|
* cdef inline object get_array_base(ndarray arr):
|
18367
18370
|
* base = PyArray_BASE(arr)
|
18368
18371
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18372,7 +18375,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18372
18375
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
18373
18376
|
if (__pyx_t_1) {
|
18374
18377
|
|
18375
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18378
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1001
|
18376
18379
|
* base = PyArray_BASE(arr)
|
18377
18380
|
* if base is NULL:
|
18378
18381
|
* return None # <<<<<<<<<<<<<<
|
@@ -18383,7 +18386,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18383
18386
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
18384
18387
|
goto __pyx_L0;
|
18385
18388
|
|
18386
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18389
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1000
|
18387
18390
|
* cdef inline object get_array_base(ndarray arr):
|
18388
18391
|
* base = PyArray_BASE(arr)
|
18389
18392
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18392,7 +18395,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18392
18395
|
*/
|
18393
18396
|
}
|
18394
18397
|
|
18395
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18398
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1002
|
18396
18399
|
* if base is NULL:
|
18397
18400
|
* return None
|
18398
18401
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -18404,7 +18407,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18404
18407
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
18405
18408
|
goto __pyx_L0;
|
18406
18409
|
|
18407
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18410
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":998
|
18408
18411
|
* PyArray_SetBaseObject(arr, base)
|
18409
18412
|
*
|
18410
18413
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18419,7 +18422,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18419
18422
|
return __pyx_r;
|
18420
18423
|
}
|
18421
18424
|
|
18422
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18425
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1006
|
18423
18426
|
* # Versions of the import_* functions which are more suitable for
|
18424
18427
|
* # Cython code.
|
18425
18428
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18446,7 +18449,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18446
18449
|
int __pyx_clineno = 0;
|
18447
18450
|
__Pyx_RefNannySetupContext("import_array", 0);
|
18448
18451
|
|
18449
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18452
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1007
|
18450
18453
|
* # Cython code.
|
18451
18454
|
* cdef inline int import_array() except -1:
|
18452
18455
|
* try: # <<<<<<<<<<<<<<
|
@@ -18462,7 +18465,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18462
18465
|
__Pyx_XGOTREF(__pyx_t_3);
|
18463
18466
|
/*try:*/ {
|
18464
18467
|
|
18465
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18468
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1008
|
18466
18469
|
* cdef inline int import_array() except -1:
|
18467
18470
|
* try:
|
18468
18471
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -18471,7 +18474,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18471
18474
|
*/
|
18472
18475
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1008, __pyx_L3_error)
|
18473
18476
|
|
18474
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18477
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1007
|
18475
18478
|
* # Cython code.
|
18476
18479
|
* cdef inline int import_array() except -1:
|
18477
18480
|
* try: # <<<<<<<<<<<<<<
|
@@ -18485,7 +18488,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18485
18488
|
goto __pyx_L8_try_end;
|
18486
18489
|
__pyx_L3_error:;
|
18487
18490
|
|
18488
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18491
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1009
|
18489
18492
|
* try:
|
18490
18493
|
* __pyx_import_array()
|
18491
18494
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18500,7 +18503,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18500
18503
|
__Pyx_XGOTREF(__pyx_t_6);
|
18501
18504
|
__Pyx_XGOTREF(__pyx_t_7);
|
18502
18505
|
|
18503
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18506
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1010
|
18504
18507
|
* __pyx_import_array()
|
18505
18508
|
* except Exception:
|
18506
18509
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -18525,7 +18528,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18525
18528
|
}
|
18526
18529
|
goto __pyx_L5_except_error;
|
18527
18530
|
|
18528
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18531
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1007
|
18529
18532
|
* # Cython code.
|
18530
18533
|
* cdef inline int import_array() except -1:
|
18531
18534
|
* try: # <<<<<<<<<<<<<<
|
@@ -18541,7 +18544,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18541
18544
|
__pyx_L8_try_end:;
|
18542
18545
|
}
|
18543
18546
|
|
18544
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18547
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1006
|
18545
18548
|
* # Versions of the import_* functions which are more suitable for
|
18546
18549
|
* # Cython code.
|
18547
18550
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18566,7 +18569,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18566
18569
|
return __pyx_r;
|
18567
18570
|
}
|
18568
18571
|
|
18569
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18572
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1012
|
18570
18573
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18571
18574
|
*
|
18572
18575
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18593,7 +18596,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18593
18596
|
int __pyx_clineno = 0;
|
18594
18597
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
18595
18598
|
|
18596
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18599
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1013
|
18597
18600
|
*
|
18598
18601
|
* cdef inline int import_umath() except -1:
|
18599
18602
|
* try: # <<<<<<<<<<<<<<
|
@@ -18609,7 +18612,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18609
18612
|
__Pyx_XGOTREF(__pyx_t_3);
|
18610
18613
|
/*try:*/ {
|
18611
18614
|
|
18612
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18615
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1014
|
18613
18616
|
* cdef inline int import_umath() except -1:
|
18614
18617
|
* try:
|
18615
18618
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18618,7 +18621,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18618
18621
|
*/
|
18619
18622
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1014, __pyx_L3_error)
|
18620
18623
|
|
18621
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18624
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1013
|
18622
18625
|
*
|
18623
18626
|
* cdef inline int import_umath() except -1:
|
18624
18627
|
* try: # <<<<<<<<<<<<<<
|
@@ -18632,7 +18635,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18632
18635
|
goto __pyx_L8_try_end;
|
18633
18636
|
__pyx_L3_error:;
|
18634
18637
|
|
18635
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18638
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1015
|
18636
18639
|
* try:
|
18637
18640
|
* _import_umath()
|
18638
18641
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18647,7 +18650,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18647
18650
|
__Pyx_XGOTREF(__pyx_t_6);
|
18648
18651
|
__Pyx_XGOTREF(__pyx_t_7);
|
18649
18652
|
|
18650
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18653
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1016
|
18651
18654
|
* _import_umath()
|
18652
18655
|
* except Exception:
|
18653
18656
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18672,7 +18675,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18672
18675
|
}
|
18673
18676
|
goto __pyx_L5_except_error;
|
18674
18677
|
|
18675
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18678
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1013
|
18676
18679
|
*
|
18677
18680
|
* cdef inline int import_umath() except -1:
|
18678
18681
|
* try: # <<<<<<<<<<<<<<
|
@@ -18688,7 +18691,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18688
18691
|
__pyx_L8_try_end:;
|
18689
18692
|
}
|
18690
18693
|
|
18691
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18694
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1012
|
18692
18695
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18693
18696
|
*
|
18694
18697
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18713,7 +18716,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18713
18716
|
return __pyx_r;
|
18714
18717
|
}
|
18715
18718
|
|
18716
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18719
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1018
|
18717
18720
|
* raise ImportError("numpy._core.umath failed to import")
|
18718
18721
|
*
|
18719
18722
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18740,7 +18743,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18740
18743
|
int __pyx_clineno = 0;
|
18741
18744
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
18742
18745
|
|
18743
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18746
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1019
|
18744
18747
|
*
|
18745
18748
|
* cdef inline int import_ufunc() except -1:
|
18746
18749
|
* try: # <<<<<<<<<<<<<<
|
@@ -18756,7 +18759,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18756
18759
|
__Pyx_XGOTREF(__pyx_t_3);
|
18757
18760
|
/*try:*/ {
|
18758
18761
|
|
18759
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18762
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1020
|
18760
18763
|
* cdef inline int import_ufunc() except -1:
|
18761
18764
|
* try:
|
18762
18765
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18765,7 +18768,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18765
18768
|
*/
|
18766
18769
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1020, __pyx_L3_error)
|
18767
18770
|
|
18768
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18771
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1019
|
18769
18772
|
*
|
18770
18773
|
* cdef inline int import_ufunc() except -1:
|
18771
18774
|
* try: # <<<<<<<<<<<<<<
|
@@ -18779,7 +18782,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18779
18782
|
goto __pyx_L8_try_end;
|
18780
18783
|
__pyx_L3_error:;
|
18781
18784
|
|
18782
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18785
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1021
|
18783
18786
|
* try:
|
18784
18787
|
* _import_umath()
|
18785
18788
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18794,7 +18797,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18794
18797
|
__Pyx_XGOTREF(__pyx_t_6);
|
18795
18798
|
__Pyx_XGOTREF(__pyx_t_7);
|
18796
18799
|
|
18797
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18800
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1022
|
18798
18801
|
* _import_umath()
|
18799
18802
|
* except Exception:
|
18800
18803
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18819,7 +18822,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18819
18822
|
}
|
18820
18823
|
goto __pyx_L5_except_error;
|
18821
18824
|
|
18822
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18825
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1019
|
18823
18826
|
*
|
18824
18827
|
* cdef inline int import_ufunc() except -1:
|
18825
18828
|
* try: # <<<<<<<<<<<<<<
|
@@ -18835,7 +18838,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18835
18838
|
__pyx_L8_try_end:;
|
18836
18839
|
}
|
18837
18840
|
|
18838
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18841
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1018
|
18839
18842
|
* raise ImportError("numpy._core.umath failed to import")
|
18840
18843
|
*
|
18841
18844
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18860,7 +18863,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18860
18863
|
return __pyx_r;
|
18861
18864
|
}
|
18862
18865
|
|
18863
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18866
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1025
|
18864
18867
|
*
|
18865
18868
|
*
|
18866
18869
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18871,7 +18874,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18871
18874
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
18872
18875
|
int __pyx_r;
|
18873
18876
|
|
18874
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18877
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1037
|
18875
18878
|
* bool
|
18876
18879
|
* """
|
18877
18880
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18881,7 +18884,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18881
18884
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
18882
18885
|
goto __pyx_L0;
|
18883
18886
|
|
18884
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18887
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1025
|
18885
18888
|
*
|
18886
18889
|
*
|
18887
18890
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18894,7 +18897,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18894
18897
|
return __pyx_r;
|
18895
18898
|
}
|
18896
18899
|
|
18897
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18900
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1040
|
18898
18901
|
*
|
18899
18902
|
*
|
18900
18903
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18905,7 +18908,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18905
18908
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
18906
18909
|
int __pyx_r;
|
18907
18910
|
|
18908
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18911
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1052
|
18909
18912
|
* bool
|
18910
18913
|
* """
|
18911
18914
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18915,7 +18918,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18915
18918
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
18916
18919
|
goto __pyx_L0;
|
18917
18920
|
|
18918
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18921
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1040
|
18919
18922
|
*
|
18920
18923
|
*
|
18921
18924
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18928,7 +18931,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18928
18931
|
return __pyx_r;
|
18929
18932
|
}
|
18930
18933
|
|
18931
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18934
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1055
|
18932
18935
|
*
|
18933
18936
|
*
|
18934
18937
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18939,7 +18942,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18939
18942
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
18940
18943
|
npy_datetime __pyx_r;
|
18941
18944
|
|
18942
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18945
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1062
|
18943
18946
|
* also needed. That can be found using `get_datetime64_unit`.
|
18944
18947
|
* """
|
18945
18948
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18949,7 +18952,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18949
18952
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
18950
18953
|
goto __pyx_L0;
|
18951
18954
|
|
18952
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18955
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1055
|
18953
18956
|
*
|
18954
18957
|
*
|
18955
18958
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18962,7 +18965,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18962
18965
|
return __pyx_r;
|
18963
18966
|
}
|
18964
18967
|
|
18965
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18968
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1065
|
18966
18969
|
*
|
18967
18970
|
*
|
18968
18971
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18973,7 +18976,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18973
18976
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
18974
18977
|
npy_timedelta __pyx_r;
|
18975
18978
|
|
18976
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18979
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1069
|
18977
18980
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
18978
18981
|
* """
|
18979
18982
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18983,7 +18986,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18983
18986
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
18984
18987
|
goto __pyx_L0;
|
18985
18988
|
|
18986
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18989
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1065
|
18987
18990
|
*
|
18988
18991
|
*
|
18989
18992
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18996,7 +18999,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
18996
18999
|
return __pyx_r;
|
18997
19000
|
}
|
18998
19001
|
|
18999
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19002
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1072
|
19000
19003
|
*
|
19001
19004
|
*
|
19002
19005
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19007,7 +19010,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19007
19010
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
19008
19011
|
NPY_DATETIMEUNIT __pyx_r;
|
19009
19012
|
|
19010
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19013
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1076
|
19011
19014
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
19012
19015
|
* """
|
19013
19016
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -19017,7 +19020,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
19017
19020
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
19018
19021
|
goto __pyx_L0;
|
19019
19022
|
|
19020
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19023
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1072
|
19021
19024
|
*
|
19022
19025
|
*
|
19023
19026
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -23714,153 +23717,153 @@ static int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
23714
23717
|
/*--- Type import code ---*/
|
23715
23718
|
__pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(3, 9, __pyx_L1_error)
|
23716
23719
|
__Pyx_GOTREF(__pyx_t_1);
|
23717
|
-
__pyx_mstate->__pyx_ptype_7cpython_4type_type =
|
23720
|
+
__pyx_mstate->__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_1_3(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
|
23718
23721
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23719
|
-
sizeof(PyTypeObject),
|
23722
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyTypeObject),
|
23720
23723
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23721
23724
|
0, 0,
|
23722
23725
|
#else
|
23723
|
-
sizeof(PyHeapTypeObject),
|
23726
|
+
sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyHeapTypeObject),
|
23724
23727
|
#endif
|
23725
|
-
|
23728
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_7cpython_4type_type) __PYX_ERR(3, 9, __pyx_L1_error)
|
23726
23729
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
23727
23730
|
__pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 228, __pyx_L1_error)
|
23728
23731
|
__Pyx_GOTREF(__pyx_t_1);
|
23729
|
-
__pyx_mstate->__pyx_ptype_5numpy_dtype =
|
23732
|
+
__pyx_mstate->__pyx_ptype_5numpy_dtype = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "dtype",
|
23730
23733
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23731
|
-
sizeof(PyArray_Descr),
|
23734
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
23732
23735
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23733
|
-
sizeof(PyArray_Descr),
|
23736
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
23734
23737
|
#else
|
23735
|
-
sizeof(PyArray_Descr),
|
23738
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
23736
23739
|
#endif
|
23737
|
-
|
23738
|
-
__pyx_mstate->__pyx_ptype_5numpy_flatiter =
|
23740
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_dtype) __PYX_ERR(2, 228, __pyx_L1_error)
|
23741
|
+
__pyx_mstate->__pyx_ptype_5numpy_flatiter = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "flatiter",
|
23739
23742
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23740
|
-
sizeof(PyArrayIterObject),
|
23743
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
23741
23744
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23742
|
-
sizeof(PyArrayIterObject),
|
23745
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
23743
23746
|
#else
|
23744
|
-
sizeof(PyArrayIterObject),
|
23747
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
23745
23748
|
#endif
|
23746
|
-
|
23747
|
-
__pyx_mstate->__pyx_ptype_5numpy_broadcast =
|
23749
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_flatiter) __PYX_ERR(2, 273, __pyx_L1_error)
|
23750
|
+
__pyx_mstate->__pyx_ptype_5numpy_broadcast = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "broadcast",
|
23748
23751
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23749
|
-
sizeof(PyArrayMultiIterObject),
|
23752
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
23750
23753
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23751
|
-
sizeof(PyArrayMultiIterObject),
|
23754
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
23752
23755
|
#else
|
23753
|
-
sizeof(PyArrayMultiIterObject),
|
23756
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
23754
23757
|
#endif
|
23755
|
-
|
23756
|
-
__pyx_mstate->__pyx_ptype_5numpy_ndarray =
|
23758
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_broadcast) __PYX_ERR(2, 277, __pyx_L1_error)
|
23759
|
+
__pyx_mstate->__pyx_ptype_5numpy_ndarray = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "ndarray",
|
23757
23760
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23758
|
-
sizeof(PyArrayObject),
|
23761
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
23759
23762
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23760
|
-
sizeof(PyArrayObject),
|
23763
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
23761
23764
|
#else
|
23762
|
-
sizeof(PyArrayObject),
|
23765
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
23763
23766
|
#endif
|
23764
|
-
|
23765
|
-
__pyx_mstate->__pyx_ptype_5numpy_generic =
|
23767
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_ndarray) __PYX_ERR(2, 316, __pyx_L1_error)
|
23768
|
+
__pyx_mstate->__pyx_ptype_5numpy_generic = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "generic",
|
23766
23769
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23767
|
-
sizeof(PyObject),
|
23770
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23768
23771
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23769
|
-
sizeof(PyObject),
|
23772
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23770
23773
|
#else
|
23771
|
-
sizeof(PyObject),
|
23774
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23772
23775
|
#endif
|
23773
|
-
|
23774
|
-
__pyx_mstate->__pyx_ptype_5numpy_number =
|
23776
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_generic) __PYX_ERR(2, 825, __pyx_L1_error)
|
23777
|
+
__pyx_mstate->__pyx_ptype_5numpy_number = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "number",
|
23775
23778
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23776
|
-
sizeof(PyObject),
|
23779
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23777
23780
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23778
|
-
sizeof(PyObject),
|
23781
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23779
23782
|
#else
|
23780
|
-
sizeof(PyObject),
|
23783
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23781
23784
|
#endif
|
23782
|
-
|
23783
|
-
__pyx_mstate->__pyx_ptype_5numpy_integer =
|
23785
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_number) __PYX_ERR(2, 827, __pyx_L1_error)
|
23786
|
+
__pyx_mstate->__pyx_ptype_5numpy_integer = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "integer",
|
23784
23787
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23785
|
-
sizeof(PyObject),
|
23788
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23786
23789
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23787
|
-
sizeof(PyObject),
|
23790
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23788
23791
|
#else
|
23789
|
-
sizeof(PyObject),
|
23792
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23790
23793
|
#endif
|
23791
|
-
|
23792
|
-
__pyx_mstate->__pyx_ptype_5numpy_signedinteger =
|
23794
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_integer) __PYX_ERR(2, 829, __pyx_L1_error)
|
23795
|
+
__pyx_mstate->__pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "signedinteger",
|
23793
23796
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23794
|
-
sizeof(PyObject),
|
23797
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23795
23798
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23796
|
-
sizeof(PyObject),
|
23799
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23797
23800
|
#else
|
23798
|
-
sizeof(PyObject),
|
23801
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23799
23802
|
#endif
|
23800
|
-
|
23801
|
-
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger =
|
23803
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_signedinteger) __PYX_ERR(2, 831, __pyx_L1_error)
|
23804
|
+
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "unsignedinteger",
|
23802
23805
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23803
|
-
sizeof(PyObject),
|
23806
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23804
23807
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23805
|
-
sizeof(PyObject),
|
23808
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23806
23809
|
#else
|
23807
|
-
sizeof(PyObject),
|
23810
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23808
23811
|
#endif
|
23809
|
-
|
23810
|
-
__pyx_mstate->__pyx_ptype_5numpy_inexact =
|
23812
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(2, 833, __pyx_L1_error)
|
23813
|
+
__pyx_mstate->__pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "inexact",
|
23811
23814
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23812
|
-
sizeof(PyObject),
|
23815
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23813
23816
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23814
|
-
sizeof(PyObject),
|
23817
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23815
23818
|
#else
|
23816
|
-
sizeof(PyObject),
|
23819
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23817
23820
|
#endif
|
23818
|
-
|
23819
|
-
__pyx_mstate->__pyx_ptype_5numpy_floating =
|
23821
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_inexact) __PYX_ERR(2, 835, __pyx_L1_error)
|
23822
|
+
__pyx_mstate->__pyx_ptype_5numpy_floating = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "floating",
|
23820
23823
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23821
|
-
sizeof(PyObject),
|
23824
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23822
23825
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23823
|
-
sizeof(PyObject),
|
23826
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23824
23827
|
#else
|
23825
|
-
sizeof(PyObject),
|
23828
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23826
23829
|
#endif
|
23827
|
-
|
23828
|
-
__pyx_mstate->__pyx_ptype_5numpy_complexfloating =
|
23830
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_floating) __PYX_ERR(2, 837, __pyx_L1_error)
|
23831
|
+
__pyx_mstate->__pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "complexfloating",
|
23829
23832
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23830
|
-
sizeof(PyObject),
|
23833
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23831
23834
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23832
|
-
sizeof(PyObject),
|
23835
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23833
23836
|
#else
|
23834
|
-
sizeof(PyObject),
|
23837
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23835
23838
|
#endif
|
23836
|
-
|
23837
|
-
__pyx_mstate->__pyx_ptype_5numpy_flexible =
|
23839
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_complexfloating) __PYX_ERR(2, 839, __pyx_L1_error)
|
23840
|
+
__pyx_mstate->__pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "flexible",
|
23838
23841
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23839
|
-
sizeof(PyObject),
|
23842
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23840
23843
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23841
|
-
sizeof(PyObject),
|
23844
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23842
23845
|
#else
|
23843
|
-
sizeof(PyObject),
|
23846
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23844
23847
|
#endif
|
23845
|
-
|
23846
|
-
__pyx_mstate->__pyx_ptype_5numpy_character =
|
23848
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_flexible) __PYX_ERR(2, 841, __pyx_L1_error)
|
23849
|
+
__pyx_mstate->__pyx_ptype_5numpy_character = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "character",
|
23847
23850
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23848
|
-
sizeof(PyObject),
|
23851
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23849
23852
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23850
|
-
sizeof(PyObject),
|
23853
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23851
23854
|
#else
|
23852
|
-
sizeof(PyObject),
|
23855
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
23853
23856
|
#endif
|
23854
|
-
|
23855
|
-
__pyx_mstate->__pyx_ptype_5numpy_ufunc =
|
23857
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_character) __PYX_ERR(2, 843, __pyx_L1_error)
|
23858
|
+
__pyx_mstate->__pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "ufunc",
|
23856
23859
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
23857
|
-
sizeof(PyUFuncObject),
|
23860
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
23858
23861
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
23859
|
-
sizeof(PyUFuncObject),
|
23862
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
23860
23863
|
#else
|
23861
|
-
sizeof(PyUFuncObject),
|
23864
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
23862
23865
|
#endif
|
23863
|
-
|
23866
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_ufunc) __PYX_ERR(2, 907, __pyx_L1_error)
|
23864
23867
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
23865
23868
|
__Pyx_RefNannyFinishContext();
|
23866
23869
|
return 0;
|
@@ -23881,10 +23884,10 @@ static int __Pyx_modinit_variable_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
23881
23884
|
/*--- Variable import code ---*/
|
23882
23885
|
__pyx_t_1 = PyImport_ImportModule("edsger.commons"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
|
23883
23886
|
__Pyx_GOTREF(__pyx_t_1);
|
23884
|
-
if (
|
23885
|
-
if (
|
23886
|
-
if (
|
23887
|
-
if (
|
23887
|
+
if (__Pyx_ImportVoidPtr_3_1_3(__pyx_t_1, "DTYPE_INF", (void **)&__pyx_vp_6edsger_7commons_DTYPE_INF, "__pyx_t_6edsger_7commons_DTYPE_t") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
23888
|
+
if (__Pyx_ImportVoidPtr_3_1_3(__pyx_t_1, "INF_FREQ", (void **)&__pyx_vp_6edsger_7commons_INF_FREQ, "__pyx_t_6edsger_7commons_DTYPE_t") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
23889
|
+
if (__Pyx_ImportVoidPtr_3_1_3(__pyx_t_1, "MIN_FREQ", (void **)&__pyx_vp_6edsger_7commons_MIN_FREQ, "__pyx_t_6edsger_7commons_DTYPE_t") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
23890
|
+
if (__Pyx_ImportVoidPtr_3_1_3(__pyx_t_1, "A_VERY_SMALL_TIME_INTERVAL", (void **)&__pyx_vp_6edsger_7commons_A_VERY_SMALL_TIME_INTERVAL, "__pyx_t_6edsger_7commons_DTYPE_t") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
23888
23891
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
23889
23892
|
__Pyx_RefNannyFinishContext();
|
23890
23893
|
return 0;
|
@@ -23905,11 +23908,11 @@ static int __Pyx_modinit_function_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
23905
23908
|
/*--- Function import code ---*/
|
23906
23909
|
__pyx_t_1 = PyImport_ImportModule("edsger.pq_4ary_dec_0b"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
|
23907
23910
|
__Pyx_GOTREF(__pyx_t_1);
|
23908
|
-
if (
|
23909
|
-
if (
|
23910
|
-
if (
|
23911
|
-
if (
|
23912
|
-
if (
|
23911
|
+
if (__Pyx_ImportFunction_3_1_3(__pyx_t_1, "init_pqueue", (void (**)(void))&__pyx_f_6edsger_14pq_4ary_dec_0b_init_pqueue, "void (struct __pyx_t_6edsger_14pq_4ary_dec_0b_PriorityQueue *, size_t, size_t)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
23912
|
+
if (__Pyx_ImportFunction_3_1_3(__pyx_t_1, "free_pqueue", (void (**)(void))&__pyx_f_6edsger_14pq_4ary_dec_0b_free_pqueue, "void (struct __pyx_t_6edsger_14pq_4ary_dec_0b_PriorityQueue *)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
23913
|
+
if (__Pyx_ImportFunction_3_1_3(__pyx_t_1, "insert", (void (**)(void))&__pyx_f_6edsger_14pq_4ary_dec_0b_insert, "void (struct __pyx_t_6edsger_14pq_4ary_dec_0b_PriorityQueue *, size_t, __pyx_t_6edsger_7commons_DTYPE_t)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
23914
|
+
if (__Pyx_ImportFunction_3_1_3(__pyx_t_1, "extract_min", (void (**)(void))&__pyx_f_6edsger_14pq_4ary_dec_0b_extract_min, "size_t (struct __pyx_t_6edsger_14pq_4ary_dec_0b_PriorityQueue *)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
23915
|
+
if (__Pyx_ImportFunction_3_1_3(__pyx_t_1, "decrease_key", (void (**)(void))&__pyx_f_6edsger_14pq_4ary_dec_0b_decrease_key, "void (struct __pyx_t_6edsger_14pq_4ary_dec_0b_PriorityQueue *, size_t, __pyx_t_6edsger_7commons_DTYPE_t)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
23913
23916
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
23914
23917
|
__Pyx_RefNannyFinishContext();
|
23915
23918
|
return 0;
|
@@ -28252,6 +28255,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
28252
28255
|
changed = 1;
|
28253
28256
|
}
|
28254
28257
|
#endif // CYTHON_METH_FASTCALL
|
28258
|
+
#if !CYTHON_COMPILING_IN_PYPY
|
28255
28259
|
else if (strcmp(memb->name, "__module__") == 0) {
|
28256
28260
|
PyObject *descr;
|
28257
28261
|
assert(memb->type == T_OBJECT);
|
@@ -28266,11 +28270,13 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
28266
28270
|
}
|
28267
28271
|
changed = 1;
|
28268
28272
|
}
|
28273
|
+
#endif // !CYTHON_COMPILING_IN_PYPY
|
28269
28274
|
}
|
28270
28275
|
memb++;
|
28271
28276
|
}
|
28272
28277
|
}
|
28273
28278
|
#endif // !CYTHON_COMPILING_IN_LIMITED_API
|
28279
|
+
#if !CYTHON_COMPILING_IN_PYPY
|
28274
28280
|
slot = spec->slots;
|
28275
28281
|
while (slot && slot->slot && slot->slot != Py_tp_getset)
|
28276
28282
|
slot++;
|
@@ -28302,6 +28308,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
28302
28308
|
++getset;
|
28303
28309
|
}
|
28304
28310
|
}
|
28311
|
+
#endif // !CYTHON_COMPILING_IN_PYPY
|
28305
28312
|
if (changed)
|
28306
28313
|
PyType_Modified(type);
|
28307
28314
|
#endif // PY_VERSION_HEX > 0x030900B1
|
@@ -28406,6 +28413,13 @@ try_unpack:
|
|
28406
28413
|
|
28407
28414
|
/* PyObjectCallMethod0 */
|
28408
28415
|
static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name) {
|
28416
|
+
#if CYTHON_VECTORCALL && (__PYX_LIMITED_VERSION_HEX >= 0x030C0000 || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x03090000))
|
28417
|
+
PyObject *args[1] = {obj};
|
28418
|
+
(void) __Pyx_PyObject_GetMethod;
|
28419
|
+
(void) __Pyx_PyObject_CallOneArg;
|
28420
|
+
(void) __Pyx_PyObject_CallNoArg;
|
28421
|
+
return PyObject_VectorcallMethod(method_name, args, 1 | PY_VECTORCALL_ARGUMENTS_OFFSET, NULL);
|
28422
|
+
#else
|
28409
28423
|
PyObject *method = NULL, *result = NULL;
|
28410
28424
|
int is_method = __Pyx_PyObject_GetMethod(obj, method_name, &method);
|
28411
28425
|
if (likely(is_method)) {
|
@@ -28418,6 +28432,7 @@ static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name
|
|
28418
28432
|
Py_DECREF(method);
|
28419
28433
|
bad:
|
28420
28434
|
return result;
|
28435
|
+
#endif
|
28421
28436
|
}
|
28422
28437
|
|
28423
28438
|
/* ValidateBasesTuple */
|
@@ -28847,10 +28862,10 @@ __PYX_GOOD:
|
|
28847
28862
|
}
|
28848
28863
|
|
28849
28864
|
/* TypeImport */
|
28850
|
-
#ifndef
|
28851
|
-
#define
|
28852
|
-
static PyTypeObject *
|
28853
|
-
size_t size, size_t alignment, enum
|
28865
|
+
#ifndef __PYX_HAVE_RT_ImportType_3_1_3
|
28866
|
+
#define __PYX_HAVE_RT_ImportType_3_1_3
|
28867
|
+
static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject *module, const char *module_name, const char *class_name,
|
28868
|
+
size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_3 check_size)
|
28854
28869
|
{
|
28855
28870
|
PyObject *result = 0;
|
28856
28871
|
Py_ssize_t basicsize;
|
@@ -28906,7 +28921,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
28906
28921
|
module_name, class_name, size, basicsize+itemsize);
|
28907
28922
|
goto bad;
|
28908
28923
|
}
|
28909
|
-
if (check_size ==
|
28924
|
+
if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_3 &&
|
28910
28925
|
((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
|
28911
28926
|
PyErr_Format(PyExc_ValueError,
|
28912
28927
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
@@ -28914,7 +28929,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
28914
28929
|
module_name, class_name, size, basicsize, basicsize+itemsize);
|
28915
28930
|
goto bad;
|
28916
28931
|
}
|
28917
|
-
else if (check_size ==
|
28932
|
+
else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_3 && (size_t)basicsize > size) {
|
28918
28933
|
if (PyErr_WarnFormat(NULL, 0,
|
28919
28934
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
28920
28935
|
"Expected %zd from C header, got %zd from PyObject",
|
@@ -29074,7 +29089,7 @@ bad:
|
|
29074
29089
|
}
|
29075
29090
|
|
29076
29091
|
/* CommonTypesMetaclass */
|
29077
|
-
PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
|
29092
|
+
static PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
|
29078
29093
|
return PyUnicode_FromString(__PYX_ABI_MODULE_NAME);
|
29079
29094
|
}
|
29080
29095
|
static PyGetSetDef __pyx_CommonTypesMetaclass_getset[] = {
|
@@ -33702,9 +33717,9 @@ __Pyx_PyType_GetFullyQualifiedName(PyTypeObject* tp)
|
|
33702
33717
|
}
|
33703
33718
|
|
33704
33719
|
/* VoidPtrImport */
|
33705
|
-
#ifndef
|
33706
|
-
#define
|
33707
|
-
static int
|
33720
|
+
#ifndef __PYX_HAVE_RT_ImportVoidPtr_3_1_3
|
33721
|
+
#define __PYX_HAVE_RT_ImportVoidPtr_3_1_3
|
33722
|
+
static int __Pyx_ImportVoidPtr_3_1_3(PyObject *module, const char *name, void **p, const char *sig) {
|
33708
33723
|
PyObject *d = 0;
|
33709
33724
|
PyObject *cobj = 0;
|
33710
33725
|
d = PyObject_GetAttrString(module, "__pyx_capi__");
|
@@ -33742,9 +33757,9 @@ bad:
|
|
33742
33757
|
#endif
|
33743
33758
|
|
33744
33759
|
/* FunctionImport */
|
33745
|
-
#ifndef
|
33746
|
-
#define
|
33747
|
-
static int
|
33760
|
+
#ifndef __PYX_HAVE_RT_ImportFunction_3_1_3
|
33761
|
+
#define __PYX_HAVE_RT_ImportFunction_3_1_3
|
33762
|
+
static int __Pyx_ImportFunction_3_1_3(PyObject *module, const char *funcname, void (**f)(void), const char *sig) {
|
33748
33763
|
PyObject *d = 0;
|
33749
33764
|
PyObject *cobj = 0;
|
33750
33765
|
union {
|