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/dijkstra.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
|
{
|
@@ -45,8 +45,8 @@ END: Cython Metadata */
|
|
45
45
|
#elif PY_VERSION_HEX < 0x03080000
|
46
46
|
#error Cython requires Python 3.8+.
|
47
47
|
#else
|
48
|
-
#define __PYX_ABI_VERSION "
|
49
|
-
#define CYTHON_HEX_VERSION
|
48
|
+
#define __PYX_ABI_VERSION "3_1_3"
|
49
|
+
#define CYTHON_HEX_VERSION 0x030103F0
|
50
50
|
#define CYTHON_FUTURE_DIVISION 1
|
51
51
|
/* CModulePreamble */
|
52
52
|
#include <stddef.h>
|
@@ -409,6 +409,9 @@ END: Cython Metadata */
|
|
409
409
|
enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
|
410
410
|
#endif
|
411
411
|
#endif
|
412
|
+
#ifndef CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME
|
413
|
+
#define CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME 100
|
414
|
+
#endif
|
412
415
|
#ifndef __has_attribute
|
413
416
|
#define __has_attribute(x) 0
|
414
417
|
#endif
|
@@ -1390,7 +1393,7 @@ static const char *__pyx_filename;
|
|
1390
1393
|
static const char* const __pyx_f[] = {
|
1391
1394
|
"src/edsger/dijkstra.pyx",
|
1392
1395
|
"<stringsource>",
|
1393
|
-
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1396
|
+
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd",
|
1394
1397
|
"cpython/type.pxd",
|
1395
1398
|
};
|
1396
1399
|
/* #### Code section: utility_code_proto_before_types ### */
|
@@ -1613,7 +1616,7 @@ typedef struct {
|
|
1613
1616
|
|
1614
1617
|
/* #### Code section: numeric_typedefs ### */
|
1615
1618
|
|
1616
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1619
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":743
|
1617
1620
|
* # in Cython to enable them only on the right systems.
|
1618
1621
|
*
|
1619
1622
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
@@ -1622,7 +1625,7 @@ typedef struct {
|
|
1622
1625
|
*/
|
1623
1626
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
1624
1627
|
|
1625
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1628
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":744
|
1626
1629
|
*
|
1627
1630
|
* ctypedef npy_int8 int8_t
|
1628
1631
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
@@ -1631,7 +1634,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1631
1634
|
*/
|
1632
1635
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
1633
1636
|
|
1634
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1637
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":745
|
1635
1638
|
* ctypedef npy_int8 int8_t
|
1636
1639
|
* ctypedef npy_int16 int16_t
|
1637
1640
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
@@ -1640,7 +1643,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1640
1643
|
*/
|
1641
1644
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
1642
1645
|
|
1643
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1646
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":746
|
1644
1647
|
* ctypedef npy_int16 int16_t
|
1645
1648
|
* ctypedef npy_int32 int32_t
|
1646
1649
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
@@ -1649,7 +1652,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1649
1652
|
*/
|
1650
1653
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
1651
1654
|
|
1652
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1655
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":748
|
1653
1656
|
* ctypedef npy_int64 int64_t
|
1654
1657
|
*
|
1655
1658
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
@@ -1658,7 +1661,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1658
1661
|
*/
|
1659
1662
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
1660
1663
|
|
1661
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1664
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":749
|
1662
1665
|
*
|
1663
1666
|
* ctypedef npy_uint8 uint8_t
|
1664
1667
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
@@ -1667,7 +1670,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1667
1670
|
*/
|
1668
1671
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
1669
1672
|
|
1670
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1673
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":750
|
1671
1674
|
* ctypedef npy_uint8 uint8_t
|
1672
1675
|
* ctypedef npy_uint16 uint16_t
|
1673
1676
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
@@ -1676,7 +1679,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1676
1679
|
*/
|
1677
1680
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
1678
1681
|
|
1679
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1682
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":751
|
1680
1683
|
* ctypedef npy_uint16 uint16_t
|
1681
1684
|
* ctypedef npy_uint32 uint32_t
|
1682
1685
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
@@ -1685,7 +1688,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1685
1688
|
*/
|
1686
1689
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
1687
1690
|
|
1688
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1691
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":753
|
1689
1692
|
* ctypedef npy_uint64 uint64_t
|
1690
1693
|
*
|
1691
1694
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
@@ -1694,7 +1697,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1694
1697
|
*/
|
1695
1698
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
1696
1699
|
|
1697
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1700
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":754
|
1698
1701
|
*
|
1699
1702
|
* ctypedef npy_float32 float32_t
|
1700
1703
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
@@ -1703,7 +1706,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1703
1706
|
*/
|
1704
1707
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
1705
1708
|
|
1706
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1709
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":761
|
1707
1710
|
* ctypedef double complex complex128_t
|
1708
1711
|
*
|
1709
1712
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
@@ -1712,7 +1715,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1712
1715
|
*/
|
1713
1716
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
1714
1717
|
|
1715
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1718
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":762
|
1716
1719
|
*
|
1717
1720
|
* ctypedef npy_longlong longlong_t
|
1718
1721
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
@@ -1721,7 +1724,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1721
1724
|
*/
|
1722
1725
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
1723
1726
|
|
1724
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1727
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":764
|
1725
1728
|
* ctypedef npy_ulonglong ulonglong_t
|
1726
1729
|
*
|
1727
1730
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
@@ -1730,7 +1733,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1730
1733
|
*/
|
1731
1734
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
1732
1735
|
|
1733
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1736
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":765
|
1734
1737
|
*
|
1735
1738
|
* ctypedef npy_intp intp_t
|
1736
1739
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
@@ -1739,7 +1742,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1739
1742
|
*/
|
1740
1743
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
1741
1744
|
|
1742
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1745
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":767
|
1743
1746
|
* ctypedef npy_uintp uintp_t
|
1744
1747
|
*
|
1745
1748
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
@@ -1748,7 +1751,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1748
1751
|
*/
|
1749
1752
|
typedef npy_double __pyx_t_5numpy_float_t;
|
1750
1753
|
|
1751
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1754
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":768
|
1752
1755
|
*
|
1753
1756
|
* ctypedef npy_double float_t
|
1754
1757
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
@@ -1757,7 +1760,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
1757
1760
|
*/
|
1758
1761
|
typedef npy_double __pyx_t_5numpy_double_t;
|
1759
1762
|
|
1760
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1763
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":769
|
1761
1764
|
* ctypedef npy_double float_t
|
1762
1765
|
* ctypedef npy_double double_t
|
1763
1766
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
@@ -2699,22 +2702,22 @@ static int __Pyx__DelItemOnTypeDict(PyTypeObject *tp, PyObject *k);
|
|
2699
2702
|
static int __Pyx_setup_reduce(PyObject* type_obj);
|
2700
2703
|
|
2701
2704
|
/* TypeImport.proto */
|
2702
|
-
#ifndef
|
2703
|
-
#define
|
2705
|
+
#ifndef __PYX_HAVE_RT_ImportType_proto_3_1_3
|
2706
|
+
#define __PYX_HAVE_RT_ImportType_proto_3_1_3
|
2704
2707
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
2705
2708
|
#include <stdalign.h>
|
2706
2709
|
#endif
|
2707
2710
|
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
|
2708
|
-
#define
|
2711
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_3(s) alignof(s)
|
2709
2712
|
#else
|
2710
|
-
#define
|
2713
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_3(s) sizeof(void*)
|
2711
2714
|
#endif
|
2712
|
-
enum
|
2713
|
-
|
2714
|
-
|
2715
|
-
|
2715
|
+
enum __Pyx_ImportType_CheckSize_3_1_3 {
|
2716
|
+
__Pyx_ImportType_CheckSize_Error_3_1_3 = 0,
|
2717
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3 = 1,
|
2718
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3 = 2
|
2716
2719
|
};
|
2717
|
-
static PyTypeObject *
|
2720
|
+
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);
|
2718
2721
|
#endif
|
2719
2722
|
|
2720
2723
|
/* FetchSharedCythonModule.proto */
|
@@ -3132,10 +3135,10 @@ static unsigned long __Pyx_get_runtime_version(void);
|
|
3132
3135
|
static int __Pyx_check_binary_version(unsigned long ct_version, unsigned long rt_version, int allow_newer);
|
3133
3136
|
|
3134
3137
|
/* VoidPtrImport.proto */
|
3135
|
-
static int
|
3138
|
+
static int __Pyx_ImportVoidPtr_3_1_3(PyObject *module, const char *name, void **p, const char *sig);
|
3136
3139
|
|
3137
3140
|
/* FunctionImport.proto */
|
3138
|
-
static int
|
3141
|
+
static int __Pyx_ImportFunction_3_1_3(PyObject *module, const char *funcname, void (**f)(void), const char *sig);
|
3139
3142
|
|
3140
3143
|
/* MultiPhaseInitModuleState.proto */
|
3141
3144
|
#if CYTHON_PEP489_MULTI_PHASE_INIT && CYTHON_USE_MODULE_STATE
|
@@ -17337,7 +17340,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17337
17340
|
return __pyx_r;
|
17338
17341
|
}
|
17339
17342
|
|
17340
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17343
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":242
|
17341
17344
|
* cdef int type_num
|
17342
17345
|
*
|
17343
17346
|
* @property # <<<<<<<<<<<<<<
|
@@ -17348,7 +17351,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17348
17351
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
17349
17352
|
npy_intp __pyx_r;
|
17350
17353
|
|
17351
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17354
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":244
|
17352
17355
|
* @property
|
17353
17356
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
17354
17357
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -17358,7 +17361,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17358
17361
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
17359
17362
|
goto __pyx_L0;
|
17360
17363
|
|
17361
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17364
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":242
|
17362
17365
|
* cdef int type_num
|
17363
17366
|
*
|
17364
17367
|
* @property # <<<<<<<<<<<<<<
|
@@ -17371,7 +17374,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17371
17374
|
return __pyx_r;
|
17372
17375
|
}
|
17373
17376
|
|
17374
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17377
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":246
|
17375
17378
|
* return PyDataType_ELSIZE(self)
|
17376
17379
|
*
|
17377
17380
|
* @property # <<<<<<<<<<<<<<
|
@@ -17382,7 +17385,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17382
17385
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
17383
17386
|
npy_intp __pyx_r;
|
17384
17387
|
|
17385
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17388
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":248
|
17386
17389
|
* @property
|
17387
17390
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
17388
17391
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -17392,7 +17395,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17392
17395
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
17393
17396
|
goto __pyx_L0;
|
17394
17397
|
|
17395
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17398
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":246
|
17396
17399
|
* return PyDataType_ELSIZE(self)
|
17397
17400
|
*
|
17398
17401
|
* @property # <<<<<<<<<<<<<<
|
@@ -17405,7 +17408,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
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":252
|
17409
17412
|
* # Use fields/names with care as they may be NULL. You must check
|
17410
17413
|
* # for this using PyDataType_HASFIELDS.
|
17411
17414
|
* @property # <<<<<<<<<<<<<<
|
@@ -17419,7 +17422,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17419
17422
|
PyObject *__pyx_t_1;
|
17420
17423
|
__Pyx_RefNannySetupContext("fields", 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":254
|
17423
17426
|
* @property
|
17424
17427
|
* cdef inline object fields(self):
|
17425
17428
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -17432,7 +17435,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
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":252
|
17436
17439
|
* # Use fields/names with care as they may be NULL. You must check
|
17437
17440
|
* # for this using PyDataType_HASFIELDS.
|
17438
17441
|
* @property # <<<<<<<<<<<<<<
|
@@ -17447,7 +17450,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
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":256
|
17451
17454
|
* return <object>PyDataType_FIELDS(self)
|
17452
17455
|
*
|
17453
17456
|
* @property # <<<<<<<<<<<<<<
|
@@ -17461,7 +17464,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17461
17464
|
PyObject *__pyx_t_1;
|
17462
17465
|
__Pyx_RefNannySetupContext("names", 0);
|
17463
17466
|
|
17464
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17467
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":258
|
17465
17468
|
* @property
|
17466
17469
|
* cdef inline tuple names(self):
|
17467
17470
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -17474,7 +17477,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17474
17477
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
17475
17478
|
goto __pyx_L0;
|
17476
17479
|
|
17477
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17480
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":256
|
17478
17481
|
* return <object>PyDataType_FIELDS(self)
|
17479
17482
|
*
|
17480
17483
|
* @property # <<<<<<<<<<<<<<
|
@@ -17489,7 +17492,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17489
17492
|
return __pyx_r;
|
17490
17493
|
}
|
17491
17494
|
|
17492
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17495
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":263
|
17493
17496
|
* # valid (the pointer can be NULL). Most users should access
|
17494
17497
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17495
17498
|
* @property # <<<<<<<<<<<<<<
|
@@ -17500,7 +17503,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17500
17503
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
17501
17504
|
PyArray_ArrayDescr *__pyx_r;
|
17502
17505
|
|
17503
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17506
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":265
|
17504
17507
|
* @property
|
17505
17508
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
17506
17509
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -17510,7 +17513,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17510
17513
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
17511
17514
|
goto __pyx_L0;
|
17512
17515
|
|
17513
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17516
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":263
|
17514
17517
|
* # valid (the pointer can be NULL). Most users should access
|
17515
17518
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17516
17519
|
* @property # <<<<<<<<<<<<<<
|
@@ -17523,7 +17526,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17523
17526
|
return __pyx_r;
|
17524
17527
|
}
|
17525
17528
|
|
17526
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17529
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":267
|
17527
17530
|
* return PyDataType_SUBARRAY(self)
|
17528
17531
|
*
|
17529
17532
|
* @property # <<<<<<<<<<<<<<
|
@@ -17534,7 +17537,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17534
17537
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
17535
17538
|
npy_uint64 __pyx_r;
|
17536
17539
|
|
17537
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17540
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":270
|
17538
17541
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
17539
17542
|
* """The data types flags."""
|
17540
17543
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -17544,7 +17547,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17544
17547
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
17545
17548
|
goto __pyx_L0;
|
17546
17549
|
|
17547
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17550
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":267
|
17548
17551
|
* return PyDataType_SUBARRAY(self)
|
17549
17552
|
*
|
17550
17553
|
* @property # <<<<<<<<<<<<<<
|
@@ -17557,7 +17560,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17557
17560
|
return __pyx_r;
|
17558
17561
|
}
|
17559
17562
|
|
17560
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17563
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":279
|
17561
17564
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17562
17565
|
*
|
17563
17566
|
* @property # <<<<<<<<<<<<<<
|
@@ -17568,7 +17571,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17568
17571
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
17569
17572
|
int __pyx_r;
|
17570
17573
|
|
17571
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17574
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":282
|
17572
17575
|
* cdef inline int numiter(self) noexcept nogil:
|
17573
17576
|
* """The number of arrays that need to be broadcast to the same shape."""
|
17574
17577
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -17578,7 +17581,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17578
17581
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
17579
17582
|
goto __pyx_L0;
|
17580
17583
|
|
17581
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17584
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":279
|
17582
17585
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17583
17586
|
*
|
17584
17587
|
* @property # <<<<<<<<<<<<<<
|
@@ -17591,7 +17594,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17591
17594
|
return __pyx_r;
|
17592
17595
|
}
|
17593
17596
|
|
17594
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17597
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":284
|
17595
17598
|
* return PyArray_MultiIter_NUMITER(self)
|
17596
17599
|
*
|
17597
17600
|
* @property # <<<<<<<<<<<<<<
|
@@ -17602,7 +17605,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17602
17605
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
17603
17606
|
npy_intp __pyx_r;
|
17604
17607
|
|
17605
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17608
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":287
|
17606
17609
|
* cdef inline npy_intp size(self) noexcept nogil:
|
17607
17610
|
* """The total broadcasted size."""
|
17608
17611
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17612,7 +17615,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17612
17615
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
17613
17616
|
goto __pyx_L0;
|
17614
17617
|
|
17615
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17618
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":284
|
17616
17619
|
* return PyArray_MultiIter_NUMITER(self)
|
17617
17620
|
*
|
17618
17621
|
* @property # <<<<<<<<<<<<<<
|
@@ -17625,7 +17628,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17625
17628
|
return __pyx_r;
|
17626
17629
|
}
|
17627
17630
|
|
17628
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17631
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":289
|
17629
17632
|
* return PyArray_MultiIter_SIZE(self)
|
17630
17633
|
*
|
17631
17634
|
* @property # <<<<<<<<<<<<<<
|
@@ -17636,7 +17639,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17636
17639
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
17637
17640
|
npy_intp __pyx_r;
|
17638
17641
|
|
17639
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17642
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":292
|
17640
17643
|
* cdef inline npy_intp index(self) noexcept nogil:
|
17641
17644
|
* """The current (1-d) index into the broadcasted result."""
|
17642
17645
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -17646,7 +17649,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17646
17649
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
17647
17650
|
goto __pyx_L0;
|
17648
17651
|
|
17649
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17652
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":289
|
17650
17653
|
* return PyArray_MultiIter_SIZE(self)
|
17651
17654
|
*
|
17652
17655
|
* @property # <<<<<<<<<<<<<<
|
@@ -17659,7 +17662,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17659
17662
|
return __pyx_r;
|
17660
17663
|
}
|
17661
17664
|
|
17662
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17665
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":294
|
17663
17666
|
* return PyArray_MultiIter_INDEX(self)
|
17664
17667
|
*
|
17665
17668
|
* @property # <<<<<<<<<<<<<<
|
@@ -17670,7 +17673,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17670
17673
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
17671
17674
|
int __pyx_r;
|
17672
17675
|
|
17673
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17676
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":297
|
17674
17677
|
* cdef inline int nd(self) noexcept nogil:
|
17675
17678
|
* """The number of dimensions in the broadcasted result."""
|
17676
17679
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17680,7 +17683,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17680
17683
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
17681
17684
|
goto __pyx_L0;
|
17682
17685
|
|
17683
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17686
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":294
|
17684
17687
|
* return PyArray_MultiIter_INDEX(self)
|
17685
17688
|
*
|
17686
17689
|
* @property # <<<<<<<<<<<<<<
|
@@ -17693,7 +17696,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17693
17696
|
return __pyx_r;
|
17694
17697
|
}
|
17695
17698
|
|
17696
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17699
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":299
|
17697
17700
|
* return PyArray_MultiIter_NDIM(self)
|
17698
17701
|
*
|
17699
17702
|
* @property # <<<<<<<<<<<<<<
|
@@ -17704,7 +17707,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17704
17707
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
17705
17708
|
npy_intp *__pyx_r;
|
17706
17709
|
|
17707
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17710
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":302
|
17708
17711
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
17709
17712
|
* """The shape of the broadcasted result."""
|
17710
17713
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17714,7 +17717,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17714
17717
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
17715
17718
|
goto __pyx_L0;
|
17716
17719
|
|
17717
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17720
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":299
|
17718
17721
|
* return PyArray_MultiIter_NDIM(self)
|
17719
17722
|
*
|
17720
17723
|
* @property # <<<<<<<<<<<<<<
|
@@ -17727,7 +17730,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17727
17730
|
return __pyx_r;
|
17728
17731
|
}
|
17729
17732
|
|
17730
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17733
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":304
|
17731
17734
|
* return PyArray_MultiIter_DIMS(self)
|
17732
17735
|
*
|
17733
17736
|
* @property # <<<<<<<<<<<<<<
|
@@ -17738,7 +17741,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17738
17741
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
17739
17742
|
void **__pyx_r;
|
17740
17743
|
|
17741
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17744
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":308
|
17742
17745
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
17743
17746
|
* On return, the iterators are adjusted for broadcasting."""
|
17744
17747
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -17748,7 +17751,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17748
17751
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
17749
17752
|
goto __pyx_L0;
|
17750
17753
|
|
17751
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17754
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":304
|
17752
17755
|
* return PyArray_MultiIter_DIMS(self)
|
17753
17756
|
*
|
17754
17757
|
* @property # <<<<<<<<<<<<<<
|
@@ -17761,7 +17764,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17761
17764
|
return __pyx_r;
|
17762
17765
|
}
|
17763
17766
|
|
17764
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17767
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":322
|
17765
17768
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17766
17769
|
*
|
17767
17770
|
* @property # <<<<<<<<<<<<<<
|
@@ -17772,7 +17775,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17772
17775
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
17773
17776
|
PyObject *__pyx_r;
|
17774
17777
|
|
17775
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17778
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":326
|
17776
17779
|
* """Returns a borrowed reference to the object owning the data/memory.
|
17777
17780
|
* """
|
17778
17781
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -17782,7 +17785,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17782
17785
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
17783
17786
|
goto __pyx_L0;
|
17784
17787
|
|
17785
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17788
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":322
|
17786
17789
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17787
17790
|
*
|
17788
17791
|
* @property # <<<<<<<<<<<<<<
|
@@ -17795,7 +17798,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
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":328
|
17799
17802
|
* return PyArray_BASE(self)
|
17800
17803
|
*
|
17801
17804
|
* @property # <<<<<<<<<<<<<<
|
@@ -17809,7 +17812,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17809
17812
|
PyArray_Descr *__pyx_t_1;
|
17810
17813
|
__Pyx_RefNannySetupContext("descr", 0);
|
17811
17814
|
|
17812
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17815
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":332
|
17813
17816
|
* """Returns an owned reference to the dtype of the array.
|
17814
17817
|
* """
|
17815
17818
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -17822,7 +17825,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17822
17825
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
17823
17826
|
goto __pyx_L0;
|
17824
17827
|
|
17825
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17828
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":328
|
17826
17829
|
* return PyArray_BASE(self)
|
17827
17830
|
*
|
17828
17831
|
* @property # <<<<<<<<<<<<<<
|
@@ -17837,7 +17840,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17837
17840
|
return __pyx_r;
|
17838
17841
|
}
|
17839
17842
|
|
17840
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17843
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":334
|
17841
17844
|
* return <dtype>PyArray_DESCR(self)
|
17842
17845
|
*
|
17843
17846
|
* @property # <<<<<<<<<<<<<<
|
@@ -17848,7 +17851,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17848
17851
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
17849
17852
|
int __pyx_r;
|
17850
17853
|
|
17851
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17854
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":338
|
17852
17855
|
* """Returns the number of dimensions in the array.
|
17853
17856
|
* """
|
17854
17857
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17858,7 +17861,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17858
17861
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
17859
17862
|
goto __pyx_L0;
|
17860
17863
|
|
17861
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17864
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":334
|
17862
17865
|
* return <dtype>PyArray_DESCR(self)
|
17863
17866
|
*
|
17864
17867
|
* @property # <<<<<<<<<<<<<<
|
@@ -17871,7 +17874,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17871
17874
|
return __pyx_r;
|
17872
17875
|
}
|
17873
17876
|
|
17874
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17877
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":340
|
17875
17878
|
* return PyArray_NDIM(self)
|
17876
17879
|
*
|
17877
17880
|
* @property # <<<<<<<<<<<<<<
|
@@ -17882,7 +17885,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17882
17885
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
17883
17886
|
npy_intp *__pyx_r;
|
17884
17887
|
|
17885
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17888
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":346
|
17886
17889
|
* Can return NULL for 0-dimensional arrays.
|
17887
17890
|
* """
|
17888
17891
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17892,7 +17895,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17892
17895
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
17893
17896
|
goto __pyx_L0;
|
17894
17897
|
|
17895
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17898
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":340
|
17896
17899
|
* return PyArray_NDIM(self)
|
17897
17900
|
*
|
17898
17901
|
* @property # <<<<<<<<<<<<<<
|
@@ -17905,7 +17908,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17905
17908
|
return __pyx_r;
|
17906
17909
|
}
|
17907
17910
|
|
17908
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17911
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":348
|
17909
17912
|
* return PyArray_DIMS(self)
|
17910
17913
|
*
|
17911
17914
|
* @property # <<<<<<<<<<<<<<
|
@@ -17916,7 +17919,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17916
17919
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
17917
17920
|
npy_intp *__pyx_r;
|
17918
17921
|
|
17919
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17922
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":353
|
17920
17923
|
* The number of elements matches the number of dimensions of the array (ndim).
|
17921
17924
|
* """
|
17922
17925
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -17926,7 +17929,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17926
17929
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
17927
17930
|
goto __pyx_L0;
|
17928
17931
|
|
17929
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17932
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":348
|
17930
17933
|
* return PyArray_DIMS(self)
|
17931
17934
|
*
|
17932
17935
|
* @property # <<<<<<<<<<<<<<
|
@@ -17939,7 +17942,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17939
17942
|
return __pyx_r;
|
17940
17943
|
}
|
17941
17944
|
|
17942
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17945
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":355
|
17943
17946
|
* return PyArray_STRIDES(self)
|
17944
17947
|
*
|
17945
17948
|
* @property # <<<<<<<<<<<<<<
|
@@ -17950,7 +17953,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17950
17953
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
17951
17954
|
npy_intp __pyx_r;
|
17952
17955
|
|
17953
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17956
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":359
|
17954
17957
|
* """Returns the total size (in number of elements) of the array.
|
17955
17958
|
* """
|
17956
17959
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17960,7 +17963,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17960
17963
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
17961
17964
|
goto __pyx_L0;
|
17962
17965
|
|
17963
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17966
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":355
|
17964
17967
|
* return PyArray_STRIDES(self)
|
17965
17968
|
*
|
17966
17969
|
* @property # <<<<<<<<<<<<<<
|
@@ -17973,7 +17976,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17973
17976
|
return __pyx_r;
|
17974
17977
|
}
|
17975
17978
|
|
17976
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17979
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":361
|
17977
17980
|
* return PyArray_SIZE(self)
|
17978
17981
|
*
|
17979
17982
|
* @property # <<<<<<<<<<<<<<
|
@@ -17984,7 +17987,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17984
17987
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
17985
17988
|
char *__pyx_r;
|
17986
17989
|
|
17987
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17990
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":368
|
17988
17991
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
17989
17992
|
* """
|
17990
17993
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -17994,7 +17997,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17994
17997
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
17995
17998
|
goto __pyx_L0;
|
17996
17999
|
|
17997
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18000
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":361
|
17998
18001
|
* return PyArray_SIZE(self)
|
17999
18002
|
*
|
18000
18003
|
* @property # <<<<<<<<<<<<<<
|
@@ -18007,7 +18010,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
18007
18010
|
return __pyx_r;
|
18008
18011
|
}
|
18009
18012
|
|
18010
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18013
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":776
|
18011
18014
|
* ctypedef long double complex clongdouble_t
|
18012
18015
|
*
|
18013
18016
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -18024,7 +18027,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18024
18027
|
int __pyx_clineno = 0;
|
18025
18028
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
18026
18029
|
|
18027
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18030
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":777
|
18028
18031
|
*
|
18029
18032
|
* cdef inline object PyArray_MultiIterNew1(a):
|
18030
18033
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -18038,7 +18041,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18038
18041
|
__pyx_t_1 = 0;
|
18039
18042
|
goto __pyx_L0;
|
18040
18043
|
|
18041
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18044
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":776
|
18042
18045
|
* ctypedef long double complex clongdouble_t
|
18043
18046
|
*
|
18044
18047
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -18057,7 +18060,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18057
18060
|
return __pyx_r;
|
18058
18061
|
}
|
18059
18062
|
|
18060
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18063
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":779
|
18061
18064
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18062
18065
|
*
|
18063
18066
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18074,7 +18077,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18074
18077
|
int __pyx_clineno = 0;
|
18075
18078
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
18076
18079
|
|
18077
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18080
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":780
|
18078
18081
|
*
|
18079
18082
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
18080
18083
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -18088,7 +18091,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18088
18091
|
__pyx_t_1 = 0;
|
18089
18092
|
goto __pyx_L0;
|
18090
18093
|
|
18091
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18094
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":779
|
18092
18095
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18093
18096
|
*
|
18094
18097
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18107,7 +18110,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18107
18110
|
return __pyx_r;
|
18108
18111
|
}
|
18109
18112
|
|
18110
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18113
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":782
|
18111
18114
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18112
18115
|
*
|
18113
18116
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18124,7 +18127,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18124
18127
|
int __pyx_clineno = 0;
|
18125
18128
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
18126
18129
|
|
18127
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18130
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":783
|
18128
18131
|
*
|
18129
18132
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
18130
18133
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -18138,7 +18141,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18138
18141
|
__pyx_t_1 = 0;
|
18139
18142
|
goto __pyx_L0;
|
18140
18143
|
|
18141
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18144
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":782
|
18142
18145
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18143
18146
|
*
|
18144
18147
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18157,7 +18160,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18157
18160
|
return __pyx_r;
|
18158
18161
|
}
|
18159
18162
|
|
18160
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18163
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":785
|
18161
18164
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18162
18165
|
*
|
18163
18166
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18174,7 +18177,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18174
18177
|
int __pyx_clineno = 0;
|
18175
18178
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
18176
18179
|
|
18177
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18180
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":786
|
18178
18181
|
*
|
18179
18182
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
18180
18183
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -18188,7 +18191,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18188
18191
|
__pyx_t_1 = 0;
|
18189
18192
|
goto __pyx_L0;
|
18190
18193
|
|
18191
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18194
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":785
|
18192
18195
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18193
18196
|
*
|
18194
18197
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18207,7 +18210,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18207
18210
|
return __pyx_r;
|
18208
18211
|
}
|
18209
18212
|
|
18210
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18213
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":788
|
18211
18214
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18212
18215
|
*
|
18213
18216
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18224,7 +18227,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18224
18227
|
int __pyx_clineno = 0;
|
18225
18228
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
18226
18229
|
|
18227
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18230
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":789
|
18228
18231
|
*
|
18229
18232
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
18230
18233
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -18238,7 +18241,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18238
18241
|
__pyx_t_1 = 0;
|
18239
18242
|
goto __pyx_L0;
|
18240
18243
|
|
18241
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18244
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":788
|
18242
18245
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18243
18246
|
*
|
18244
18247
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18257,7 +18260,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18257
18260
|
return __pyx_r;
|
18258
18261
|
}
|
18259
18262
|
|
18260
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18263
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":791
|
18261
18264
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18262
18265
|
*
|
18263
18266
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18272,7 +18275,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18272
18275
|
PyObject *__pyx_t_2;
|
18273
18276
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
18274
18277
|
|
18275
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18278
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":792
|
18276
18279
|
*
|
18277
18280
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18278
18281
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18282,7 +18285,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18282
18285
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
18283
18286
|
if (__pyx_t_1) {
|
18284
18287
|
|
18285
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18288
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":793
|
18286
18289
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18287
18290
|
* if PyDataType_HASSUBARRAY(d):
|
18288
18291
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -18295,7 +18298,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18295
18298
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
18296
18299
|
goto __pyx_L0;
|
18297
18300
|
|
18298
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18301
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":792
|
18299
18302
|
*
|
18300
18303
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18301
18304
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18304,7 +18307,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18304
18307
|
*/
|
18305
18308
|
}
|
18306
18309
|
|
18307
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18310
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":795
|
18308
18311
|
* return <tuple>d.subarray.shape
|
18309
18312
|
* else:
|
18310
18313
|
* return () # <<<<<<<<<<<<<<
|
@@ -18318,7 +18321,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18318
18321
|
goto __pyx_L0;
|
18319
18322
|
}
|
18320
18323
|
|
18321
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18324
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":791
|
18322
18325
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18323
18326
|
*
|
18324
18327
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18333,7 +18336,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18333
18336
|
return __pyx_r;
|
18334
18337
|
}
|
18335
18338
|
|
18336
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18339
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":994
|
18337
18340
|
* int _import_umath() except -1
|
18338
18341
|
*
|
18339
18342
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18347,7 +18350,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18347
18350
|
const char *__pyx_filename = NULL;
|
18348
18351
|
int __pyx_clineno = 0;
|
18349
18352
|
|
18350
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18353
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":995
|
18351
18354
|
*
|
18352
18355
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18353
18356
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -18356,7 +18359,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18356
18359
|
*/
|
18357
18360
|
Py_INCREF(__pyx_v_base);
|
18358
18361
|
|
18359
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18362
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":996
|
18360
18363
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18361
18364
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
18362
18365
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -18365,7 +18368,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18365
18368
|
*/
|
18366
18369
|
__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)
|
18367
18370
|
|
18368
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18371
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":994
|
18369
18372
|
* int _import_umath() except -1
|
18370
18373
|
*
|
18371
18374
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18380,7 +18383,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18380
18383
|
__pyx_L0:;
|
18381
18384
|
}
|
18382
18385
|
|
18383
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18386
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":998
|
18384
18387
|
* PyArray_SetBaseObject(arr, base)
|
18385
18388
|
*
|
18386
18389
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18395,7 +18398,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18395
18398
|
int __pyx_t_1;
|
18396
18399
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
18397
18400
|
|
18398
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18401
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":999
|
18399
18402
|
*
|
18400
18403
|
* cdef inline object get_array_base(ndarray arr):
|
18401
18404
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -18404,7 +18407,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18404
18407
|
*/
|
18405
18408
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
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":1000
|
18408
18411
|
* cdef inline object get_array_base(ndarray arr):
|
18409
18412
|
* base = PyArray_BASE(arr)
|
18410
18413
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18414,7 +18417,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18414
18417
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
18415
18418
|
if (__pyx_t_1) {
|
18416
18419
|
|
18417
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18420
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1001
|
18418
18421
|
* base = PyArray_BASE(arr)
|
18419
18422
|
* if base is NULL:
|
18420
18423
|
* return None # <<<<<<<<<<<<<<
|
@@ -18425,7 +18428,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18425
18428
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
18426
18429
|
goto __pyx_L0;
|
18427
18430
|
|
18428
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18431
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1000
|
18429
18432
|
* cdef inline object get_array_base(ndarray arr):
|
18430
18433
|
* base = PyArray_BASE(arr)
|
18431
18434
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18434,7 +18437,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18434
18437
|
*/
|
18435
18438
|
}
|
18436
18439
|
|
18437
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18440
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1002
|
18438
18441
|
* if base is NULL:
|
18439
18442
|
* return None
|
18440
18443
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -18446,7 +18449,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18446
18449
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
18447
18450
|
goto __pyx_L0;
|
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":998
|
18450
18453
|
* PyArray_SetBaseObject(arr, base)
|
18451
18454
|
*
|
18452
18455
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18461,7 +18464,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18461
18464
|
return __pyx_r;
|
18462
18465
|
}
|
18463
18466
|
|
18464
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18467
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1006
|
18465
18468
|
* # Versions of the import_* functions which are more suitable for
|
18466
18469
|
* # Cython code.
|
18467
18470
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18488,7 +18491,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18488
18491
|
int __pyx_clineno = 0;
|
18489
18492
|
__Pyx_RefNannySetupContext("import_array", 0);
|
18490
18493
|
|
18491
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18494
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1007
|
18492
18495
|
* # Cython code.
|
18493
18496
|
* cdef inline int import_array() except -1:
|
18494
18497
|
* try: # <<<<<<<<<<<<<<
|
@@ -18504,7 +18507,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18504
18507
|
__Pyx_XGOTREF(__pyx_t_3);
|
18505
18508
|
/*try:*/ {
|
18506
18509
|
|
18507
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18510
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1008
|
18508
18511
|
* cdef inline int import_array() except -1:
|
18509
18512
|
* try:
|
18510
18513
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -18513,7 +18516,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18513
18516
|
*/
|
18514
18517
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1008, __pyx_L3_error)
|
18515
18518
|
|
18516
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18519
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1007
|
18517
18520
|
* # Cython code.
|
18518
18521
|
* cdef inline int import_array() except -1:
|
18519
18522
|
* try: # <<<<<<<<<<<<<<
|
@@ -18527,7 +18530,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18527
18530
|
goto __pyx_L8_try_end;
|
18528
18531
|
__pyx_L3_error:;
|
18529
18532
|
|
18530
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18533
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1009
|
18531
18534
|
* try:
|
18532
18535
|
* __pyx_import_array()
|
18533
18536
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18542,7 +18545,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18542
18545
|
__Pyx_XGOTREF(__pyx_t_6);
|
18543
18546
|
__Pyx_XGOTREF(__pyx_t_7);
|
18544
18547
|
|
18545
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18548
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1010
|
18546
18549
|
* __pyx_import_array()
|
18547
18550
|
* except Exception:
|
18548
18551
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -18567,7 +18570,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18567
18570
|
}
|
18568
18571
|
goto __pyx_L5_except_error;
|
18569
18572
|
|
18570
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18573
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1007
|
18571
18574
|
* # Cython code.
|
18572
18575
|
* cdef inline int import_array() except -1:
|
18573
18576
|
* try: # <<<<<<<<<<<<<<
|
@@ -18583,7 +18586,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18583
18586
|
__pyx_L8_try_end:;
|
18584
18587
|
}
|
18585
18588
|
|
18586
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18589
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1006
|
18587
18590
|
* # Versions of the import_* functions which are more suitable for
|
18588
18591
|
* # Cython code.
|
18589
18592
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18608,7 +18611,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18608
18611
|
return __pyx_r;
|
18609
18612
|
}
|
18610
18613
|
|
18611
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18614
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1012
|
18612
18615
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18613
18616
|
*
|
18614
18617
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18635,7 +18638,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18635
18638
|
int __pyx_clineno = 0;
|
18636
18639
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
18637
18640
|
|
18638
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18641
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1013
|
18639
18642
|
*
|
18640
18643
|
* cdef inline int import_umath() except -1:
|
18641
18644
|
* try: # <<<<<<<<<<<<<<
|
@@ -18651,7 +18654,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18651
18654
|
__Pyx_XGOTREF(__pyx_t_3);
|
18652
18655
|
/*try:*/ {
|
18653
18656
|
|
18654
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18657
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1014
|
18655
18658
|
* cdef inline int import_umath() except -1:
|
18656
18659
|
* try:
|
18657
18660
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18660,7 +18663,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18660
18663
|
*/
|
18661
18664
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1014, __pyx_L3_error)
|
18662
18665
|
|
18663
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18666
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1013
|
18664
18667
|
*
|
18665
18668
|
* cdef inline int import_umath() except -1:
|
18666
18669
|
* try: # <<<<<<<<<<<<<<
|
@@ -18674,7 +18677,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18674
18677
|
goto __pyx_L8_try_end;
|
18675
18678
|
__pyx_L3_error:;
|
18676
18679
|
|
18677
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18680
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1015
|
18678
18681
|
* try:
|
18679
18682
|
* _import_umath()
|
18680
18683
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18689,7 +18692,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18689
18692
|
__Pyx_XGOTREF(__pyx_t_6);
|
18690
18693
|
__Pyx_XGOTREF(__pyx_t_7);
|
18691
18694
|
|
18692
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18695
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1016
|
18693
18696
|
* _import_umath()
|
18694
18697
|
* except Exception:
|
18695
18698
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18714,7 +18717,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18714
18717
|
}
|
18715
18718
|
goto __pyx_L5_except_error;
|
18716
18719
|
|
18717
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18720
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1013
|
18718
18721
|
*
|
18719
18722
|
* cdef inline int import_umath() except -1:
|
18720
18723
|
* try: # <<<<<<<<<<<<<<
|
@@ -18730,7 +18733,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18730
18733
|
__pyx_L8_try_end:;
|
18731
18734
|
}
|
18732
18735
|
|
18733
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18736
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1012
|
18734
18737
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18735
18738
|
*
|
18736
18739
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18755,7 +18758,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18755
18758
|
return __pyx_r;
|
18756
18759
|
}
|
18757
18760
|
|
18758
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18761
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1018
|
18759
18762
|
* raise ImportError("numpy._core.umath failed to import")
|
18760
18763
|
*
|
18761
18764
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18782,7 +18785,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18782
18785
|
int __pyx_clineno = 0;
|
18783
18786
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
18784
18787
|
|
18785
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18788
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1019
|
18786
18789
|
*
|
18787
18790
|
* cdef inline int import_ufunc() except -1:
|
18788
18791
|
* try: # <<<<<<<<<<<<<<
|
@@ -18798,7 +18801,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18798
18801
|
__Pyx_XGOTREF(__pyx_t_3);
|
18799
18802
|
/*try:*/ {
|
18800
18803
|
|
18801
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18804
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1020
|
18802
18805
|
* cdef inline int import_ufunc() except -1:
|
18803
18806
|
* try:
|
18804
18807
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18807,7 +18810,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18807
18810
|
*/
|
18808
18811
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1020, __pyx_L3_error)
|
18809
18812
|
|
18810
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18813
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1019
|
18811
18814
|
*
|
18812
18815
|
* cdef inline int import_ufunc() except -1:
|
18813
18816
|
* try: # <<<<<<<<<<<<<<
|
@@ -18821,7 +18824,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18821
18824
|
goto __pyx_L8_try_end;
|
18822
18825
|
__pyx_L3_error:;
|
18823
18826
|
|
18824
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18827
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1021
|
18825
18828
|
* try:
|
18826
18829
|
* _import_umath()
|
18827
18830
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18836,7 +18839,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18836
18839
|
__Pyx_XGOTREF(__pyx_t_6);
|
18837
18840
|
__Pyx_XGOTREF(__pyx_t_7);
|
18838
18841
|
|
18839
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18842
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1022
|
18840
18843
|
* _import_umath()
|
18841
18844
|
* except Exception:
|
18842
18845
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18861,7 +18864,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18861
18864
|
}
|
18862
18865
|
goto __pyx_L5_except_error;
|
18863
18866
|
|
18864
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18867
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1019
|
18865
18868
|
*
|
18866
18869
|
* cdef inline int import_ufunc() except -1:
|
18867
18870
|
* try: # <<<<<<<<<<<<<<
|
@@ -18877,7 +18880,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18877
18880
|
__pyx_L8_try_end:;
|
18878
18881
|
}
|
18879
18882
|
|
18880
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18883
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1018
|
18881
18884
|
* raise ImportError("numpy._core.umath failed to import")
|
18882
18885
|
*
|
18883
18886
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18902,7 +18905,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18902
18905
|
return __pyx_r;
|
18903
18906
|
}
|
18904
18907
|
|
18905
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18908
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1025
|
18906
18909
|
*
|
18907
18910
|
*
|
18908
18911
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18913,7 +18916,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18913
18916
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
18914
18917
|
int __pyx_r;
|
18915
18918
|
|
18916
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18919
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1037
|
18917
18920
|
* bool
|
18918
18921
|
* """
|
18919
18922
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18923,7 +18926,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18923
18926
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
18924
18927
|
goto __pyx_L0;
|
18925
18928
|
|
18926
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18929
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1025
|
18927
18930
|
*
|
18928
18931
|
*
|
18929
18932
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18936,7 +18939,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18936
18939
|
return __pyx_r;
|
18937
18940
|
}
|
18938
18941
|
|
18939
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18942
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1040
|
18940
18943
|
*
|
18941
18944
|
*
|
18942
18945
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18947,7 +18950,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18947
18950
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
18948
18951
|
int __pyx_r;
|
18949
18952
|
|
18950
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18953
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1052
|
18951
18954
|
* bool
|
18952
18955
|
* """
|
18953
18956
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18957,7 +18960,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18957
18960
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
18958
18961
|
goto __pyx_L0;
|
18959
18962
|
|
18960
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18963
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1040
|
18961
18964
|
*
|
18962
18965
|
*
|
18963
18966
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18970,7 +18973,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18970
18973
|
return __pyx_r;
|
18971
18974
|
}
|
18972
18975
|
|
18973
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18976
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1055
|
18974
18977
|
*
|
18975
18978
|
*
|
18976
18979
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18981,7 +18984,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18981
18984
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
18982
18985
|
npy_datetime __pyx_r;
|
18983
18986
|
|
18984
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18987
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1062
|
18985
18988
|
* also needed. That can be found using `get_datetime64_unit`.
|
18986
18989
|
* """
|
18987
18990
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18991,7 +18994,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18991
18994
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
18992
18995
|
goto __pyx_L0;
|
18993
18996
|
|
18994
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18997
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1055
|
18995
18998
|
*
|
18996
18999
|
*
|
18997
19000
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19004,7 +19007,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
19004
19007
|
return __pyx_r;
|
19005
19008
|
}
|
19006
19009
|
|
19007
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19010
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1065
|
19008
19011
|
*
|
19009
19012
|
*
|
19010
19013
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19015,7 +19018,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
19015
19018
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
19016
19019
|
npy_timedelta __pyx_r;
|
19017
19020
|
|
19018
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19021
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1069
|
19019
19022
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
19020
19023
|
* """
|
19021
19024
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -19025,7 +19028,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19025
19028
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
19026
19029
|
goto __pyx_L0;
|
19027
19030
|
|
19028
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19031
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1065
|
19029
19032
|
*
|
19030
19033
|
*
|
19031
19034
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19038,7 +19041,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19038
19041
|
return __pyx_r;
|
19039
19042
|
}
|
19040
19043
|
|
19041
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19044
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1072
|
19042
19045
|
*
|
19043
19046
|
*
|
19044
19047
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19049,7 +19052,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19049
19052
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
19050
19053
|
NPY_DATETIMEUNIT __pyx_r;
|
19051
19054
|
|
19052
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19055
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1076
|
19053
19056
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
19054
19057
|
* """
|
19055
19058
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -19059,7 +19062,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
19059
19062
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
19060
19063
|
goto __pyx_L0;
|
19061
19064
|
|
19062
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19065
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1072
|
19063
19066
|
*
|
19064
19067
|
*
|
19065
19068
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -29724,153 +29727,153 @@ static int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
29724
29727
|
/*--- Type import code ---*/
|
29725
29728
|
__pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(3, 9, __pyx_L1_error)
|
29726
29729
|
__Pyx_GOTREF(__pyx_t_1);
|
29727
|
-
__pyx_mstate->__pyx_ptype_7cpython_4type_type =
|
29730
|
+
__pyx_mstate->__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_1_3(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
|
29728
29731
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
29729
|
-
sizeof(PyTypeObject),
|
29732
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyTypeObject),
|
29730
29733
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
29731
29734
|
0, 0,
|
29732
29735
|
#else
|
29733
|
-
sizeof(PyHeapTypeObject),
|
29736
|
+
sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyHeapTypeObject),
|
29734
29737
|
#endif
|
29735
|
-
|
29738
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_7cpython_4type_type) __PYX_ERR(3, 9, __pyx_L1_error)
|
29736
29739
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
29737
29740
|
__pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 228, __pyx_L1_error)
|
29738
29741
|
__Pyx_GOTREF(__pyx_t_1);
|
29739
|
-
__pyx_mstate->__pyx_ptype_5numpy_dtype =
|
29742
|
+
__pyx_mstate->__pyx_ptype_5numpy_dtype = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "dtype",
|
29740
29743
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
29741
|
-
sizeof(PyArray_Descr),
|
29744
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
29742
29745
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
29743
|
-
sizeof(PyArray_Descr),
|
29746
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
29744
29747
|
#else
|
29745
|
-
sizeof(PyArray_Descr),
|
29748
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
29746
29749
|
#endif
|
29747
|
-
|
29748
|
-
__pyx_mstate->__pyx_ptype_5numpy_flatiter =
|
29750
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_dtype) __PYX_ERR(2, 228, __pyx_L1_error)
|
29751
|
+
__pyx_mstate->__pyx_ptype_5numpy_flatiter = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "flatiter",
|
29749
29752
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
29750
|
-
sizeof(PyArrayIterObject),
|
29753
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
29751
29754
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
29752
|
-
sizeof(PyArrayIterObject),
|
29755
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
29753
29756
|
#else
|
29754
|
-
sizeof(PyArrayIterObject),
|
29757
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
29755
29758
|
#endif
|
29756
|
-
|
29757
|
-
__pyx_mstate->__pyx_ptype_5numpy_broadcast =
|
29759
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_flatiter) __PYX_ERR(2, 273, __pyx_L1_error)
|
29760
|
+
__pyx_mstate->__pyx_ptype_5numpy_broadcast = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "broadcast",
|
29758
29761
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
29759
|
-
sizeof(PyArrayMultiIterObject),
|
29762
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
29760
29763
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
29761
|
-
sizeof(PyArrayMultiIterObject),
|
29764
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
29762
29765
|
#else
|
29763
|
-
sizeof(PyArrayMultiIterObject),
|
29766
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
29764
29767
|
#endif
|
29765
|
-
|
29766
|
-
__pyx_mstate->__pyx_ptype_5numpy_ndarray =
|
29768
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_broadcast) __PYX_ERR(2, 277, __pyx_L1_error)
|
29769
|
+
__pyx_mstate->__pyx_ptype_5numpy_ndarray = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "ndarray",
|
29767
29770
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
29768
|
-
sizeof(PyArrayObject),
|
29771
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
29769
29772
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
29770
|
-
sizeof(PyArrayObject),
|
29773
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
29771
29774
|
#else
|
29772
|
-
sizeof(PyArrayObject),
|
29775
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
29773
29776
|
#endif
|
29774
|
-
|
29775
|
-
__pyx_mstate->__pyx_ptype_5numpy_generic =
|
29777
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_ndarray) __PYX_ERR(2, 316, __pyx_L1_error)
|
29778
|
+
__pyx_mstate->__pyx_ptype_5numpy_generic = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "generic",
|
29776
29779
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
29777
|
-
sizeof(PyObject),
|
29780
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29778
29781
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
29779
|
-
sizeof(PyObject),
|
29782
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29780
29783
|
#else
|
29781
|
-
sizeof(PyObject),
|
29784
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29782
29785
|
#endif
|
29783
|
-
|
29784
|
-
__pyx_mstate->__pyx_ptype_5numpy_number =
|
29786
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_generic) __PYX_ERR(2, 825, __pyx_L1_error)
|
29787
|
+
__pyx_mstate->__pyx_ptype_5numpy_number = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "number",
|
29785
29788
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
29786
|
-
sizeof(PyObject),
|
29789
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29787
29790
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
29788
|
-
sizeof(PyObject),
|
29791
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29789
29792
|
#else
|
29790
|
-
sizeof(PyObject),
|
29793
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29791
29794
|
#endif
|
29792
|
-
|
29793
|
-
__pyx_mstate->__pyx_ptype_5numpy_integer =
|
29795
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_number) __PYX_ERR(2, 827, __pyx_L1_error)
|
29796
|
+
__pyx_mstate->__pyx_ptype_5numpy_integer = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "integer",
|
29794
29797
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
29795
|
-
sizeof(PyObject),
|
29798
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29796
29799
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
29797
|
-
sizeof(PyObject),
|
29800
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29798
29801
|
#else
|
29799
|
-
sizeof(PyObject),
|
29802
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29800
29803
|
#endif
|
29801
|
-
|
29802
|
-
__pyx_mstate->__pyx_ptype_5numpy_signedinteger =
|
29804
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_integer) __PYX_ERR(2, 829, __pyx_L1_error)
|
29805
|
+
__pyx_mstate->__pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "signedinteger",
|
29803
29806
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
29804
|
-
sizeof(PyObject),
|
29807
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29805
29808
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
29806
|
-
sizeof(PyObject),
|
29809
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29807
29810
|
#else
|
29808
|
-
sizeof(PyObject),
|
29811
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29809
29812
|
#endif
|
29810
|
-
|
29811
|
-
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger =
|
29813
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_signedinteger) __PYX_ERR(2, 831, __pyx_L1_error)
|
29814
|
+
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "unsignedinteger",
|
29812
29815
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
29813
|
-
sizeof(PyObject),
|
29816
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29814
29817
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
29815
|
-
sizeof(PyObject),
|
29818
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29816
29819
|
#else
|
29817
|
-
sizeof(PyObject),
|
29820
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29818
29821
|
#endif
|
29819
|
-
|
29820
|
-
__pyx_mstate->__pyx_ptype_5numpy_inexact =
|
29822
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(2, 833, __pyx_L1_error)
|
29823
|
+
__pyx_mstate->__pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "inexact",
|
29821
29824
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
29822
|
-
sizeof(PyObject),
|
29825
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29823
29826
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
29824
|
-
sizeof(PyObject),
|
29827
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29825
29828
|
#else
|
29826
|
-
sizeof(PyObject),
|
29829
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29827
29830
|
#endif
|
29828
|
-
|
29829
|
-
__pyx_mstate->__pyx_ptype_5numpy_floating =
|
29831
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_inexact) __PYX_ERR(2, 835, __pyx_L1_error)
|
29832
|
+
__pyx_mstate->__pyx_ptype_5numpy_floating = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "floating",
|
29830
29833
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
29831
|
-
sizeof(PyObject),
|
29834
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29832
29835
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
29833
|
-
sizeof(PyObject),
|
29836
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29834
29837
|
#else
|
29835
|
-
sizeof(PyObject),
|
29838
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29836
29839
|
#endif
|
29837
|
-
|
29838
|
-
__pyx_mstate->__pyx_ptype_5numpy_complexfloating =
|
29840
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_floating) __PYX_ERR(2, 837, __pyx_L1_error)
|
29841
|
+
__pyx_mstate->__pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "complexfloating",
|
29839
29842
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
29840
|
-
sizeof(PyObject),
|
29843
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29841
29844
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
29842
|
-
sizeof(PyObject),
|
29845
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29843
29846
|
#else
|
29844
|
-
sizeof(PyObject),
|
29847
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29845
29848
|
#endif
|
29846
|
-
|
29847
|
-
__pyx_mstate->__pyx_ptype_5numpy_flexible =
|
29849
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_complexfloating) __PYX_ERR(2, 839, __pyx_L1_error)
|
29850
|
+
__pyx_mstate->__pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "flexible",
|
29848
29851
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
29849
|
-
sizeof(PyObject),
|
29852
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29850
29853
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
29851
|
-
sizeof(PyObject),
|
29854
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29852
29855
|
#else
|
29853
|
-
sizeof(PyObject),
|
29856
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29854
29857
|
#endif
|
29855
|
-
|
29856
|
-
__pyx_mstate->__pyx_ptype_5numpy_character =
|
29858
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_flexible) __PYX_ERR(2, 841, __pyx_L1_error)
|
29859
|
+
__pyx_mstate->__pyx_ptype_5numpy_character = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "character",
|
29857
29860
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
29858
|
-
sizeof(PyObject),
|
29861
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29859
29862
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
29860
|
-
sizeof(PyObject),
|
29863
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29861
29864
|
#else
|
29862
|
-
sizeof(PyObject),
|
29865
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
29863
29866
|
#endif
|
29864
|
-
|
29865
|
-
__pyx_mstate->__pyx_ptype_5numpy_ufunc =
|
29867
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_character) __PYX_ERR(2, 843, __pyx_L1_error)
|
29868
|
+
__pyx_mstate->__pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "ufunc",
|
29866
29869
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
29867
|
-
sizeof(PyUFuncObject),
|
29870
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
29868
29871
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
29869
|
-
sizeof(PyUFuncObject),
|
29872
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
29870
29873
|
#else
|
29871
|
-
sizeof(PyUFuncObject),
|
29874
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
29872
29875
|
#endif
|
29873
|
-
|
29876
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_ufunc) __PYX_ERR(2, 907, __pyx_L1_error)
|
29874
29877
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
29875
29878
|
__Pyx_RefNannyFinishContext();
|
29876
29879
|
return 0;
|
@@ -29891,10 +29894,10 @@ static int __Pyx_modinit_variable_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
29891
29894
|
/*--- Variable import code ---*/
|
29892
29895
|
__pyx_t_1 = PyImport_ImportModule("edsger.commons"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
|
29893
29896
|
__Pyx_GOTREF(__pyx_t_1);
|
29894
|
-
if (
|
29895
|
-
if (
|
29896
|
-
if (
|
29897
|
-
if (
|
29897
|
+
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)
|
29898
|
+
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)
|
29899
|
+
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)
|
29900
|
+
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)
|
29898
29901
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
29899
29902
|
__Pyx_RefNannyFinishContext();
|
29900
29903
|
return 0;
|
@@ -29915,12 +29918,12 @@ static int __Pyx_modinit_function_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
29915
29918
|
/*--- Function import code ---*/
|
29916
29919
|
__pyx_t_1 = PyImport_ImportModule("edsger.pq_4ary_dec_0b"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
|
29917
29920
|
__Pyx_GOTREF(__pyx_t_1);
|
29918
|
-
if (
|
29919
|
-
if (
|
29920
|
-
if (
|
29921
|
-
if (
|
29922
|
-
if (
|
29923
|
-
if (
|
29921
|
+
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)
|
29922
|
+
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)
|
29923
|
+
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)
|
29924
|
+
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)
|
29925
|
+
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)
|
29926
|
+
if (__Pyx_ImportFunction_3_1_3(__pyx_t_1, "copy_keys_to_numpy", (void (**)(void))&__pyx_f_6edsger_14pq_4ary_dec_0b_copy_keys_to_numpy, "PyArrayObject *(struct __pyx_t_6edsger_14pq_4ary_dec_0b_PriorityQueue *, size_t)") < 0) __PYX_ERR(0, 1, __pyx_L1_error)
|
29924
29927
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
29925
29928
|
__Pyx_RefNannyFinishContext();
|
29926
29929
|
return 0;
|
@@ -34394,6 +34397,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
34394
34397
|
changed = 1;
|
34395
34398
|
}
|
34396
34399
|
#endif // CYTHON_METH_FASTCALL
|
34400
|
+
#if !CYTHON_COMPILING_IN_PYPY
|
34397
34401
|
else if (strcmp(memb->name, "__module__") == 0) {
|
34398
34402
|
PyObject *descr;
|
34399
34403
|
assert(memb->type == T_OBJECT);
|
@@ -34408,11 +34412,13 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
34408
34412
|
}
|
34409
34413
|
changed = 1;
|
34410
34414
|
}
|
34415
|
+
#endif // !CYTHON_COMPILING_IN_PYPY
|
34411
34416
|
}
|
34412
34417
|
memb++;
|
34413
34418
|
}
|
34414
34419
|
}
|
34415
34420
|
#endif // !CYTHON_COMPILING_IN_LIMITED_API
|
34421
|
+
#if !CYTHON_COMPILING_IN_PYPY
|
34416
34422
|
slot = spec->slots;
|
34417
34423
|
while (slot && slot->slot && slot->slot != Py_tp_getset)
|
34418
34424
|
slot++;
|
@@ -34444,6 +34450,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
34444
34450
|
++getset;
|
34445
34451
|
}
|
34446
34452
|
}
|
34453
|
+
#endif // !CYTHON_COMPILING_IN_PYPY
|
34447
34454
|
if (changed)
|
34448
34455
|
PyType_Modified(type);
|
34449
34456
|
#endif // PY_VERSION_HEX > 0x030900B1
|
@@ -34548,6 +34555,13 @@ try_unpack:
|
|
34548
34555
|
|
34549
34556
|
/* PyObjectCallMethod0 */
|
34550
34557
|
static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name) {
|
34558
|
+
#if CYTHON_VECTORCALL && (__PYX_LIMITED_VERSION_HEX >= 0x030C0000 || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x03090000))
|
34559
|
+
PyObject *args[1] = {obj};
|
34560
|
+
(void) __Pyx_PyObject_GetMethod;
|
34561
|
+
(void) __Pyx_PyObject_CallOneArg;
|
34562
|
+
(void) __Pyx_PyObject_CallNoArg;
|
34563
|
+
return PyObject_VectorcallMethod(method_name, args, 1 | PY_VECTORCALL_ARGUMENTS_OFFSET, NULL);
|
34564
|
+
#else
|
34551
34565
|
PyObject *method = NULL, *result = NULL;
|
34552
34566
|
int is_method = __Pyx_PyObject_GetMethod(obj, method_name, &method);
|
34553
34567
|
if (likely(is_method)) {
|
@@ -34560,6 +34574,7 @@ static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name
|
|
34560
34574
|
Py_DECREF(method);
|
34561
34575
|
bad:
|
34562
34576
|
return result;
|
34577
|
+
#endif
|
34563
34578
|
}
|
34564
34579
|
|
34565
34580
|
/* ValidateBasesTuple */
|
@@ -34989,10 +35004,10 @@ __PYX_GOOD:
|
|
34989
35004
|
}
|
34990
35005
|
|
34991
35006
|
/* TypeImport */
|
34992
|
-
#ifndef
|
34993
|
-
#define
|
34994
|
-
static PyTypeObject *
|
34995
|
-
size_t size, size_t alignment, enum
|
35007
|
+
#ifndef __PYX_HAVE_RT_ImportType_3_1_3
|
35008
|
+
#define __PYX_HAVE_RT_ImportType_3_1_3
|
35009
|
+
static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject *module, const char *module_name, const char *class_name,
|
35010
|
+
size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_3 check_size)
|
34996
35011
|
{
|
34997
35012
|
PyObject *result = 0;
|
34998
35013
|
Py_ssize_t basicsize;
|
@@ -35048,7 +35063,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
35048
35063
|
module_name, class_name, size, basicsize+itemsize);
|
35049
35064
|
goto bad;
|
35050
35065
|
}
|
35051
|
-
if (check_size ==
|
35066
|
+
if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_3 &&
|
35052
35067
|
((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
|
35053
35068
|
PyErr_Format(PyExc_ValueError,
|
35054
35069
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
@@ -35056,7 +35071,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
35056
35071
|
module_name, class_name, size, basicsize, basicsize+itemsize);
|
35057
35072
|
goto bad;
|
35058
35073
|
}
|
35059
|
-
else if (check_size ==
|
35074
|
+
else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_3 && (size_t)basicsize > size) {
|
35060
35075
|
if (PyErr_WarnFormat(NULL, 0,
|
35061
35076
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
35062
35077
|
"Expected %zd from C header, got %zd from PyObject",
|
@@ -35197,7 +35212,7 @@ bad:
|
|
35197
35212
|
}
|
35198
35213
|
|
35199
35214
|
/* CommonTypesMetaclass */
|
35200
|
-
PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
|
35215
|
+
static PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
|
35201
35216
|
return PyUnicode_FromString(__PYX_ABI_MODULE_NAME);
|
35202
35217
|
}
|
35203
35218
|
static PyGetSetDef __pyx_CommonTypesMetaclass_getset[] = {
|
@@ -39484,9 +39499,9 @@ __Pyx_PyType_GetFullyQualifiedName(PyTypeObject* tp)
|
|
39484
39499
|
}
|
39485
39500
|
|
39486
39501
|
/* VoidPtrImport */
|
39487
|
-
#ifndef
|
39488
|
-
#define
|
39489
|
-
static int
|
39502
|
+
#ifndef __PYX_HAVE_RT_ImportVoidPtr_3_1_3
|
39503
|
+
#define __PYX_HAVE_RT_ImportVoidPtr_3_1_3
|
39504
|
+
static int __Pyx_ImportVoidPtr_3_1_3(PyObject *module, const char *name, void **p, const char *sig) {
|
39490
39505
|
PyObject *d = 0;
|
39491
39506
|
PyObject *cobj = 0;
|
39492
39507
|
d = PyObject_GetAttrString(module, "__pyx_capi__");
|
@@ -39524,9 +39539,9 @@ bad:
|
|
39524
39539
|
#endif
|
39525
39540
|
|
39526
39541
|
/* FunctionImport */
|
39527
|
-
#ifndef
|
39528
|
-
#define
|
39529
|
-
static int
|
39542
|
+
#ifndef __PYX_HAVE_RT_ImportFunction_3_1_3
|
39543
|
+
#define __PYX_HAVE_RT_ImportFunction_3_1_3
|
39544
|
+
static int __Pyx_ImportFunction_3_1_3(PyObject *module, const char *funcname, void (**f)(void), const char *sig) {
|
39530
39545
|
PyObject *d = 0;
|
39531
39546
|
PyObject *cobj = 0;
|
39532
39547
|
union {
|