edsger 0.1.4__cp39-cp39-macosx_11_0_arm64.whl → 0.1.5__cp39-cp39-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- edsger/_version.py +1 -1
- edsger/bellman_ford.c +34925 -0
- edsger/bellman_ford.cpython-39-darwin.so +0 -0
- edsger/bellman_ford.pyx +544 -0
- edsger/commons.c +248 -245
- edsger/commons.cpython-39-darwin.so +0 -0
- edsger/dijkstra.c +279 -264
- edsger/dijkstra.cpython-39-darwin.so +0 -0
- edsger/path.py +622 -23
- edsger/path_tracking.c +261 -246
- edsger/path_tracking.cpython-39-darwin.so +0 -0
- edsger/pq_4ary_dec_0b.c +269 -254
- edsger/pq_4ary_dec_0b.cpython-39-darwin.so +0 -0
- edsger/spiess_florian.c +278 -263
- edsger/spiess_florian.cpython-39-darwin.so +0 -0
- edsger/star.c +261 -246
- edsger/star.cpython-39-darwin.so +0 -0
- edsger/utils.py +68 -4
- {edsger-0.1.4.dist-info → edsger-0.1.5.dist-info}/METADATA +59 -2
- edsger-0.1.5.dist-info/RECORD +36 -0
- edsger-0.1.4.dist-info/RECORD +0 -33
- {edsger-0.1.4.dist-info → edsger-0.1.5.dist-info}/WHEEL +0 -0
- {edsger-0.1.4.dist-info → edsger-0.1.5.dist-info}/licenses/AUTHORS.rst +0 -0
- {edsger-0.1.4.dist-info → edsger-0.1.5.dist-info}/licenses/LICENSE +0 -0
- {edsger-0.1.4.dist-info → edsger-0.1.5.dist-info}/top_level.txt +0 -0
edsger/commons.c
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
/* Generated by Cython 3.1.
|
1
|
+
/* Generated by Cython 3.1.3 */
|
2
2
|
|
3
3
|
/* BEGIN: Cython Metadata
|
4
4
|
{
|
@@ -40,8 +40,8 @@ END: Cython Metadata */
|
|
40
40
|
#elif PY_VERSION_HEX < 0x03080000
|
41
41
|
#error Cython requires Python 3.8+.
|
42
42
|
#else
|
43
|
-
#define __PYX_ABI_VERSION "
|
44
|
-
#define CYTHON_HEX_VERSION
|
43
|
+
#define __PYX_ABI_VERSION "3_1_3"
|
44
|
+
#define CYTHON_HEX_VERSION 0x030103F0
|
45
45
|
#define CYTHON_FUTURE_DIVISION 1
|
46
46
|
/* CModulePreamble */
|
47
47
|
#include <stddef.h>
|
@@ -404,6 +404,9 @@ END: Cython Metadata */
|
|
404
404
|
enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
|
405
405
|
#endif
|
406
406
|
#endif
|
407
|
+
#ifndef CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME
|
408
|
+
#define CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME 100
|
409
|
+
#endif
|
407
410
|
#ifndef __has_attribute
|
408
411
|
#define __has_attribute(x) 0
|
409
412
|
#endif
|
@@ -1381,7 +1384,7 @@ static const char *__pyx_filename;
|
|
1381
1384
|
|
1382
1385
|
static const char* const __pyx_f[] = {
|
1383
1386
|
"src/edsger/commons.pyx",
|
1384
|
-
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1387
|
+
"../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd",
|
1385
1388
|
"cpython/type.pxd",
|
1386
1389
|
};
|
1387
1390
|
/* #### Code section: utility_code_proto_before_types ### */
|
@@ -1543,7 +1546,7 @@ static const char* const __pyx_f[] = {
|
|
1543
1546
|
|
1544
1547
|
/* #### Code section: numeric_typedefs ### */
|
1545
1548
|
|
1546
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1549
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":770
|
1547
1550
|
* # in Cython to enable them only on the right systems.
|
1548
1551
|
*
|
1549
1552
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
@@ -1552,7 +1555,7 @@ static const char* const __pyx_f[] = {
|
|
1552
1555
|
*/
|
1553
1556
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
1554
1557
|
|
1555
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1558
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":771
|
1556
1559
|
*
|
1557
1560
|
* ctypedef npy_int8 int8_t
|
1558
1561
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
@@ -1561,7 +1564,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1561
1564
|
*/
|
1562
1565
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
1563
1566
|
|
1564
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1567
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":772
|
1565
1568
|
* ctypedef npy_int8 int8_t
|
1566
1569
|
* ctypedef npy_int16 int16_t
|
1567
1570
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
@@ -1570,7 +1573,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1570
1573
|
*/
|
1571
1574
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
1572
1575
|
|
1573
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1576
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":773
|
1574
1577
|
* ctypedef npy_int16 int16_t
|
1575
1578
|
* ctypedef npy_int32 int32_t
|
1576
1579
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
@@ -1579,7 +1582,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1579
1582
|
*/
|
1580
1583
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
1581
1584
|
|
1582
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1585
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":777
|
1583
1586
|
* #ctypedef npy_int128 int128_t
|
1584
1587
|
*
|
1585
1588
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
@@ -1588,7 +1591,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1588
1591
|
*/
|
1589
1592
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
1590
1593
|
|
1591
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1594
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":778
|
1592
1595
|
*
|
1593
1596
|
* ctypedef npy_uint8 uint8_t
|
1594
1597
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
@@ -1597,7 +1600,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1597
1600
|
*/
|
1598
1601
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
1599
1602
|
|
1600
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1603
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":779
|
1601
1604
|
* ctypedef npy_uint8 uint8_t
|
1602
1605
|
* ctypedef npy_uint16 uint16_t
|
1603
1606
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
@@ -1606,7 +1609,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1606
1609
|
*/
|
1607
1610
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
1608
1611
|
|
1609
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1612
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":780
|
1610
1613
|
* ctypedef npy_uint16 uint16_t
|
1611
1614
|
* ctypedef npy_uint32 uint32_t
|
1612
1615
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
@@ -1615,7 +1618,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1615
1618
|
*/
|
1616
1619
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
1617
1620
|
|
1618
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1621
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":784
|
1619
1622
|
* #ctypedef npy_uint128 uint128_t
|
1620
1623
|
*
|
1621
1624
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
@@ -1624,7 +1627,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1624
1627
|
*/
|
1625
1628
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
1626
1629
|
|
1627
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1630
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":785
|
1628
1631
|
*
|
1629
1632
|
* ctypedef npy_float32 float32_t
|
1630
1633
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
@@ -1633,7 +1636,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1633
1636
|
*/
|
1634
1637
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
1635
1638
|
|
1636
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1639
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":792
|
1637
1640
|
* ctypedef double complex complex128_t
|
1638
1641
|
*
|
1639
1642
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
@@ -1642,7 +1645,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1642
1645
|
*/
|
1643
1646
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
1644
1647
|
|
1645
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1648
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":793
|
1646
1649
|
*
|
1647
1650
|
* ctypedef npy_longlong longlong_t
|
1648
1651
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
@@ -1651,7 +1654,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1651
1654
|
*/
|
1652
1655
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
1653
1656
|
|
1654
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1657
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":795
|
1655
1658
|
* ctypedef npy_ulonglong ulonglong_t
|
1656
1659
|
*
|
1657
1660
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
@@ -1660,7 +1663,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1660
1663
|
*/
|
1661
1664
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
1662
1665
|
|
1663
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1666
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":796
|
1664
1667
|
*
|
1665
1668
|
* ctypedef npy_intp intp_t
|
1666
1669
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
@@ -1669,7 +1672,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1669
1672
|
*/
|
1670
1673
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
1671
1674
|
|
1672
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1675
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":798
|
1673
1676
|
* ctypedef npy_uintp uintp_t
|
1674
1677
|
*
|
1675
1678
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
@@ -1678,7 +1681,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1678
1681
|
*/
|
1679
1682
|
typedef npy_double __pyx_t_5numpy_float_t;
|
1680
1683
|
|
1681
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1684
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":799
|
1682
1685
|
*
|
1683
1686
|
* ctypedef npy_double float_t
|
1684
1687
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
@@ -1687,7 +1690,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
1687
1690
|
*/
|
1688
1691
|
typedef npy_double __pyx_t_5numpy_double_t;
|
1689
1692
|
|
1690
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1693
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":800
|
1691
1694
|
* ctypedef npy_double float_t
|
1692
1695
|
* ctypedef npy_double double_t
|
1693
1696
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
@@ -1745,7 +1748,7 @@ static CYTHON_INLINE __pyx_t_long_double_complex __pyx_t_long_double_complex_fro
|
|
1745
1748
|
|
1746
1749
|
/*--- Type declarations ---*/
|
1747
1750
|
|
1748
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1751
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1096
|
1749
1752
|
*
|
1750
1753
|
* # Iterator API added in v1.6
|
1751
1754
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil # <<<<<<<<<<<<<<
|
@@ -1754,7 +1757,7 @@ static CYTHON_INLINE __pyx_t_long_double_complex __pyx_t_long_double_complex_fro
|
|
1754
1757
|
*/
|
1755
1758
|
typedef int (*__pyx_t_5numpy_NpyIter_IterNextFunc)(NpyIter *);
|
1756
1759
|
|
1757
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
1760
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1097
|
1758
1761
|
* # Iterator API added in v1.6
|
1759
1762
|
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil
|
1760
1763
|
* ctypedef void (*NpyIter_GetMultiIndexFunc)(NpyIter* it, npy_intp* outcoords) noexcept nogil # <<<<<<<<<<<<<<
|
@@ -1988,22 +1991,22 @@ static CYTHON_INLINE PyObject* __Pyx_PyObject_FastCallDict(PyObject *func, PyObj
|
|
1988
1991
|
static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause);
|
1989
1992
|
|
1990
1993
|
/* TypeImport.proto */
|
1991
|
-
#ifndef
|
1992
|
-
#define
|
1994
|
+
#ifndef __PYX_HAVE_RT_ImportType_proto_3_1_3
|
1995
|
+
#define __PYX_HAVE_RT_ImportType_proto_3_1_3
|
1993
1996
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
1994
1997
|
#include <stdalign.h>
|
1995
1998
|
#endif
|
1996
1999
|
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
|
1997
|
-
#define
|
2000
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_3(s) alignof(s)
|
1998
2001
|
#else
|
1999
|
-
#define
|
2002
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_3(s) sizeof(void*)
|
2000
2003
|
#endif
|
2001
|
-
enum
|
2002
|
-
|
2003
|
-
|
2004
|
-
|
2004
|
+
enum __Pyx_ImportType_CheckSize_3_1_3 {
|
2005
|
+
__Pyx_ImportType_CheckSize_Error_3_1_3 = 0,
|
2006
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3 = 1,
|
2007
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3 = 2
|
2005
2008
|
};
|
2006
|
-
static PyTypeObject *
|
2009
|
+
static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject* module, const char *module_name, const char *class_name, size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_3 check_size);
|
2007
2010
|
#endif
|
2008
2011
|
|
2009
2012
|
/* IncludeStringH.proto */
|
@@ -2651,7 +2654,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
2651
2654
|
#endif
|
2652
2655
|
/* #### Code section: module_code ### */
|
2653
2656
|
|
2654
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2657
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
2655
2658
|
* cdef int type_num
|
2656
2659
|
*
|
2657
2660
|
* @property # <<<<<<<<<<<<<<
|
@@ -2662,7 +2665,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
2662
2665
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
2663
2666
|
npy_intp __pyx_r;
|
2664
2667
|
|
2665
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2668
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":287
|
2666
2669
|
* @property
|
2667
2670
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
2668
2671
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
@@ -2672,7 +2675,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
2672
2675
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
2673
2676
|
goto __pyx_L0;
|
2674
2677
|
|
2675
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2678
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":285
|
2676
2679
|
* cdef int type_num
|
2677
2680
|
*
|
2678
2681
|
* @property # <<<<<<<<<<<<<<
|
@@ -2685,7 +2688,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
2685
2688
|
return __pyx_r;
|
2686
2689
|
}
|
2687
2690
|
|
2688
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2691
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
2689
2692
|
* return PyDataType_ELSIZE(self)
|
2690
2693
|
*
|
2691
2694
|
* @property # <<<<<<<<<<<<<<
|
@@ -2696,7 +2699,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
2696
2699
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
2697
2700
|
npy_intp __pyx_r;
|
2698
2701
|
|
2699
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2702
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":291
|
2700
2703
|
* @property
|
2701
2704
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
2702
2705
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
@@ -2706,7 +2709,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
2706
2709
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
2707
2710
|
goto __pyx_L0;
|
2708
2711
|
|
2709
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2712
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":289
|
2710
2713
|
* return PyDataType_ELSIZE(self)
|
2711
2714
|
*
|
2712
2715
|
* @property # <<<<<<<<<<<<<<
|
@@ -2719,7 +2722,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
2719
2722
|
return __pyx_r;
|
2720
2723
|
}
|
2721
2724
|
|
2722
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2725
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
2723
2726
|
* # Use fields/names with care as they may be NULL. You must check
|
2724
2727
|
* # for this using PyDataType_HASFIELDS.
|
2725
2728
|
* @property # <<<<<<<<<<<<<<
|
@@ -2733,7 +2736,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
2733
2736
|
PyObject *__pyx_t_1;
|
2734
2737
|
__Pyx_RefNannySetupContext("fields", 0);
|
2735
2738
|
|
2736
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2739
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":297
|
2737
2740
|
* @property
|
2738
2741
|
* cdef inline object fields(self):
|
2739
2742
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
@@ -2746,7 +2749,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
2746
2749
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
2747
2750
|
goto __pyx_L0;
|
2748
2751
|
|
2749
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2752
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":295
|
2750
2753
|
* # Use fields/names with care as they may be NULL. You must check
|
2751
2754
|
* # for this using PyDataType_HASFIELDS.
|
2752
2755
|
* @property # <<<<<<<<<<<<<<
|
@@ -2761,7 +2764,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
2761
2764
|
return __pyx_r;
|
2762
2765
|
}
|
2763
2766
|
|
2764
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2767
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
2765
2768
|
* return <object>PyDataType_FIELDS(self)
|
2766
2769
|
*
|
2767
2770
|
* @property # <<<<<<<<<<<<<<
|
@@ -2775,7 +2778,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
2775
2778
|
PyObject *__pyx_t_1;
|
2776
2779
|
__Pyx_RefNannySetupContext("names", 0);
|
2777
2780
|
|
2778
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2781
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":301
|
2779
2782
|
* @property
|
2780
2783
|
* cdef inline tuple names(self):
|
2781
2784
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
@@ -2788,7 +2791,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
2788
2791
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
2789
2792
|
goto __pyx_L0;
|
2790
2793
|
|
2791
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2794
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":299
|
2792
2795
|
* return <object>PyDataType_FIELDS(self)
|
2793
2796
|
*
|
2794
2797
|
* @property # <<<<<<<<<<<<<<
|
@@ -2803,7 +2806,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
2803
2806
|
return __pyx_r;
|
2804
2807
|
}
|
2805
2808
|
|
2806
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2809
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
2807
2810
|
* # valid (the pointer can be NULL). Most users should access
|
2808
2811
|
* # this field via the inline helper method PyDataType_SHAPE.
|
2809
2812
|
* @property # <<<<<<<<<<<<<<
|
@@ -2814,7 +2817,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
2814
2817
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
2815
2818
|
PyArray_ArrayDescr *__pyx_r;
|
2816
2819
|
|
2817
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2820
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":308
|
2818
2821
|
* @property
|
2819
2822
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
2820
2823
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
@@ -2824,7 +2827,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
2824
2827
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
2825
2828
|
goto __pyx_L0;
|
2826
2829
|
|
2827
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2830
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":306
|
2828
2831
|
* # valid (the pointer can be NULL). Most users should access
|
2829
2832
|
* # this field via the inline helper method PyDataType_SHAPE.
|
2830
2833
|
* @property # <<<<<<<<<<<<<<
|
@@ -2837,7 +2840,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
2837
2840
|
return __pyx_r;
|
2838
2841
|
}
|
2839
2842
|
|
2840
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2843
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
2841
2844
|
* return PyDataType_SUBARRAY(self)
|
2842
2845
|
*
|
2843
2846
|
* @property # <<<<<<<<<<<<<<
|
@@ -2848,7 +2851,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
2848
2851
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
2849
2852
|
npy_uint64 __pyx_r;
|
2850
2853
|
|
2851
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2854
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":313
|
2852
2855
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
2853
2856
|
* """The data types flags."""
|
2854
2857
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
@@ -2858,7 +2861,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
2858
2861
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
2859
2862
|
goto __pyx_L0;
|
2860
2863
|
|
2861
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2864
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":310
|
2862
2865
|
* return PyDataType_SUBARRAY(self)
|
2863
2866
|
*
|
2864
2867
|
* @property # <<<<<<<<<<<<<<
|
@@ -2871,7 +2874,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
2871
2874
|
return __pyx_r;
|
2872
2875
|
}
|
2873
2876
|
|
2874
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2877
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
2875
2878
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
2876
2879
|
*
|
2877
2880
|
* @property # <<<<<<<<<<<<<<
|
@@ -2882,7 +2885,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
2882
2885
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
2883
2886
|
int __pyx_r;
|
2884
2887
|
|
2885
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2888
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":325
|
2886
2889
|
* cdef inline int numiter(self) noexcept nogil:
|
2887
2890
|
* """The number of arrays that need to be broadcast to the same shape."""
|
2888
2891
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
@@ -2892,7 +2895,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
2892
2895
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
2893
2896
|
goto __pyx_L0;
|
2894
2897
|
|
2895
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2898
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":322
|
2896
2899
|
* ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
|
2897
2900
|
*
|
2898
2901
|
* @property # <<<<<<<<<<<<<<
|
@@ -2905,7 +2908,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
2905
2908
|
return __pyx_r;
|
2906
2909
|
}
|
2907
2910
|
|
2908
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2911
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
2909
2912
|
* return PyArray_MultiIter_NUMITER(self)
|
2910
2913
|
*
|
2911
2914
|
* @property # <<<<<<<<<<<<<<
|
@@ -2916,7 +2919,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
2916
2919
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
2917
2920
|
npy_intp __pyx_r;
|
2918
2921
|
|
2919
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2922
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":330
|
2920
2923
|
* cdef inline npy_intp size(self) noexcept nogil:
|
2921
2924
|
* """The total broadcasted size."""
|
2922
2925
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -2926,7 +2929,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
2926
2929
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
2927
2930
|
goto __pyx_L0;
|
2928
2931
|
|
2929
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2932
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":327
|
2930
2933
|
* return PyArray_MultiIter_NUMITER(self)
|
2931
2934
|
*
|
2932
2935
|
* @property # <<<<<<<<<<<<<<
|
@@ -2939,7 +2942,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
2939
2942
|
return __pyx_r;
|
2940
2943
|
}
|
2941
2944
|
|
2942
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2945
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
2943
2946
|
* return PyArray_MultiIter_SIZE(self)
|
2944
2947
|
*
|
2945
2948
|
* @property # <<<<<<<<<<<<<<
|
@@ -2950,7 +2953,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
2950
2953
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
2951
2954
|
npy_intp __pyx_r;
|
2952
2955
|
|
2953
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2956
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":335
|
2954
2957
|
* cdef inline npy_intp index(self) noexcept nogil:
|
2955
2958
|
* """The current (1-d) index into the broadcasted result."""
|
2956
2959
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
@@ -2960,7 +2963,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
2960
2963
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
2961
2964
|
goto __pyx_L0;
|
2962
2965
|
|
2963
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2966
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":332
|
2964
2967
|
* return PyArray_MultiIter_SIZE(self)
|
2965
2968
|
*
|
2966
2969
|
* @property # <<<<<<<<<<<<<<
|
@@ -2973,7 +2976,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
2973
2976
|
return __pyx_r;
|
2974
2977
|
}
|
2975
2978
|
|
2976
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2979
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
2977
2980
|
* return PyArray_MultiIter_INDEX(self)
|
2978
2981
|
*
|
2979
2982
|
* @property # <<<<<<<<<<<<<<
|
@@ -2984,7 +2987,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
2984
2987
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
2985
2988
|
int __pyx_r;
|
2986
2989
|
|
2987
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
2990
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":340
|
2988
2991
|
* cdef inline int nd(self) noexcept nogil:
|
2989
2992
|
* """The number of dimensions in the broadcasted result."""
|
2990
2993
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -2994,7 +2997,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
2994
2997
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
2995
2998
|
goto __pyx_L0;
|
2996
2999
|
|
2997
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3000
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":337
|
2998
3001
|
* return PyArray_MultiIter_INDEX(self)
|
2999
3002
|
*
|
3000
3003
|
* @property # <<<<<<<<<<<<<<
|
@@ -3007,7 +3010,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
3007
3010
|
return __pyx_r;
|
3008
3011
|
}
|
3009
3012
|
|
3010
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3013
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
3011
3014
|
* return PyArray_MultiIter_NDIM(self)
|
3012
3015
|
*
|
3013
3016
|
* @property # <<<<<<<<<<<<<<
|
@@ -3018,7 +3021,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
3018
3021
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
3019
3022
|
npy_intp *__pyx_r;
|
3020
3023
|
|
3021
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3024
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":345
|
3022
3025
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
3023
3026
|
* """The shape of the broadcasted result."""
|
3024
3027
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -3028,7 +3031,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
3028
3031
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
3029
3032
|
goto __pyx_L0;
|
3030
3033
|
|
3031
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3034
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":342
|
3032
3035
|
* return PyArray_MultiIter_NDIM(self)
|
3033
3036
|
*
|
3034
3037
|
* @property # <<<<<<<<<<<<<<
|
@@ -3041,7 +3044,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
3041
3044
|
return __pyx_r;
|
3042
3045
|
}
|
3043
3046
|
|
3044
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3047
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
3045
3048
|
* return PyArray_MultiIter_DIMS(self)
|
3046
3049
|
*
|
3047
3050
|
* @property # <<<<<<<<<<<<<<
|
@@ -3052,7 +3055,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
3052
3055
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
3053
3056
|
void **__pyx_r;
|
3054
3057
|
|
3055
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3058
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":351
|
3056
3059
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
3057
3060
|
* On return, the iterators are adjusted for broadcasting."""
|
3058
3061
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
@@ -3062,7 +3065,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
3062
3065
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
3063
3066
|
goto __pyx_L0;
|
3064
3067
|
|
3065
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3068
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":347
|
3066
3069
|
* return PyArray_MultiIter_DIMS(self)
|
3067
3070
|
*
|
3068
3071
|
* @property # <<<<<<<<<<<<<<
|
@@ -3075,7 +3078,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
3075
3078
|
return __pyx_r;
|
3076
3079
|
}
|
3077
3080
|
|
3078
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3081
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
3079
3082
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
3080
3083
|
*
|
3081
3084
|
* @property # <<<<<<<<<<<<<<
|
@@ -3086,7 +3089,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
3086
3089
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
3087
3090
|
PyObject *__pyx_r;
|
3088
3091
|
|
3089
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3092
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":369
|
3090
3093
|
* """Returns a borrowed reference to the object owning the data/memory.
|
3091
3094
|
* """
|
3092
3095
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
@@ -3096,7 +3099,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
3096
3099
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
3097
3100
|
goto __pyx_L0;
|
3098
3101
|
|
3099
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3102
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":365
|
3100
3103
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
3101
3104
|
*
|
3102
3105
|
* @property # <<<<<<<<<<<<<<
|
@@ -3109,7 +3112,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
3109
3112
|
return __pyx_r;
|
3110
3113
|
}
|
3111
3114
|
|
3112
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3115
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
3113
3116
|
* return PyArray_BASE(self)
|
3114
3117
|
*
|
3115
3118
|
* @property # <<<<<<<<<<<<<<
|
@@ -3123,7 +3126,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
3123
3126
|
PyArray_Descr *__pyx_t_1;
|
3124
3127
|
__Pyx_RefNannySetupContext("descr", 0);
|
3125
3128
|
|
3126
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3129
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":375
|
3127
3130
|
* """Returns an owned reference to the dtype of the array.
|
3128
3131
|
* """
|
3129
3132
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
@@ -3136,7 +3139,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
3136
3139
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
3137
3140
|
goto __pyx_L0;
|
3138
3141
|
|
3139
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3142
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":371
|
3140
3143
|
* return PyArray_BASE(self)
|
3141
3144
|
*
|
3142
3145
|
* @property # <<<<<<<<<<<<<<
|
@@ -3151,7 +3154,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
3151
3154
|
return __pyx_r;
|
3152
3155
|
}
|
3153
3156
|
|
3154
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3157
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
3155
3158
|
* return <dtype>PyArray_DESCR(self)
|
3156
3159
|
*
|
3157
3160
|
* @property # <<<<<<<<<<<<<<
|
@@ -3162,7 +3165,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
3162
3165
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
3163
3166
|
int __pyx_r;
|
3164
3167
|
|
3165
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3168
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":381
|
3166
3169
|
* """Returns the number of dimensions in the array.
|
3167
3170
|
* """
|
3168
3171
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
@@ -3172,7 +3175,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
3172
3175
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
3173
3176
|
goto __pyx_L0;
|
3174
3177
|
|
3175
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3178
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":377
|
3176
3179
|
* return <dtype>PyArray_DESCR(self)
|
3177
3180
|
*
|
3178
3181
|
* @property # <<<<<<<<<<<<<<
|
@@ -3185,7 +3188,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
3185
3188
|
return __pyx_r;
|
3186
3189
|
}
|
3187
3190
|
|
3188
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3191
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
3189
3192
|
* return PyArray_NDIM(self)
|
3190
3193
|
*
|
3191
3194
|
* @property # <<<<<<<<<<<<<<
|
@@ -3196,7 +3199,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
3196
3199
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
3197
3200
|
npy_intp *__pyx_r;
|
3198
3201
|
|
3199
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3202
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":389
|
3200
3203
|
* Can return NULL for 0-dimensional arrays.
|
3201
3204
|
* """
|
3202
3205
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
@@ -3206,7 +3209,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
3206
3209
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
3207
3210
|
goto __pyx_L0;
|
3208
3211
|
|
3209
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3212
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":383
|
3210
3213
|
* return PyArray_NDIM(self)
|
3211
3214
|
*
|
3212
3215
|
* @property # <<<<<<<<<<<<<<
|
@@ -3219,7 +3222,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
3219
3222
|
return __pyx_r;
|
3220
3223
|
}
|
3221
3224
|
|
3222
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3225
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
3223
3226
|
* return PyArray_DIMS(self)
|
3224
3227
|
*
|
3225
3228
|
* @property # <<<<<<<<<<<<<<
|
@@ -3230,7 +3233,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
3230
3233
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
3231
3234
|
npy_intp *__pyx_r;
|
3232
3235
|
|
3233
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3236
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":396
|
3234
3237
|
* The number of elements matches the number of dimensions of the array (ndim).
|
3235
3238
|
* """
|
3236
3239
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
@@ -3240,7 +3243,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
3240
3243
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
3241
3244
|
goto __pyx_L0;
|
3242
3245
|
|
3243
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3246
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":391
|
3244
3247
|
* return PyArray_DIMS(self)
|
3245
3248
|
*
|
3246
3249
|
* @property # <<<<<<<<<<<<<<
|
@@ -3253,7 +3256,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
3253
3256
|
return __pyx_r;
|
3254
3257
|
}
|
3255
3258
|
|
3256
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3259
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
3257
3260
|
* return PyArray_STRIDES(self)
|
3258
3261
|
*
|
3259
3262
|
* @property # <<<<<<<<<<<<<<
|
@@ -3264,7 +3267,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
3264
3267
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
3265
3268
|
npy_intp __pyx_r;
|
3266
3269
|
|
3267
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3270
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":402
|
3268
3271
|
* """Returns the total size (in number of elements) of the array.
|
3269
3272
|
* """
|
3270
3273
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
@@ -3274,7 +3277,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
3274
3277
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
3275
3278
|
goto __pyx_L0;
|
3276
3279
|
|
3277
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3280
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":398
|
3278
3281
|
* return PyArray_STRIDES(self)
|
3279
3282
|
*
|
3280
3283
|
* @property # <<<<<<<<<<<<<<
|
@@ -3287,7 +3290,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
3287
3290
|
return __pyx_r;
|
3288
3291
|
}
|
3289
3292
|
|
3290
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3293
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
3291
3294
|
* return PyArray_SIZE(self)
|
3292
3295
|
*
|
3293
3296
|
* @property # <<<<<<<<<<<<<<
|
@@ -3298,7 +3301,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
3298
3301
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
3299
3302
|
char *__pyx_r;
|
3300
3303
|
|
3301
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3304
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":411
|
3302
3305
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
3303
3306
|
* """
|
3304
3307
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
@@ -3308,7 +3311,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
3308
3311
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
3309
3312
|
goto __pyx_L0;
|
3310
3313
|
|
3311
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3314
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":404
|
3312
3315
|
* return PyArray_SIZE(self)
|
3313
3316
|
*
|
3314
3317
|
* @property # <<<<<<<<<<<<<<
|
@@ -3321,7 +3324,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
3321
3324
|
return __pyx_r;
|
3322
3325
|
}
|
3323
3326
|
|
3324
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3327
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
3325
3328
|
* ctypedef long double complex clongdouble_t
|
3326
3329
|
*
|
3327
3330
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -3338,7 +3341,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
3338
3341
|
int __pyx_clineno = 0;
|
3339
3342
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
3340
3343
|
|
3341
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3344
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":808
|
3342
3345
|
*
|
3343
3346
|
* cdef inline object PyArray_MultiIterNew1(a):
|
3344
3347
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
@@ -3352,7 +3355,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
3352
3355
|
__pyx_t_1 = 0;
|
3353
3356
|
goto __pyx_L0;
|
3354
3357
|
|
3355
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3358
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":807
|
3356
3359
|
* ctypedef long double complex clongdouble_t
|
3357
3360
|
*
|
3358
3361
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
@@ -3371,7 +3374,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
3371
3374
|
return __pyx_r;
|
3372
3375
|
}
|
3373
3376
|
|
3374
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3377
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
3375
3378
|
* return PyArray_MultiIterNew(1, <void*>a)
|
3376
3379
|
*
|
3377
3380
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -3388,7 +3391,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
3388
3391
|
int __pyx_clineno = 0;
|
3389
3392
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
3390
3393
|
|
3391
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3394
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":811
|
3392
3395
|
*
|
3393
3396
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
3394
3397
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
@@ -3402,7 +3405,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
3402
3405
|
__pyx_t_1 = 0;
|
3403
3406
|
goto __pyx_L0;
|
3404
3407
|
|
3405
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3408
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":810
|
3406
3409
|
* return PyArray_MultiIterNew(1, <void*>a)
|
3407
3410
|
*
|
3408
3411
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
@@ -3421,7 +3424,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
3421
3424
|
return __pyx_r;
|
3422
3425
|
}
|
3423
3426
|
|
3424
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3427
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
3425
3428
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
3426
3429
|
*
|
3427
3430
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -3438,7 +3441,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
3438
3441
|
int __pyx_clineno = 0;
|
3439
3442
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
3440
3443
|
|
3441
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3444
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":814
|
3442
3445
|
*
|
3443
3446
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
3444
3447
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
@@ -3452,7 +3455,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
3452
3455
|
__pyx_t_1 = 0;
|
3453
3456
|
goto __pyx_L0;
|
3454
3457
|
|
3455
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3458
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":813
|
3456
3459
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
3457
3460
|
*
|
3458
3461
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
@@ -3471,7 +3474,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
3471
3474
|
return __pyx_r;
|
3472
3475
|
}
|
3473
3476
|
|
3474
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3477
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
3475
3478
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
3476
3479
|
*
|
3477
3480
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -3488,7 +3491,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
3488
3491
|
int __pyx_clineno = 0;
|
3489
3492
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
3490
3493
|
|
3491
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3494
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":817
|
3492
3495
|
*
|
3493
3496
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
3494
3497
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
@@ -3502,7 +3505,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
3502
3505
|
__pyx_t_1 = 0;
|
3503
3506
|
goto __pyx_L0;
|
3504
3507
|
|
3505
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3508
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":816
|
3506
3509
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
3507
3510
|
*
|
3508
3511
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
@@ -3521,7 +3524,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
3521
3524
|
return __pyx_r;
|
3522
3525
|
}
|
3523
3526
|
|
3524
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3527
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
3525
3528
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
3526
3529
|
*
|
3527
3530
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -3538,7 +3541,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
3538
3541
|
int __pyx_clineno = 0;
|
3539
3542
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
3540
3543
|
|
3541
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3544
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":820
|
3542
3545
|
*
|
3543
3546
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
3544
3547
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
@@ -3552,7 +3555,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
3552
3555
|
__pyx_t_1 = 0;
|
3553
3556
|
goto __pyx_L0;
|
3554
3557
|
|
3555
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3558
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":819
|
3556
3559
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
3557
3560
|
*
|
3558
3561
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
@@ -3571,7 +3574,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
3571
3574
|
return __pyx_r;
|
3572
3575
|
}
|
3573
3576
|
|
3574
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3577
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
3575
3578
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
3576
3579
|
*
|
3577
3580
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -3586,7 +3589,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3586
3589
|
PyObject *__pyx_t_2;
|
3587
3590
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
3588
3591
|
|
3589
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3592
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
3590
3593
|
*
|
3591
3594
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
3592
3595
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -3596,7 +3599,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3596
3599
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
3597
3600
|
if (__pyx_t_1) {
|
3598
3601
|
|
3599
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3602
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":824
|
3600
3603
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
3601
3604
|
* if PyDataType_HASSUBARRAY(d):
|
3602
3605
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
@@ -3609,7 +3612,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3609
3612
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
3610
3613
|
goto __pyx_L0;
|
3611
3614
|
|
3612
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3615
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":823
|
3613
3616
|
*
|
3614
3617
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
3615
3618
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
@@ -3618,7 +3621,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3618
3621
|
*/
|
3619
3622
|
}
|
3620
3623
|
|
3621
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3624
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":826
|
3622
3625
|
* return <tuple>d.subarray.shape
|
3623
3626
|
* else:
|
3624
3627
|
* return () # <<<<<<<<<<<<<<
|
@@ -3632,7 +3635,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3632
3635
|
goto __pyx_L0;
|
3633
3636
|
}
|
3634
3637
|
|
3635
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3638
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":822
|
3636
3639
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
3637
3640
|
*
|
3638
3641
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
@@ -3647,7 +3650,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
3647
3650
|
return __pyx_r;
|
3648
3651
|
}
|
3649
3652
|
|
3650
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3653
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
3651
3654
|
* int _import_umath() except -1
|
3652
3655
|
*
|
3653
3656
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -3661,7 +3664,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
3661
3664
|
const char *__pyx_filename = NULL;
|
3662
3665
|
int __pyx_clineno = 0;
|
3663
3666
|
|
3664
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3667
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1011
|
3665
3668
|
*
|
3666
3669
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
3667
3670
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
@@ -3670,7 +3673,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
3670
3673
|
*/
|
3671
3674
|
Py_INCREF(__pyx_v_base);
|
3672
3675
|
|
3673
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3676
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1012
|
3674
3677
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
3675
3678
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
3676
3679
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
@@ -3679,7 +3682,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
3679
3682
|
*/
|
3680
3683
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(1, 1012, __pyx_L1_error)
|
3681
3684
|
|
3682
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3685
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1010
|
3683
3686
|
* int _import_umath() except -1
|
3684
3687
|
*
|
3685
3688
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
@@ -3694,7 +3697,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
3694
3697
|
__pyx_L0:;
|
3695
3698
|
}
|
3696
3699
|
|
3697
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3700
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
3698
3701
|
* PyArray_SetBaseObject(arr, base)
|
3699
3702
|
*
|
3700
3703
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -3709,7 +3712,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3709
3712
|
int __pyx_t_1;
|
3710
3713
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
3711
3714
|
|
3712
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3715
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1015
|
3713
3716
|
*
|
3714
3717
|
* cdef inline object get_array_base(ndarray arr):
|
3715
3718
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
@@ -3718,7 +3721,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3718
3721
|
*/
|
3719
3722
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
3720
3723
|
|
3721
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3724
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
3722
3725
|
* cdef inline object get_array_base(ndarray arr):
|
3723
3726
|
* base = PyArray_BASE(arr)
|
3724
3727
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -3728,7 +3731,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3728
3731
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
3729
3732
|
if (__pyx_t_1) {
|
3730
3733
|
|
3731
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3734
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1017
|
3732
3735
|
* base = PyArray_BASE(arr)
|
3733
3736
|
* if base is NULL:
|
3734
3737
|
* return None # <<<<<<<<<<<<<<
|
@@ -3739,7 +3742,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3739
3742
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
3740
3743
|
goto __pyx_L0;
|
3741
3744
|
|
3742
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3745
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1016
|
3743
3746
|
* cdef inline object get_array_base(ndarray arr):
|
3744
3747
|
* base = PyArray_BASE(arr)
|
3745
3748
|
* if base is NULL: # <<<<<<<<<<<<<<
|
@@ -3748,7 +3751,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3748
3751
|
*/
|
3749
3752
|
}
|
3750
3753
|
|
3751
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3754
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1018
|
3752
3755
|
* if base is NULL:
|
3753
3756
|
* return None
|
3754
3757
|
* return <object>base # <<<<<<<<<<<<<<
|
@@ -3760,7 +3763,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3760
3763
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
3761
3764
|
goto __pyx_L0;
|
3762
3765
|
|
3763
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3766
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1014
|
3764
3767
|
* PyArray_SetBaseObject(arr, base)
|
3765
3768
|
*
|
3766
3769
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
@@ -3775,7 +3778,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
3775
3778
|
return __pyx_r;
|
3776
3779
|
}
|
3777
3780
|
|
3778
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3781
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
3779
3782
|
* # Versions of the import_* functions which are more suitable for
|
3780
3783
|
* # Cython code.
|
3781
3784
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -3802,7 +3805,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3802
3805
|
int __pyx_clineno = 0;
|
3803
3806
|
__Pyx_RefNannySetupContext("import_array", 0);
|
3804
3807
|
|
3805
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3808
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
3806
3809
|
* # Cython code.
|
3807
3810
|
* cdef inline int import_array() except -1:
|
3808
3811
|
* try: # <<<<<<<<<<<<<<
|
@@ -3818,7 +3821,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3818
3821
|
__Pyx_XGOTREF(__pyx_t_3);
|
3819
3822
|
/*try:*/ {
|
3820
3823
|
|
3821
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3824
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1024
|
3822
3825
|
* cdef inline int import_array() except -1:
|
3823
3826
|
* try:
|
3824
3827
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
@@ -3827,7 +3830,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3827
3830
|
*/
|
3828
3831
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1024, __pyx_L3_error)
|
3829
3832
|
|
3830
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3833
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
3831
3834
|
* # Cython code.
|
3832
3835
|
* cdef inline int import_array() except -1:
|
3833
3836
|
* try: # <<<<<<<<<<<<<<
|
@@ -3841,7 +3844,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3841
3844
|
goto __pyx_L8_try_end;
|
3842
3845
|
__pyx_L3_error:;
|
3843
3846
|
|
3844
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3847
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1025
|
3845
3848
|
* try:
|
3846
3849
|
* __pyx_import_array()
|
3847
3850
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -3856,7 +3859,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3856
3859
|
__Pyx_XGOTREF(__pyx_t_6);
|
3857
3860
|
__Pyx_XGOTREF(__pyx_t_7);
|
3858
3861
|
|
3859
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3862
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1026
|
3860
3863
|
* __pyx_import_array()
|
3861
3864
|
* except Exception:
|
3862
3865
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
@@ -3881,7 +3884,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3881
3884
|
}
|
3882
3885
|
goto __pyx_L5_except_error;
|
3883
3886
|
|
3884
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3887
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1023
|
3885
3888
|
* # Cython code.
|
3886
3889
|
* cdef inline int import_array() except -1:
|
3887
3890
|
* try: # <<<<<<<<<<<<<<
|
@@ -3897,7 +3900,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3897
3900
|
__pyx_L8_try_end:;
|
3898
3901
|
}
|
3899
3902
|
|
3900
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3903
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1022
|
3901
3904
|
* # Versions of the import_* functions which are more suitable for
|
3902
3905
|
* # Cython code.
|
3903
3906
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
@@ -3922,7 +3925,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
3922
3925
|
return __pyx_r;
|
3923
3926
|
}
|
3924
3927
|
|
3925
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3928
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
3926
3929
|
* raise ImportError("numpy._core.multiarray failed to import")
|
3927
3930
|
*
|
3928
3931
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -3949,7 +3952,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3949
3952
|
int __pyx_clineno = 0;
|
3950
3953
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
3951
3954
|
|
3952
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3955
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
3953
3956
|
*
|
3954
3957
|
* cdef inline int import_umath() except -1:
|
3955
3958
|
* try: # <<<<<<<<<<<<<<
|
@@ -3965,7 +3968,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3965
3968
|
__Pyx_XGOTREF(__pyx_t_3);
|
3966
3969
|
/*try:*/ {
|
3967
3970
|
|
3968
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3971
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1030
|
3969
3972
|
* cdef inline int import_umath() except -1:
|
3970
3973
|
* try:
|
3971
3974
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -3974,7 +3977,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3974
3977
|
*/
|
3975
3978
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1030, __pyx_L3_error)
|
3976
3979
|
|
3977
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3980
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
3978
3981
|
*
|
3979
3982
|
* cdef inline int import_umath() except -1:
|
3980
3983
|
* try: # <<<<<<<<<<<<<<
|
@@ -3988,7 +3991,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
3988
3991
|
goto __pyx_L8_try_end;
|
3989
3992
|
__pyx_L3_error:;
|
3990
3993
|
|
3991
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
3994
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1031
|
3992
3995
|
* try:
|
3993
3996
|
* _import_umath()
|
3994
3997
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -4003,7 +4006,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
4003
4006
|
__Pyx_XGOTREF(__pyx_t_6);
|
4004
4007
|
__Pyx_XGOTREF(__pyx_t_7);
|
4005
4008
|
|
4006
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4009
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1032
|
4007
4010
|
* _import_umath()
|
4008
4011
|
* except Exception:
|
4009
4012
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -4028,7 +4031,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
4028
4031
|
}
|
4029
4032
|
goto __pyx_L5_except_error;
|
4030
4033
|
|
4031
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4034
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1029
|
4032
4035
|
*
|
4033
4036
|
* cdef inline int import_umath() except -1:
|
4034
4037
|
* try: # <<<<<<<<<<<<<<
|
@@ -4044,7 +4047,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
4044
4047
|
__pyx_L8_try_end:;
|
4045
4048
|
}
|
4046
4049
|
|
4047
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4050
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1028
|
4048
4051
|
* raise ImportError("numpy._core.multiarray failed to import")
|
4049
4052
|
*
|
4050
4053
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
@@ -4069,7 +4072,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
4069
4072
|
return __pyx_r;
|
4070
4073
|
}
|
4071
4074
|
|
4072
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4075
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
4073
4076
|
* raise ImportError("numpy._core.umath failed to import")
|
4074
4077
|
*
|
4075
4078
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -4096,7 +4099,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4096
4099
|
int __pyx_clineno = 0;
|
4097
4100
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
4098
4101
|
|
4099
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4102
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
4100
4103
|
*
|
4101
4104
|
* cdef inline int import_ufunc() except -1:
|
4102
4105
|
* try: # <<<<<<<<<<<<<<
|
@@ -4112,7 +4115,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4112
4115
|
__Pyx_XGOTREF(__pyx_t_3);
|
4113
4116
|
/*try:*/ {
|
4114
4117
|
|
4115
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4118
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1036
|
4116
4119
|
* cdef inline int import_ufunc() except -1:
|
4117
4120
|
* try:
|
4118
4121
|
* _import_umath() # <<<<<<<<<<<<<<
|
@@ -4121,7 +4124,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4121
4124
|
*/
|
4122
4125
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1036, __pyx_L3_error)
|
4123
4126
|
|
4124
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4127
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
4125
4128
|
*
|
4126
4129
|
* cdef inline int import_ufunc() except -1:
|
4127
4130
|
* try: # <<<<<<<<<<<<<<
|
@@ -4135,7 +4138,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4135
4138
|
goto __pyx_L8_try_end;
|
4136
4139
|
__pyx_L3_error:;
|
4137
4140
|
|
4138
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4141
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1037
|
4139
4142
|
* try:
|
4140
4143
|
* _import_umath()
|
4141
4144
|
* except Exception: # <<<<<<<<<<<<<<
|
@@ -4150,7 +4153,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4150
4153
|
__Pyx_XGOTREF(__pyx_t_6);
|
4151
4154
|
__Pyx_XGOTREF(__pyx_t_7);
|
4152
4155
|
|
4153
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4156
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1038
|
4154
4157
|
* _import_umath()
|
4155
4158
|
* except Exception:
|
4156
4159
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
@@ -4175,7 +4178,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4175
4178
|
}
|
4176
4179
|
goto __pyx_L5_except_error;
|
4177
4180
|
|
4178
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4181
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1035
|
4179
4182
|
*
|
4180
4183
|
* cdef inline int import_ufunc() except -1:
|
4181
4184
|
* try: # <<<<<<<<<<<<<<
|
@@ -4191,7 +4194,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4191
4194
|
__pyx_L8_try_end:;
|
4192
4195
|
}
|
4193
4196
|
|
4194
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4197
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1034
|
4195
4198
|
* raise ImportError("numpy._core.umath failed to import")
|
4196
4199
|
*
|
4197
4200
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
@@ -4216,7 +4219,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4216
4219
|
return __pyx_r;
|
4217
4220
|
}
|
4218
4221
|
|
4219
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4222
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
4220
4223
|
*
|
4221
4224
|
*
|
4222
4225
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -4227,7 +4230,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
4227
4230
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
4228
4231
|
int __pyx_r;
|
4229
4232
|
|
4230
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4233
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1053
|
4231
4234
|
* bool
|
4232
4235
|
* """
|
4233
4236
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
@@ -4237,7 +4240,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
4237
4240
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
4238
4241
|
goto __pyx_L0;
|
4239
4242
|
|
4240
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4243
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1041
|
4241
4244
|
*
|
4242
4245
|
*
|
4243
4246
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -4250,7 +4253,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
4250
4253
|
return __pyx_r;
|
4251
4254
|
}
|
4252
4255
|
|
4253
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4256
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
4254
4257
|
*
|
4255
4258
|
*
|
4256
4259
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -4261,7 +4264,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
4261
4264
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
4262
4265
|
int __pyx_r;
|
4263
4266
|
|
4264
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4267
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1068
|
4265
4268
|
* bool
|
4266
4269
|
* """
|
4267
4270
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
@@ -4271,7 +4274,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
4271
4274
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
4272
4275
|
goto __pyx_L0;
|
4273
4276
|
|
4274
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4277
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1056
|
4275
4278
|
*
|
4276
4279
|
*
|
4277
4280
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
@@ -4284,7 +4287,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
4284
4287
|
return __pyx_r;
|
4285
4288
|
}
|
4286
4289
|
|
4287
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4290
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
4288
4291
|
*
|
4289
4292
|
*
|
4290
4293
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4295,7 +4298,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
4295
4298
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
4296
4299
|
npy_datetime __pyx_r;
|
4297
4300
|
|
4298
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4301
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1078
|
4299
4302
|
* also needed. That can be found using `get_datetime64_unit`.
|
4300
4303
|
* """
|
4301
4304
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -4305,7 +4308,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
4305
4308
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
4306
4309
|
goto __pyx_L0;
|
4307
4310
|
|
4308
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4311
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1071
|
4309
4312
|
*
|
4310
4313
|
*
|
4311
4314
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4318,7 +4321,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
4318
4321
|
return __pyx_r;
|
4319
4322
|
}
|
4320
4323
|
|
4321
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4324
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
4322
4325
|
*
|
4323
4326
|
*
|
4324
4327
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4329,7 +4332,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
4329
4332
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
4330
4333
|
npy_timedelta __pyx_r;
|
4331
4334
|
|
4332
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4335
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1085
|
4333
4336
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
4334
4337
|
* """
|
4335
4338
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
@@ -4339,7 +4342,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
4339
4342
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
4340
4343
|
goto __pyx_L0;
|
4341
4344
|
|
4342
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4345
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1081
|
4343
4346
|
*
|
4344
4347
|
*
|
4345
4348
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4352,7 +4355,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
4352
4355
|
return __pyx_r;
|
4353
4356
|
}
|
4354
4357
|
|
4355
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4358
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
4356
4359
|
*
|
4357
4360
|
*
|
4358
4361
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4363,7 +4366,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
4363
4366
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
4364
4367
|
NPY_DATETIMEUNIT __pyx_r;
|
4365
4368
|
|
4366
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4369
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1092
|
4367
4370
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
4368
4371
|
* """
|
4369
4372
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
@@ -4373,7 +4376,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
4373
4376
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
4374
4377
|
goto __pyx_L0;
|
4375
4378
|
|
4376
|
-
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
4379
|
+
/* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-o7d3_vg_/overlay/lib/python3.9/site-packages/numpy/__init__.cython-30.pxd":1088
|
4377
4380
|
*
|
4378
4381
|
*
|
4379
4382
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
@@ -4462,153 +4465,153 @@ static int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
4462
4465
|
/*--- Type import code ---*/
|
4463
4466
|
__pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 9, __pyx_L1_error)
|
4464
4467
|
__Pyx_GOTREF(__pyx_t_1);
|
4465
|
-
__pyx_mstate->__pyx_ptype_7cpython_4type_type =
|
4468
|
+
__pyx_mstate->__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_1_3(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
|
4466
4469
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4467
|
-
sizeof(PyTypeObject),
|
4470
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyTypeObject),
|
4468
4471
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4469
4472
|
0, 0,
|
4470
4473
|
#else
|
4471
|
-
sizeof(PyHeapTypeObject),
|
4474
|
+
sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyHeapTypeObject),
|
4472
4475
|
#endif
|
4473
|
-
|
4476
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_7cpython_4type_type) __PYX_ERR(2, 9, __pyx_L1_error)
|
4474
4477
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
4475
4478
|
__pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 271, __pyx_L1_error)
|
4476
4479
|
__Pyx_GOTREF(__pyx_t_1);
|
4477
|
-
__pyx_mstate->__pyx_ptype_5numpy_dtype =
|
4480
|
+
__pyx_mstate->__pyx_ptype_5numpy_dtype = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "dtype",
|
4478
4481
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4479
|
-
sizeof(PyArray_Descr),
|
4482
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
4480
4483
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4481
|
-
sizeof(PyArray_Descr),
|
4484
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
4482
4485
|
#else
|
4483
|
-
sizeof(PyArray_Descr),
|
4486
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
4484
4487
|
#endif
|
4485
|
-
|
4486
|
-
__pyx_mstate->__pyx_ptype_5numpy_flatiter =
|
4488
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_dtype) __PYX_ERR(1, 271, __pyx_L1_error)
|
4489
|
+
__pyx_mstate->__pyx_ptype_5numpy_flatiter = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "flatiter",
|
4487
4490
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4488
|
-
sizeof(PyArrayIterObject),
|
4491
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
4489
4492
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4490
|
-
sizeof(PyArrayIterObject),
|
4493
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
4491
4494
|
#else
|
4492
|
-
sizeof(PyArrayIterObject),
|
4495
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
4493
4496
|
#endif
|
4494
|
-
|
4495
|
-
__pyx_mstate->__pyx_ptype_5numpy_broadcast =
|
4497
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_flatiter) __PYX_ERR(1, 316, __pyx_L1_error)
|
4498
|
+
__pyx_mstate->__pyx_ptype_5numpy_broadcast = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "broadcast",
|
4496
4499
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4497
|
-
sizeof(PyArrayMultiIterObject),
|
4500
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
4498
4501
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4499
|
-
sizeof(PyArrayMultiIterObject),
|
4502
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
4500
4503
|
#else
|
4501
|
-
sizeof(PyArrayMultiIterObject),
|
4504
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
4502
4505
|
#endif
|
4503
|
-
|
4504
|
-
__pyx_mstate->__pyx_ptype_5numpy_ndarray =
|
4506
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_broadcast) __PYX_ERR(1, 320, __pyx_L1_error)
|
4507
|
+
__pyx_mstate->__pyx_ptype_5numpy_ndarray = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "ndarray",
|
4505
4508
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4506
|
-
sizeof(PyArrayObject),
|
4509
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
4507
4510
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4508
|
-
sizeof(PyArrayObject),
|
4511
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
4509
4512
|
#else
|
4510
|
-
sizeof(PyArrayObject),
|
4513
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
4511
4514
|
#endif
|
4512
|
-
|
4513
|
-
__pyx_mstate->__pyx_ptype_5numpy_generic =
|
4515
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_ndarray) __PYX_ERR(1, 359, __pyx_L1_error)
|
4516
|
+
__pyx_mstate->__pyx_ptype_5numpy_generic = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "generic",
|
4514
4517
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4515
|
-
sizeof(PyObject),
|
4518
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4516
4519
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4517
|
-
sizeof(PyObject),
|
4520
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4518
4521
|
#else
|
4519
|
-
sizeof(PyObject),
|
4522
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4520
4523
|
#endif
|
4521
|
-
|
4522
|
-
__pyx_mstate->__pyx_ptype_5numpy_number =
|
4524
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_generic) __PYX_ERR(1, 848, __pyx_L1_error)
|
4525
|
+
__pyx_mstate->__pyx_ptype_5numpy_number = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "number",
|
4523
4526
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4524
|
-
sizeof(PyObject),
|
4527
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4525
4528
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4526
|
-
sizeof(PyObject),
|
4529
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4527
4530
|
#else
|
4528
|
-
sizeof(PyObject),
|
4531
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4529
4532
|
#endif
|
4530
|
-
|
4531
|
-
__pyx_mstate->__pyx_ptype_5numpy_integer =
|
4533
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_number) __PYX_ERR(1, 850, __pyx_L1_error)
|
4534
|
+
__pyx_mstate->__pyx_ptype_5numpy_integer = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "integer",
|
4532
4535
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4533
|
-
sizeof(PyObject),
|
4536
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4534
4537
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4535
|
-
sizeof(PyObject),
|
4538
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4536
4539
|
#else
|
4537
|
-
sizeof(PyObject),
|
4540
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4538
4541
|
#endif
|
4539
|
-
|
4540
|
-
__pyx_mstate->__pyx_ptype_5numpy_signedinteger =
|
4542
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_integer) __PYX_ERR(1, 852, __pyx_L1_error)
|
4543
|
+
__pyx_mstate->__pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "signedinteger",
|
4541
4544
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4542
|
-
sizeof(PyObject),
|
4545
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4543
4546
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4544
|
-
sizeof(PyObject),
|
4547
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4545
4548
|
#else
|
4546
|
-
sizeof(PyObject),
|
4549
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4547
4550
|
#endif
|
4548
|
-
|
4549
|
-
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger =
|
4551
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_signedinteger) __PYX_ERR(1, 854, __pyx_L1_error)
|
4552
|
+
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "unsignedinteger",
|
4550
4553
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4551
|
-
sizeof(PyObject),
|
4554
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4552
4555
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4553
|
-
sizeof(PyObject),
|
4556
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4554
4557
|
#else
|
4555
|
-
sizeof(PyObject),
|
4558
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4556
4559
|
#endif
|
4557
|
-
|
4558
|
-
__pyx_mstate->__pyx_ptype_5numpy_inexact =
|
4560
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(1, 856, __pyx_L1_error)
|
4561
|
+
__pyx_mstate->__pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "inexact",
|
4559
4562
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4560
|
-
sizeof(PyObject),
|
4563
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4561
4564
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4562
|
-
sizeof(PyObject),
|
4565
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4563
4566
|
#else
|
4564
|
-
sizeof(PyObject),
|
4567
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4565
4568
|
#endif
|
4566
|
-
|
4567
|
-
__pyx_mstate->__pyx_ptype_5numpy_floating =
|
4569
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_inexact) __PYX_ERR(1, 858, __pyx_L1_error)
|
4570
|
+
__pyx_mstate->__pyx_ptype_5numpy_floating = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "floating",
|
4568
4571
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4569
|
-
sizeof(PyObject),
|
4572
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4570
4573
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4571
|
-
sizeof(PyObject),
|
4574
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4572
4575
|
#else
|
4573
|
-
sizeof(PyObject),
|
4576
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4574
4577
|
#endif
|
4575
|
-
|
4576
|
-
__pyx_mstate->__pyx_ptype_5numpy_complexfloating =
|
4578
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_floating) __PYX_ERR(1, 860, __pyx_L1_error)
|
4579
|
+
__pyx_mstate->__pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "complexfloating",
|
4577
4580
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4578
|
-
sizeof(PyObject),
|
4581
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4579
4582
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4580
|
-
sizeof(PyObject),
|
4583
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4581
4584
|
#else
|
4582
|
-
sizeof(PyObject),
|
4585
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4583
4586
|
#endif
|
4584
|
-
|
4585
|
-
__pyx_mstate->__pyx_ptype_5numpy_flexible =
|
4587
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_complexfloating) __PYX_ERR(1, 862, __pyx_L1_error)
|
4588
|
+
__pyx_mstate->__pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "flexible",
|
4586
4589
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4587
|
-
sizeof(PyObject),
|
4590
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4588
4591
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4589
|
-
sizeof(PyObject),
|
4592
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4590
4593
|
#else
|
4591
|
-
sizeof(PyObject),
|
4594
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4592
4595
|
#endif
|
4593
|
-
|
4594
|
-
__pyx_mstate->__pyx_ptype_5numpy_character =
|
4596
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_flexible) __PYX_ERR(1, 864, __pyx_L1_error)
|
4597
|
+
__pyx_mstate->__pyx_ptype_5numpy_character = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "character",
|
4595
4598
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4596
|
-
sizeof(PyObject),
|
4599
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4597
4600
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4598
|
-
sizeof(PyObject),
|
4601
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4599
4602
|
#else
|
4600
|
-
sizeof(PyObject),
|
4603
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
4601
4604
|
#endif
|
4602
|
-
|
4603
|
-
__pyx_mstate->__pyx_ptype_5numpy_ufunc =
|
4605
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_character) __PYX_ERR(1, 866, __pyx_L1_error)
|
4606
|
+
__pyx_mstate->__pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "ufunc",
|
4604
4607
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
4605
|
-
sizeof(PyUFuncObject),
|
4608
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
4606
4609
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
4607
|
-
sizeof(PyUFuncObject),
|
4610
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
4608
4611
|
#else
|
4609
|
-
sizeof(PyUFuncObject),
|
4612
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
4610
4613
|
#endif
|
4611
|
-
|
4614
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_ufunc) __PYX_ERR(1, 930, __pyx_L1_error)
|
4612
4615
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
4613
4616
|
__Pyx_RefNannyFinishContext();
|
4614
4617
|
return 0;
|
@@ -5933,10 +5936,10 @@ bad:
|
|
5933
5936
|
}
|
5934
5937
|
|
5935
5938
|
/* TypeImport */
|
5936
|
-
#ifndef
|
5937
|
-
#define
|
5938
|
-
static PyTypeObject *
|
5939
|
-
size_t size, size_t alignment, enum
|
5939
|
+
#ifndef __PYX_HAVE_RT_ImportType_3_1_3
|
5940
|
+
#define __PYX_HAVE_RT_ImportType_3_1_3
|
5941
|
+
static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject *module, const char *module_name, const char *class_name,
|
5942
|
+
size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_3 check_size)
|
5940
5943
|
{
|
5941
5944
|
PyObject *result = 0;
|
5942
5945
|
Py_ssize_t basicsize;
|
@@ -5992,7 +5995,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
5992
5995
|
module_name, class_name, size, basicsize+itemsize);
|
5993
5996
|
goto bad;
|
5994
5997
|
}
|
5995
|
-
if (check_size ==
|
5998
|
+
if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_3 &&
|
5996
5999
|
((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
|
5997
6000
|
PyErr_Format(PyExc_ValueError,
|
5998
6001
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
@@ -6000,7 +6003,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
6000
6003
|
module_name, class_name, size, basicsize, basicsize+itemsize);
|
6001
6004
|
goto bad;
|
6002
6005
|
}
|
6003
|
-
else if (check_size ==
|
6006
|
+
else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_3 && (size_t)basicsize > size) {
|
6004
6007
|
if (PyErr_WarnFormat(NULL, 0,
|
6005
6008
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
6006
6009
|
"Expected %zd from C header, got %zd from PyObject",
|