compiled-knowledge 4.1.0a3__cp312-cp312-macosx_11_0_arm64.whl → 4.2.0a1__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.
Potentially problematic release.
This version of compiled-knowledge might be problematic. Click here for more details.
- ck/circuit/_circuit_cy.c +1 -1
- ck/circuit/_circuit_cy.cpython-312-darwin.so +0 -0
- ck/circuit_compiler/cython_vm_compiler/_compiler.c +152 -152
- ck/circuit_compiler/cython_vm_compiler/_compiler.cpython-312-darwin.so +0 -0
- ck/circuit_compiler/llvm_compiler.py +4 -4
- ck/circuit_compiler/support/circuit_analyser/_circuit_analyser_cy.c +1 -1
- ck/circuit_compiler/support/circuit_analyser/_circuit_analyser_cy.cpython-312-darwin.so +0 -0
- ck/circuit_compiler/support/input_vars.py +4 -4
- ck/learning/coalesce_cross_tables.py +11 -3
- ck/learning/model_from_cross_tables.py +64 -10
- ck/pgm_compiler/support/circuit_table/_circuit_table_cy.c +1 -1
- ck/pgm_compiler/support/circuit_table/_circuit_table_cy.cpython-312-darwin.so +0 -0
- ck/utils/map_dict.py +89 -0
- ck_demos/learning/demo_bayesian_network_from_cross_tables.py +2 -3
- {compiled_knowledge-4.1.0a3.dist-info → compiled_knowledge-4.2.0a1.dist-info}/METADATA +1 -1
- {compiled_knowledge-4.1.0a3.dist-info → compiled_knowledge-4.2.0a1.dist-info}/RECORD +19 -18
- {compiled_knowledge-4.1.0a3.dist-info → compiled_knowledge-4.2.0a1.dist-info}/WHEEL +0 -0
- {compiled_knowledge-4.1.0a3.dist-info → compiled_knowledge-4.2.0a1.dist-info}/licenses/LICENSE.txt +0 -0
- {compiled_knowledge-4.1.0a3.dist-info → compiled_knowledge-4.2.0a1.dist-info}/top_level.txt +0 -0
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
]
|
|
11
11
|
],
|
|
12
12
|
"depends": [
|
|
13
|
-
"/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
14
|
-
"/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
15
|
-
"/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
16
|
-
"/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
17
|
-
"/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
13
|
+
"/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/_core/include/numpy/arrayobject.h",
|
|
14
|
+
"/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/_core/include/numpy/arrayscalars.h",
|
|
15
|
+
"/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/_core/include/numpy/ndarrayobject.h",
|
|
16
|
+
"/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/_core/include/numpy/ndarraytypes.h",
|
|
17
|
+
"/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/_core/include/numpy/ufuncobject.h"
|
|
18
18
|
],
|
|
19
19
|
"extra_compile_args": [
|
|
20
20
|
"-Wno-unreachable-code",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"-O3"
|
|
23
23
|
],
|
|
24
24
|
"include_dirs": [
|
|
25
|
-
"/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
25
|
+
"/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/_core/include"
|
|
26
26
|
],
|
|
27
27
|
"name": "ck.circuit_compiler.cython_vm_compiler._compiler",
|
|
28
28
|
"sources": [
|
|
@@ -1389,7 +1389,7 @@ static const char *__pyx_filename;
|
|
|
1389
1389
|
static const char* const __pyx_f[] = {
|
|
1390
1390
|
"src/ck/circuit_compiler/cython_vm_compiler/_compiler.pyx",
|
|
1391
1391
|
"<stringsource>",
|
|
1392
|
-
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
1392
|
+
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd",
|
|
1393
1393
|
"cpython/type.pxd",
|
|
1394
1394
|
};
|
|
1395
1395
|
/* #### Code section: utility_code_proto_before_types ### */
|
|
@@ -1554,7 +1554,7 @@ static const char* const __pyx_f[] = {
|
|
|
1554
1554
|
|
|
1555
1555
|
/* #### Code section: numeric_typedefs ### */
|
|
1556
1556
|
|
|
1557
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
1557
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":743
|
|
1558
1558
|
* # in Cython to enable them only on the right systems.
|
|
1559
1559
|
*
|
|
1560
1560
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
|
@@ -1563,7 +1563,7 @@ static const char* const __pyx_f[] = {
|
|
|
1563
1563
|
*/
|
|
1564
1564
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1565
1565
|
|
|
1566
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
1566
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":744
|
|
1567
1567
|
*
|
|
1568
1568
|
* ctypedef npy_int8 int8_t
|
|
1569
1569
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
|
@@ -1572,7 +1572,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
|
1572
1572
|
*/
|
|
1573
1573
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1574
1574
|
|
|
1575
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
1575
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":745
|
|
1576
1576
|
* ctypedef npy_int8 int8_t
|
|
1577
1577
|
* ctypedef npy_int16 int16_t
|
|
1578
1578
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
|
@@ -1581,7 +1581,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
|
1581
1581
|
*/
|
|
1582
1582
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1583
1583
|
|
|
1584
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
1584
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":746
|
|
1585
1585
|
* ctypedef npy_int16 int16_t
|
|
1586
1586
|
* ctypedef npy_int32 int32_t
|
|
1587
1587
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
|
@@ -1590,7 +1590,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
|
1590
1590
|
*/
|
|
1591
1591
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1592
1592
|
|
|
1593
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
1593
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":748
|
|
1594
1594
|
* ctypedef npy_int64 int64_t
|
|
1595
1595
|
*
|
|
1596
1596
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
|
@@ -1599,7 +1599,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
|
1599
1599
|
*/
|
|
1600
1600
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1601
1601
|
|
|
1602
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
1602
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":749
|
|
1603
1603
|
*
|
|
1604
1604
|
* ctypedef npy_uint8 uint8_t
|
|
1605
1605
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
|
@@ -1608,7 +1608,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
|
1608
1608
|
*/
|
|
1609
1609
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1610
1610
|
|
|
1611
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
1611
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":750
|
|
1612
1612
|
* ctypedef npy_uint8 uint8_t
|
|
1613
1613
|
* ctypedef npy_uint16 uint16_t
|
|
1614
1614
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
|
@@ -1617,7 +1617,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
|
1617
1617
|
*/
|
|
1618
1618
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1619
1619
|
|
|
1620
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
1620
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":751
|
|
1621
1621
|
* ctypedef npy_uint16 uint16_t
|
|
1622
1622
|
* ctypedef npy_uint32 uint32_t
|
|
1623
1623
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
|
@@ -1626,7 +1626,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
|
1626
1626
|
*/
|
|
1627
1627
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1628
1628
|
|
|
1629
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
1629
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":753
|
|
1630
1630
|
* ctypedef npy_uint64 uint64_t
|
|
1631
1631
|
*
|
|
1632
1632
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
|
@@ -1635,7 +1635,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
|
1635
1635
|
*/
|
|
1636
1636
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1637
1637
|
|
|
1638
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
1638
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":754
|
|
1639
1639
|
*
|
|
1640
1640
|
* ctypedef npy_float32 float32_t
|
|
1641
1641
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
|
@@ -1644,7 +1644,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
|
1644
1644
|
*/
|
|
1645
1645
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1646
1646
|
|
|
1647
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
1647
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":761
|
|
1648
1648
|
* ctypedef double complex complex128_t
|
|
1649
1649
|
*
|
|
1650
1650
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
|
@@ -1653,7 +1653,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
|
1653
1653
|
*/
|
|
1654
1654
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1655
1655
|
|
|
1656
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
1656
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":762
|
|
1657
1657
|
*
|
|
1658
1658
|
* ctypedef npy_longlong longlong_t
|
|
1659
1659
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
|
@@ -1662,7 +1662,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
|
1662
1662
|
*/
|
|
1663
1663
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1664
1664
|
|
|
1665
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
1665
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":764
|
|
1666
1666
|
* ctypedef npy_ulonglong ulonglong_t
|
|
1667
1667
|
*
|
|
1668
1668
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
|
@@ -1671,7 +1671,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
|
1671
1671
|
*/
|
|
1672
1672
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1673
1673
|
|
|
1674
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
1674
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":765
|
|
1675
1675
|
*
|
|
1676
1676
|
* ctypedef npy_intp intp_t
|
|
1677
1677
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
|
@@ -1680,7 +1680,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
|
1680
1680
|
*/
|
|
1681
1681
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1682
1682
|
|
|
1683
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
1683
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":767
|
|
1684
1684
|
* ctypedef npy_uintp uintp_t
|
|
1685
1685
|
*
|
|
1686
1686
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
|
@@ -1689,7 +1689,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
|
1689
1689
|
*/
|
|
1690
1690
|
typedef npy_double __pyx_t_5numpy_float_t;
|
|
1691
1691
|
|
|
1692
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
1692
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":768
|
|
1693
1693
|
*
|
|
1694
1694
|
* ctypedef npy_double float_t
|
|
1695
1695
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
|
@@ -1698,7 +1698,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
|
1698
1698
|
*/
|
|
1699
1699
|
typedef npy_double __pyx_t_5numpy_double_t;
|
|
1700
1700
|
|
|
1701
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
1701
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":769
|
|
1702
1702
|
* ctypedef npy_double float_t
|
|
1703
1703
|
* ctypedef npy_double double_t
|
|
1704
1704
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
|
@@ -3675,7 +3675,7 @@ static struct __pyx_t_2ck_16circuit_compiler_18cython_vm_compiler_9_compiler_Ele
|
|
|
3675
3675
|
return __pyx_r;
|
|
3676
3676
|
}
|
|
3677
3677
|
|
|
3678
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3678
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":242
|
|
3679
3679
|
* cdef int type_num
|
|
3680
3680
|
*
|
|
3681
3681
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3686,7 +3686,7 @@ static struct __pyx_t_2ck_16circuit_compiler_18cython_vm_compiler_9_compiler_Ele
|
|
|
3686
3686
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
|
3687
3687
|
npy_intp __pyx_r;
|
|
3688
3688
|
|
|
3689
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3689
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":244
|
|
3690
3690
|
* @property
|
|
3691
3691
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
|
3692
3692
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -3696,7 +3696,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
3696
3696
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
|
3697
3697
|
goto __pyx_L0;
|
|
3698
3698
|
|
|
3699
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3699
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":242
|
|
3700
3700
|
* cdef int type_num
|
|
3701
3701
|
*
|
|
3702
3702
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3709,7 +3709,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
3709
3709
|
return __pyx_r;
|
|
3710
3710
|
}
|
|
3711
3711
|
|
|
3712
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3712
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":246
|
|
3713
3713
|
* return PyDataType_ELSIZE(self)
|
|
3714
3714
|
*
|
|
3715
3715
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3720,7 +3720,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
3720
3720
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
|
3721
3721
|
npy_intp __pyx_r;
|
|
3722
3722
|
|
|
3723
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3723
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":248
|
|
3724
3724
|
* @property
|
|
3725
3725
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
|
3726
3726
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
|
@@ -3730,7 +3730,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
|
3730
3730
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
|
3731
3731
|
goto __pyx_L0;
|
|
3732
3732
|
|
|
3733
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3733
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":246
|
|
3734
3734
|
* return PyDataType_ELSIZE(self)
|
|
3735
3735
|
*
|
|
3736
3736
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3743,7 +3743,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
|
3743
3743
|
return __pyx_r;
|
|
3744
3744
|
}
|
|
3745
3745
|
|
|
3746
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3746
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":252
|
|
3747
3747
|
* # Use fields/names with care as they may be NULL. You must check
|
|
3748
3748
|
* # for this using PyDataType_HASFIELDS.
|
|
3749
3749
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3757,7 +3757,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
3757
3757
|
PyObject *__pyx_t_1;
|
|
3758
3758
|
__Pyx_RefNannySetupContext("fields", 0);
|
|
3759
3759
|
|
|
3760
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3760
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":254
|
|
3761
3761
|
* @property
|
|
3762
3762
|
* cdef inline object fields(self):
|
|
3763
3763
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
|
@@ -3770,7 +3770,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
3770
3770
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
|
3771
3771
|
goto __pyx_L0;
|
|
3772
3772
|
|
|
3773
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3773
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":252
|
|
3774
3774
|
* # Use fields/names with care as they may be NULL. You must check
|
|
3775
3775
|
* # for this using PyDataType_HASFIELDS.
|
|
3776
3776
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3785,7 +3785,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
3785
3785
|
return __pyx_r;
|
|
3786
3786
|
}
|
|
3787
3787
|
|
|
3788
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3788
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":256
|
|
3789
3789
|
* return <object>PyDataType_FIELDS(self)
|
|
3790
3790
|
*
|
|
3791
3791
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3799,7 +3799,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
3799
3799
|
PyObject *__pyx_t_1;
|
|
3800
3800
|
__Pyx_RefNannySetupContext("names", 0);
|
|
3801
3801
|
|
|
3802
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3802
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":258
|
|
3803
3803
|
* @property
|
|
3804
3804
|
* cdef inline tuple names(self):
|
|
3805
3805
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
|
@@ -3812,7 +3812,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
3812
3812
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
|
3813
3813
|
goto __pyx_L0;
|
|
3814
3814
|
|
|
3815
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3815
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":256
|
|
3816
3816
|
* return <object>PyDataType_FIELDS(self)
|
|
3817
3817
|
*
|
|
3818
3818
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3827,7 +3827,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
3827
3827
|
return __pyx_r;
|
|
3828
3828
|
}
|
|
3829
3829
|
|
|
3830
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3830
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":263
|
|
3831
3831
|
* # valid (the pointer can be NULL). Most users should access
|
|
3832
3832
|
* # this field via the inline helper method PyDataType_SHAPE.
|
|
3833
3833
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3838,7 +3838,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
3838
3838
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
|
3839
3839
|
PyArray_ArrayDescr *__pyx_r;
|
|
3840
3840
|
|
|
3841
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3841
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":265
|
|
3842
3842
|
* @property
|
|
3843
3843
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
|
3844
3844
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
|
@@ -3848,7 +3848,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
3848
3848
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
|
3849
3849
|
goto __pyx_L0;
|
|
3850
3850
|
|
|
3851
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3851
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":263
|
|
3852
3852
|
* # valid (the pointer can be NULL). Most users should access
|
|
3853
3853
|
* # this field via the inline helper method PyDataType_SHAPE.
|
|
3854
3854
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3861,7 +3861,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
3861
3861
|
return __pyx_r;
|
|
3862
3862
|
}
|
|
3863
3863
|
|
|
3864
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3864
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":267
|
|
3865
3865
|
* return PyDataType_SUBARRAY(self)
|
|
3866
3866
|
*
|
|
3867
3867
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3872,7 +3872,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
3872
3872
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
|
3873
3873
|
npy_uint64 __pyx_r;
|
|
3874
3874
|
|
|
3875
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3875
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":270
|
|
3876
3876
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
|
3877
3877
|
* """The data types flags."""
|
|
3878
3878
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
|
@@ -3882,7 +3882,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
3882
3882
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
|
3883
3883
|
goto __pyx_L0;
|
|
3884
3884
|
|
|
3885
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3885
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":267
|
|
3886
3886
|
* return PyDataType_SUBARRAY(self)
|
|
3887
3887
|
*
|
|
3888
3888
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3895,7 +3895,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
3895
3895
|
return __pyx_r;
|
|
3896
3896
|
}
|
|
3897
3897
|
|
|
3898
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3898
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":279
|
|
3899
3899
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
|
3900
3900
|
*
|
|
3901
3901
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3906,7 +3906,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
3906
3906
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3907
3907
|
int __pyx_r;
|
|
3908
3908
|
|
|
3909
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3909
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":282
|
|
3910
3910
|
* cdef inline int numiter(self) noexcept nogil:
|
|
3911
3911
|
* """The number of arrays that need to be broadcast to the same shape."""
|
|
3912
3912
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
|
@@ -3916,7 +3916,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
3916
3916
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
|
3917
3917
|
goto __pyx_L0;
|
|
3918
3918
|
|
|
3919
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3919
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":279
|
|
3920
3920
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
|
3921
3921
|
*
|
|
3922
3922
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3929,7 +3929,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
3929
3929
|
return __pyx_r;
|
|
3930
3930
|
}
|
|
3931
3931
|
|
|
3932
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3932
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":284
|
|
3933
3933
|
* return PyArray_MultiIter_NUMITER(self)
|
|
3934
3934
|
*
|
|
3935
3935
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3940,7 +3940,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
3940
3940
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3941
3941
|
npy_intp __pyx_r;
|
|
3942
3942
|
|
|
3943
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3943
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":287
|
|
3944
3944
|
* cdef inline npy_intp size(self) noexcept nogil:
|
|
3945
3945
|
* """The total broadcasted size."""
|
|
3946
3946
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -3950,7 +3950,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
3950
3950
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
|
3951
3951
|
goto __pyx_L0;
|
|
3952
3952
|
|
|
3953
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3953
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":284
|
|
3954
3954
|
* return PyArray_MultiIter_NUMITER(self)
|
|
3955
3955
|
*
|
|
3956
3956
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3963,7 +3963,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
3963
3963
|
return __pyx_r;
|
|
3964
3964
|
}
|
|
3965
3965
|
|
|
3966
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3966
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":289
|
|
3967
3967
|
* return PyArray_MultiIter_SIZE(self)
|
|
3968
3968
|
*
|
|
3969
3969
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3974,7 +3974,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
3974
3974
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
|
3975
3975
|
npy_intp __pyx_r;
|
|
3976
3976
|
|
|
3977
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3977
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":292
|
|
3978
3978
|
* cdef inline npy_intp index(self) noexcept nogil:
|
|
3979
3979
|
* """The current (1-d) index into the broadcasted result."""
|
|
3980
3980
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
|
@@ -3984,7 +3984,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
3984
3984
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
|
3985
3985
|
goto __pyx_L0;
|
|
3986
3986
|
|
|
3987
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
3987
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":289
|
|
3988
3988
|
* return PyArray_MultiIter_SIZE(self)
|
|
3989
3989
|
*
|
|
3990
3990
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3997,7 +3997,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
3997
3997
|
return __pyx_r;
|
|
3998
3998
|
}
|
|
3999
3999
|
|
|
4000
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4000
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":294
|
|
4001
4001
|
* return PyArray_MultiIter_INDEX(self)
|
|
4002
4002
|
*
|
|
4003
4003
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -4008,7 +4008,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
4008
4008
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
|
4009
4009
|
int __pyx_r;
|
|
4010
4010
|
|
|
4011
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4011
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":297
|
|
4012
4012
|
* cdef inline int nd(self) noexcept nogil:
|
|
4013
4013
|
* """The number of dimensions in the broadcasted result."""
|
|
4014
4014
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -4018,7 +4018,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
4018
4018
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
|
4019
4019
|
goto __pyx_L0;
|
|
4020
4020
|
|
|
4021
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4021
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":294
|
|
4022
4022
|
* return PyArray_MultiIter_INDEX(self)
|
|
4023
4023
|
*
|
|
4024
4024
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -4031,7 +4031,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
4031
4031
|
return __pyx_r;
|
|
4032
4032
|
}
|
|
4033
4033
|
|
|
4034
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4034
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":299
|
|
4035
4035
|
* return PyArray_MultiIter_NDIM(self)
|
|
4036
4036
|
*
|
|
4037
4037
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -4042,7 +4042,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
4042
4042
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
|
4043
4043
|
npy_intp *__pyx_r;
|
|
4044
4044
|
|
|
4045
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4045
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":302
|
|
4046
4046
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
|
4047
4047
|
* """The shape of the broadcasted result."""
|
|
4048
4048
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -4052,7 +4052,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
4052
4052
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
|
4053
4053
|
goto __pyx_L0;
|
|
4054
4054
|
|
|
4055
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4055
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":299
|
|
4056
4056
|
* return PyArray_MultiIter_NDIM(self)
|
|
4057
4057
|
*
|
|
4058
4058
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -4065,7 +4065,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
4065
4065
|
return __pyx_r;
|
|
4066
4066
|
}
|
|
4067
4067
|
|
|
4068
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4068
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":304
|
|
4069
4069
|
* return PyArray_MultiIter_DIMS(self)
|
|
4070
4070
|
*
|
|
4071
4071
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -4076,7 +4076,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
4076
4076
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
|
4077
4077
|
void **__pyx_r;
|
|
4078
4078
|
|
|
4079
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4079
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":308
|
|
4080
4080
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
|
4081
4081
|
* On return, the iterators are adjusted for broadcasting."""
|
|
4082
4082
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
|
@@ -4086,7 +4086,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
4086
4086
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
|
4087
4087
|
goto __pyx_L0;
|
|
4088
4088
|
|
|
4089
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4089
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":304
|
|
4090
4090
|
* return PyArray_MultiIter_DIMS(self)
|
|
4091
4091
|
*
|
|
4092
4092
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -4099,7 +4099,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
4099
4099
|
return __pyx_r;
|
|
4100
4100
|
}
|
|
4101
4101
|
|
|
4102
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4102
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":322
|
|
4103
4103
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
|
4104
4104
|
*
|
|
4105
4105
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -4110,7 +4110,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
4110
4110
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
4111
4111
|
PyObject *__pyx_r;
|
|
4112
4112
|
|
|
4113
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4113
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":326
|
|
4114
4114
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
4115
4115
|
* """
|
|
4116
4116
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -4120,7 +4120,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
4120
4120
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
4121
4121
|
goto __pyx_L0;
|
|
4122
4122
|
|
|
4123
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4123
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":322
|
|
4124
4124
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
|
4125
4125
|
*
|
|
4126
4126
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -4133,7 +4133,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
4133
4133
|
return __pyx_r;
|
|
4134
4134
|
}
|
|
4135
4135
|
|
|
4136
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4136
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":328
|
|
4137
4137
|
* return PyArray_BASE(self)
|
|
4138
4138
|
*
|
|
4139
4139
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -4147,7 +4147,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
4147
4147
|
PyArray_Descr *__pyx_t_1;
|
|
4148
4148
|
__Pyx_RefNannySetupContext("descr", 0);
|
|
4149
4149
|
|
|
4150
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4150
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":332
|
|
4151
4151
|
* """Returns an owned reference to the dtype of the array.
|
|
4152
4152
|
* """
|
|
4153
4153
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -4160,7 +4160,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
4160
4160
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
4161
4161
|
goto __pyx_L0;
|
|
4162
4162
|
|
|
4163
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4163
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":328
|
|
4164
4164
|
* return PyArray_BASE(self)
|
|
4165
4165
|
*
|
|
4166
4166
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -4175,7 +4175,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
4175
4175
|
return __pyx_r;
|
|
4176
4176
|
}
|
|
4177
4177
|
|
|
4178
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4178
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":334
|
|
4179
4179
|
* return <dtype>PyArray_DESCR(self)
|
|
4180
4180
|
*
|
|
4181
4181
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -4186,7 +4186,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
4186
4186
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
4187
4187
|
int __pyx_r;
|
|
4188
4188
|
|
|
4189
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4189
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":338
|
|
4190
4190
|
* """Returns the number of dimensions in the array.
|
|
4191
4191
|
* """
|
|
4192
4192
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -4196,7 +4196,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
4196
4196
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
4197
4197
|
goto __pyx_L0;
|
|
4198
4198
|
|
|
4199
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4199
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":334
|
|
4200
4200
|
* return <dtype>PyArray_DESCR(self)
|
|
4201
4201
|
*
|
|
4202
4202
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -4209,7 +4209,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
4209
4209
|
return __pyx_r;
|
|
4210
4210
|
}
|
|
4211
4211
|
|
|
4212
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4212
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":340
|
|
4213
4213
|
* return PyArray_NDIM(self)
|
|
4214
4214
|
*
|
|
4215
4215
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -4220,7 +4220,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
4220
4220
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
4221
4221
|
npy_intp *__pyx_r;
|
|
4222
4222
|
|
|
4223
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4223
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":346
|
|
4224
4224
|
* Can return NULL for 0-dimensional arrays.
|
|
4225
4225
|
* """
|
|
4226
4226
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -4230,7 +4230,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
4230
4230
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
4231
4231
|
goto __pyx_L0;
|
|
4232
4232
|
|
|
4233
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4233
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":340
|
|
4234
4234
|
* return PyArray_NDIM(self)
|
|
4235
4235
|
*
|
|
4236
4236
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -4243,7 +4243,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
4243
4243
|
return __pyx_r;
|
|
4244
4244
|
}
|
|
4245
4245
|
|
|
4246
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4246
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":348
|
|
4247
4247
|
* return PyArray_DIMS(self)
|
|
4248
4248
|
*
|
|
4249
4249
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -4254,7 +4254,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
4254
4254
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
4255
4255
|
npy_intp *__pyx_r;
|
|
4256
4256
|
|
|
4257
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4257
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":353
|
|
4258
4258
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
4259
4259
|
* """
|
|
4260
4260
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -4264,7 +4264,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
4264
4264
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
4265
4265
|
goto __pyx_L0;
|
|
4266
4266
|
|
|
4267
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4267
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":348
|
|
4268
4268
|
* return PyArray_DIMS(self)
|
|
4269
4269
|
*
|
|
4270
4270
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -4277,7 +4277,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
4277
4277
|
return __pyx_r;
|
|
4278
4278
|
}
|
|
4279
4279
|
|
|
4280
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4280
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":355
|
|
4281
4281
|
* return PyArray_STRIDES(self)
|
|
4282
4282
|
*
|
|
4283
4283
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -4288,7 +4288,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
4288
4288
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
4289
4289
|
npy_intp __pyx_r;
|
|
4290
4290
|
|
|
4291
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4291
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":359
|
|
4292
4292
|
* """Returns the total size (in number of elements) of the array.
|
|
4293
4293
|
* """
|
|
4294
4294
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -4298,7 +4298,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
4298
4298
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
4299
4299
|
goto __pyx_L0;
|
|
4300
4300
|
|
|
4301
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4301
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":355
|
|
4302
4302
|
* return PyArray_STRIDES(self)
|
|
4303
4303
|
*
|
|
4304
4304
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -4311,7 +4311,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
4311
4311
|
return __pyx_r;
|
|
4312
4312
|
}
|
|
4313
4313
|
|
|
4314
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4314
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":361
|
|
4315
4315
|
* return PyArray_SIZE(self)
|
|
4316
4316
|
*
|
|
4317
4317
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -4322,7 +4322,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
4322
4322
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
4323
4323
|
char *__pyx_r;
|
|
4324
4324
|
|
|
4325
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4325
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":368
|
|
4326
4326
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
4327
4327
|
* """
|
|
4328
4328
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -4332,7 +4332,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
4332
4332
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
4333
4333
|
goto __pyx_L0;
|
|
4334
4334
|
|
|
4335
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4335
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":361
|
|
4336
4336
|
* return PyArray_SIZE(self)
|
|
4337
4337
|
*
|
|
4338
4338
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -4345,7 +4345,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
4345
4345
|
return __pyx_r;
|
|
4346
4346
|
}
|
|
4347
4347
|
|
|
4348
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4348
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":776
|
|
4349
4349
|
* ctypedef long double complex clongdouble_t
|
|
4350
4350
|
*
|
|
4351
4351
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -4362,7 +4362,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
4362
4362
|
int __pyx_clineno = 0;
|
|
4363
4363
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
|
4364
4364
|
|
|
4365
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4365
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":777
|
|
4366
4366
|
*
|
|
4367
4367
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
4368
4368
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -4376,7 +4376,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
4376
4376
|
__pyx_t_1 = 0;
|
|
4377
4377
|
goto __pyx_L0;
|
|
4378
4378
|
|
|
4379
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4379
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":776
|
|
4380
4380
|
* ctypedef long double complex clongdouble_t
|
|
4381
4381
|
*
|
|
4382
4382
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -4395,7 +4395,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
4395
4395
|
return __pyx_r;
|
|
4396
4396
|
}
|
|
4397
4397
|
|
|
4398
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4398
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":779
|
|
4399
4399
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
4400
4400
|
*
|
|
4401
4401
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -4412,7 +4412,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
4412
4412
|
int __pyx_clineno = 0;
|
|
4413
4413
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
|
4414
4414
|
|
|
4415
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4415
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":780
|
|
4416
4416
|
*
|
|
4417
4417
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
4418
4418
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -4426,7 +4426,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
4426
4426
|
__pyx_t_1 = 0;
|
|
4427
4427
|
goto __pyx_L0;
|
|
4428
4428
|
|
|
4429
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4429
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":779
|
|
4430
4430
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
4431
4431
|
*
|
|
4432
4432
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -4445,7 +4445,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
4445
4445
|
return __pyx_r;
|
|
4446
4446
|
}
|
|
4447
4447
|
|
|
4448
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4448
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":782
|
|
4449
4449
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
4450
4450
|
*
|
|
4451
4451
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -4462,7 +4462,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
4462
4462
|
int __pyx_clineno = 0;
|
|
4463
4463
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
|
4464
4464
|
|
|
4465
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4465
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":783
|
|
4466
4466
|
*
|
|
4467
4467
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
4468
4468
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -4476,7 +4476,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
4476
4476
|
__pyx_t_1 = 0;
|
|
4477
4477
|
goto __pyx_L0;
|
|
4478
4478
|
|
|
4479
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4479
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":782
|
|
4480
4480
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
4481
4481
|
*
|
|
4482
4482
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -4495,7 +4495,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
4495
4495
|
return __pyx_r;
|
|
4496
4496
|
}
|
|
4497
4497
|
|
|
4498
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4498
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":785
|
|
4499
4499
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
4500
4500
|
*
|
|
4501
4501
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -4512,7 +4512,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
4512
4512
|
int __pyx_clineno = 0;
|
|
4513
4513
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
|
4514
4514
|
|
|
4515
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4515
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":786
|
|
4516
4516
|
*
|
|
4517
4517
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
4518
4518
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -4526,7 +4526,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
4526
4526
|
__pyx_t_1 = 0;
|
|
4527
4527
|
goto __pyx_L0;
|
|
4528
4528
|
|
|
4529
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4529
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":785
|
|
4530
4530
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
4531
4531
|
*
|
|
4532
4532
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -4545,7 +4545,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
4545
4545
|
return __pyx_r;
|
|
4546
4546
|
}
|
|
4547
4547
|
|
|
4548
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4548
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":788
|
|
4549
4549
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
4550
4550
|
*
|
|
4551
4551
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -4562,7 +4562,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
4562
4562
|
int __pyx_clineno = 0;
|
|
4563
4563
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
|
4564
4564
|
|
|
4565
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4565
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":789
|
|
4566
4566
|
*
|
|
4567
4567
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
4568
4568
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -4576,7 +4576,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
4576
4576
|
__pyx_t_1 = 0;
|
|
4577
4577
|
goto __pyx_L0;
|
|
4578
4578
|
|
|
4579
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4579
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":788
|
|
4580
4580
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
4581
4581
|
*
|
|
4582
4582
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -4595,7 +4595,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
4595
4595
|
return __pyx_r;
|
|
4596
4596
|
}
|
|
4597
4597
|
|
|
4598
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4598
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":791
|
|
4599
4599
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
4600
4600
|
*
|
|
4601
4601
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -4610,7 +4610,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4610
4610
|
PyObject *__pyx_t_2;
|
|
4611
4611
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
|
4612
4612
|
|
|
4613
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4613
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":792
|
|
4614
4614
|
*
|
|
4615
4615
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
4616
4616
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -4620,7 +4620,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4620
4620
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
4621
4621
|
if (__pyx_t_1) {
|
|
4622
4622
|
|
|
4623
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4623
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":793
|
|
4624
4624
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
4625
4625
|
* if PyDataType_HASSUBARRAY(d):
|
|
4626
4626
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -4633,7 +4633,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4633
4633
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
|
4634
4634
|
goto __pyx_L0;
|
|
4635
4635
|
|
|
4636
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4636
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":792
|
|
4637
4637
|
*
|
|
4638
4638
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
4639
4639
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -4642,7 +4642,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4642
4642
|
*/
|
|
4643
4643
|
}
|
|
4644
4644
|
|
|
4645
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4645
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":795
|
|
4646
4646
|
* return <tuple>d.subarray.shape
|
|
4647
4647
|
* else:
|
|
4648
4648
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -4656,7 +4656,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4656
4656
|
goto __pyx_L0;
|
|
4657
4657
|
}
|
|
4658
4658
|
|
|
4659
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4659
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":791
|
|
4660
4660
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
4661
4661
|
*
|
|
4662
4662
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -4671,7 +4671,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
4671
4671
|
return __pyx_r;
|
|
4672
4672
|
}
|
|
4673
4673
|
|
|
4674
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4674
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":994
|
|
4675
4675
|
* int _import_umath() except -1
|
|
4676
4676
|
*
|
|
4677
4677
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
|
@@ -4685,7 +4685,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
4685
4685
|
const char *__pyx_filename = NULL;
|
|
4686
4686
|
int __pyx_clineno = 0;
|
|
4687
4687
|
|
|
4688
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4688
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":995
|
|
4689
4689
|
*
|
|
4690
4690
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
|
4691
4691
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -4694,7 +4694,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
4694
4694
|
*/
|
|
4695
4695
|
Py_INCREF(__pyx_v_base);
|
|
4696
4696
|
|
|
4697
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4697
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":996
|
|
4698
4698
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
|
4699
4699
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
4700
4700
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
@@ -4703,7 +4703,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
4703
4703
|
*/
|
|
4704
4704
|
__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)
|
|
4705
4705
|
|
|
4706
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4706
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":994
|
|
4707
4707
|
* int _import_umath() except -1
|
|
4708
4708
|
*
|
|
4709
4709
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
|
@@ -4718,7 +4718,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
4718
4718
|
__pyx_L0:;
|
|
4719
4719
|
}
|
|
4720
4720
|
|
|
4721
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4721
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":998
|
|
4722
4722
|
* PyArray_SetBaseObject(arr, base)
|
|
4723
4723
|
*
|
|
4724
4724
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -4733,7 +4733,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4733
4733
|
int __pyx_t_1;
|
|
4734
4734
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
|
4735
4735
|
|
|
4736
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4736
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":999
|
|
4737
4737
|
*
|
|
4738
4738
|
* cdef inline object get_array_base(ndarray arr):
|
|
4739
4739
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -4742,7 +4742,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4742
4742
|
*/
|
|
4743
4743
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
4744
4744
|
|
|
4745
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4745
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1000
|
|
4746
4746
|
* cdef inline object get_array_base(ndarray arr):
|
|
4747
4747
|
* base = PyArray_BASE(arr)
|
|
4748
4748
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -4752,7 +4752,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4752
4752
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
4753
4753
|
if (__pyx_t_1) {
|
|
4754
4754
|
|
|
4755
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4755
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1001
|
|
4756
4756
|
* base = PyArray_BASE(arr)
|
|
4757
4757
|
* if base is NULL:
|
|
4758
4758
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -4763,7 +4763,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4763
4763
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
4764
4764
|
goto __pyx_L0;
|
|
4765
4765
|
|
|
4766
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4766
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1000
|
|
4767
4767
|
* cdef inline object get_array_base(ndarray arr):
|
|
4768
4768
|
* base = PyArray_BASE(arr)
|
|
4769
4769
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -4772,7 +4772,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4772
4772
|
*/
|
|
4773
4773
|
}
|
|
4774
4774
|
|
|
4775
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4775
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1002
|
|
4776
4776
|
* if base is NULL:
|
|
4777
4777
|
* return None
|
|
4778
4778
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -4784,7 +4784,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4784
4784
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
4785
4785
|
goto __pyx_L0;
|
|
4786
4786
|
|
|
4787
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4787
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":998
|
|
4788
4788
|
* PyArray_SetBaseObject(arr, base)
|
|
4789
4789
|
*
|
|
4790
4790
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -4799,7 +4799,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
4799
4799
|
return __pyx_r;
|
|
4800
4800
|
}
|
|
4801
4801
|
|
|
4802
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4802
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1006
|
|
4803
4803
|
* # Versions of the import_* functions which are more suitable for
|
|
4804
4804
|
* # Cython code.
|
|
4805
4805
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4826,7 +4826,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4826
4826
|
int __pyx_clineno = 0;
|
|
4827
4827
|
__Pyx_RefNannySetupContext("import_array", 0);
|
|
4828
4828
|
|
|
4829
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4829
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1007
|
|
4830
4830
|
* # Cython code.
|
|
4831
4831
|
* cdef inline int import_array() except -1:
|
|
4832
4832
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4842,7 +4842,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4842
4842
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
4843
4843
|
/*try:*/ {
|
|
4844
4844
|
|
|
4845
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4845
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1008
|
|
4846
4846
|
* cdef inline int import_array() except -1:
|
|
4847
4847
|
* try:
|
|
4848
4848
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
@@ -4851,7 +4851,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4851
4851
|
*/
|
|
4852
4852
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1008, __pyx_L3_error)
|
|
4853
4853
|
|
|
4854
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4854
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1007
|
|
4855
4855
|
* # Cython code.
|
|
4856
4856
|
* cdef inline int import_array() except -1:
|
|
4857
4857
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4865,7 +4865,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4865
4865
|
goto __pyx_L8_try_end;
|
|
4866
4866
|
__pyx_L3_error:;
|
|
4867
4867
|
|
|
4868
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4868
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1009
|
|
4869
4869
|
* try:
|
|
4870
4870
|
* __pyx_import_array()
|
|
4871
4871
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -4880,7 +4880,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4880
4880
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
4881
4881
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
4882
4882
|
|
|
4883
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4883
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1010
|
|
4884
4884
|
* __pyx_import_array()
|
|
4885
4885
|
* except Exception:
|
|
4886
4886
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -4905,7 +4905,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4905
4905
|
}
|
|
4906
4906
|
goto __pyx_L5_except_error;
|
|
4907
4907
|
|
|
4908
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4908
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1007
|
|
4909
4909
|
* # Cython code.
|
|
4910
4910
|
* cdef inline int import_array() except -1:
|
|
4911
4911
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4921,7 +4921,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4921
4921
|
__pyx_L8_try_end:;
|
|
4922
4922
|
}
|
|
4923
4923
|
|
|
4924
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4924
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1006
|
|
4925
4925
|
* # Versions of the import_* functions which are more suitable for
|
|
4926
4926
|
* # Cython code.
|
|
4927
4927
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4946,7 +4946,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
4946
4946
|
return __pyx_r;
|
|
4947
4947
|
}
|
|
4948
4948
|
|
|
4949
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4949
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1012
|
|
4950
4950
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
4951
4951
|
*
|
|
4952
4952
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4973,7 +4973,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4973
4973
|
int __pyx_clineno = 0;
|
|
4974
4974
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
|
4975
4975
|
|
|
4976
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4976
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1013
|
|
4977
4977
|
*
|
|
4978
4978
|
* cdef inline int import_umath() except -1:
|
|
4979
4979
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4989,7 +4989,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4989
4989
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
4990
4990
|
/*try:*/ {
|
|
4991
4991
|
|
|
4992
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
4992
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
4993
4993
|
* cdef inline int import_umath() except -1:
|
|
4994
4994
|
* try:
|
|
4995
4995
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -4998,7 +4998,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4998
4998
|
*/
|
|
4999
4999
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1014, __pyx_L3_error)
|
|
5000
5000
|
|
|
5001
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5001
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1013
|
|
5002
5002
|
*
|
|
5003
5003
|
* cdef inline int import_umath() except -1:
|
|
5004
5004
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -5012,7 +5012,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
5012
5012
|
goto __pyx_L8_try_end;
|
|
5013
5013
|
__pyx_L3_error:;
|
|
5014
5014
|
|
|
5015
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5015
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1015
|
|
5016
5016
|
* try:
|
|
5017
5017
|
* _import_umath()
|
|
5018
5018
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -5027,7 +5027,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
5027
5027
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
5028
5028
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
5029
5029
|
|
|
5030
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5030
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1016
|
|
5031
5031
|
* _import_umath()
|
|
5032
5032
|
* except Exception:
|
|
5033
5033
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -5052,7 +5052,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
5052
5052
|
}
|
|
5053
5053
|
goto __pyx_L5_except_error;
|
|
5054
5054
|
|
|
5055
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5055
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1013
|
|
5056
5056
|
*
|
|
5057
5057
|
* cdef inline int import_umath() except -1:
|
|
5058
5058
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -5068,7 +5068,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
5068
5068
|
__pyx_L8_try_end:;
|
|
5069
5069
|
}
|
|
5070
5070
|
|
|
5071
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5071
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1012
|
|
5072
5072
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
5073
5073
|
*
|
|
5074
5074
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -5093,7 +5093,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
5093
5093
|
return __pyx_r;
|
|
5094
5094
|
}
|
|
5095
5095
|
|
|
5096
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5096
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1018
|
|
5097
5097
|
* raise ImportError("numpy._core.umath failed to import")
|
|
5098
5098
|
*
|
|
5099
5099
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -5120,7 +5120,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
5120
5120
|
int __pyx_clineno = 0;
|
|
5121
5121
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
|
5122
5122
|
|
|
5123
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5123
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1019
|
|
5124
5124
|
*
|
|
5125
5125
|
* cdef inline int import_ufunc() except -1:
|
|
5126
5126
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -5136,7 +5136,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
5136
5136
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
5137
5137
|
/*try:*/ {
|
|
5138
5138
|
|
|
5139
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5139
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1020
|
|
5140
5140
|
* cdef inline int import_ufunc() except -1:
|
|
5141
5141
|
* try:
|
|
5142
5142
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -5145,7 +5145,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
5145
5145
|
*/
|
|
5146
5146
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1020, __pyx_L3_error)
|
|
5147
5147
|
|
|
5148
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5148
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1019
|
|
5149
5149
|
*
|
|
5150
5150
|
* cdef inline int import_ufunc() except -1:
|
|
5151
5151
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -5159,7 +5159,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
5159
5159
|
goto __pyx_L8_try_end;
|
|
5160
5160
|
__pyx_L3_error:;
|
|
5161
5161
|
|
|
5162
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5162
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1021
|
|
5163
5163
|
* try:
|
|
5164
5164
|
* _import_umath()
|
|
5165
5165
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -5174,7 +5174,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
5174
5174
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
5175
5175
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
5176
5176
|
|
|
5177
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5177
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1022
|
|
5178
5178
|
* _import_umath()
|
|
5179
5179
|
* except Exception:
|
|
5180
5180
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -5199,7 +5199,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
5199
5199
|
}
|
|
5200
5200
|
goto __pyx_L5_except_error;
|
|
5201
5201
|
|
|
5202
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5202
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1019
|
|
5203
5203
|
*
|
|
5204
5204
|
* cdef inline int import_ufunc() except -1:
|
|
5205
5205
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -5215,7 +5215,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
5215
5215
|
__pyx_L8_try_end:;
|
|
5216
5216
|
}
|
|
5217
5217
|
|
|
5218
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5218
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1018
|
|
5219
5219
|
* raise ImportError("numpy._core.umath failed to import")
|
|
5220
5220
|
*
|
|
5221
5221
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -5240,7 +5240,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
5240
5240
|
return __pyx_r;
|
|
5241
5241
|
}
|
|
5242
5242
|
|
|
5243
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5243
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1025
|
|
5244
5244
|
*
|
|
5245
5245
|
*
|
|
5246
5246
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -5251,7 +5251,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
5251
5251
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
5252
5252
|
int __pyx_r;
|
|
5253
5253
|
|
|
5254
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5254
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1037
|
|
5255
5255
|
* bool
|
|
5256
5256
|
* """
|
|
5257
5257
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -5261,7 +5261,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
5261
5261
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
5262
5262
|
goto __pyx_L0;
|
|
5263
5263
|
|
|
5264
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5264
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1025
|
|
5265
5265
|
*
|
|
5266
5266
|
*
|
|
5267
5267
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -5274,7 +5274,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
5274
5274
|
return __pyx_r;
|
|
5275
5275
|
}
|
|
5276
5276
|
|
|
5277
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5277
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1040
|
|
5278
5278
|
*
|
|
5279
5279
|
*
|
|
5280
5280
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -5285,7 +5285,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
5285
5285
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
5286
5286
|
int __pyx_r;
|
|
5287
5287
|
|
|
5288
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5288
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1052
|
|
5289
5289
|
* bool
|
|
5290
5290
|
* """
|
|
5291
5291
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -5295,7 +5295,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
5295
5295
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
5296
5296
|
goto __pyx_L0;
|
|
5297
5297
|
|
|
5298
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5298
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1040
|
|
5299
5299
|
*
|
|
5300
5300
|
*
|
|
5301
5301
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -5308,7 +5308,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
5308
5308
|
return __pyx_r;
|
|
5309
5309
|
}
|
|
5310
5310
|
|
|
5311
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5311
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1055
|
|
5312
5312
|
*
|
|
5313
5313
|
*
|
|
5314
5314
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -5319,7 +5319,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
5319
5319
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
5320
5320
|
npy_datetime __pyx_r;
|
|
5321
5321
|
|
|
5322
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5322
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1062
|
|
5323
5323
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
5324
5324
|
* """
|
|
5325
5325
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -5329,7 +5329,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
5329
5329
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
5330
5330
|
goto __pyx_L0;
|
|
5331
5331
|
|
|
5332
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5332
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1055
|
|
5333
5333
|
*
|
|
5334
5334
|
*
|
|
5335
5335
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -5342,7 +5342,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
5342
5342
|
return __pyx_r;
|
|
5343
5343
|
}
|
|
5344
5344
|
|
|
5345
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5345
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1065
|
|
5346
5346
|
*
|
|
5347
5347
|
*
|
|
5348
5348
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -5353,7 +5353,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
5353
5353
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
5354
5354
|
npy_timedelta __pyx_r;
|
|
5355
5355
|
|
|
5356
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5356
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1069
|
|
5357
5357
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
5358
5358
|
* """
|
|
5359
5359
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -5363,7 +5363,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
5363
5363
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
5364
5364
|
goto __pyx_L0;
|
|
5365
5365
|
|
|
5366
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5366
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1065
|
|
5367
5367
|
*
|
|
5368
5368
|
*
|
|
5369
5369
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -5376,7 +5376,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
5376
5376
|
return __pyx_r;
|
|
5377
5377
|
}
|
|
5378
5378
|
|
|
5379
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5379
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1072
|
|
5380
5380
|
*
|
|
5381
5381
|
*
|
|
5382
5382
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -5387,7 +5387,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
5387
5387
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
5388
5388
|
NPY_DATETIMEUNIT __pyx_r;
|
|
5389
5389
|
|
|
5390
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5390
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1076
|
|
5391
5391
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
5392
5392
|
* """
|
|
5393
5393
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -5397,7 +5397,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
5397
5397
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
5398
5398
|
goto __pyx_L0;
|
|
5399
5399
|
|
|
5400
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-
|
|
5400
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/build-env-puw5bxqw/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1072
|
|
5401
5401
|
*
|
|
5402
5402
|
*
|
|
5403
5403
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|