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/pq_4ary_dec_0b.c
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
/* Generated by Cython 3.1.
|
1
|
+
/* Generated by Cython 3.1.3 */
|
2
2
|
|
3
3
|
/* BEGIN: Cython Metadata
|
4
4
|
{
|
@@ -40,8 +40,8 @@ END: Cython Metadata */
|
|
40
40
|
#elif PY_VERSION_HEX < 0x03080000
|
41
41
|
#error Cython requires Python 3.8+.
|
42
42
|
#else
|
43
|
-
#define __PYX_ABI_VERSION "
|
44
|
-
#define CYTHON_HEX_VERSION
|
43
|
+
#define __PYX_ABI_VERSION "3_1_3"
|
44
|
+
#define CYTHON_HEX_VERSION 0x030103F0
|
45
45
|
#define CYTHON_FUTURE_DIVISION 1
|
46
46
|
/* CModulePreamble */
|
47
47
|
#include <stddef.h>
|
@@ -404,6 +404,9 @@ END: Cython Metadata */
|
|
404
404
|
enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
|
405
405
|
#endif
|
406
406
|
#endif
|
407
|
+
#ifndef CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME
|
408
|
+
#define CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME 100
|
409
|
+
#endif
|
407
410
|
#ifndef __has_attribute
|
408
411
|
#define __has_attribute(x) 0
|
409
412
|
#endif
|
@@ -1384,7 +1387,7 @@ static const char *__pyx_filename;
|
|
1384
1387
|
static const char* const __pyx_f[] = {
|
1385
1388
|
"src/edsger/pq_4ary_dec_0b.pyx",
|
1386
1389
|
"<stringsource>",
|
1387
|
-
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1390
|
+
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd",
|
1388
1391
|
"cpython/type.pxd",
|
1389
1392
|
};
|
1390
1393
|
/* #### Code section: utility_code_proto_before_types ### */
|
@@ -1607,7 +1610,7 @@ typedef struct {
|
|
1607
1610
|
|
1608
1611
|
/* #### Code section: numeric_typedefs ### */
|
1609
1612
|
|
1610
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1613
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":743
|
1611
1614
|
* # in Cython to enable them only on the right systems.
|
1612
1615
|
*
|
1613
1616
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
@@ -1616,7 +1619,7 @@ typedef struct {
|
|
1616
1619
|
*/
|
1617
1620
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
1618
1621
|
|
1619
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1622
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":744
|
1620
1623
|
*
|
1621
1624
|
* ctypedef npy_int8 int8_t
|
1622
1625
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
@@ -1625,7 +1628,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1625
1628
|
*/
|
1626
1629
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
1627
1630
|
|
1628
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1631
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":745
|
1629
1632
|
* ctypedef npy_int8 int8_t
|
1630
1633
|
* ctypedef npy_int16 int16_t
|
1631
1634
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
@@ -1634,7 +1637,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1634
1637
|
*/
|
1635
1638
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
1636
1639
|
|
1637
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1640
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":746
|
1638
1641
|
* ctypedef npy_int16 int16_t
|
1639
1642
|
* ctypedef npy_int32 int32_t
|
1640
1643
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
@@ -1643,7 +1646,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1643
1646
|
*/
|
1644
1647
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
1645
1648
|
|
1646
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1649
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":748
|
1647
1650
|
* ctypedef npy_int64 int64_t
|
1648
1651
|
*
|
1649
1652
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
@@ -1652,7 +1655,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1652
1655
|
*/
|
1653
1656
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
1654
1657
|
|
1655
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1658
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":749
|
1656
1659
|
*
|
1657
1660
|
* ctypedef npy_uint8 uint8_t
|
1658
1661
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
@@ -1661,7 +1664,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1661
1664
|
*/
|
1662
1665
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
1663
1666
|
|
1664
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1667
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":750
|
1665
1668
|
* ctypedef npy_uint8 uint8_t
|
1666
1669
|
* ctypedef npy_uint16 uint16_t
|
1667
1670
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
@@ -1670,7 +1673,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1670
1673
|
*/
|
1671
1674
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
1672
1675
|
|
1673
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1676
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":751
|
1674
1677
|
* ctypedef npy_uint16 uint16_t
|
1675
1678
|
* ctypedef npy_uint32 uint32_t
|
1676
1679
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
@@ -1679,7 +1682,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1679
1682
|
*/
|
1680
1683
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
1681
1684
|
|
1682
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1685
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":753
|
1683
1686
|
* ctypedef npy_uint64 uint64_t
|
1684
1687
|
*
|
1685
1688
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
@@ -1688,7 +1691,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1688
1691
|
*/
|
1689
1692
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
1690
1693
|
|
1691
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1694
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":754
|
1692
1695
|
*
|
1693
1696
|
* ctypedef npy_float32 float32_t
|
1694
1697
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
@@ -1697,7 +1700,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1697
1700
|
*/
|
1698
1701
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
1699
1702
|
|
1700
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1703
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":761
|
1701
1704
|
* ctypedef double complex complex128_t
|
1702
1705
|
*
|
1703
1706
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
@@ -1706,7 +1709,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1706
1709
|
*/
|
1707
1710
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
1708
1711
|
|
1709
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1712
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":762
|
1710
1713
|
*
|
1711
1714
|
* ctypedef npy_longlong longlong_t
|
1712
1715
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
@@ -1715,7 +1718,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1715
1718
|
*/
|
1716
1719
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
1717
1720
|
|
1718
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1721
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":764
|
1719
1722
|
* ctypedef npy_ulonglong ulonglong_t
|
1720
1723
|
*
|
1721
1724
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
@@ -1724,7 +1727,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1724
1727
|
*/
|
1725
1728
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
1726
1729
|
|
1727
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1730
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":765
|
1728
1731
|
*
|
1729
1732
|
* ctypedef npy_intp intp_t
|
1730
1733
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
@@ -1733,7 +1736,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1733
1736
|
*/
|
1734
1737
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
1735
1738
|
|
1736
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1739
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":767
|
1737
1740
|
* ctypedef npy_uintp uintp_t
|
1738
1741
|
*
|
1739
1742
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
@@ -1742,7 +1745,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1742
1745
|
*/
|
1743
1746
|
typedef npy_double __pyx_t_5numpy_float_t;
|
1744
1747
|
|
1745
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1748
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":768
|
1746
1749
|
*
|
1747
1750
|
* ctypedef npy_double float_t
|
1748
1751
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
@@ -1751,7 +1754,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
1751
1754
|
*/
|
1752
1755
|
typedef npy_double __pyx_t_5numpy_double_t;
|
1753
1756
|
|
1754
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1757
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":769
|
1755
1758
|
* ctypedef npy_double float_t
|
1756
1759
|
* ctypedef npy_double double_t
|
1757
1760
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
@@ -2733,22 +2736,22 @@ static int __Pyx__DelItemOnTypeDict(PyTypeObject *tp, PyObject *k);
|
|
2733
2736
|
static int __Pyx_setup_reduce(PyObject* type_obj);
|
2734
2737
|
|
2735
2738
|
/* TypeImport.proto */
|
2736
|
-
#ifndef
|
2737
|
-
#define
|
2739
|
+
#ifndef __PYX_HAVE_RT_ImportType_proto_3_1_3
|
2740
|
+
#define __PYX_HAVE_RT_ImportType_proto_3_1_3
|
2738
2741
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
2739
2742
|
#include <stdalign.h>
|
2740
2743
|
#endif
|
2741
2744
|
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
|
2742
|
-
#define
|
2745
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_3(s) alignof(s)
|
2743
2746
|
#else
|
2744
|
-
#define
|
2747
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_3(s) sizeof(void*)
|
2745
2748
|
#endif
|
2746
|
-
enum
|
2747
|
-
|
2748
|
-
|
2749
|
-
|
2749
|
+
enum __Pyx_ImportType_CheckSize_3_1_3 {
|
2750
|
+
__Pyx_ImportType_CheckSize_Error_3_1_3 = 0,
|
2751
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3 = 1,
|
2752
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3 = 2
|
2750
2753
|
};
|
2751
|
-
static PyTypeObject *
|
2754
|
+
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);
|
2752
2755
|
#endif
|
2753
2756
|
|
2754
2757
|
/* ListPack.proto */
|
@@ -3166,7 +3169,7 @@ static int __Pyx_check_binary_version(unsigned long ct_version, unsigned long rt
|
|
3166
3169
|
static int __Pyx_ExportFunction(const char *name, void (*f)(void), const char *sig);
|
3167
3170
|
|
3168
3171
|
/* VoidPtrImport.proto */
|
3169
|
-
static int
|
3172
|
+
static int __Pyx_ImportVoidPtr_3_1_3(PyObject *module, const char *name, void **p, const char *sig);
|
3170
3173
|
|
3171
3174
|
/* MultiPhaseInitModuleState.proto */
|
3172
3175
|
#if CYTHON_PEP489_MULTI_PHASE_INIT && CYTHON_USE_MODULE_STATE
|
@@ -17334,7 +17337,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17334
17337
|
return __pyx_r;
|
17335
17338
|
}
|
17336
17339
|
|
17337
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17340
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":242
|
17338
17341
|
* cdef int type_num
|
17339
17342
|
*
|
17340
17343
|
* @property # <<<<<<<<<<<<<<
|
@@ -17345,7 +17348,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
17345
17348
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
17346
17349
|
npy_intp __pyx_r;
|
17347
17350
|
|
17348
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17351
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":244
|
17349
17352
|
* @property
|
17350
17353
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
17351
17354
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -17355,7 +17358,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17355
17358
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
17356
17359
|
goto __pyx_L0;
|
17357
17360
|
|
17358
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17361
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":242
|
17359
17362
|
* cdef int type_num
|
17360
17363
|
*
|
17361
17364
|
* @property # <<<<<<<<<<<<<<
|
@@ -17368,7 +17371,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17368
17371
|
return __pyx_r;
|
17369
17372
|
}
|
17370
17373
|
|
17371
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17374
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":246
|
17372
17375
|
* return PyDataType_ELSIZE(self)
|
17373
17376
|
*
|
17374
17377
|
* @property # <<<<<<<<<<<<<<
|
@@ -17379,7 +17382,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
17379
17382
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
17380
17383
|
npy_intp __pyx_r;
|
17381
17384
|
|
17382
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17385
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":248
|
17383
17386
|
* @property
|
17384
17387
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
17385
17388
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -17389,7 +17392,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17389
17392
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
17390
17393
|
goto __pyx_L0;
|
17391
17394
|
|
17392
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17395
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":246
|
17393
17396
|
* return PyDataType_ELSIZE(self)
|
17394
17397
|
*
|
17395
17398
|
* @property # <<<<<<<<<<<<<<
|
@@ -17402,7 +17405,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
17402
17405
|
return __pyx_r;
|
17403
17406
|
}
|
17404
17407
|
|
17405
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17408
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":252
|
17406
17409
|
* # Use fields/names with care as they may be NULL. You must check
|
17407
17410
|
* # for this using PyDataType_HASFIELDS.
|
17408
17411
|
* @property # <<<<<<<<<<<<<<
|
@@ -17416,7 +17419,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17416
17419
|
PyObject *__pyx_t_1;
|
17417
17420
|
__Pyx_RefNannySetupContext("fields", 0);
|
17418
17421
|
|
17419
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17422
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":254
|
17420
17423
|
* @property
|
17421
17424
|
* cdef inline object fields(self):
|
17422
17425
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -17429,7 +17432,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17429
17432
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
17430
17433
|
goto __pyx_L0;
|
17431
17434
|
|
17432
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17435
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":252
|
17433
17436
|
* # Use fields/names with care as they may be NULL. You must check
|
17434
17437
|
* # for this using PyDataType_HASFIELDS.
|
17435
17438
|
* @property # <<<<<<<<<<<<<<
|
@@ -17444,7 +17447,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
17444
17447
|
return __pyx_r;
|
17445
17448
|
}
|
17446
17449
|
|
17447
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17450
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":256
|
17448
17451
|
* return <object>PyDataType_FIELDS(self)
|
17449
17452
|
*
|
17450
17453
|
* @property # <<<<<<<<<<<<<<
|
@@ -17458,7 +17461,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17458
17461
|
PyObject *__pyx_t_1;
|
17459
17462
|
__Pyx_RefNannySetupContext("names", 0);
|
17460
17463
|
|
17461
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17464
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":258
|
17462
17465
|
* @property
|
17463
17466
|
* cdef inline tuple names(self):
|
17464
17467
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -17471,7 +17474,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17471
17474
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
17472
17475
|
goto __pyx_L0;
|
17473
17476
|
|
17474
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17477
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":256
|
17475
17478
|
* return <object>PyDataType_FIELDS(self)
|
17476
17479
|
*
|
17477
17480
|
* @property # <<<<<<<<<<<<<<
|
@@ -17486,7 +17489,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17486
17489
|
return __pyx_r;
|
17487
17490
|
}
|
17488
17491
|
|
17489
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17492
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":263
|
17490
17493
|
* # valid (the pointer can be NULL). Most users should access
|
17491
17494
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17492
17495
|
* @property # <<<<<<<<<<<<<<
|
@@ -17497,7 +17500,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
17497
17500
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
17498
17501
|
PyArray_ArrayDescr *__pyx_r;
|
17499
17502
|
|
17500
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17503
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":265
|
17501
17504
|
* @property
|
17502
17505
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
17503
17506
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -17507,7 +17510,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17507
17510
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
17508
17511
|
goto __pyx_L0;
|
17509
17512
|
|
17510
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17513
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":263
|
17511
17514
|
* # valid (the pointer can be NULL). Most users should access
|
17512
17515
|
* # this field via the inline helper method PyDataType_SHAPE.
|
17513
17516
|
* @property # <<<<<<<<<<<<<<
|
@@ -17520,7 +17523,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17520
17523
|
return __pyx_r;
|
17521
17524
|
}
|
17522
17525
|
|
17523
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17526
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":267
|
17524
17527
|
* return PyDataType_SUBARRAY(self)
|
17525
17528
|
*
|
17526
17529
|
* @property # <<<<<<<<<<<<<<
|
@@ -17531,7 +17534,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
17531
17534
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
17532
17535
|
npy_uint64 __pyx_r;
|
17533
17536
|
|
17534
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17537
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":270
|
17535
17538
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
17536
17539
|
* """The data types flags."""
|
17537
17540
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -17541,7 +17544,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17541
17544
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
17542
17545
|
goto __pyx_L0;
|
17543
17546
|
|
17544
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17547
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":267
|
17545
17548
|
* return PyDataType_SUBARRAY(self)
|
17546
17549
|
*
|
17547
17550
|
* @property # <<<<<<<<<<<<<<
|
@@ -17554,7 +17557,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17554
17557
|
return __pyx_r;
|
17555
17558
|
}
|
17556
17559
|
|
17557
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17560
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":279
|
17558
17561
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17559
17562
|
*
|
17560
17563
|
* @property # <<<<<<<<<<<<<<
|
@@ -17565,7 +17568,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
17565
17568
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
17566
17569
|
int __pyx_r;
|
17567
17570
|
|
17568
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17571
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":282
|
17569
17572
|
* cdef inline int numiter(self) noexcept nogil:
|
17570
17573
|
* """The number of arrays that need to be broadcast to the same shape."""
|
17571
17574
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -17575,7 +17578,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17575
17578
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
17576
17579
|
goto __pyx_L0;
|
17577
17580
|
|
17578
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17581
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":279
|
17579
17582
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
17580
17583
|
*
|
17581
17584
|
* @property # <<<<<<<<<<<<<<
|
@@ -17588,7 +17591,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17588
17591
|
return __pyx_r;
|
17589
17592
|
}
|
17590
17593
|
|
17591
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17594
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":284
|
17592
17595
|
* return PyArray_MultiIter_NUMITER(self)
|
17593
17596
|
*
|
17594
17597
|
* @property # <<<<<<<<<<<<<<
|
@@ -17599,7 +17602,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
17599
17602
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
17600
17603
|
npy_intp __pyx_r;
|
17601
17604
|
|
17602
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17605
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":287
|
17603
17606
|
* cdef inline npy_intp size(self) noexcept nogil:
|
17604
17607
|
* """The total broadcasted size."""
|
17605
17608
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17609,7 +17612,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17609
17612
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
17610
17613
|
goto __pyx_L0;
|
17611
17614
|
|
17612
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17615
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":284
|
17613
17616
|
* return PyArray_MultiIter_NUMITER(self)
|
17614
17617
|
*
|
17615
17618
|
* @property # <<<<<<<<<<<<<<
|
@@ -17622,7 +17625,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17622
17625
|
return __pyx_r;
|
17623
17626
|
}
|
17624
17627
|
|
17625
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17628
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":289
|
17626
17629
|
* return PyArray_MultiIter_SIZE(self)
|
17627
17630
|
*
|
17628
17631
|
* @property # <<<<<<<<<<<<<<
|
@@ -17633,7 +17636,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
17633
17636
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
17634
17637
|
npy_intp __pyx_r;
|
17635
17638
|
|
17636
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17639
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":292
|
17637
17640
|
* cdef inline npy_intp index(self) noexcept nogil:
|
17638
17641
|
* """The current (1-d) index into the broadcasted result."""
|
17639
17642
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -17643,7 +17646,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17643
17646
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
17644
17647
|
goto __pyx_L0;
|
17645
17648
|
|
17646
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17649
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":289
|
17647
17650
|
* return PyArray_MultiIter_SIZE(self)
|
17648
17651
|
*
|
17649
17652
|
* @property # <<<<<<<<<<<<<<
|
@@ -17656,7 +17659,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17656
17659
|
return __pyx_r;
|
17657
17660
|
}
|
17658
17661
|
|
17659
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17662
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":294
|
17660
17663
|
* return PyArray_MultiIter_INDEX(self)
|
17661
17664
|
*
|
17662
17665
|
* @property # <<<<<<<<<<<<<<
|
@@ -17667,7 +17670,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
17667
17670
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
17668
17671
|
int __pyx_r;
|
17669
17672
|
|
17670
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17673
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":297
|
17671
17674
|
* cdef inline int nd(self) noexcept nogil:
|
17672
17675
|
* """The number of dimensions in the broadcasted result."""
|
17673
17676
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17677,7 +17680,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17677
17680
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
17678
17681
|
goto __pyx_L0;
|
17679
17682
|
|
17680
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17683
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":294
|
17681
17684
|
* return PyArray_MultiIter_INDEX(self)
|
17682
17685
|
*
|
17683
17686
|
* @property # <<<<<<<<<<<<<<
|
@@ -17690,7 +17693,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17690
17693
|
return __pyx_r;
|
17691
17694
|
}
|
17692
17695
|
|
17693
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17696
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":299
|
17694
17697
|
* return PyArray_MultiIter_NDIM(self)
|
17695
17698
|
*
|
17696
17699
|
* @property # <<<<<<<<<<<<<<
|
@@ -17701,7 +17704,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
17701
17704
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
17702
17705
|
npy_intp *__pyx_r;
|
17703
17706
|
|
17704
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17707
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":302
|
17705
17708
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
17706
17709
|
* """The shape of the broadcasted result."""
|
17707
17710
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17711,7 +17714,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17711
17714
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
17712
17715
|
goto __pyx_L0;
|
17713
17716
|
|
17714
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17717
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":299
|
17715
17718
|
* return PyArray_MultiIter_NDIM(self)
|
17716
17719
|
*
|
17717
17720
|
* @property # <<<<<<<<<<<<<<
|
@@ -17724,7 +17727,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17724
17727
|
return __pyx_r;
|
17725
17728
|
}
|
17726
17729
|
|
17727
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17730
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":304
|
17728
17731
|
* return PyArray_MultiIter_DIMS(self)
|
17729
17732
|
*
|
17730
17733
|
* @property # <<<<<<<<<<<<<<
|
@@ -17735,7 +17738,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
17735
17738
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
17736
17739
|
void **__pyx_r;
|
17737
17740
|
|
17738
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17741
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":308
|
17739
17742
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
17740
17743
|
* On return, the iterators are adjusted for broadcasting."""
|
17741
17744
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -17745,7 +17748,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17745
17748
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
17746
17749
|
goto __pyx_L0;
|
17747
17750
|
|
17748
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17751
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":304
|
17749
17752
|
* return PyArray_MultiIter_DIMS(self)
|
17750
17753
|
*
|
17751
17754
|
* @property # <<<<<<<<<<<<<<
|
@@ -17758,7 +17761,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17758
17761
|
return __pyx_r;
|
17759
17762
|
}
|
17760
17763
|
|
17761
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17764
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":322
|
17762
17765
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17763
17766
|
*
|
17764
17767
|
* @property # <<<<<<<<<<<<<<
|
@@ -17769,7 +17772,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
17769
17772
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
17770
17773
|
PyObject *__pyx_r;
|
17771
17774
|
|
17772
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17775
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":326
|
17773
17776
|
* """Returns a borrowed reference to the object owning the data/memory.
|
17774
17777
|
* """
|
17775
17778
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -17779,7 +17782,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17779
17782
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
17780
17783
|
goto __pyx_L0;
|
17781
17784
|
|
17782
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17785
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":322
|
17783
17786
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
17784
17787
|
*
|
17785
17788
|
* @property # <<<<<<<<<<<<<<
|
@@ -17792,7 +17795,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
17792
17795
|
return __pyx_r;
|
17793
17796
|
}
|
17794
17797
|
|
17795
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17798
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":328
|
17796
17799
|
* return PyArray_BASE(self)
|
17797
17800
|
*
|
17798
17801
|
* @property # <<<<<<<<<<<<<<
|
@@ -17806,7 +17809,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17806
17809
|
PyArray_Descr *__pyx_t_1;
|
17807
17810
|
__Pyx_RefNannySetupContext("descr", 0);
|
17808
17811
|
|
17809
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17812
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":332
|
17810
17813
|
* """Returns an owned reference to the dtype of the array.
|
17811
17814
|
* """
|
17812
17815
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -17819,7 +17822,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17819
17822
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
17820
17823
|
goto __pyx_L0;
|
17821
17824
|
|
17822
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17825
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":328
|
17823
17826
|
* return PyArray_BASE(self)
|
17824
17827
|
*
|
17825
17828
|
* @property # <<<<<<<<<<<<<<
|
@@ -17834,7 +17837,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17834
17837
|
return __pyx_r;
|
17835
17838
|
}
|
17836
17839
|
|
17837
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17840
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":334
|
17838
17841
|
* return <dtype>PyArray_DESCR(self)
|
17839
17842
|
*
|
17840
17843
|
* @property # <<<<<<<<<<<<<<
|
@@ -17845,7 +17848,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
17845
17848
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
17846
17849
|
int __pyx_r;
|
17847
17850
|
|
17848
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17851
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":338
|
17849
17852
|
* """Returns the number of dimensions in the array.
|
17850
17853
|
* """
|
17851
17854
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -17855,7 +17858,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17855
17858
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
17856
17859
|
goto __pyx_L0;
|
17857
17860
|
|
17858
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17861
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":334
|
17859
17862
|
* return <dtype>PyArray_DESCR(self)
|
17860
17863
|
*
|
17861
17864
|
* @property # <<<<<<<<<<<<<<
|
@@ -17868,7 +17871,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17868
17871
|
return __pyx_r;
|
17869
17872
|
}
|
17870
17873
|
|
17871
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17874
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":340
|
17872
17875
|
* return PyArray_NDIM(self)
|
17873
17876
|
*
|
17874
17877
|
* @property # <<<<<<<<<<<<<<
|
@@ -17879,7 +17882,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
17879
17882
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
17880
17883
|
npy_intp *__pyx_r;
|
17881
17884
|
|
17882
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17885
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":346
|
17883
17886
|
* Can return NULL for 0-dimensional arrays.
|
17884
17887
|
* """
|
17885
17888
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -17889,7 +17892,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17889
17892
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
17890
17893
|
goto __pyx_L0;
|
17891
17894
|
|
17892
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17895
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":340
|
17893
17896
|
* return PyArray_NDIM(self)
|
17894
17897
|
*
|
17895
17898
|
* @property # <<<<<<<<<<<<<<
|
@@ -17902,7 +17905,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17902
17905
|
return __pyx_r;
|
17903
17906
|
}
|
17904
17907
|
|
17905
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17908
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":348
|
17906
17909
|
* return PyArray_DIMS(self)
|
17907
17910
|
*
|
17908
17911
|
* @property # <<<<<<<<<<<<<<
|
@@ -17913,7 +17916,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
17913
17916
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
17914
17917
|
npy_intp *__pyx_r;
|
17915
17918
|
|
17916
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17919
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":353
|
17917
17920
|
* The number of elements matches the number of dimensions of the array (ndim).
|
17918
17921
|
* """
|
17919
17922
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -17923,7 +17926,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17923
17926
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
17924
17927
|
goto __pyx_L0;
|
17925
17928
|
|
17926
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17929
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":348
|
17927
17930
|
* return PyArray_DIMS(self)
|
17928
17931
|
*
|
17929
17932
|
* @property # <<<<<<<<<<<<<<
|
@@ -17936,7 +17939,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17936
17939
|
return __pyx_r;
|
17937
17940
|
}
|
17938
17941
|
|
17939
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17942
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":355
|
17940
17943
|
* return PyArray_STRIDES(self)
|
17941
17944
|
*
|
17942
17945
|
* @property # <<<<<<<<<<<<<<
|
@@ -17947,7 +17950,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
17947
17950
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
17948
17951
|
npy_intp __pyx_r;
|
17949
17952
|
|
17950
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17953
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":359
|
17951
17954
|
* """Returns the total size (in number of elements) of the array.
|
17952
17955
|
* """
|
17953
17956
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -17957,7 +17960,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17957
17960
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
17958
17961
|
goto __pyx_L0;
|
17959
17962
|
|
17960
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17963
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":355
|
17961
17964
|
* return PyArray_STRIDES(self)
|
17962
17965
|
*
|
17963
17966
|
* @property # <<<<<<<<<<<<<<
|
@@ -17970,7 +17973,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17970
17973
|
return __pyx_r;
|
17971
17974
|
}
|
17972
17975
|
|
17973
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17976
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":361
|
17974
17977
|
* return PyArray_SIZE(self)
|
17975
17978
|
*
|
17976
17979
|
* @property # <<<<<<<<<<<<<<
|
@@ -17981,7 +17984,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
17981
17984
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
17982
17985
|
char *__pyx_r;
|
17983
17986
|
|
17984
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17987
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":368
|
17985
17988
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
17986
17989
|
* """
|
17987
17990
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -17991,7 +17994,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
17991
17994
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
17992
17995
|
goto __pyx_L0;
|
17993
17996
|
|
17994
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
17997
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":361
|
17995
17998
|
* return PyArray_SIZE(self)
|
17996
17999
|
*
|
17997
18000
|
* @property # <<<<<<<<<<<<<<
|
@@ -18004,7 +18007,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
18004
18007
|
return __pyx_r;
|
18005
18008
|
}
|
18006
18009
|
|
18007
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18010
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":776
|
18008
18011
|
* ctypedef long double complex clongdouble_t
|
18009
18012
|
*
|
18010
18013
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -18021,7 +18024,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18021
18024
|
int __pyx_clineno = 0;
|
18022
18025
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
18023
18026
|
|
18024
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18027
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":777
|
18025
18028
|
*
|
18026
18029
|
* cdef inline object PyArray_MultiIterNew1(a):
|
18027
18030
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -18035,7 +18038,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18035
18038
|
__pyx_t_1 = 0;
|
18036
18039
|
goto __pyx_L0;
|
18037
18040
|
|
18038
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18041
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":776
|
18039
18042
|
* ctypedef long double complex clongdouble_t
|
18040
18043
|
*
|
18041
18044
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -18054,7 +18057,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
18054
18057
|
return __pyx_r;
|
18055
18058
|
}
|
18056
18059
|
|
18057
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18060
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":779
|
18058
18061
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18059
18062
|
*
|
18060
18063
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18071,7 +18074,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18071
18074
|
int __pyx_clineno = 0;
|
18072
18075
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
18073
18076
|
|
18074
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18077
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":780
|
18075
18078
|
*
|
18076
18079
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
18077
18080
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -18085,7 +18088,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18085
18088
|
__pyx_t_1 = 0;
|
18086
18089
|
goto __pyx_L0;
|
18087
18090
|
|
18088
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18091
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":779
|
18089
18092
|
* return PyArray_MultiIterNew(1, <void*>a)
|
18090
18093
|
*
|
18091
18094
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -18104,7 +18107,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
18104
18107
|
return __pyx_r;
|
18105
18108
|
}
|
18106
18109
|
|
18107
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18110
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":782
|
18108
18111
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18109
18112
|
*
|
18110
18113
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18121,7 +18124,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18121
18124
|
int __pyx_clineno = 0;
|
18122
18125
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
18123
18126
|
|
18124
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18127
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":783
|
18125
18128
|
*
|
18126
18129
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
18127
18130
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -18135,7 +18138,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18135
18138
|
__pyx_t_1 = 0;
|
18136
18139
|
goto __pyx_L0;
|
18137
18140
|
|
18138
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18141
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":782
|
18139
18142
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
18140
18143
|
*
|
18141
18144
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -18154,7 +18157,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
18154
18157
|
return __pyx_r;
|
18155
18158
|
}
|
18156
18159
|
|
18157
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18160
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":785
|
18158
18161
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18159
18162
|
*
|
18160
18163
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18171,7 +18174,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18171
18174
|
int __pyx_clineno = 0;
|
18172
18175
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
18173
18176
|
|
18174
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18177
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":786
|
18175
18178
|
*
|
18176
18179
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
18177
18180
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -18185,7 +18188,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18185
18188
|
__pyx_t_1 = 0;
|
18186
18189
|
goto __pyx_L0;
|
18187
18190
|
|
18188
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18191
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":785
|
18189
18192
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
18190
18193
|
*
|
18191
18194
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -18204,7 +18207,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
18204
18207
|
return __pyx_r;
|
18205
18208
|
}
|
18206
18209
|
|
18207
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18210
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":788
|
18208
18211
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18209
18212
|
*
|
18210
18213
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18221,7 +18224,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18221
18224
|
int __pyx_clineno = 0;
|
18222
18225
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
18223
18226
|
|
18224
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18227
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":789
|
18225
18228
|
*
|
18226
18229
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
18227
18230
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -18235,7 +18238,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18235
18238
|
__pyx_t_1 = 0;
|
18236
18239
|
goto __pyx_L0;
|
18237
18240
|
|
18238
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18241
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":788
|
18239
18242
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
18240
18243
|
*
|
18241
18244
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -18254,7 +18257,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
18254
18257
|
return __pyx_r;
|
18255
18258
|
}
|
18256
18259
|
|
18257
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18260
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":791
|
18258
18261
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18259
18262
|
*
|
18260
18263
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18269,7 +18272,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18269
18272
|
PyObject *__pyx_t_2;
|
18270
18273
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
18271
18274
|
|
18272
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18275
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":792
|
18273
18276
|
*
|
18274
18277
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18275
18278
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18279,7 +18282,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18279
18282
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
18280
18283
|
if (__pyx_t_1) {
|
18281
18284
|
|
18282
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18285
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":793
|
18283
18286
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18284
18287
|
* if PyDataType_HASSUBARRAY(d):
|
18285
18288
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -18292,7 +18295,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18292
18295
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
18293
18296
|
goto __pyx_L0;
|
18294
18297
|
|
18295
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18298
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":792
|
18296
18299
|
*
|
18297
18300
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
18298
18301
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -18301,7 +18304,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18301
18304
|
*/
|
18302
18305
|
}
|
18303
18306
|
|
18304
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18307
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":795
|
18305
18308
|
* return <tuple>d.subarray.shape
|
18306
18309
|
* else:
|
18307
18310
|
* return () # <<<<<<<<<<<<<<
|
@@ -18315,7 +18318,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18315
18318
|
goto __pyx_L0;
|
18316
18319
|
}
|
18317
18320
|
|
18318
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18321
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":791
|
18319
18322
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
18320
18323
|
*
|
18321
18324
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -18330,7 +18333,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
18330
18333
|
return __pyx_r;
|
18331
18334
|
}
|
18332
18335
|
|
18333
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18336
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":994
|
18334
18337
|
* int _import_umath() except -1
|
18335
18338
|
*
|
18336
18339
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18344,7 +18347,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18344
18347
|
const char *__pyx_filename = NULL;
|
18345
18348
|
int __pyx_clineno = 0;
|
18346
18349
|
|
18347
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18350
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":995
|
18348
18351
|
*
|
18349
18352
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18350
18353
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -18353,7 +18356,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18353
18356
|
*/
|
18354
18357
|
Py_INCREF(__pyx_v_base);
|
18355
18358
|
|
18356
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18359
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":996
|
18357
18360
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
18358
18361
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
18359
18362
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -18362,7 +18365,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18362
18365
|
*/
|
18363
18366
|
__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)
|
18364
18367
|
|
18365
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18368
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":994
|
18366
18369
|
* int _import_umath() except -1
|
18367
18370
|
*
|
18368
18371
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -18377,7 +18380,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
18377
18380
|
__pyx_L0:;
|
18378
18381
|
}
|
18379
18382
|
|
18380
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18383
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":998
|
18381
18384
|
* PyArray_SetBaseObject(arr, base)
|
18382
18385
|
*
|
18383
18386
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18392,7 +18395,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18392
18395
|
int __pyx_t_1;
|
18393
18396
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
18394
18397
|
|
18395
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18398
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":999
|
18396
18399
|
*
|
18397
18400
|
* cdef inline object get_array_base(ndarray arr):
|
18398
18401
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -18401,7 +18404,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18401
18404
|
*/
|
18402
18405
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
18403
18406
|
|
18404
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18407
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1000
|
18405
18408
|
* cdef inline object get_array_base(ndarray arr):
|
18406
18409
|
* base = PyArray_BASE(arr)
|
18407
18410
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18411,7 +18414,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18411
18414
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
18412
18415
|
if (__pyx_t_1) {
|
18413
18416
|
|
18414
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18417
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1001
|
18415
18418
|
* base = PyArray_BASE(arr)
|
18416
18419
|
* if base is NULL:
|
18417
18420
|
* return None # <<<<<<<<<<<<<<
|
@@ -18422,7 +18425,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18422
18425
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
18423
18426
|
goto __pyx_L0;
|
18424
18427
|
|
18425
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18428
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1000
|
18426
18429
|
* cdef inline object get_array_base(ndarray arr):
|
18427
18430
|
* base = PyArray_BASE(arr)
|
18428
18431
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -18431,7 +18434,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18431
18434
|
*/
|
18432
18435
|
}
|
18433
18436
|
|
18434
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18437
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1002
|
18435
18438
|
* if base is NULL:
|
18436
18439
|
* return None
|
18437
18440
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -18443,7 +18446,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18443
18446
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
18444
18447
|
goto __pyx_L0;
|
18445
18448
|
|
18446
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18449
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":998
|
18447
18450
|
* PyArray_SetBaseObject(arr, base)
|
18448
18451
|
*
|
18449
18452
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -18458,7 +18461,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
18458
18461
|
return __pyx_r;
|
18459
18462
|
}
|
18460
18463
|
|
18461
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18464
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1006
|
18462
18465
|
* # Versions of the import_* functions which are more suitable for
|
18463
18466
|
* # Cython code.
|
18464
18467
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18485,7 +18488,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18485
18488
|
int __pyx_clineno = 0;
|
18486
18489
|
__Pyx_RefNannySetupContext("import_array", 0);
|
18487
18490
|
|
18488
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18491
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1007
|
18489
18492
|
* # Cython code.
|
18490
18493
|
* cdef inline int import_array() except -1:
|
18491
18494
|
* try: # <<<<<<<<<<<<<<
|
@@ -18501,7 +18504,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18501
18504
|
__Pyx_XGOTREF(__pyx_t_3);
|
18502
18505
|
/*try:*/ {
|
18503
18506
|
|
18504
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18507
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1008
|
18505
18508
|
* cdef inline int import_array() except -1:
|
18506
18509
|
* try:
|
18507
18510
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -18510,7 +18513,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18510
18513
|
*/
|
18511
18514
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1008, __pyx_L3_error)
|
18512
18515
|
|
18513
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18516
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1007
|
18514
18517
|
* # Cython code.
|
18515
18518
|
* cdef inline int import_array() except -1:
|
18516
18519
|
* try: # <<<<<<<<<<<<<<
|
@@ -18524,7 +18527,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18524
18527
|
goto __pyx_L8_try_end;
|
18525
18528
|
__pyx_L3_error:;
|
18526
18529
|
|
18527
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18530
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1009
|
18528
18531
|
* try:
|
18529
18532
|
* __pyx_import_array()
|
18530
18533
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18539,7 +18542,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18539
18542
|
__Pyx_XGOTREF(__pyx_t_6);
|
18540
18543
|
__Pyx_XGOTREF(__pyx_t_7);
|
18541
18544
|
|
18542
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18545
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1010
|
18543
18546
|
* __pyx_import_array()
|
18544
18547
|
* except Exception:
|
18545
18548
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -18564,7 +18567,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18564
18567
|
}
|
18565
18568
|
goto __pyx_L5_except_error;
|
18566
18569
|
|
18567
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18570
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1007
|
18568
18571
|
* # Cython code.
|
18569
18572
|
* cdef inline int import_array() except -1:
|
18570
18573
|
* try: # <<<<<<<<<<<<<<
|
@@ -18580,7 +18583,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18580
18583
|
__pyx_L8_try_end:;
|
18581
18584
|
}
|
18582
18585
|
|
18583
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18586
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1006
|
18584
18587
|
* # Versions of the import_* functions which are more suitable for
|
18585
18588
|
* # Cython code.
|
18586
18589
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -18605,7 +18608,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
18605
18608
|
return __pyx_r;
|
18606
18609
|
}
|
18607
18610
|
|
18608
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18611
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1012
|
18609
18612
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18610
18613
|
*
|
18611
18614
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18632,7 +18635,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18632
18635
|
int __pyx_clineno = 0;
|
18633
18636
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
18634
18637
|
|
18635
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18638
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1013
|
18636
18639
|
*
|
18637
18640
|
* cdef inline int import_umath() except -1:
|
18638
18641
|
* try: # <<<<<<<<<<<<<<
|
@@ -18648,7 +18651,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18648
18651
|
__Pyx_XGOTREF(__pyx_t_3);
|
18649
18652
|
/*try:*/ {
|
18650
18653
|
|
18651
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18654
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1014
|
18652
18655
|
* cdef inline int import_umath() except -1:
|
18653
18656
|
* try:
|
18654
18657
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18657,7 +18660,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18657
18660
|
*/
|
18658
18661
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1014, __pyx_L3_error)
|
18659
18662
|
|
18660
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18663
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1013
|
18661
18664
|
*
|
18662
18665
|
* cdef inline int import_umath() except -1:
|
18663
18666
|
* try: # <<<<<<<<<<<<<<
|
@@ -18671,7 +18674,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18671
18674
|
goto __pyx_L8_try_end;
|
18672
18675
|
__pyx_L3_error:;
|
18673
18676
|
|
18674
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18677
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1015
|
18675
18678
|
* try:
|
18676
18679
|
* _import_umath()
|
18677
18680
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18686,7 +18689,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18686
18689
|
__Pyx_XGOTREF(__pyx_t_6);
|
18687
18690
|
__Pyx_XGOTREF(__pyx_t_7);
|
18688
18691
|
|
18689
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18692
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1016
|
18690
18693
|
* _import_umath()
|
18691
18694
|
* except Exception:
|
18692
18695
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18711,7 +18714,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18711
18714
|
}
|
18712
18715
|
goto __pyx_L5_except_error;
|
18713
18716
|
|
18714
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18717
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1013
|
18715
18718
|
*
|
18716
18719
|
* cdef inline int import_umath() except -1:
|
18717
18720
|
* try: # <<<<<<<<<<<<<<
|
@@ -18727,7 +18730,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18727
18730
|
__pyx_L8_try_end:;
|
18728
18731
|
}
|
18729
18732
|
|
18730
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18733
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1012
|
18731
18734
|
* raise ImportError("numpy._core.multiarray failed to import")
|
18732
18735
|
*
|
18733
18736
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -18752,7 +18755,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
18752
18755
|
return __pyx_r;
|
18753
18756
|
}
|
18754
18757
|
|
18755
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18758
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1018
|
18756
18759
|
* raise ImportError("numpy._core.umath failed to import")
|
18757
18760
|
*
|
18758
18761
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18779,7 +18782,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18779
18782
|
int __pyx_clineno = 0;
|
18780
18783
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
18781
18784
|
|
18782
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18785
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1019
|
18783
18786
|
*
|
18784
18787
|
* cdef inline int import_ufunc() except -1:
|
18785
18788
|
* try: # <<<<<<<<<<<<<<
|
@@ -18795,7 +18798,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18795
18798
|
__Pyx_XGOTREF(__pyx_t_3);
|
18796
18799
|
/*try:*/ {
|
18797
18800
|
|
18798
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18801
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1020
|
18799
18802
|
* cdef inline int import_ufunc() except -1:
|
18800
18803
|
* try:
|
18801
18804
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -18804,7 +18807,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18804
18807
|
*/
|
18805
18808
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1020, __pyx_L3_error)
|
18806
18809
|
|
18807
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18810
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1019
|
18808
18811
|
*
|
18809
18812
|
* cdef inline int import_ufunc() except -1:
|
18810
18813
|
* try: # <<<<<<<<<<<<<<
|
@@ -18818,7 +18821,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18818
18821
|
goto __pyx_L8_try_end;
|
18819
18822
|
__pyx_L3_error:;
|
18820
18823
|
|
18821
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18824
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1021
|
18822
18825
|
* try:
|
18823
18826
|
* _import_umath()
|
18824
18827
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -18833,7 +18836,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18833
18836
|
__Pyx_XGOTREF(__pyx_t_6);
|
18834
18837
|
__Pyx_XGOTREF(__pyx_t_7);
|
18835
18838
|
|
18836
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18839
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1022
|
18837
18840
|
* _import_umath()
|
18838
18841
|
* except Exception:
|
18839
18842
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -18858,7 +18861,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18858
18861
|
}
|
18859
18862
|
goto __pyx_L5_except_error;
|
18860
18863
|
|
18861
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18864
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1019
|
18862
18865
|
*
|
18863
18866
|
* cdef inline int import_ufunc() except -1:
|
18864
18867
|
* try: # <<<<<<<<<<<<<<
|
@@ -18874,7 +18877,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18874
18877
|
__pyx_L8_try_end:;
|
18875
18878
|
}
|
18876
18879
|
|
18877
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18880
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1018
|
18878
18881
|
* raise ImportError("numpy._core.umath failed to import")
|
18879
18882
|
*
|
18880
18883
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -18899,7 +18902,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18899
18902
|
return __pyx_r;
|
18900
18903
|
}
|
18901
18904
|
|
18902
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18905
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1025
|
18903
18906
|
*
|
18904
18907
|
*
|
18905
18908
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18910,7 +18913,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
18910
18913
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
18911
18914
|
int __pyx_r;
|
18912
18915
|
|
18913
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18916
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1037
|
18914
18917
|
* bool
|
18915
18918
|
* """
|
18916
18919
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18920,7 +18923,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18920
18923
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
18921
18924
|
goto __pyx_L0;
|
18922
18925
|
|
18923
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18926
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1025
|
18924
18927
|
*
|
18925
18928
|
*
|
18926
18929
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18933,7 +18936,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18933
18936
|
return __pyx_r;
|
18934
18937
|
}
|
18935
18938
|
|
18936
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18939
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1040
|
18937
18940
|
*
|
18938
18941
|
*
|
18939
18942
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18944,7 +18947,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
18944
18947
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
18945
18948
|
int __pyx_r;
|
18946
18949
|
|
18947
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18950
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1052
|
18948
18951
|
* bool
|
18949
18952
|
* """
|
18950
18953
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -18954,7 +18957,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18954
18957
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
18955
18958
|
goto __pyx_L0;
|
18956
18959
|
|
18957
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18960
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1040
|
18958
18961
|
*
|
18959
18962
|
*
|
18960
18963
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -18967,7 +18970,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18967
18970
|
return __pyx_r;
|
18968
18971
|
}
|
18969
18972
|
|
18970
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18973
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1055
|
18971
18974
|
*
|
18972
18975
|
*
|
18973
18976
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -18978,7 +18981,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
18978
18981
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
18979
18982
|
npy_datetime __pyx_r;
|
18980
18983
|
|
18981
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18984
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1062
|
18982
18985
|
* also needed. That can be found using `get_datetime64_unit`.
|
18983
18986
|
* """
|
18984
18987
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -18988,7 +18991,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
18988
18991
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
18989
18992
|
goto __pyx_L0;
|
18990
18993
|
|
18991
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
18994
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1055
|
18992
18995
|
*
|
18993
18996
|
*
|
18994
18997
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19001,7 +19004,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
19001
19004
|
return __pyx_r;
|
19002
19005
|
}
|
19003
19006
|
|
19004
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19007
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1065
|
19005
19008
|
*
|
19006
19009
|
*
|
19007
19010
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19012,7 +19015,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
19012
19015
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
19013
19016
|
npy_timedelta __pyx_r;
|
19014
19017
|
|
19015
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19018
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1069
|
19016
19019
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
19017
19020
|
* """
|
19018
19021
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -19022,7 +19025,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19022
19025
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
19023
19026
|
goto __pyx_L0;
|
19024
19027
|
|
19025
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19028
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1065
|
19026
19029
|
*
|
19027
19030
|
*
|
19028
19031
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19035,7 +19038,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19035
19038
|
return __pyx_r;
|
19036
19039
|
}
|
19037
19040
|
|
19038
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19041
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1072
|
19039
19042
|
*
|
19040
19043
|
*
|
19041
19044
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -19046,7 +19049,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
19046
19049
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
19047
19050
|
NPY_DATETIMEUNIT __pyx_r;
|
19048
19051
|
|
19049
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19052
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1076
|
19050
19053
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
19051
19054
|
* """
|
19052
19055
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -19056,7 +19059,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
19056
19059
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
19057
19060
|
goto __pyx_L0;
|
19058
19061
|
|
19059
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
19062
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-coa0xkyt/overlay/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1072
|
19060
19063
|
*
|
19061
19064
|
*
|
19062
19065
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -25461,153 +25464,153 @@ static int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
25461
25464
|
/*--- Type import code ---*/
|
25462
25465
|
__pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(3, 9, __pyx_L1_error)
|
25463
25466
|
__Pyx_GOTREF(__pyx_t_1);
|
25464
|
-
__pyx_mstate->__pyx_ptype_7cpython_4type_type =
|
25467
|
+
__pyx_mstate->__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_1_3(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
|
25465
25468
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25466
|
-
sizeof(PyTypeObject),
|
25469
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyTypeObject),
|
25467
25470
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25468
25471
|
0, 0,
|
25469
25472
|
#else
|
25470
|
-
sizeof(PyHeapTypeObject),
|
25473
|
+
sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyHeapTypeObject),
|
25471
25474
|
#endif
|
25472
|
-
|
25475
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_7cpython_4type_type) __PYX_ERR(3, 9, __pyx_L1_error)
|
25473
25476
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
25474
25477
|
__pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 228, __pyx_L1_error)
|
25475
25478
|
__Pyx_GOTREF(__pyx_t_1);
|
25476
|
-
__pyx_mstate->__pyx_ptype_5numpy_dtype =
|
25479
|
+
__pyx_mstate->__pyx_ptype_5numpy_dtype = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "dtype",
|
25477
25480
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25478
|
-
sizeof(PyArray_Descr),
|
25481
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
25479
25482
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25480
|
-
sizeof(PyArray_Descr),
|
25483
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
25481
25484
|
#else
|
25482
|
-
sizeof(PyArray_Descr),
|
25485
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
25483
25486
|
#endif
|
25484
|
-
|
25485
|
-
__pyx_mstate->__pyx_ptype_5numpy_flatiter =
|
25487
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_dtype) __PYX_ERR(2, 228, __pyx_L1_error)
|
25488
|
+
__pyx_mstate->__pyx_ptype_5numpy_flatiter = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "flatiter",
|
25486
25489
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25487
|
-
sizeof(PyArrayIterObject),
|
25490
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
25488
25491
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25489
|
-
sizeof(PyArrayIterObject),
|
25492
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
25490
25493
|
#else
|
25491
|
-
sizeof(PyArrayIterObject),
|
25494
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
25492
25495
|
#endif
|
25493
|
-
|
25494
|
-
__pyx_mstate->__pyx_ptype_5numpy_broadcast =
|
25496
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_flatiter) __PYX_ERR(2, 273, __pyx_L1_error)
|
25497
|
+
__pyx_mstate->__pyx_ptype_5numpy_broadcast = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "broadcast",
|
25495
25498
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25496
|
-
sizeof(PyArrayMultiIterObject),
|
25499
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
25497
25500
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25498
|
-
sizeof(PyArrayMultiIterObject),
|
25501
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
25499
25502
|
#else
|
25500
|
-
sizeof(PyArrayMultiIterObject),
|
25503
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
25501
25504
|
#endif
|
25502
|
-
|
25503
|
-
__pyx_mstate->__pyx_ptype_5numpy_ndarray =
|
25505
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_broadcast) __PYX_ERR(2, 277, __pyx_L1_error)
|
25506
|
+
__pyx_mstate->__pyx_ptype_5numpy_ndarray = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "ndarray",
|
25504
25507
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25505
|
-
sizeof(PyArrayObject),
|
25508
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
25506
25509
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25507
|
-
sizeof(PyArrayObject),
|
25510
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
25508
25511
|
#else
|
25509
|
-
sizeof(PyArrayObject),
|
25512
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
25510
25513
|
#endif
|
25511
|
-
|
25512
|
-
__pyx_mstate->__pyx_ptype_5numpy_generic =
|
25514
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_ndarray) __PYX_ERR(2, 316, __pyx_L1_error)
|
25515
|
+
__pyx_mstate->__pyx_ptype_5numpy_generic = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "generic",
|
25513
25516
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25514
|
-
sizeof(PyObject),
|
25517
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25515
25518
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25516
|
-
sizeof(PyObject),
|
25519
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25517
25520
|
#else
|
25518
|
-
sizeof(PyObject),
|
25521
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25519
25522
|
#endif
|
25520
|
-
|
25521
|
-
__pyx_mstate->__pyx_ptype_5numpy_number =
|
25523
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_generic) __PYX_ERR(2, 825, __pyx_L1_error)
|
25524
|
+
__pyx_mstate->__pyx_ptype_5numpy_number = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "number",
|
25522
25525
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25523
|
-
sizeof(PyObject),
|
25526
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25524
25527
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25525
|
-
sizeof(PyObject),
|
25528
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25526
25529
|
#else
|
25527
|
-
sizeof(PyObject),
|
25530
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25528
25531
|
#endif
|
25529
|
-
|
25530
|
-
__pyx_mstate->__pyx_ptype_5numpy_integer =
|
25532
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_number) __PYX_ERR(2, 827, __pyx_L1_error)
|
25533
|
+
__pyx_mstate->__pyx_ptype_5numpy_integer = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "integer",
|
25531
25534
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25532
|
-
sizeof(PyObject),
|
25535
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25533
25536
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25534
|
-
sizeof(PyObject),
|
25537
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25535
25538
|
#else
|
25536
|
-
sizeof(PyObject),
|
25539
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25537
25540
|
#endif
|
25538
|
-
|
25539
|
-
__pyx_mstate->__pyx_ptype_5numpy_signedinteger =
|
25541
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_integer) __PYX_ERR(2, 829, __pyx_L1_error)
|
25542
|
+
__pyx_mstate->__pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "signedinteger",
|
25540
25543
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25541
|
-
sizeof(PyObject),
|
25544
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25542
25545
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25543
|
-
sizeof(PyObject),
|
25546
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25544
25547
|
#else
|
25545
|
-
sizeof(PyObject),
|
25548
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25546
25549
|
#endif
|
25547
|
-
|
25548
|
-
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger =
|
25550
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_signedinteger) __PYX_ERR(2, 831, __pyx_L1_error)
|
25551
|
+
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "unsignedinteger",
|
25549
25552
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25550
|
-
sizeof(PyObject),
|
25553
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25551
25554
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25552
|
-
sizeof(PyObject),
|
25555
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25553
25556
|
#else
|
25554
|
-
sizeof(PyObject),
|
25557
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25555
25558
|
#endif
|
25556
|
-
|
25557
|
-
__pyx_mstate->__pyx_ptype_5numpy_inexact =
|
25559
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(2, 833, __pyx_L1_error)
|
25560
|
+
__pyx_mstate->__pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "inexact",
|
25558
25561
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25559
|
-
sizeof(PyObject),
|
25562
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25560
25563
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25561
|
-
sizeof(PyObject),
|
25564
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25562
25565
|
#else
|
25563
|
-
sizeof(PyObject),
|
25566
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25564
25567
|
#endif
|
25565
|
-
|
25566
|
-
__pyx_mstate->__pyx_ptype_5numpy_floating =
|
25568
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_inexact) __PYX_ERR(2, 835, __pyx_L1_error)
|
25569
|
+
__pyx_mstate->__pyx_ptype_5numpy_floating = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "floating",
|
25567
25570
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25568
|
-
sizeof(PyObject),
|
25571
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25569
25572
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25570
|
-
sizeof(PyObject),
|
25573
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25571
25574
|
#else
|
25572
|
-
sizeof(PyObject),
|
25575
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25573
25576
|
#endif
|
25574
|
-
|
25575
|
-
__pyx_mstate->__pyx_ptype_5numpy_complexfloating =
|
25577
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_floating) __PYX_ERR(2, 837, __pyx_L1_error)
|
25578
|
+
__pyx_mstate->__pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "complexfloating",
|
25576
25579
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25577
|
-
sizeof(PyObject),
|
25580
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25578
25581
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25579
|
-
sizeof(PyObject),
|
25582
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25580
25583
|
#else
|
25581
|
-
sizeof(PyObject),
|
25584
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25582
25585
|
#endif
|
25583
|
-
|
25584
|
-
__pyx_mstate->__pyx_ptype_5numpy_flexible =
|
25586
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_complexfloating) __PYX_ERR(2, 839, __pyx_L1_error)
|
25587
|
+
__pyx_mstate->__pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "flexible",
|
25585
25588
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25586
|
-
sizeof(PyObject),
|
25589
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25587
25590
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25588
|
-
sizeof(PyObject),
|
25591
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25589
25592
|
#else
|
25590
|
-
sizeof(PyObject),
|
25593
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25591
25594
|
#endif
|
25592
|
-
|
25593
|
-
__pyx_mstate->__pyx_ptype_5numpy_character =
|
25595
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_flexible) __PYX_ERR(2, 841, __pyx_L1_error)
|
25596
|
+
__pyx_mstate->__pyx_ptype_5numpy_character = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "character",
|
25594
25597
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25595
|
-
sizeof(PyObject),
|
25598
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25596
25599
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25597
|
-
sizeof(PyObject),
|
25600
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25598
25601
|
#else
|
25599
|
-
sizeof(PyObject),
|
25602
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
25600
25603
|
#endif
|
25601
|
-
|
25602
|
-
__pyx_mstate->__pyx_ptype_5numpy_ufunc =
|
25604
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_character) __PYX_ERR(2, 843, __pyx_L1_error)
|
25605
|
+
__pyx_mstate->__pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "ufunc",
|
25603
25606
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
25604
|
-
sizeof(PyUFuncObject),
|
25607
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
25605
25608
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
25606
|
-
sizeof(PyUFuncObject),
|
25609
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
25607
25610
|
#else
|
25608
|
-
sizeof(PyUFuncObject),
|
25611
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
25609
25612
|
#endif
|
25610
|
-
|
25613
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_ufunc) __PYX_ERR(2, 907, __pyx_L1_error)
|
25611
25614
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
25612
25615
|
__Pyx_RefNannyFinishContext();
|
25613
25616
|
return 0;
|
@@ -25628,10 +25631,10 @@ static int __Pyx_modinit_variable_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
25628
25631
|
/*--- Variable import code ---*/
|
25629
25632
|
__pyx_t_1 = PyImport_ImportModule("edsger.commons"); if (!__pyx_t_1) __PYX_ERR(0, 1, __pyx_L1_error)
|
25630
25633
|
__Pyx_GOTREF(__pyx_t_1);
|
25631
|
-
if (
|
25632
|
-
if (
|
25633
|
-
if (
|
25634
|
-
if (
|
25634
|
+
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)
|
25635
|
+
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)
|
25636
|
+
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)
|
25637
|
+
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)
|
25635
25638
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
25636
25639
|
__Pyx_RefNannyFinishContext();
|
25637
25640
|
return 0;
|
@@ -30019,6 +30022,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
30019
30022
|
changed = 1;
|
30020
30023
|
}
|
30021
30024
|
#endif // CYTHON_METH_FASTCALL
|
30025
|
+
#if !CYTHON_COMPILING_IN_PYPY
|
30022
30026
|
else if (strcmp(memb->name, "__module__") == 0) {
|
30023
30027
|
PyObject *descr;
|
30024
30028
|
assert(memb->type == T_OBJECT);
|
@@ -30033,11 +30037,13 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
30033
30037
|
}
|
30034
30038
|
changed = 1;
|
30035
30039
|
}
|
30040
|
+
#endif // !CYTHON_COMPILING_IN_PYPY
|
30036
30041
|
}
|
30037
30042
|
memb++;
|
30038
30043
|
}
|
30039
30044
|
}
|
30040
30045
|
#endif // !CYTHON_COMPILING_IN_LIMITED_API
|
30046
|
+
#if !CYTHON_COMPILING_IN_PYPY
|
30041
30047
|
slot = spec->slots;
|
30042
30048
|
while (slot && slot->slot && slot->slot != Py_tp_getset)
|
30043
30049
|
slot++;
|
@@ -30069,6 +30075,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
|
|
30069
30075
|
++getset;
|
30070
30076
|
}
|
30071
30077
|
}
|
30078
|
+
#endif // !CYTHON_COMPILING_IN_PYPY
|
30072
30079
|
if (changed)
|
30073
30080
|
PyType_Modified(type);
|
30074
30081
|
#endif // PY_VERSION_HEX > 0x030900B1
|
@@ -30173,6 +30180,13 @@ try_unpack:
|
|
30173
30180
|
|
30174
30181
|
/* PyObjectCallMethod0 */
|
30175
30182
|
static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name) {
|
30183
|
+
#if CYTHON_VECTORCALL && (__PYX_LIMITED_VERSION_HEX >= 0x030C0000 || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x03090000))
|
30184
|
+
PyObject *args[1] = {obj};
|
30185
|
+
(void) __Pyx_PyObject_GetMethod;
|
30186
|
+
(void) __Pyx_PyObject_CallOneArg;
|
30187
|
+
(void) __Pyx_PyObject_CallNoArg;
|
30188
|
+
return PyObject_VectorcallMethod(method_name, args, 1 | PY_VECTORCALL_ARGUMENTS_OFFSET, NULL);
|
30189
|
+
#else
|
30176
30190
|
PyObject *method = NULL, *result = NULL;
|
30177
30191
|
int is_method = __Pyx_PyObject_GetMethod(obj, method_name, &method);
|
30178
30192
|
if (likely(is_method)) {
|
@@ -30185,6 +30199,7 @@ static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name
|
|
30185
30199
|
Py_DECREF(method);
|
30186
30200
|
bad:
|
30187
30201
|
return result;
|
30202
|
+
#endif
|
30188
30203
|
}
|
30189
30204
|
|
30190
30205
|
/* ValidateBasesTuple */
|
@@ -30614,10 +30629,10 @@ __PYX_GOOD:
|
|
30614
30629
|
}
|
30615
30630
|
|
30616
30631
|
/* TypeImport */
|
30617
|
-
#ifndef
|
30618
|
-
#define
|
30619
|
-
static PyTypeObject *
|
30620
|
-
size_t size, size_t alignment, enum
|
30632
|
+
#ifndef __PYX_HAVE_RT_ImportType_3_1_3
|
30633
|
+
#define __PYX_HAVE_RT_ImportType_3_1_3
|
30634
|
+
static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject *module, const char *module_name, const char *class_name,
|
30635
|
+
size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_3 check_size)
|
30621
30636
|
{
|
30622
30637
|
PyObject *result = 0;
|
30623
30638
|
Py_ssize_t basicsize;
|
@@ -30673,7 +30688,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
30673
30688
|
module_name, class_name, size, basicsize+itemsize);
|
30674
30689
|
goto bad;
|
30675
30690
|
}
|
30676
|
-
if (check_size ==
|
30691
|
+
if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_3 &&
|
30677
30692
|
((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
|
30678
30693
|
PyErr_Format(PyExc_ValueError,
|
30679
30694
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
@@ -30681,7 +30696,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
30681
30696
|
module_name, class_name, size, basicsize, basicsize+itemsize);
|
30682
30697
|
goto bad;
|
30683
30698
|
}
|
30684
|
-
else if (check_size ==
|
30699
|
+
else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_3 && (size_t)basicsize > size) {
|
30685
30700
|
if (PyErr_WarnFormat(NULL, 0,
|
30686
30701
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
30687
30702
|
"Expected %zd from C header, got %zd from PyObject",
|
@@ -30841,7 +30856,7 @@ bad:
|
|
30841
30856
|
}
|
30842
30857
|
|
30843
30858
|
/* CommonTypesMetaclass */
|
30844
|
-
PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
|
30859
|
+
static PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
|
30845
30860
|
return PyUnicode_FromString(__PYX_ABI_MODULE_NAME);
|
30846
30861
|
}
|
30847
30862
|
static PyGetSetDef __pyx_CommonTypesMetaclass_getset[] = {
|
@@ -35119,9 +35134,9 @@ bad:
|
|
35119
35134
|
}
|
35120
35135
|
|
35121
35136
|
/* VoidPtrImport */
|
35122
|
-
#ifndef
|
35123
|
-
#define
|
35124
|
-
static int
|
35137
|
+
#ifndef __PYX_HAVE_RT_ImportVoidPtr_3_1_3
|
35138
|
+
#define __PYX_HAVE_RT_ImportVoidPtr_3_1_3
|
35139
|
+
static int __Pyx_ImportVoidPtr_3_1_3(PyObject *module, const char *name, void **p, const char *sig) {
|
35125
35140
|
PyObject *d = 0;
|
35126
35141
|
PyObject *cobj = 0;
|
35127
35142
|
d = PyObject_GetAttrString(module, "__pyx_capi__");
|