edsger 0.1.4__cp311-cp311-macosx_11_0_arm64.whl → 0.1.5__cp311-cp311-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/path_tracking.c CHANGED
@@ -1,4 +1,4 @@
1
- /* Generated by Cython 3.1.2 */
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 "3_1_2"
44
- #define CYTHON_HEX_VERSION 0x030102F0
43
+ #define __PYX_ABI_VERSION "3_1_3"
44
+ #define CYTHON_HEX_VERSION 0x030103F0
45
45
  #define CYTHON_FUTURE_DIVISION 1
46
46
  /* CModulePreamble */
47
47
  #include <stddef.h>
@@ -404,6 +404,9 @@ END: Cython Metadata */
404
404
  enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
405
405
  #endif
406
406
  #endif
407
+ #ifndef CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME
408
+ #define CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME 100
409
+ #endif
407
410
  #ifndef __has_attribute
408
411
  #define __has_attribute(x) 0
409
412
  #endif
@@ -1384,7 +1387,7 @@ static const char *__pyx_filename;
1384
1387
  static const char* const __pyx_f[] = {
1385
1388
  "src/edsger/path_tracking.pyx",
1386
1389
  "<stringsource>",
1387
- "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd",
1390
+ "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd",
1388
1391
  "cpython/type.pxd",
1389
1392
  };
1390
1393
  /* #### Code section: utility_code_proto_before_types ### */
@@ -1607,7 +1610,7 @@ typedef struct {
1607
1610
 
1608
1611
  /* #### Code section: numeric_typedefs ### */
1609
1612
 
1610
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":743
1613
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":743
1611
1614
  * # in Cython to enable them only on the right systems.
1612
1615
  *
1613
1616
  * ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
@@ -1616,7 +1619,7 @@ typedef struct {
1616
1619
  */
1617
1620
  typedef npy_int8 __pyx_t_5numpy_int8_t;
1618
1621
 
1619
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":744
1622
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":744
1620
1623
  *
1621
1624
  * ctypedef npy_int8 int8_t
1622
1625
  * ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
@@ -1625,7 +1628,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
1625
1628
  */
1626
1629
  typedef npy_int16 __pyx_t_5numpy_int16_t;
1627
1630
 
1628
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":745
1631
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":745
1629
1632
  * ctypedef npy_int8 int8_t
1630
1633
  * ctypedef npy_int16 int16_t
1631
1634
  * ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
@@ -1634,7 +1637,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
1634
1637
  */
1635
1638
  typedef npy_int32 __pyx_t_5numpy_int32_t;
1636
1639
 
1637
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":746
1640
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":746
1638
1641
  * ctypedef npy_int16 int16_t
1639
1642
  * ctypedef npy_int32 int32_t
1640
1643
  * ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
@@ -1643,7 +1646,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
1643
1646
  */
1644
1647
  typedef npy_int64 __pyx_t_5numpy_int64_t;
1645
1648
 
1646
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":748
1649
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":748
1647
1650
  * ctypedef npy_int64 int64_t
1648
1651
  *
1649
1652
  * ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
@@ -1652,7 +1655,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
1652
1655
  */
1653
1656
  typedef npy_uint8 __pyx_t_5numpy_uint8_t;
1654
1657
 
1655
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":749
1658
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":749
1656
1659
  *
1657
1660
  * ctypedef npy_uint8 uint8_t
1658
1661
  * ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
@@ -1661,7 +1664,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
1661
1664
  */
1662
1665
  typedef npy_uint16 __pyx_t_5numpy_uint16_t;
1663
1666
 
1664
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":750
1667
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":750
1665
1668
  * ctypedef npy_uint8 uint8_t
1666
1669
  * ctypedef npy_uint16 uint16_t
1667
1670
  * ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
@@ -1670,7 +1673,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
1670
1673
  */
1671
1674
  typedef npy_uint32 __pyx_t_5numpy_uint32_t;
1672
1675
 
1673
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":751
1676
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":751
1674
1677
  * ctypedef npy_uint16 uint16_t
1675
1678
  * ctypedef npy_uint32 uint32_t
1676
1679
  * ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
@@ -1679,7 +1682,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
1679
1682
  */
1680
1683
  typedef npy_uint64 __pyx_t_5numpy_uint64_t;
1681
1684
 
1682
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":753
1685
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":753
1683
1686
  * ctypedef npy_uint64 uint64_t
1684
1687
  *
1685
1688
  * ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
@@ -1688,7 +1691,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
1688
1691
  */
1689
1692
  typedef npy_float32 __pyx_t_5numpy_float32_t;
1690
1693
 
1691
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":754
1694
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":754
1692
1695
  *
1693
1696
  * ctypedef npy_float32 float32_t
1694
1697
  * ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
@@ -1697,7 +1700,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
1697
1700
  */
1698
1701
  typedef npy_float64 __pyx_t_5numpy_float64_t;
1699
1702
 
1700
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":761
1703
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":761
1701
1704
  * ctypedef double complex complex128_t
1702
1705
  *
1703
1706
  * ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
@@ -1706,7 +1709,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
1706
1709
  */
1707
1710
  typedef npy_longlong __pyx_t_5numpy_longlong_t;
1708
1711
 
1709
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":762
1712
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":762
1710
1713
  *
1711
1714
  * ctypedef npy_longlong longlong_t
1712
1715
  * ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
@@ -1715,7 +1718,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
1715
1718
  */
1716
1719
  typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
1717
1720
 
1718
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":764
1721
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":764
1719
1722
  * ctypedef npy_ulonglong ulonglong_t
1720
1723
  *
1721
1724
  * ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
@@ -1724,7 +1727,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
1724
1727
  */
1725
1728
  typedef npy_intp __pyx_t_5numpy_intp_t;
1726
1729
 
1727
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":765
1730
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":765
1728
1731
  *
1729
1732
  * ctypedef npy_intp intp_t
1730
1733
  * ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
@@ -1733,7 +1736,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
1733
1736
  */
1734
1737
  typedef npy_uintp __pyx_t_5numpy_uintp_t;
1735
1738
 
1736
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":767
1739
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":767
1737
1740
  * ctypedef npy_uintp uintp_t
1738
1741
  *
1739
1742
  * ctypedef npy_double float_t # <<<<<<<<<<<<<<
@@ -1742,7 +1745,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
1742
1745
  */
1743
1746
  typedef npy_double __pyx_t_5numpy_float_t;
1744
1747
 
1745
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":768
1748
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":768
1746
1749
  *
1747
1750
  * ctypedef npy_double float_t
1748
1751
  * ctypedef npy_double double_t # <<<<<<<<<<<<<<
@@ -1751,7 +1754,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
1751
1754
  */
1752
1755
  typedef npy_double __pyx_t_5numpy_double_t;
1753
1756
 
1754
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":769
1757
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":769
1755
1758
  * ctypedef npy_double float_t
1756
1759
  * ctypedef npy_double double_t
1757
1760
  * ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
@@ -2636,22 +2639,22 @@ static int __Pyx__DelItemOnTypeDict(PyTypeObject *tp, PyObject *k);
2636
2639
  static int __Pyx_setup_reduce(PyObject* type_obj);
2637
2640
 
2638
2641
  /* TypeImport.proto */
2639
- #ifndef __PYX_HAVE_RT_ImportType_proto_3_1_2
2640
- #define __PYX_HAVE_RT_ImportType_proto_3_1_2
2642
+ #ifndef __PYX_HAVE_RT_ImportType_proto_3_1_3
2643
+ #define __PYX_HAVE_RT_ImportType_proto_3_1_3
2641
2644
  #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
2642
2645
  #include <stdalign.h>
2643
2646
  #endif
2644
2647
  #if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
2645
- #define __PYX_GET_STRUCT_ALIGNMENT_3_1_2(s) alignof(s)
2648
+ #define __PYX_GET_STRUCT_ALIGNMENT_3_1_3(s) alignof(s)
2646
2649
  #else
2647
- #define __PYX_GET_STRUCT_ALIGNMENT_3_1_2(s) sizeof(void*)
2650
+ #define __PYX_GET_STRUCT_ALIGNMENT_3_1_3(s) sizeof(void*)
2648
2651
  #endif
2649
- enum __Pyx_ImportType_CheckSize_3_1_2 {
2650
- __Pyx_ImportType_CheckSize_Error_3_1_2 = 0,
2651
- __Pyx_ImportType_CheckSize_Warn_3_1_2 = 1,
2652
- __Pyx_ImportType_CheckSize_Ignore_3_1_2 = 2
2652
+ enum __Pyx_ImportType_CheckSize_3_1_3 {
2653
+ __Pyx_ImportType_CheckSize_Error_3_1_3 = 0,
2654
+ __Pyx_ImportType_CheckSize_Warn_3_1_3 = 1,
2655
+ __Pyx_ImportType_CheckSize_Ignore_3_1_3 = 2
2653
2656
  };
2654
- static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject* module, const char *module_name, const char *class_name, size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_2 check_size);
2657
+ 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);
2655
2658
  #endif
2656
2659
 
2657
2660
  /* FetchSharedCythonModule.proto */
@@ -17119,7 +17122,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
17119
17122
  return __pyx_r;
17120
17123
  }
17121
17124
 
17122
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
17125
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
17123
17126
  * cdef int type_num
17124
17127
  *
17125
17128
  * @property # <<<<<<<<<<<<<<
@@ -17130,7 +17133,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
17130
17133
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
17131
17134
  npy_intp __pyx_r;
17132
17135
 
17133
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":244
17136
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":244
17134
17137
  * @property
17135
17138
  * cdef inline npy_intp itemsize(self) noexcept nogil:
17136
17139
  * return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
@@ -17140,7 +17143,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
17140
17143
  __pyx_r = PyDataType_ELSIZE(__pyx_v_self);
17141
17144
  goto __pyx_L0;
17142
17145
 
17143
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
17146
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":242
17144
17147
  * cdef int type_num
17145
17148
  *
17146
17149
  * @property # <<<<<<<<<<<<<<
@@ -17153,7 +17156,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
17153
17156
  return __pyx_r;
17154
17157
  }
17155
17158
 
17156
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
17159
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
17157
17160
  * return PyDataType_ELSIZE(self)
17158
17161
  *
17159
17162
  * @property # <<<<<<<<<<<<<<
@@ -17164,7 +17167,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
17164
17167
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
17165
17168
  npy_intp __pyx_r;
17166
17169
 
17167
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":248
17170
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":248
17168
17171
  * @property
17169
17172
  * cdef inline npy_intp alignment(self) noexcept nogil:
17170
17173
  * return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
@@ -17174,7 +17177,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
17174
17177
  __pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
17175
17178
  goto __pyx_L0;
17176
17179
 
17177
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
17180
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":246
17178
17181
  * return PyDataType_ELSIZE(self)
17179
17182
  *
17180
17183
  * @property # <<<<<<<<<<<<<<
@@ -17187,7 +17190,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
17187
17190
  return __pyx_r;
17188
17191
  }
17189
17192
 
17190
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
17193
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
17191
17194
  * # Use fields/names with care as they may be NULL. You must check
17192
17195
  * # for this using PyDataType_HASFIELDS.
17193
17196
  * @property # <<<<<<<<<<<<<<
@@ -17201,7 +17204,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
17201
17204
  PyObject *__pyx_t_1;
17202
17205
  __Pyx_RefNannySetupContext("fields", 0);
17203
17206
 
17204
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":254
17207
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":254
17205
17208
  * @property
17206
17209
  * cdef inline object fields(self):
17207
17210
  * return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
@@ -17214,7 +17217,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
17214
17217
  __pyx_r = ((PyObject *)__pyx_t_1);
17215
17218
  goto __pyx_L0;
17216
17219
 
17217
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
17220
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":252
17218
17221
  * # Use fields/names with care as they may be NULL. You must check
17219
17222
  * # for this using PyDataType_HASFIELDS.
17220
17223
  * @property # <<<<<<<<<<<<<<
@@ -17229,7 +17232,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
17229
17232
  return __pyx_r;
17230
17233
  }
17231
17234
 
17232
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
17235
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
17233
17236
  * return <object>PyDataType_FIELDS(self)
17234
17237
  *
17235
17238
  * @property # <<<<<<<<<<<<<<
@@ -17243,7 +17246,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
17243
17246
  PyObject *__pyx_t_1;
17244
17247
  __Pyx_RefNannySetupContext("names", 0);
17245
17248
 
17246
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":258
17249
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":258
17247
17250
  * @property
17248
17251
  * cdef inline tuple names(self):
17249
17252
  * return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
@@ -17256,7 +17259,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
17256
17259
  __pyx_r = ((PyObject*)__pyx_t_1);
17257
17260
  goto __pyx_L0;
17258
17261
 
17259
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
17262
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":256
17260
17263
  * return <object>PyDataType_FIELDS(self)
17261
17264
  *
17262
17265
  * @property # <<<<<<<<<<<<<<
@@ -17271,7 +17274,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
17271
17274
  return __pyx_r;
17272
17275
  }
17273
17276
 
17274
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
17277
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
17275
17278
  * # valid (the pointer can be NULL). Most users should access
17276
17279
  * # this field via the inline helper method PyDataType_SHAPE.
17277
17280
  * @property # <<<<<<<<<<<<<<
@@ -17282,7 +17285,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
17282
17285
  static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
17283
17286
  PyArray_ArrayDescr *__pyx_r;
17284
17287
 
17285
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":265
17288
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":265
17286
17289
  * @property
17287
17290
  * cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
17288
17291
  * return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
@@ -17292,7 +17295,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
17292
17295
  __pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
17293
17296
  goto __pyx_L0;
17294
17297
 
17295
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
17298
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":263
17296
17299
  * # valid (the pointer can be NULL). Most users should access
17297
17300
  * # this field via the inline helper method PyDataType_SHAPE.
17298
17301
  * @property # <<<<<<<<<<<<<<
@@ -17305,7 +17308,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
17305
17308
  return __pyx_r;
17306
17309
  }
17307
17310
 
17308
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
17311
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
17309
17312
  * return PyDataType_SUBARRAY(self)
17310
17313
  *
17311
17314
  * @property # <<<<<<<<<<<<<<
@@ -17316,7 +17319,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
17316
17319
  static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
17317
17320
  npy_uint64 __pyx_r;
17318
17321
 
17319
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":270
17322
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":270
17320
17323
  * cdef inline npy_uint64 flags(self) noexcept nogil:
17321
17324
  * """The data types flags."""
17322
17325
  * return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
@@ -17326,7 +17329,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
17326
17329
  __pyx_r = PyDataType_FLAGS(__pyx_v_self);
17327
17330
  goto __pyx_L0;
17328
17331
 
17329
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
17332
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":267
17330
17333
  * return PyDataType_SUBARRAY(self)
17331
17334
  *
17332
17335
  * @property # <<<<<<<<<<<<<<
@@ -17339,7 +17342,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
17339
17342
  return __pyx_r;
17340
17343
  }
17341
17344
 
17342
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
17345
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
17343
17346
  * ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
17344
17347
  *
17345
17348
  * @property # <<<<<<<<<<<<<<
@@ -17350,7 +17353,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
17350
17353
  static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
17351
17354
  int __pyx_r;
17352
17355
 
17353
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":282
17356
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":282
17354
17357
  * cdef inline int numiter(self) noexcept nogil:
17355
17358
  * """The number of arrays that need to be broadcast to the same shape."""
17356
17359
  * return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
@@ -17360,7 +17363,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
17360
17363
  __pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
17361
17364
  goto __pyx_L0;
17362
17365
 
17363
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
17366
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":279
17364
17367
  * ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
17365
17368
  *
17366
17369
  * @property # <<<<<<<<<<<<<<
@@ -17373,7 +17376,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
17373
17376
  return __pyx_r;
17374
17377
  }
17375
17378
 
17376
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
17379
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
17377
17380
  * return PyArray_MultiIter_NUMITER(self)
17378
17381
  *
17379
17382
  * @property # <<<<<<<<<<<<<<
@@ -17384,7 +17387,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
17384
17387
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
17385
17388
  npy_intp __pyx_r;
17386
17389
 
17387
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":287
17390
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":287
17388
17391
  * cdef inline npy_intp size(self) noexcept nogil:
17389
17392
  * """The total broadcasted size."""
17390
17393
  * return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
@@ -17394,7 +17397,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
17394
17397
  __pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
17395
17398
  goto __pyx_L0;
17396
17399
 
17397
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
17400
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":284
17398
17401
  * return PyArray_MultiIter_NUMITER(self)
17399
17402
  *
17400
17403
  * @property # <<<<<<<<<<<<<<
@@ -17407,7 +17410,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
17407
17410
  return __pyx_r;
17408
17411
  }
17409
17412
 
17410
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
17413
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
17411
17414
  * return PyArray_MultiIter_SIZE(self)
17412
17415
  *
17413
17416
  * @property # <<<<<<<<<<<<<<
@@ -17418,7 +17421,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
17418
17421
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
17419
17422
  npy_intp __pyx_r;
17420
17423
 
17421
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":292
17424
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":292
17422
17425
  * cdef inline npy_intp index(self) noexcept nogil:
17423
17426
  * """The current (1-d) index into the broadcasted result."""
17424
17427
  * return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
@@ -17428,7 +17431,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
17428
17431
  __pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
17429
17432
  goto __pyx_L0;
17430
17433
 
17431
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
17434
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":289
17432
17435
  * return PyArray_MultiIter_SIZE(self)
17433
17436
  *
17434
17437
  * @property # <<<<<<<<<<<<<<
@@ -17441,7 +17444,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
17441
17444
  return __pyx_r;
17442
17445
  }
17443
17446
 
17444
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
17447
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
17445
17448
  * return PyArray_MultiIter_INDEX(self)
17446
17449
  *
17447
17450
  * @property # <<<<<<<<<<<<<<
@@ -17452,7 +17455,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
17452
17455
  static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
17453
17456
  int __pyx_r;
17454
17457
 
17455
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":297
17458
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":297
17456
17459
  * cdef inline int nd(self) noexcept nogil:
17457
17460
  * """The number of dimensions in the broadcasted result."""
17458
17461
  * return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
@@ -17462,7 +17465,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
17462
17465
  __pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
17463
17466
  goto __pyx_L0;
17464
17467
 
17465
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
17468
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":294
17466
17469
  * return PyArray_MultiIter_INDEX(self)
17467
17470
  *
17468
17471
  * @property # <<<<<<<<<<<<<<
@@ -17475,7 +17478,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
17475
17478
  return __pyx_r;
17476
17479
  }
17477
17480
 
17478
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
17481
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
17479
17482
  * return PyArray_MultiIter_NDIM(self)
17480
17483
  *
17481
17484
  * @property # <<<<<<<<<<<<<<
@@ -17486,7 +17489,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
17486
17489
  static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
17487
17490
  npy_intp *__pyx_r;
17488
17491
 
17489
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":302
17492
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":302
17490
17493
  * cdef inline npy_intp* dimensions(self) noexcept nogil:
17491
17494
  * """The shape of the broadcasted result."""
17492
17495
  * return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
@@ -17496,7 +17499,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
17496
17499
  __pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
17497
17500
  goto __pyx_L0;
17498
17501
 
17499
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
17502
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":299
17500
17503
  * return PyArray_MultiIter_NDIM(self)
17501
17504
  *
17502
17505
  * @property # <<<<<<<<<<<<<<
@@ -17509,7 +17512,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
17509
17512
  return __pyx_r;
17510
17513
  }
17511
17514
 
17512
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
17515
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
17513
17516
  * return PyArray_MultiIter_DIMS(self)
17514
17517
  *
17515
17518
  * @property # <<<<<<<<<<<<<<
@@ -17520,7 +17523,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
17520
17523
  static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
17521
17524
  void **__pyx_r;
17522
17525
 
17523
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":308
17526
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":308
17524
17527
  * """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
17525
17528
  * On return, the iterators are adjusted for broadcasting."""
17526
17529
  * return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
@@ -17530,7 +17533,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
17530
17533
  __pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
17531
17534
  goto __pyx_L0;
17532
17535
 
17533
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
17536
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":304
17534
17537
  * return PyArray_MultiIter_DIMS(self)
17535
17538
  *
17536
17539
  * @property # <<<<<<<<<<<<<<
@@ -17543,7 +17546,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
17543
17546
  return __pyx_r;
17544
17547
  }
17545
17548
 
17546
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
17549
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
17547
17550
  * # Instead, we use properties that map to the corresponding C-API functions.
17548
17551
  *
17549
17552
  * @property # <<<<<<<<<<<<<<
@@ -17554,7 +17557,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
17554
17557
  static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
17555
17558
  PyObject *__pyx_r;
17556
17559
 
17557
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":326
17560
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":326
17558
17561
  * """Returns a borrowed reference to the object owning the data/memory.
17559
17562
  * """
17560
17563
  * return PyArray_BASE(self) # <<<<<<<<<<<<<<
@@ -17564,7 +17567,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
17564
17567
  __pyx_r = PyArray_BASE(__pyx_v_self);
17565
17568
  goto __pyx_L0;
17566
17569
 
17567
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
17570
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":322
17568
17571
  * # Instead, we use properties that map to the corresponding C-API functions.
17569
17572
  *
17570
17573
  * @property # <<<<<<<<<<<<<<
@@ -17577,7 +17580,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
17577
17580
  return __pyx_r;
17578
17581
  }
17579
17582
 
17580
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
17583
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
17581
17584
  * return PyArray_BASE(self)
17582
17585
  *
17583
17586
  * @property # <<<<<<<<<<<<<<
@@ -17591,7 +17594,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
17591
17594
  PyArray_Descr *__pyx_t_1;
17592
17595
  __Pyx_RefNannySetupContext("descr", 0);
17593
17596
 
17594
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":332
17597
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":332
17595
17598
  * """Returns an owned reference to the dtype of the array.
17596
17599
  * """
17597
17600
  * return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
@@ -17604,7 +17607,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
17604
17607
  __pyx_r = ((PyArray_Descr *)__pyx_t_1);
17605
17608
  goto __pyx_L0;
17606
17609
 
17607
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
17610
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328
17608
17611
  * return PyArray_BASE(self)
17609
17612
  *
17610
17613
  * @property # <<<<<<<<<<<<<<
@@ -17619,7 +17622,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
17619
17622
  return __pyx_r;
17620
17623
  }
17621
17624
 
17622
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
17625
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
17623
17626
  * return <dtype>PyArray_DESCR(self)
17624
17627
  *
17625
17628
  * @property # <<<<<<<<<<<<<<
@@ -17630,7 +17633,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
17630
17633
  static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
17631
17634
  int __pyx_r;
17632
17635
 
17633
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":338
17636
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":338
17634
17637
  * """Returns the number of dimensions in the array.
17635
17638
  * """
17636
17639
  * return PyArray_NDIM(self) # <<<<<<<<<<<<<<
@@ -17640,7 +17643,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
17640
17643
  __pyx_r = PyArray_NDIM(__pyx_v_self);
17641
17644
  goto __pyx_L0;
17642
17645
 
17643
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
17646
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":334
17644
17647
  * return <dtype>PyArray_DESCR(self)
17645
17648
  *
17646
17649
  * @property # <<<<<<<<<<<<<<
@@ -17653,7 +17656,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
17653
17656
  return __pyx_r;
17654
17657
  }
17655
17658
 
17656
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
17659
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
17657
17660
  * return PyArray_NDIM(self)
17658
17661
  *
17659
17662
  * @property # <<<<<<<<<<<<<<
@@ -17664,7 +17667,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
17664
17667
  static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
17665
17668
  npy_intp *__pyx_r;
17666
17669
 
17667
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":346
17670
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":346
17668
17671
  * Can return NULL for 0-dimensional arrays.
17669
17672
  * """
17670
17673
  * return PyArray_DIMS(self) # <<<<<<<<<<<<<<
@@ -17674,7 +17677,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
17674
17677
  __pyx_r = PyArray_DIMS(__pyx_v_self);
17675
17678
  goto __pyx_L0;
17676
17679
 
17677
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
17680
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340
17678
17681
  * return PyArray_NDIM(self)
17679
17682
  *
17680
17683
  * @property # <<<<<<<<<<<<<<
@@ -17687,7 +17690,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
17687
17690
  return __pyx_r;
17688
17691
  }
17689
17692
 
17690
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
17693
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
17691
17694
  * return PyArray_DIMS(self)
17692
17695
  *
17693
17696
  * @property # <<<<<<<<<<<<<<
@@ -17698,7 +17701,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
17698
17701
  static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
17699
17702
  npy_intp *__pyx_r;
17700
17703
 
17701
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":353
17704
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":353
17702
17705
  * The number of elements matches the number of dimensions of the array (ndim).
17703
17706
  * """
17704
17707
  * return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
@@ -17708,7 +17711,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
17708
17711
  __pyx_r = PyArray_STRIDES(__pyx_v_self);
17709
17712
  goto __pyx_L0;
17710
17713
 
17711
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
17714
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348
17712
17715
  * return PyArray_DIMS(self)
17713
17716
  *
17714
17717
  * @property # <<<<<<<<<<<<<<
@@ -17721,7 +17724,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
17721
17724
  return __pyx_r;
17722
17725
  }
17723
17726
 
17724
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
17727
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
17725
17728
  * return PyArray_STRIDES(self)
17726
17729
  *
17727
17730
  * @property # <<<<<<<<<<<<<<
@@ -17732,7 +17735,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
17732
17735
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
17733
17736
  npy_intp __pyx_r;
17734
17737
 
17735
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":359
17738
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":359
17736
17739
  * """Returns the total size (in number of elements) of the array.
17737
17740
  * """
17738
17741
  * return PyArray_SIZE(self) # <<<<<<<<<<<<<<
@@ -17742,7 +17745,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
17742
17745
  __pyx_r = PyArray_SIZE(__pyx_v_self);
17743
17746
  goto __pyx_L0;
17744
17747
 
17745
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
17748
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":355
17746
17749
  * return PyArray_STRIDES(self)
17747
17750
  *
17748
17751
  * @property # <<<<<<<<<<<<<<
@@ -17755,7 +17758,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
17755
17758
  return __pyx_r;
17756
17759
  }
17757
17760
 
17758
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
17761
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
17759
17762
  * return PyArray_SIZE(self)
17760
17763
  *
17761
17764
  * @property # <<<<<<<<<<<<<<
@@ -17766,7 +17769,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
17766
17769
  static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
17767
17770
  char *__pyx_r;
17768
17771
 
17769
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":368
17772
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":368
17770
17773
  * of `PyArray_DATA()` instead, which returns a 'void*'.
17771
17774
  * """
17772
17775
  * return PyArray_BYTES(self) # <<<<<<<<<<<<<<
@@ -17776,7 +17779,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
17776
17779
  __pyx_r = PyArray_BYTES(__pyx_v_self);
17777
17780
  goto __pyx_L0;
17778
17781
 
17779
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
17782
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":361
17780
17783
  * return PyArray_SIZE(self)
17781
17784
  *
17782
17785
  * @property # <<<<<<<<<<<<<<
@@ -17789,7 +17792,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
17789
17792
  return __pyx_r;
17790
17793
  }
17791
17794
 
17792
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
17795
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
17793
17796
  * ctypedef long double complex clongdouble_t
17794
17797
  *
17795
17798
  * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
@@ -17806,7 +17809,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
17806
17809
  int __pyx_clineno = 0;
17807
17810
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
17808
17811
 
17809
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":777
17812
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":777
17810
17813
  *
17811
17814
  * cdef inline object PyArray_MultiIterNew1(a):
17812
17815
  * return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
@@ -17820,7 +17823,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
17820
17823
  __pyx_t_1 = 0;
17821
17824
  goto __pyx_L0;
17822
17825
 
17823
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
17826
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776
17824
17827
  * ctypedef long double complex clongdouble_t
17825
17828
  *
17826
17829
  * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
@@ -17839,7 +17842,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
17839
17842
  return __pyx_r;
17840
17843
  }
17841
17844
 
17842
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
17845
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
17843
17846
  * return PyArray_MultiIterNew(1, <void*>a)
17844
17847
  *
17845
17848
  * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
@@ -17856,7 +17859,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
17856
17859
  int __pyx_clineno = 0;
17857
17860
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
17858
17861
 
17859
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":780
17862
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":780
17860
17863
  *
17861
17864
  * cdef inline object PyArray_MultiIterNew2(a, b):
17862
17865
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
@@ -17870,7 +17873,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
17870
17873
  __pyx_t_1 = 0;
17871
17874
  goto __pyx_L0;
17872
17875
 
17873
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
17876
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779
17874
17877
  * return PyArray_MultiIterNew(1, <void*>a)
17875
17878
  *
17876
17879
  * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
@@ -17889,7 +17892,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
17889
17892
  return __pyx_r;
17890
17893
  }
17891
17894
 
17892
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
17895
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
17893
17896
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b)
17894
17897
  *
17895
17898
  * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
@@ -17906,7 +17909,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
17906
17909
  int __pyx_clineno = 0;
17907
17910
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
17908
17911
 
17909
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":783
17912
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":783
17910
17913
  *
17911
17914
  * cdef inline object PyArray_MultiIterNew3(a, b, c):
17912
17915
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
@@ -17920,7 +17923,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
17920
17923
  __pyx_t_1 = 0;
17921
17924
  goto __pyx_L0;
17922
17925
 
17923
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
17926
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":782
17924
17927
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b)
17925
17928
  *
17926
17929
  * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
@@ -17939,7 +17942,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
17939
17942
  return __pyx_r;
17940
17943
  }
17941
17944
 
17942
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
17945
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
17943
17946
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
17944
17947
  *
17945
17948
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
@@ -17956,7 +17959,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
17956
17959
  int __pyx_clineno = 0;
17957
17960
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
17958
17961
 
17959
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":786
17962
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":786
17960
17963
  *
17961
17964
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d):
17962
17965
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
@@ -17970,7 +17973,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
17970
17973
  __pyx_t_1 = 0;
17971
17974
  goto __pyx_L0;
17972
17975
 
17973
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
17976
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":785
17974
17977
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
17975
17978
  *
17976
17979
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
@@ -17989,7 +17992,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
17989
17992
  return __pyx_r;
17990
17993
  }
17991
17994
 
17992
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
17995
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
17993
17996
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
17994
17997
  *
17995
17998
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
@@ -18006,7 +18009,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
18006
18009
  int __pyx_clineno = 0;
18007
18010
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
18008
18011
 
18009
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":789
18012
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":789
18010
18013
  *
18011
18014
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
18012
18015
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
@@ -18020,7 +18023,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
18020
18023
  __pyx_t_1 = 0;
18021
18024
  goto __pyx_L0;
18022
18025
 
18023
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
18026
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":788
18024
18027
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
18025
18028
  *
18026
18029
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
@@ -18039,7 +18042,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
18039
18042
  return __pyx_r;
18040
18043
  }
18041
18044
 
18042
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
18045
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
18043
18046
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
18044
18047
  *
18045
18048
  * cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
@@ -18054,7 +18057,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
18054
18057
  PyObject *__pyx_t_2;
18055
18058
  __Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
18056
18059
 
18057
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
18060
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
18058
18061
  *
18059
18062
  * cdef inline tuple PyDataType_SHAPE(dtype d):
18060
18063
  * if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
@@ -18064,7 +18067,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
18064
18067
  __pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
18065
18068
  if (__pyx_t_1) {
18066
18069
 
18067
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":793
18070
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":793
18068
18071
  * cdef inline tuple PyDataType_SHAPE(dtype d):
18069
18072
  * if PyDataType_HASSUBARRAY(d):
18070
18073
  * return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
@@ -18077,7 +18080,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
18077
18080
  __pyx_r = ((PyObject*)__pyx_t_2);
18078
18081
  goto __pyx_L0;
18079
18082
 
18080
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
18083
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792
18081
18084
  *
18082
18085
  * cdef inline tuple PyDataType_SHAPE(dtype d):
18083
18086
  * if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
@@ -18086,7 +18089,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
18086
18089
  */
18087
18090
  }
18088
18091
 
18089
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":795
18092
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":795
18090
18093
  * return <tuple>d.subarray.shape
18091
18094
  * else:
18092
18095
  * return () # <<<<<<<<<<<<<<
@@ -18100,7 +18103,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
18100
18103
  goto __pyx_L0;
18101
18104
  }
18102
18105
 
18103
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
18106
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791
18104
18107
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
18105
18108
  *
18106
18109
  * cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
@@ -18115,7 +18118,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
18115
18118
  return __pyx_r;
18116
18119
  }
18117
18120
 
18118
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
18121
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
18119
18122
  * int _import_umath() except -1
18120
18123
  *
18121
18124
  * cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
@@ -18129,7 +18132,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
18129
18132
  const char *__pyx_filename = NULL;
18130
18133
  int __pyx_clineno = 0;
18131
18134
 
18132
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":995
18135
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":995
18133
18136
  *
18134
18137
  * cdef inline void set_array_base(ndarray arr, object base) except *:
18135
18138
  * Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
@@ -18138,7 +18141,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
18138
18141
  */
18139
18142
  Py_INCREF(__pyx_v_base);
18140
18143
 
18141
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":996
18144
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":996
18142
18145
  * cdef inline void set_array_base(ndarray arr, object base) except *:
18143
18146
  * Py_INCREF(base) # important to do this before stealing the reference below!
18144
18147
  * PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
@@ -18147,7 +18150,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
18147
18150
  */
18148
18151
  __pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(2, 996, __pyx_L1_error)
18149
18152
 
18150
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
18153
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":994
18151
18154
  * int _import_umath() except -1
18152
18155
  *
18153
18156
  * cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
@@ -18162,7 +18165,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
18162
18165
  __pyx_L0:;
18163
18166
  }
18164
18167
 
18165
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
18168
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
18166
18169
  * PyArray_SetBaseObject(arr, base)
18167
18170
  *
18168
18171
  * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
@@ -18177,7 +18180,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
18177
18180
  int __pyx_t_1;
18178
18181
  __Pyx_RefNannySetupContext("get_array_base", 0);
18179
18182
 
18180
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":999
18183
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":999
18181
18184
  *
18182
18185
  * cdef inline object get_array_base(ndarray arr):
18183
18186
  * base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
@@ -18186,7 +18189,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
18186
18189
  */
18187
18190
  __pyx_v_base = PyArray_BASE(__pyx_v_arr);
18188
18191
 
18189
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
18192
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
18190
18193
  * cdef inline object get_array_base(ndarray arr):
18191
18194
  * base = PyArray_BASE(arr)
18192
18195
  * if base is NULL: # <<<<<<<<<<<<<<
@@ -18196,7 +18199,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
18196
18199
  __pyx_t_1 = (__pyx_v_base == NULL);
18197
18200
  if (__pyx_t_1) {
18198
18201
 
18199
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1001
18202
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1001
18200
18203
  * base = PyArray_BASE(arr)
18201
18204
  * if base is NULL:
18202
18205
  * return None # <<<<<<<<<<<<<<
@@ -18207,7 +18210,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
18207
18210
  __pyx_r = Py_None; __Pyx_INCREF(Py_None);
18208
18211
  goto __pyx_L0;
18209
18212
 
18210
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
18213
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1000
18211
18214
  * cdef inline object get_array_base(ndarray arr):
18212
18215
  * base = PyArray_BASE(arr)
18213
18216
  * if base is NULL: # <<<<<<<<<<<<<<
@@ -18216,7 +18219,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
18216
18219
  */
18217
18220
  }
18218
18221
 
18219
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1002
18222
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1002
18220
18223
  * if base is NULL:
18221
18224
  * return None
18222
18225
  * return <object>base # <<<<<<<<<<<<<<
@@ -18228,7 +18231,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
18228
18231
  __pyx_r = ((PyObject *)__pyx_v_base);
18229
18232
  goto __pyx_L0;
18230
18233
 
18231
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
18234
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":998
18232
18235
  * PyArray_SetBaseObject(arr, base)
18233
18236
  *
18234
18237
  * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
@@ -18243,7 +18246,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
18243
18246
  return __pyx_r;
18244
18247
  }
18245
18248
 
18246
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
18249
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
18247
18250
  * # Versions of the import_* functions which are more suitable for
18248
18251
  * # Cython code.
18249
18252
  * cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
@@ -18270,7 +18273,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
18270
18273
  int __pyx_clineno = 0;
18271
18274
  __Pyx_RefNannySetupContext("import_array", 0);
18272
18275
 
18273
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
18276
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
18274
18277
  * # Cython code.
18275
18278
  * cdef inline int import_array() except -1:
18276
18279
  * try: # <<<<<<<<<<<<<<
@@ -18286,7 +18289,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
18286
18289
  __Pyx_XGOTREF(__pyx_t_3);
18287
18290
  /*try:*/ {
18288
18291
 
18289
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1008
18292
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1008
18290
18293
  * cdef inline int import_array() except -1:
18291
18294
  * try:
18292
18295
  * __pyx_import_array() # <<<<<<<<<<<<<<
@@ -18295,7 +18298,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
18295
18298
  */
18296
18299
  __pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1008, __pyx_L3_error)
18297
18300
 
18298
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
18301
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
18299
18302
  * # Cython code.
18300
18303
  * cdef inline int import_array() except -1:
18301
18304
  * try: # <<<<<<<<<<<<<<
@@ -18309,7 +18312,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
18309
18312
  goto __pyx_L8_try_end;
18310
18313
  __pyx_L3_error:;
18311
18314
 
18312
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1009
18315
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1009
18313
18316
  * try:
18314
18317
  * __pyx_import_array()
18315
18318
  * except Exception: # <<<<<<<<<<<<<<
@@ -18324,7 +18327,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
18324
18327
  __Pyx_XGOTREF(__pyx_t_6);
18325
18328
  __Pyx_XGOTREF(__pyx_t_7);
18326
18329
 
18327
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1010
18330
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1010
18328
18331
  * __pyx_import_array()
18329
18332
  * except Exception:
18330
18333
  * raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
@@ -18349,7 +18352,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
18349
18352
  }
18350
18353
  goto __pyx_L5_except_error;
18351
18354
 
18352
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
18355
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1007
18353
18356
  * # Cython code.
18354
18357
  * cdef inline int import_array() except -1:
18355
18358
  * try: # <<<<<<<<<<<<<<
@@ -18365,7 +18368,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
18365
18368
  __pyx_L8_try_end:;
18366
18369
  }
18367
18370
 
18368
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
18371
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1006
18369
18372
  * # Versions of the import_* functions which are more suitable for
18370
18373
  * # Cython code.
18371
18374
  * cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
@@ -18390,7 +18393,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
18390
18393
  return __pyx_r;
18391
18394
  }
18392
18395
 
18393
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
18396
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
18394
18397
  * raise ImportError("numpy._core.multiarray failed to import")
18395
18398
  *
18396
18399
  * cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
@@ -18417,7 +18420,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
18417
18420
  int __pyx_clineno = 0;
18418
18421
  __Pyx_RefNannySetupContext("import_umath", 0);
18419
18422
 
18420
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
18423
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
18421
18424
  *
18422
18425
  * cdef inline int import_umath() except -1:
18423
18426
  * try: # <<<<<<<<<<<<<<
@@ -18433,7 +18436,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
18433
18436
  __Pyx_XGOTREF(__pyx_t_3);
18434
18437
  /*try:*/ {
18435
18438
 
18436
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1014
18439
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1014
18437
18440
  * cdef inline int import_umath() except -1:
18438
18441
  * try:
18439
18442
  * _import_umath() # <<<<<<<<<<<<<<
@@ -18442,7 +18445,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
18442
18445
  */
18443
18446
  __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1014, __pyx_L3_error)
18444
18447
 
18445
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
18448
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
18446
18449
  *
18447
18450
  * cdef inline int import_umath() except -1:
18448
18451
  * try: # <<<<<<<<<<<<<<
@@ -18456,7 +18459,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
18456
18459
  goto __pyx_L8_try_end;
18457
18460
  __pyx_L3_error:;
18458
18461
 
18459
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1015
18462
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1015
18460
18463
  * try:
18461
18464
  * _import_umath()
18462
18465
  * except Exception: # <<<<<<<<<<<<<<
@@ -18471,7 +18474,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
18471
18474
  __Pyx_XGOTREF(__pyx_t_6);
18472
18475
  __Pyx_XGOTREF(__pyx_t_7);
18473
18476
 
18474
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1016
18477
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1016
18475
18478
  * _import_umath()
18476
18479
  * except Exception:
18477
18480
  * raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
@@ -18496,7 +18499,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
18496
18499
  }
18497
18500
  goto __pyx_L5_except_error;
18498
18501
 
18499
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
18502
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013
18500
18503
  *
18501
18504
  * cdef inline int import_umath() except -1:
18502
18505
  * try: # <<<<<<<<<<<<<<
@@ -18512,7 +18515,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
18512
18515
  __pyx_L8_try_end:;
18513
18516
  }
18514
18517
 
18515
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
18518
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1012
18516
18519
  * raise ImportError("numpy._core.multiarray failed to import")
18517
18520
  *
18518
18521
  * cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
@@ -18537,7 +18540,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
18537
18540
  return __pyx_r;
18538
18541
  }
18539
18542
 
18540
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
18543
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
18541
18544
  * raise ImportError("numpy._core.umath failed to import")
18542
18545
  *
18543
18546
  * cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
@@ -18564,7 +18567,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
18564
18567
  int __pyx_clineno = 0;
18565
18568
  __Pyx_RefNannySetupContext("import_ufunc", 0);
18566
18569
 
18567
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
18570
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
18568
18571
  *
18569
18572
  * cdef inline int import_ufunc() except -1:
18570
18573
  * try: # <<<<<<<<<<<<<<
@@ -18580,7 +18583,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
18580
18583
  __Pyx_XGOTREF(__pyx_t_3);
18581
18584
  /*try:*/ {
18582
18585
 
18583
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1020
18586
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1020
18584
18587
  * cdef inline int import_ufunc() except -1:
18585
18588
  * try:
18586
18589
  * _import_umath() # <<<<<<<<<<<<<<
@@ -18589,7 +18592,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
18589
18592
  */
18590
18593
  __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1020, __pyx_L3_error)
18591
18594
 
18592
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
18595
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
18593
18596
  *
18594
18597
  * cdef inline int import_ufunc() except -1:
18595
18598
  * try: # <<<<<<<<<<<<<<
@@ -18603,7 +18606,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
18603
18606
  goto __pyx_L8_try_end;
18604
18607
  __pyx_L3_error:;
18605
18608
 
18606
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1021
18609
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1021
18607
18610
  * try:
18608
18611
  * _import_umath()
18609
18612
  * except Exception: # <<<<<<<<<<<<<<
@@ -18618,7 +18621,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
18618
18621
  __Pyx_XGOTREF(__pyx_t_6);
18619
18622
  __Pyx_XGOTREF(__pyx_t_7);
18620
18623
 
18621
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1022
18624
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1022
18622
18625
  * _import_umath()
18623
18626
  * except Exception:
18624
18627
  * raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
@@ -18643,7 +18646,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
18643
18646
  }
18644
18647
  goto __pyx_L5_except_error;
18645
18648
 
18646
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
18649
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1019
18647
18650
  *
18648
18651
  * cdef inline int import_ufunc() except -1:
18649
18652
  * try: # <<<<<<<<<<<<<<
@@ -18659,7 +18662,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
18659
18662
  __pyx_L8_try_end:;
18660
18663
  }
18661
18664
 
18662
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
18665
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1018
18663
18666
  * raise ImportError("numpy._core.umath failed to import")
18664
18667
  *
18665
18668
  * cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
@@ -18684,7 +18687,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
18684
18687
  return __pyx_r;
18685
18688
  }
18686
18689
 
18687
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
18690
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
18688
18691
  *
18689
18692
  *
18690
18693
  * cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
@@ -18695,7 +18698,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
18695
18698
  static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
18696
18699
  int __pyx_r;
18697
18700
 
18698
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1037
18701
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1037
18699
18702
  * bool
18700
18703
  * """
18701
18704
  * return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
@@ -18705,7 +18708,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
18705
18708
  __pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
18706
18709
  goto __pyx_L0;
18707
18710
 
18708
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
18711
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025
18709
18712
  *
18710
18713
  *
18711
18714
  * cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
@@ -18718,7 +18721,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
18718
18721
  return __pyx_r;
18719
18722
  }
18720
18723
 
18721
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
18724
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
18722
18725
  *
18723
18726
  *
18724
18727
  * cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
@@ -18729,7 +18732,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
18729
18732
  static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
18730
18733
  int __pyx_r;
18731
18734
 
18732
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1052
18735
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1052
18733
18736
  * bool
18734
18737
  * """
18735
18738
  * return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
@@ -18739,7 +18742,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
18739
18742
  __pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
18740
18743
  goto __pyx_L0;
18741
18744
 
18742
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
18745
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040
18743
18746
  *
18744
18747
  *
18745
18748
  * cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
@@ -18752,7 +18755,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
18752
18755
  return __pyx_r;
18753
18756
  }
18754
18757
 
18755
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
18758
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
18756
18759
  *
18757
18760
  *
18758
18761
  * cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -18763,7 +18766,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
18763
18766
  static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
18764
18767
  npy_datetime __pyx_r;
18765
18768
 
18766
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1062
18769
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1062
18767
18770
  * also needed. That can be found using `get_datetime64_unit`.
18768
18771
  * """
18769
18772
  * return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
@@ -18773,7 +18776,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
18773
18776
  __pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
18774
18777
  goto __pyx_L0;
18775
18778
 
18776
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
18779
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055
18777
18780
  *
18778
18781
  *
18779
18782
  * cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -18786,7 +18789,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
18786
18789
  return __pyx_r;
18787
18790
  }
18788
18791
 
18789
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
18792
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
18790
18793
  *
18791
18794
  *
18792
18795
  * cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -18797,7 +18800,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
18797
18800
  static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
18798
18801
  npy_timedelta __pyx_r;
18799
18802
 
18800
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1069
18803
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1069
18801
18804
  * returns the int64 value underlying scalar numpy timedelta64 object
18802
18805
  * """
18803
18806
  * return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
@@ -18807,7 +18810,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
18807
18810
  __pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
18808
18811
  goto __pyx_L0;
18809
18812
 
18810
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
18813
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1065
18811
18814
  *
18812
18815
  *
18813
18816
  * cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -18820,7 +18823,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
18820
18823
  return __pyx_r;
18821
18824
  }
18822
18825
 
18823
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
18826
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
18824
18827
  *
18825
18828
  *
18826
18829
  * cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -18831,7 +18834,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
18831
18834
  static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
18832
18835
  NPY_DATETIMEUNIT __pyx_r;
18833
18836
 
18834
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1076
18837
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1076
18835
18838
  * returns the unit part of the dtype for a numpy datetime64 object.
18836
18839
  * """
18837
18840
  * return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
@@ -18841,7 +18844,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
18841
18844
  __pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
18842
18845
  goto __pyx_L0;
18843
18846
 
18844
- /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-1tw1gnaj/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
18847
+ /* "../../../../../private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-qag2w5l7/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1072
18845
18848
  *
18846
18849
  *
18847
18850
  * cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -20411,153 +20414,153 @@ static int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate) {
20411
20414
  /*--- Type import code ---*/
20412
20415
  __pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(3, 9, __pyx_L1_error)
20413
20416
  __Pyx_GOTREF(__pyx_t_1);
20414
- __pyx_mstate->__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_1_2(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
20417
+ __pyx_mstate->__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_1_3(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
20415
20418
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
20416
- sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyTypeObject),
20419
+ sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyTypeObject),
20417
20420
  #elif CYTHON_COMPILING_IN_LIMITED_API
20418
20421
  0, 0,
20419
20422
  #else
20420
- sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyHeapTypeObject),
20423
+ sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyHeapTypeObject),
20421
20424
  #endif
20422
- __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_7cpython_4type_type) __PYX_ERR(3, 9, __pyx_L1_error)
20425
+ __Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_7cpython_4type_type) __PYX_ERR(3, 9, __pyx_L1_error)
20423
20426
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
20424
20427
  __pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 228, __pyx_L1_error)
20425
20428
  __Pyx_GOTREF(__pyx_t_1);
20426
- __pyx_mstate->__pyx_ptype_5numpy_dtype = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "dtype",
20429
+ __pyx_mstate->__pyx_ptype_5numpy_dtype = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "dtype",
20427
20430
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
20428
- sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyArray_Descr),
20431
+ sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
20429
20432
  #elif CYTHON_COMPILING_IN_LIMITED_API
20430
- sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyArray_Descr),
20433
+ sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
20431
20434
  #else
20432
- sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyArray_Descr),
20435
+ sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
20433
20436
  #endif
20434
- __Pyx_ImportType_CheckSize_Ignore_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_dtype) __PYX_ERR(2, 228, __pyx_L1_error)
20435
- __pyx_mstate->__pyx_ptype_5numpy_flatiter = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "flatiter",
20437
+ __Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_dtype) __PYX_ERR(2, 228, __pyx_L1_error)
20438
+ __pyx_mstate->__pyx_ptype_5numpy_flatiter = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "flatiter",
20436
20439
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
20437
- sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyArrayIterObject),
20440
+ sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
20438
20441
  #elif CYTHON_COMPILING_IN_LIMITED_API
20439
- sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyArrayIterObject),
20442
+ sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
20440
20443
  #else
20441
- sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyArrayIterObject),
20444
+ sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
20442
20445
  #endif
20443
- __Pyx_ImportType_CheckSize_Ignore_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_flatiter) __PYX_ERR(2, 273, __pyx_L1_error)
20444
- __pyx_mstate->__pyx_ptype_5numpy_broadcast = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "broadcast",
20446
+ __Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_flatiter) __PYX_ERR(2, 273, __pyx_L1_error)
20447
+ __pyx_mstate->__pyx_ptype_5numpy_broadcast = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "broadcast",
20445
20448
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
20446
- sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyArrayMultiIterObject),
20449
+ sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
20447
20450
  #elif CYTHON_COMPILING_IN_LIMITED_API
20448
- sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyArrayMultiIterObject),
20451
+ sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
20449
20452
  #else
20450
- sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyArrayMultiIterObject),
20453
+ sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
20451
20454
  #endif
20452
- __Pyx_ImportType_CheckSize_Ignore_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_broadcast) __PYX_ERR(2, 277, __pyx_L1_error)
20453
- __pyx_mstate->__pyx_ptype_5numpy_ndarray = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "ndarray",
20455
+ __Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_broadcast) __PYX_ERR(2, 277, __pyx_L1_error)
20456
+ __pyx_mstate->__pyx_ptype_5numpy_ndarray = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "ndarray",
20454
20457
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
20455
- sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyArrayObject),
20458
+ sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
20456
20459
  #elif CYTHON_COMPILING_IN_LIMITED_API
20457
- sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyArrayObject),
20460
+ sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
20458
20461
  #else
20459
- sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyArrayObject),
20462
+ sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
20460
20463
  #endif
20461
- __Pyx_ImportType_CheckSize_Ignore_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_ndarray) __PYX_ERR(2, 316, __pyx_L1_error)
20462
- __pyx_mstate->__pyx_ptype_5numpy_generic = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "generic",
20464
+ __Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_ndarray) __PYX_ERR(2, 316, __pyx_L1_error)
20465
+ __pyx_mstate->__pyx_ptype_5numpy_generic = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "generic",
20463
20466
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
20464
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20467
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20465
20468
  #elif CYTHON_COMPILING_IN_LIMITED_API
20466
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20469
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20467
20470
  #else
20468
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20471
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20469
20472
  #endif
20470
- __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_generic) __PYX_ERR(2, 825, __pyx_L1_error)
20471
- __pyx_mstate->__pyx_ptype_5numpy_number = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "number",
20473
+ __Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_generic) __PYX_ERR(2, 825, __pyx_L1_error)
20474
+ __pyx_mstate->__pyx_ptype_5numpy_number = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "number",
20472
20475
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
20473
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20476
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20474
20477
  #elif CYTHON_COMPILING_IN_LIMITED_API
20475
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20478
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20476
20479
  #else
20477
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20480
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20478
20481
  #endif
20479
- __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_number) __PYX_ERR(2, 827, __pyx_L1_error)
20480
- __pyx_mstate->__pyx_ptype_5numpy_integer = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "integer",
20482
+ __Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_number) __PYX_ERR(2, 827, __pyx_L1_error)
20483
+ __pyx_mstate->__pyx_ptype_5numpy_integer = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "integer",
20481
20484
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
20482
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20485
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20483
20486
  #elif CYTHON_COMPILING_IN_LIMITED_API
20484
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20487
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20485
20488
  #else
20486
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20489
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20487
20490
  #endif
20488
- __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_integer) __PYX_ERR(2, 829, __pyx_L1_error)
20489
- __pyx_mstate->__pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "signedinteger",
20491
+ __Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_integer) __PYX_ERR(2, 829, __pyx_L1_error)
20492
+ __pyx_mstate->__pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "signedinteger",
20490
20493
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
20491
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20494
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20492
20495
  #elif CYTHON_COMPILING_IN_LIMITED_API
20493
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20496
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20494
20497
  #else
20495
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20498
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20496
20499
  #endif
20497
- __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_signedinteger) __PYX_ERR(2, 831, __pyx_L1_error)
20498
- __pyx_mstate->__pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "unsignedinteger",
20500
+ __Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_signedinteger) __PYX_ERR(2, 831, __pyx_L1_error)
20501
+ __pyx_mstate->__pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "unsignedinteger",
20499
20502
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
20500
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20503
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20501
20504
  #elif CYTHON_COMPILING_IN_LIMITED_API
20502
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20505
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20503
20506
  #else
20504
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20507
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20505
20508
  #endif
20506
- __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(2, 833, __pyx_L1_error)
20507
- __pyx_mstate->__pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "inexact",
20509
+ __Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(2, 833, __pyx_L1_error)
20510
+ __pyx_mstate->__pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "inexact",
20508
20511
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
20509
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20512
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20510
20513
  #elif CYTHON_COMPILING_IN_LIMITED_API
20511
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20514
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20512
20515
  #else
20513
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20516
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20514
20517
  #endif
20515
- __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_inexact) __PYX_ERR(2, 835, __pyx_L1_error)
20516
- __pyx_mstate->__pyx_ptype_5numpy_floating = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "floating",
20518
+ __Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_inexact) __PYX_ERR(2, 835, __pyx_L1_error)
20519
+ __pyx_mstate->__pyx_ptype_5numpy_floating = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "floating",
20517
20520
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
20518
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20521
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20519
20522
  #elif CYTHON_COMPILING_IN_LIMITED_API
20520
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20523
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20521
20524
  #else
20522
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20525
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20523
20526
  #endif
20524
- __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_floating) __PYX_ERR(2, 837, __pyx_L1_error)
20525
- __pyx_mstate->__pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "complexfloating",
20527
+ __Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_floating) __PYX_ERR(2, 837, __pyx_L1_error)
20528
+ __pyx_mstate->__pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "complexfloating",
20526
20529
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
20527
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20530
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20528
20531
  #elif CYTHON_COMPILING_IN_LIMITED_API
20529
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20532
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20530
20533
  #else
20531
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20534
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20532
20535
  #endif
20533
- __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_complexfloating) __PYX_ERR(2, 839, __pyx_L1_error)
20534
- __pyx_mstate->__pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "flexible",
20536
+ __Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_complexfloating) __PYX_ERR(2, 839, __pyx_L1_error)
20537
+ __pyx_mstate->__pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "flexible",
20535
20538
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
20536
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20539
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20537
20540
  #elif CYTHON_COMPILING_IN_LIMITED_API
20538
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20541
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20539
20542
  #else
20540
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20543
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20541
20544
  #endif
20542
- __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_flexible) __PYX_ERR(2, 841, __pyx_L1_error)
20543
- __pyx_mstate->__pyx_ptype_5numpy_character = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "character",
20545
+ __Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_flexible) __PYX_ERR(2, 841, __pyx_L1_error)
20546
+ __pyx_mstate->__pyx_ptype_5numpy_character = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "character",
20544
20547
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
20545
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20548
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20546
20549
  #elif CYTHON_COMPILING_IN_LIMITED_API
20547
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20550
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20548
20551
  #else
20549
- sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyObject),
20552
+ sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
20550
20553
  #endif
20551
- __Pyx_ImportType_CheckSize_Warn_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_character) __PYX_ERR(2, 843, __pyx_L1_error)
20552
- __pyx_mstate->__pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_1_2(__pyx_t_1, "numpy", "ufunc",
20554
+ __Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_character) __PYX_ERR(2, 843, __pyx_L1_error)
20555
+ __pyx_mstate->__pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "ufunc",
20553
20556
  #if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
20554
- sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyUFuncObject),
20557
+ sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
20555
20558
  #elif CYTHON_COMPILING_IN_LIMITED_API
20556
- sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyUFuncObject),
20559
+ sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
20557
20560
  #else
20558
- sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_2(PyUFuncObject),
20561
+ sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
20559
20562
  #endif
20560
- __Pyx_ImportType_CheckSize_Ignore_3_1_2); if (!__pyx_mstate->__pyx_ptype_5numpy_ufunc) __PYX_ERR(2, 907, __pyx_L1_error)
20563
+ __Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_ufunc) __PYX_ERR(2, 907, __pyx_L1_error)
20561
20564
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
20562
20565
  __Pyx_RefNannyFinishContext();
20563
20566
  return 0;
@@ -24737,6 +24740,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
24737
24740
  changed = 1;
24738
24741
  }
24739
24742
  #endif // CYTHON_METH_FASTCALL
24743
+ #if !CYTHON_COMPILING_IN_PYPY
24740
24744
  else if (strcmp(memb->name, "__module__") == 0) {
24741
24745
  PyObject *descr;
24742
24746
  assert(memb->type == T_OBJECT);
@@ -24751,11 +24755,13 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
24751
24755
  }
24752
24756
  changed = 1;
24753
24757
  }
24758
+ #endif // !CYTHON_COMPILING_IN_PYPY
24754
24759
  }
24755
24760
  memb++;
24756
24761
  }
24757
24762
  }
24758
24763
  #endif // !CYTHON_COMPILING_IN_LIMITED_API
24764
+ #if !CYTHON_COMPILING_IN_PYPY
24759
24765
  slot = spec->slots;
24760
24766
  while (slot && slot->slot && slot->slot != Py_tp_getset)
24761
24767
  slot++;
@@ -24787,6 +24793,7 @@ static int __Pyx_fix_up_extension_type_from_spec(PyType_Spec *spec, PyTypeObject
24787
24793
  ++getset;
24788
24794
  }
24789
24795
  }
24796
+ #endif // !CYTHON_COMPILING_IN_PYPY
24790
24797
  if (changed)
24791
24798
  PyType_Modified(type);
24792
24799
  #endif // PY_VERSION_HEX > 0x030900B1
@@ -24891,6 +24898,13 @@ try_unpack:
24891
24898
 
24892
24899
  /* PyObjectCallMethod0 */
24893
24900
  static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name) {
24901
+ #if CYTHON_VECTORCALL && (__PYX_LIMITED_VERSION_HEX >= 0x030C0000 || (!CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x03090000))
24902
+ PyObject *args[1] = {obj};
24903
+ (void) __Pyx_PyObject_GetMethod;
24904
+ (void) __Pyx_PyObject_CallOneArg;
24905
+ (void) __Pyx_PyObject_CallNoArg;
24906
+ return PyObject_VectorcallMethod(method_name, args, 1 | PY_VECTORCALL_ARGUMENTS_OFFSET, NULL);
24907
+ #else
24894
24908
  PyObject *method = NULL, *result = NULL;
24895
24909
  int is_method = __Pyx_PyObject_GetMethod(obj, method_name, &method);
24896
24910
  if (likely(is_method)) {
@@ -24903,6 +24917,7 @@ static PyObject* __Pyx_PyObject_CallMethod0(PyObject* obj, PyObject* method_name
24903
24917
  Py_DECREF(method);
24904
24918
  bad:
24905
24919
  return result;
24920
+ #endif
24906
24921
  }
24907
24922
 
24908
24923
  /* ValidateBasesTuple */
@@ -25332,10 +25347,10 @@ __PYX_GOOD:
25332
25347
  }
25333
25348
 
25334
25349
  /* TypeImport */
25335
- #ifndef __PYX_HAVE_RT_ImportType_3_1_2
25336
- #define __PYX_HAVE_RT_ImportType_3_1_2
25337
- static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module_name, const char *class_name,
25338
- size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_2 check_size)
25350
+ #ifndef __PYX_HAVE_RT_ImportType_3_1_3
25351
+ #define __PYX_HAVE_RT_ImportType_3_1_3
25352
+ static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject *module, const char *module_name, const char *class_name,
25353
+ size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_3 check_size)
25339
25354
  {
25340
25355
  PyObject *result = 0;
25341
25356
  Py_ssize_t basicsize;
@@ -25391,7 +25406,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
25391
25406
  module_name, class_name, size, basicsize+itemsize);
25392
25407
  goto bad;
25393
25408
  }
25394
- if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_2 &&
25409
+ if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_3 &&
25395
25410
  ((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
25396
25411
  PyErr_Format(PyExc_ValueError,
25397
25412
  "%.200s.%.200s size changed, may indicate binary incompatibility. "
@@ -25399,7 +25414,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
25399
25414
  module_name, class_name, size, basicsize, basicsize+itemsize);
25400
25415
  goto bad;
25401
25416
  }
25402
- else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_2 && (size_t)basicsize > size) {
25417
+ else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_3 && (size_t)basicsize > size) {
25403
25418
  if (PyErr_WarnFormat(NULL, 0,
25404
25419
  "%.200s.%.200s size changed, may indicate binary incompatibility. "
25405
25420
  "Expected %zd from C header, got %zd from PyObject",
@@ -25540,7 +25555,7 @@ bad:
25540
25555
  }
25541
25556
 
25542
25557
  /* CommonTypesMetaclass */
25543
- PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
25558
+ static PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
25544
25559
  return PyUnicode_FromString(__PYX_ABI_MODULE_NAME);
25545
25560
  }
25546
25561
  static PyGetSetDef __pyx_CommonTypesMetaclass_getset[] = {