pyogrio 0.7.0__cp311-cp311-win_amd64.whl → 0.7.2__cp311-cp311-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pyogrio might be problematic. Click here for more details.
- pyogrio/_compat.py +1 -0
- pyogrio/_err.cp311-win_amd64.pyd +0 -0
- pyogrio/_geometry.cp311-win_amd64.pyd +0 -0
- pyogrio/_io.c +119 -119
- pyogrio/_io.cp311-win_amd64.pyd +0 -0
- pyogrio/_ogr.cp311-win_amd64.pyd +0 -0
- pyogrio/_version.py +3 -3
- pyogrio/geopandas.py +6 -2
- pyogrio/tests/test_geopandas_io.py +24 -0
- pyogrio/util.py +2 -1
- pyogrio-0.7.2.dist-info/DELVEWHEEL +2 -0
- {pyogrio-0.7.0.dist-info → pyogrio-0.7.2.dist-info}/METADATA +2 -1
- {pyogrio-0.7.0.dist-info → pyogrio-0.7.2.dist-info}/RECORD +22 -22
- {pyogrio-0.7.0.dist-info → pyogrio-0.7.2.dist-info}/WHEEL +1 -1
- pyogrio.libs/Lerc-d5afc4101deffe7de21241ccd4d562f6.dll +0 -0
- pyogrio.libs/gdal-c3b1d8f66682071d0cd26d86e4182013.dll +0 -0
- pyogrio.libs/geos-1c764a1384537a0ad2995e83d23e8642.dll +0 -0
- pyogrio.libs/geos_c-0d7dfdcee49efa8df585e2fb993157aa.dll +0 -0
- pyogrio.libs/{msvcp140-684a9cbd9fb753a8ca82ae2915206b1d.dll → msvcp140-83b6a1a2fa8b1735a358b2fe13cabe4e.dll} +0 -0
- pyogrio.libs/proj-98758c96a6cb682b5cec7e8dc5e29a50.dll +0 -0
- pyogrio-0.7.0.dist-info/DELVEWHEEL +0 -2
- {pyogrio-0.7.0.dist-info → pyogrio-0.7.2.dist-info}/LICENSE +0 -0
- {pyogrio-0.7.0.dist-info → pyogrio-0.7.2.dist-info}/top_level.txt +0 -0
pyogrio/_io.c
CHANGED
|
@@ -1665,7 +1665,7 @@ typedef struct {
|
|
|
1665
1665
|
|
|
1666
1666
|
/* #### Code section: numeric_typedefs ### */
|
|
1667
1667
|
|
|
1668
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1668
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":731
|
|
1669
1669
|
* # in Cython to enable them only on the right systems.
|
|
1670
1670
|
*
|
|
1671
1671
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
|
@@ -1674,7 +1674,7 @@ typedef struct {
|
|
|
1674
1674
|
*/
|
|
1675
1675
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1676
1676
|
|
|
1677
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1677
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":732
|
|
1678
1678
|
*
|
|
1679
1679
|
* ctypedef npy_int8 int8_t
|
|
1680
1680
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
|
@@ -1683,7 +1683,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
|
1683
1683
|
*/
|
|
1684
1684
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1685
1685
|
|
|
1686
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1686
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":733
|
|
1687
1687
|
* ctypedef npy_int8 int8_t
|
|
1688
1688
|
* ctypedef npy_int16 int16_t
|
|
1689
1689
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
|
@@ -1692,7 +1692,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
|
1692
1692
|
*/
|
|
1693
1693
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1694
1694
|
|
|
1695
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1695
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":734
|
|
1696
1696
|
* ctypedef npy_int16 int16_t
|
|
1697
1697
|
* ctypedef npy_int32 int32_t
|
|
1698
1698
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
|
@@ -1701,7 +1701,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
|
1701
1701
|
*/
|
|
1702
1702
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1703
1703
|
|
|
1704
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1704
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":738
|
|
1705
1705
|
* #ctypedef npy_int128 int128_t
|
|
1706
1706
|
*
|
|
1707
1707
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
|
@@ -1710,7 +1710,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
|
1710
1710
|
*/
|
|
1711
1711
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1712
1712
|
|
|
1713
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1713
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":739
|
|
1714
1714
|
*
|
|
1715
1715
|
* ctypedef npy_uint8 uint8_t
|
|
1716
1716
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
|
@@ -1719,7 +1719,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
|
1719
1719
|
*/
|
|
1720
1720
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1721
1721
|
|
|
1722
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1722
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":740
|
|
1723
1723
|
* ctypedef npy_uint8 uint8_t
|
|
1724
1724
|
* ctypedef npy_uint16 uint16_t
|
|
1725
1725
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
|
@@ -1728,7 +1728,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
|
1728
1728
|
*/
|
|
1729
1729
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1730
1730
|
|
|
1731
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1731
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":741
|
|
1732
1732
|
* ctypedef npy_uint16 uint16_t
|
|
1733
1733
|
* ctypedef npy_uint32 uint32_t
|
|
1734
1734
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
|
@@ -1737,7 +1737,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
|
1737
1737
|
*/
|
|
1738
1738
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1739
1739
|
|
|
1740
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1740
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":745
|
|
1741
1741
|
* #ctypedef npy_uint128 uint128_t
|
|
1742
1742
|
*
|
|
1743
1743
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
|
@@ -1746,7 +1746,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
|
1746
1746
|
*/
|
|
1747
1747
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1748
1748
|
|
|
1749
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1749
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":746
|
|
1750
1750
|
*
|
|
1751
1751
|
* ctypedef npy_float32 float32_t
|
|
1752
1752
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
|
@@ -1755,7 +1755,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
|
1755
1755
|
*/
|
|
1756
1756
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1757
1757
|
|
|
1758
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1758
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":755
|
|
1759
1759
|
* # The int types are mapped a bit surprising --
|
|
1760
1760
|
* # numpy.int corresponds to 'l' and numpy.long to 'q'
|
|
1761
1761
|
* ctypedef npy_long int_t # <<<<<<<<<<<<<<
|
|
@@ -1764,7 +1764,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
|
1764
1764
|
*/
|
|
1765
1765
|
typedef npy_long __pyx_t_5numpy_int_t;
|
|
1766
1766
|
|
|
1767
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1767
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":756
|
|
1768
1768
|
* # numpy.int corresponds to 'l' and numpy.long to 'q'
|
|
1769
1769
|
* ctypedef npy_long int_t
|
|
1770
1770
|
* ctypedef npy_longlong long_t # <<<<<<<<<<<<<<
|
|
@@ -1773,7 +1773,7 @@ typedef npy_long __pyx_t_5numpy_int_t;
|
|
|
1773
1773
|
*/
|
|
1774
1774
|
typedef npy_longlong __pyx_t_5numpy_long_t;
|
|
1775
1775
|
|
|
1776
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1776
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":757
|
|
1777
1777
|
* ctypedef npy_long int_t
|
|
1778
1778
|
* ctypedef npy_longlong long_t
|
|
1779
1779
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
|
@@ -1782,7 +1782,7 @@ typedef npy_longlong __pyx_t_5numpy_long_t;
|
|
|
1782
1782
|
*/
|
|
1783
1783
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1784
1784
|
|
|
1785
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1785
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":759
|
|
1786
1786
|
* ctypedef npy_longlong longlong_t
|
|
1787
1787
|
*
|
|
1788
1788
|
* ctypedef npy_ulong uint_t # <<<<<<<<<<<<<<
|
|
@@ -1791,7 +1791,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
|
1791
1791
|
*/
|
|
1792
1792
|
typedef npy_ulong __pyx_t_5numpy_uint_t;
|
|
1793
1793
|
|
|
1794
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1794
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":760
|
|
1795
1795
|
*
|
|
1796
1796
|
* ctypedef npy_ulong uint_t
|
|
1797
1797
|
* ctypedef npy_ulonglong ulong_t # <<<<<<<<<<<<<<
|
|
@@ -1800,7 +1800,7 @@ typedef npy_ulong __pyx_t_5numpy_uint_t;
|
|
|
1800
1800
|
*/
|
|
1801
1801
|
typedef npy_ulonglong __pyx_t_5numpy_ulong_t;
|
|
1802
1802
|
|
|
1803
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1803
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":761
|
|
1804
1804
|
* ctypedef npy_ulong uint_t
|
|
1805
1805
|
* ctypedef npy_ulonglong ulong_t
|
|
1806
1806
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
|
@@ -1809,7 +1809,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulong_t;
|
|
|
1809
1809
|
*/
|
|
1810
1810
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1811
1811
|
|
|
1812
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1812
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":763
|
|
1813
1813
|
* ctypedef npy_ulonglong ulonglong_t
|
|
1814
1814
|
*
|
|
1815
1815
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
|
@@ -1818,7 +1818,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
|
1818
1818
|
*/
|
|
1819
1819
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1820
1820
|
|
|
1821
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1821
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":764
|
|
1822
1822
|
*
|
|
1823
1823
|
* ctypedef npy_intp intp_t
|
|
1824
1824
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
|
@@ -1827,7 +1827,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
|
1827
1827
|
*/
|
|
1828
1828
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1829
1829
|
|
|
1830
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1830
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":766
|
|
1831
1831
|
* ctypedef npy_uintp uintp_t
|
|
1832
1832
|
*
|
|
1833
1833
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
|
@@ -1836,7 +1836,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
|
1836
1836
|
*/
|
|
1837
1837
|
typedef npy_double __pyx_t_5numpy_float_t;
|
|
1838
1838
|
|
|
1839
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1839
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":767
|
|
1840
1840
|
*
|
|
1841
1841
|
* ctypedef npy_double float_t
|
|
1842
1842
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
|
@@ -1845,7 +1845,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
|
1845
1845
|
*/
|
|
1846
1846
|
typedef npy_double __pyx_t_5numpy_double_t;
|
|
1847
1847
|
|
|
1848
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1848
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":768
|
|
1849
1849
|
* ctypedef npy_double float_t
|
|
1850
1850
|
* ctypedef npy_double double_t
|
|
1851
1851
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1889,7 +1889,7 @@ struct __pyx_MemviewEnum_obj;
|
|
|
1889
1889
|
struct __pyx_memoryview_obj;
|
|
1890
1890
|
struct __pyx_memoryviewslice_obj;
|
|
1891
1891
|
|
|
1892
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1892
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":770
|
|
1893
1893
|
* ctypedef npy_longdouble longdouble_t
|
|
1894
1894
|
*
|
|
1895
1895
|
* ctypedef npy_cfloat cfloat_t # <<<<<<<<<<<<<<
|
|
@@ -1898,7 +1898,7 @@ struct __pyx_memoryviewslice_obj;
|
|
|
1898
1898
|
*/
|
|
1899
1899
|
typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
1900
1900
|
|
|
1901
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1901
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":771
|
|
1902
1902
|
*
|
|
1903
1903
|
* ctypedef npy_cfloat cfloat_t
|
|
1904
1904
|
* ctypedef npy_cdouble cdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1907,7 +1907,7 @@ typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
|
1907
1907
|
*/
|
|
1908
1908
|
typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
1909
1909
|
|
|
1910
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1910
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":772
|
|
1911
1911
|
* ctypedef npy_cfloat cfloat_t
|
|
1912
1912
|
* ctypedef npy_cdouble cdouble_t
|
|
1913
1913
|
* ctypedef npy_clongdouble clongdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1916,7 +1916,7 @@ typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
|
1916
1916
|
*/
|
|
1917
1917
|
typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t;
|
|
1918
1918
|
|
|
1919
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1919
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":774
|
|
1920
1920
|
* ctypedef npy_clongdouble clongdouble_t
|
|
1921
1921
|
*
|
|
1922
1922
|
* ctypedef npy_cdouble complex_t # <<<<<<<<<<<<<<
|
|
@@ -20128,7 +20128,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
|
20128
20128
|
return __pyx_r;
|
|
20129
20129
|
}
|
|
20130
20130
|
|
|
20131
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20131
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":245
|
|
20132
20132
|
*
|
|
20133
20133
|
* @property
|
|
20134
20134
|
* cdef inline PyObject* base(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -20139,7 +20139,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
|
20139
20139
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
20140
20140
|
PyObject *__pyx_r;
|
|
20141
20141
|
|
|
20142
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20142
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":248
|
|
20143
20143
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
20144
20144
|
* """
|
|
20145
20145
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -20149,7 +20149,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
20149
20149
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
20150
20150
|
goto __pyx_L0;
|
|
20151
20151
|
|
|
20152
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20152
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":245
|
|
20153
20153
|
*
|
|
20154
20154
|
* @property
|
|
20155
20155
|
* cdef inline PyObject* base(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -20162,7 +20162,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
20162
20162
|
return __pyx_r;
|
|
20163
20163
|
}
|
|
20164
20164
|
|
|
20165
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20165
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":251
|
|
20166
20166
|
*
|
|
20167
20167
|
* @property
|
|
20168
20168
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -20176,7 +20176,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
20176
20176
|
PyArray_Descr *__pyx_t_1;
|
|
20177
20177
|
__Pyx_RefNannySetupContext("descr", 1);
|
|
20178
20178
|
|
|
20179
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20179
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":254
|
|
20180
20180
|
* """Returns an owned reference to the dtype of the array.
|
|
20181
20181
|
* """
|
|
20182
20182
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -20189,7 +20189,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
20189
20189
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
20190
20190
|
goto __pyx_L0;
|
|
20191
20191
|
|
|
20192
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20192
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":251
|
|
20193
20193
|
*
|
|
20194
20194
|
* @property
|
|
20195
20195
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -20204,7 +20204,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
20204
20204
|
return __pyx_r;
|
|
20205
20205
|
}
|
|
20206
20206
|
|
|
20207
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20207
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":257
|
|
20208
20208
|
*
|
|
20209
20209
|
* @property
|
|
20210
20210
|
* cdef inline int ndim(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -20215,7 +20215,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
20215
20215
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
20216
20216
|
int __pyx_r;
|
|
20217
20217
|
|
|
20218
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20218
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":260
|
|
20219
20219
|
* """Returns the number of dimensions in the array.
|
|
20220
20220
|
* """
|
|
20221
20221
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -20225,7 +20225,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
20225
20225
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
20226
20226
|
goto __pyx_L0;
|
|
20227
20227
|
|
|
20228
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20228
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":257
|
|
20229
20229
|
*
|
|
20230
20230
|
* @property
|
|
20231
20231
|
* cdef inline int ndim(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -20238,7 +20238,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
20238
20238
|
return __pyx_r;
|
|
20239
20239
|
}
|
|
20240
20240
|
|
|
20241
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20241
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":263
|
|
20242
20242
|
*
|
|
20243
20243
|
* @property
|
|
20244
20244
|
* cdef inline npy_intp *shape(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -20249,7 +20249,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
20249
20249
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
20250
20250
|
npy_intp *__pyx_r;
|
|
20251
20251
|
|
|
20252
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20252
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":268
|
|
20253
20253
|
* Can return NULL for 0-dimensional arrays.
|
|
20254
20254
|
* """
|
|
20255
20255
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -20259,7 +20259,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
20259
20259
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
20260
20260
|
goto __pyx_L0;
|
|
20261
20261
|
|
|
20262
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20262
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":263
|
|
20263
20263
|
*
|
|
20264
20264
|
* @property
|
|
20265
20265
|
* cdef inline npy_intp *shape(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -20272,7 +20272,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
20272
20272
|
return __pyx_r;
|
|
20273
20273
|
}
|
|
20274
20274
|
|
|
20275
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20275
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":271
|
|
20276
20276
|
*
|
|
20277
20277
|
* @property
|
|
20278
20278
|
* cdef inline npy_intp *strides(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -20283,7 +20283,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
20283
20283
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
20284
20284
|
npy_intp *__pyx_r;
|
|
20285
20285
|
|
|
20286
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20286
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":275
|
|
20287
20287
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
20288
20288
|
* """
|
|
20289
20289
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -20293,7 +20293,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
20293
20293
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
20294
20294
|
goto __pyx_L0;
|
|
20295
20295
|
|
|
20296
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20296
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":271
|
|
20297
20297
|
*
|
|
20298
20298
|
* @property
|
|
20299
20299
|
* cdef inline npy_intp *strides(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -20306,7 +20306,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
20306
20306
|
return __pyx_r;
|
|
20307
20307
|
}
|
|
20308
20308
|
|
|
20309
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20309
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":278
|
|
20310
20310
|
*
|
|
20311
20311
|
* @property
|
|
20312
20312
|
* cdef inline npy_intp size(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -20317,7 +20317,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
20317
20317
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
20318
20318
|
npy_intp __pyx_r;
|
|
20319
20319
|
|
|
20320
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20320
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":281
|
|
20321
20321
|
* """Returns the total size (in number of elements) of the array.
|
|
20322
20322
|
* """
|
|
20323
20323
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -20327,7 +20327,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
20327
20327
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
20328
20328
|
goto __pyx_L0;
|
|
20329
20329
|
|
|
20330
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20330
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":278
|
|
20331
20331
|
*
|
|
20332
20332
|
* @property
|
|
20333
20333
|
* cdef inline npy_intp size(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -20340,7 +20340,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
20340
20340
|
return __pyx_r;
|
|
20341
20341
|
}
|
|
20342
20342
|
|
|
20343
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20343
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":284
|
|
20344
20344
|
*
|
|
20345
20345
|
* @property
|
|
20346
20346
|
* cdef inline char* data(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -20351,7 +20351,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
20351
20351
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
20352
20352
|
char *__pyx_r;
|
|
20353
20353
|
|
|
20354
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20354
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":290
|
|
20355
20355
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
20356
20356
|
* """
|
|
20357
20357
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -20361,7 +20361,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
20361
20361
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
20362
20362
|
goto __pyx_L0;
|
|
20363
20363
|
|
|
20364
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20364
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":284
|
|
20365
20365
|
*
|
|
20366
20366
|
* @property
|
|
20367
20367
|
* cdef inline char* data(self) nogil: # <<<<<<<<<<<<<<
|
|
@@ -20374,7 +20374,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
20374
20374
|
return __pyx_r;
|
|
20375
20375
|
}
|
|
20376
20376
|
|
|
20377
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20377
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":776
|
|
20378
20378
|
* ctypedef npy_cdouble complex_t
|
|
20379
20379
|
*
|
|
20380
20380
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -20391,7 +20391,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
20391
20391
|
int __pyx_clineno = 0;
|
|
20392
20392
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 1);
|
|
20393
20393
|
|
|
20394
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20394
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":777
|
|
20395
20395
|
*
|
|
20396
20396
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
20397
20397
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -20405,7 +20405,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
20405
20405
|
__pyx_t_1 = 0;
|
|
20406
20406
|
goto __pyx_L0;
|
|
20407
20407
|
|
|
20408
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20408
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":776
|
|
20409
20409
|
* ctypedef npy_cdouble complex_t
|
|
20410
20410
|
*
|
|
20411
20411
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -20424,7 +20424,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
20424
20424
|
return __pyx_r;
|
|
20425
20425
|
}
|
|
20426
20426
|
|
|
20427
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20427
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":779
|
|
20428
20428
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
20429
20429
|
*
|
|
20430
20430
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -20441,7 +20441,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
20441
20441
|
int __pyx_clineno = 0;
|
|
20442
20442
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 1);
|
|
20443
20443
|
|
|
20444
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20444
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":780
|
|
20445
20445
|
*
|
|
20446
20446
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
20447
20447
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -20455,7 +20455,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
20455
20455
|
__pyx_t_1 = 0;
|
|
20456
20456
|
goto __pyx_L0;
|
|
20457
20457
|
|
|
20458
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20458
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":779
|
|
20459
20459
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
20460
20460
|
*
|
|
20461
20461
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -20474,7 +20474,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
20474
20474
|
return __pyx_r;
|
|
20475
20475
|
}
|
|
20476
20476
|
|
|
20477
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20477
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":782
|
|
20478
20478
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
20479
20479
|
*
|
|
20480
20480
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -20491,7 +20491,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
20491
20491
|
int __pyx_clineno = 0;
|
|
20492
20492
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 1);
|
|
20493
20493
|
|
|
20494
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20494
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":783
|
|
20495
20495
|
*
|
|
20496
20496
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
20497
20497
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -20505,7 +20505,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
20505
20505
|
__pyx_t_1 = 0;
|
|
20506
20506
|
goto __pyx_L0;
|
|
20507
20507
|
|
|
20508
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20508
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":782
|
|
20509
20509
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
20510
20510
|
*
|
|
20511
20511
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -20524,7 +20524,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
20524
20524
|
return __pyx_r;
|
|
20525
20525
|
}
|
|
20526
20526
|
|
|
20527
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20527
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":785
|
|
20528
20528
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
20529
20529
|
*
|
|
20530
20530
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -20541,7 +20541,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
20541
20541
|
int __pyx_clineno = 0;
|
|
20542
20542
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 1);
|
|
20543
20543
|
|
|
20544
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20544
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":786
|
|
20545
20545
|
*
|
|
20546
20546
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
20547
20547
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -20555,7 +20555,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
20555
20555
|
__pyx_t_1 = 0;
|
|
20556
20556
|
goto __pyx_L0;
|
|
20557
20557
|
|
|
20558
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20558
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":785
|
|
20559
20559
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
20560
20560
|
*
|
|
20561
20561
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -20574,7 +20574,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
20574
20574
|
return __pyx_r;
|
|
20575
20575
|
}
|
|
20576
20576
|
|
|
20577
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20577
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":788
|
|
20578
20578
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
20579
20579
|
*
|
|
20580
20580
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -20591,7 +20591,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
20591
20591
|
int __pyx_clineno = 0;
|
|
20592
20592
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 1);
|
|
20593
20593
|
|
|
20594
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20594
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":789
|
|
20595
20595
|
*
|
|
20596
20596
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
20597
20597
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -20605,7 +20605,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
20605
20605
|
__pyx_t_1 = 0;
|
|
20606
20606
|
goto __pyx_L0;
|
|
20607
20607
|
|
|
20608
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20608
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":788
|
|
20609
20609
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
20610
20610
|
*
|
|
20611
20611
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -20624,7 +20624,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
20624
20624
|
return __pyx_r;
|
|
20625
20625
|
}
|
|
20626
20626
|
|
|
20627
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20627
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":791
|
|
20628
20628
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
20629
20629
|
*
|
|
20630
20630
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -20638,7 +20638,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
20638
20638
|
int __pyx_t_1;
|
|
20639
20639
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 1);
|
|
20640
20640
|
|
|
20641
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20641
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":792
|
|
20642
20642
|
*
|
|
20643
20643
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
20644
20644
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -20648,7 +20648,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
20648
20648
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
20649
20649
|
if (__pyx_t_1) {
|
|
20650
20650
|
|
|
20651
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20651
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":793
|
|
20652
20652
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
20653
20653
|
* if PyDataType_HASSUBARRAY(d):
|
|
20654
20654
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -20660,7 +20660,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
20660
20660
|
__pyx_r = ((PyObject*)__pyx_v_d->subarray->shape);
|
|
20661
20661
|
goto __pyx_L0;
|
|
20662
20662
|
|
|
20663
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20663
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":792
|
|
20664
20664
|
*
|
|
20665
20665
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
20666
20666
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -20669,7 +20669,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
20669
20669
|
*/
|
|
20670
20670
|
}
|
|
20671
20671
|
|
|
20672
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20672
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":795
|
|
20673
20673
|
* return <tuple>d.subarray.shape
|
|
20674
20674
|
* else:
|
|
20675
20675
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -20683,7 +20683,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
20683
20683
|
goto __pyx_L0;
|
|
20684
20684
|
}
|
|
20685
20685
|
|
|
20686
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20686
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":791
|
|
20687
20687
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
20688
20688
|
*
|
|
20689
20689
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -20698,7 +20698,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
20698
20698
|
return __pyx_r;
|
|
20699
20699
|
}
|
|
20700
20700
|
|
|
20701
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20701
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":970
|
|
20702
20702
|
* int _import_umath() except -1
|
|
20703
20703
|
*
|
|
20704
20704
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -20708,7 +20708,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
20708
20708
|
|
|
20709
20709
|
static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_arr, PyObject *__pyx_v_base) {
|
|
20710
20710
|
|
|
20711
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20711
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":971
|
|
20712
20712
|
*
|
|
20713
20713
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
20714
20714
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -20717,7 +20717,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
20717
20717
|
*/
|
|
20718
20718
|
Py_INCREF(__pyx_v_base);
|
|
20719
20719
|
|
|
20720
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20720
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":972
|
|
20721
20721
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
20722
20722
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
20723
20723
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
@@ -20726,7 +20726,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
20726
20726
|
*/
|
|
20727
20727
|
(void)(PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base));
|
|
20728
20728
|
|
|
20729
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20729
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":970
|
|
20730
20730
|
* int _import_umath() except -1
|
|
20731
20731
|
*
|
|
20732
20732
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -20737,7 +20737,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
20737
20737
|
/* function exit code */
|
|
20738
20738
|
}
|
|
20739
20739
|
|
|
20740
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20740
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":974
|
|
20741
20741
|
* PyArray_SetBaseObject(arr, base)
|
|
20742
20742
|
*
|
|
20743
20743
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -20752,7 +20752,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
20752
20752
|
int __pyx_t_1;
|
|
20753
20753
|
__Pyx_RefNannySetupContext("get_array_base", 1);
|
|
20754
20754
|
|
|
20755
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20755
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":975
|
|
20756
20756
|
*
|
|
20757
20757
|
* cdef inline object get_array_base(ndarray arr):
|
|
20758
20758
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -20761,7 +20761,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
20761
20761
|
*/
|
|
20762
20762
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
20763
20763
|
|
|
20764
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20764
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":976
|
|
20765
20765
|
* cdef inline object get_array_base(ndarray arr):
|
|
20766
20766
|
* base = PyArray_BASE(arr)
|
|
20767
20767
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -20771,7 +20771,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
20771
20771
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
20772
20772
|
if (__pyx_t_1) {
|
|
20773
20773
|
|
|
20774
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20774
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":977
|
|
20775
20775
|
* base = PyArray_BASE(arr)
|
|
20776
20776
|
* if base is NULL:
|
|
20777
20777
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -20782,7 +20782,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
20782
20782
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
20783
20783
|
goto __pyx_L0;
|
|
20784
20784
|
|
|
20785
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20785
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":976
|
|
20786
20786
|
* cdef inline object get_array_base(ndarray arr):
|
|
20787
20787
|
* base = PyArray_BASE(arr)
|
|
20788
20788
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -20791,7 +20791,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
20791
20791
|
*/
|
|
20792
20792
|
}
|
|
20793
20793
|
|
|
20794
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20794
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":978
|
|
20795
20795
|
* if base is NULL:
|
|
20796
20796
|
* return None
|
|
20797
20797
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -20803,7 +20803,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
20803
20803
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
20804
20804
|
goto __pyx_L0;
|
|
20805
20805
|
|
|
20806
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20806
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":974
|
|
20807
20807
|
* PyArray_SetBaseObject(arr, base)
|
|
20808
20808
|
*
|
|
20809
20809
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -20818,7 +20818,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
20818
20818
|
return __pyx_r;
|
|
20819
20819
|
}
|
|
20820
20820
|
|
|
20821
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20821
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":982
|
|
20822
20822
|
* # Versions of the import_* functions which are more suitable for
|
|
20823
20823
|
* # Cython code.
|
|
20824
20824
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -20842,7 +20842,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
20842
20842
|
int __pyx_clineno = 0;
|
|
20843
20843
|
__Pyx_RefNannySetupContext("import_array", 1);
|
|
20844
20844
|
|
|
20845
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20845
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":983
|
|
20846
20846
|
* # Cython code.
|
|
20847
20847
|
* cdef inline int import_array() except -1:
|
|
20848
20848
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20858,7 +20858,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
20858
20858
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
20859
20859
|
/*try:*/ {
|
|
20860
20860
|
|
|
20861
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20861
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":984
|
|
20862
20862
|
* cdef inline int import_array() except -1:
|
|
20863
20863
|
* try:
|
|
20864
20864
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
@@ -20867,7 +20867,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
20867
20867
|
*/
|
|
20868
20868
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 984, __pyx_L3_error)
|
|
20869
20869
|
|
|
20870
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20870
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":983
|
|
20871
20871
|
* # Cython code.
|
|
20872
20872
|
* cdef inline int import_array() except -1:
|
|
20873
20873
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20881,7 +20881,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
20881
20881
|
goto __pyx_L8_try_end;
|
|
20882
20882
|
__pyx_L3_error:;
|
|
20883
20883
|
|
|
20884
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20884
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":985
|
|
20885
20885
|
* try:
|
|
20886
20886
|
* __pyx_import_array()
|
|
20887
20887
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -20896,7 +20896,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
20896
20896
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
20897
20897
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
20898
20898
|
|
|
20899
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20899
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":986
|
|
20900
20900
|
* __pyx_import_array()
|
|
20901
20901
|
* except Exception:
|
|
20902
20902
|
* raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -20911,7 +20911,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
20911
20911
|
}
|
|
20912
20912
|
goto __pyx_L5_except_error;
|
|
20913
20913
|
|
|
20914
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20914
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":983
|
|
20915
20915
|
* # Cython code.
|
|
20916
20916
|
* cdef inline int import_array() except -1:
|
|
20917
20917
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20927,7 +20927,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
20927
20927
|
__pyx_L8_try_end:;
|
|
20928
20928
|
}
|
|
20929
20929
|
|
|
20930
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20930
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":982
|
|
20931
20931
|
* # Versions of the import_* functions which are more suitable for
|
|
20932
20932
|
* # Cython code.
|
|
20933
20933
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -20950,7 +20950,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
20950
20950
|
return __pyx_r;
|
|
20951
20951
|
}
|
|
20952
20952
|
|
|
20953
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20953
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":988
|
|
20954
20954
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
20955
20955
|
*
|
|
20956
20956
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -20974,7 +20974,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
20974
20974
|
int __pyx_clineno = 0;
|
|
20975
20975
|
__Pyx_RefNannySetupContext("import_umath", 1);
|
|
20976
20976
|
|
|
20977
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20977
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":989
|
|
20978
20978
|
*
|
|
20979
20979
|
* cdef inline int import_umath() except -1:
|
|
20980
20980
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20990,7 +20990,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
20990
20990
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
20991
20991
|
/*try:*/ {
|
|
20992
20992
|
|
|
20993
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20993
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":990
|
|
20994
20994
|
* cdef inline int import_umath() except -1:
|
|
20995
20995
|
* try:
|
|
20996
20996
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -20999,7 +20999,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
20999
20999
|
*/
|
|
21000
21000
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 990, __pyx_L3_error)
|
|
21001
21001
|
|
|
21002
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21002
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":989
|
|
21003
21003
|
*
|
|
21004
21004
|
* cdef inline int import_umath() except -1:
|
|
21005
21005
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -21013,7 +21013,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
21013
21013
|
goto __pyx_L8_try_end;
|
|
21014
21014
|
__pyx_L3_error:;
|
|
21015
21015
|
|
|
21016
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21016
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":991
|
|
21017
21017
|
* try:
|
|
21018
21018
|
* _import_umath()
|
|
21019
21019
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -21028,7 +21028,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
21028
21028
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
21029
21029
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
21030
21030
|
|
|
21031
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21031
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":992
|
|
21032
21032
|
* _import_umath()
|
|
21033
21033
|
* except Exception:
|
|
21034
21034
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -21043,7 +21043,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
21043
21043
|
}
|
|
21044
21044
|
goto __pyx_L5_except_error;
|
|
21045
21045
|
|
|
21046
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21046
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":989
|
|
21047
21047
|
*
|
|
21048
21048
|
* cdef inline int import_umath() except -1:
|
|
21049
21049
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -21059,7 +21059,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
21059
21059
|
__pyx_L8_try_end:;
|
|
21060
21060
|
}
|
|
21061
21061
|
|
|
21062
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21062
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":988
|
|
21063
21063
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
21064
21064
|
*
|
|
21065
21065
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -21082,7 +21082,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
21082
21082
|
return __pyx_r;
|
|
21083
21083
|
}
|
|
21084
21084
|
|
|
21085
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21085
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":994
|
|
21086
21086
|
* raise ImportError("numpy.core.umath failed to import")
|
|
21087
21087
|
*
|
|
21088
21088
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -21106,7 +21106,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
21106
21106
|
int __pyx_clineno = 0;
|
|
21107
21107
|
__Pyx_RefNannySetupContext("import_ufunc", 1);
|
|
21108
21108
|
|
|
21109
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21109
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":995
|
|
21110
21110
|
*
|
|
21111
21111
|
* cdef inline int import_ufunc() except -1:
|
|
21112
21112
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -21122,7 +21122,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
21122
21122
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
21123
21123
|
/*try:*/ {
|
|
21124
21124
|
|
|
21125
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21125
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":996
|
|
21126
21126
|
* cdef inline int import_ufunc() except -1:
|
|
21127
21127
|
* try:
|
|
21128
21128
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -21131,7 +21131,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
21131
21131
|
*/
|
|
21132
21132
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 996, __pyx_L3_error)
|
|
21133
21133
|
|
|
21134
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21134
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":995
|
|
21135
21135
|
*
|
|
21136
21136
|
* cdef inline int import_ufunc() except -1:
|
|
21137
21137
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -21145,7 +21145,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
21145
21145
|
goto __pyx_L8_try_end;
|
|
21146
21146
|
__pyx_L3_error:;
|
|
21147
21147
|
|
|
21148
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21148
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":997
|
|
21149
21149
|
* try:
|
|
21150
21150
|
* _import_umath()
|
|
21151
21151
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -21160,7 +21160,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
21160
21160
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
21161
21161
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
21162
21162
|
|
|
21163
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21163
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":998
|
|
21164
21164
|
* _import_umath()
|
|
21165
21165
|
* except Exception:
|
|
21166
21166
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -21175,7 +21175,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
21175
21175
|
}
|
|
21176
21176
|
goto __pyx_L5_except_error;
|
|
21177
21177
|
|
|
21178
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21178
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":995
|
|
21179
21179
|
*
|
|
21180
21180
|
* cdef inline int import_ufunc() except -1:
|
|
21181
21181
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -21191,7 +21191,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
21191
21191
|
__pyx_L8_try_end:;
|
|
21192
21192
|
}
|
|
21193
21193
|
|
|
21194
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21194
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":994
|
|
21195
21195
|
* raise ImportError("numpy.core.umath failed to import")
|
|
21196
21196
|
*
|
|
21197
21197
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -21214,7 +21214,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
21214
21214
|
return __pyx_r;
|
|
21215
21215
|
}
|
|
21216
21216
|
|
|
21217
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21217
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1001
|
|
21218
21218
|
*
|
|
21219
21219
|
*
|
|
21220
21220
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -21225,7 +21225,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
21225
21225
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
21226
21226
|
int __pyx_r;
|
|
21227
21227
|
|
|
21228
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21228
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1013
|
|
21229
21229
|
* bool
|
|
21230
21230
|
* """
|
|
21231
21231
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -21235,7 +21235,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
21235
21235
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
21236
21236
|
goto __pyx_L0;
|
|
21237
21237
|
|
|
21238
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21238
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1001
|
|
21239
21239
|
*
|
|
21240
21240
|
*
|
|
21241
21241
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -21248,7 +21248,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
21248
21248
|
return __pyx_r;
|
|
21249
21249
|
}
|
|
21250
21250
|
|
|
21251
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21251
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1016
|
|
21252
21252
|
*
|
|
21253
21253
|
*
|
|
21254
21254
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -21259,7 +21259,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
21259
21259
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
21260
21260
|
int __pyx_r;
|
|
21261
21261
|
|
|
21262
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21262
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1028
|
|
21263
21263
|
* bool
|
|
21264
21264
|
* """
|
|
21265
21265
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -21269,7 +21269,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
21269
21269
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
21270
21270
|
goto __pyx_L0;
|
|
21271
21271
|
|
|
21272
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21272
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1016
|
|
21273
21273
|
*
|
|
21274
21274
|
*
|
|
21275
21275
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -21282,7 +21282,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
21282
21282
|
return __pyx_r;
|
|
21283
21283
|
}
|
|
21284
21284
|
|
|
21285
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21285
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1031
|
|
21286
21286
|
*
|
|
21287
21287
|
*
|
|
21288
21288
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -21293,7 +21293,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
21293
21293
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
21294
21294
|
npy_datetime __pyx_r;
|
|
21295
21295
|
|
|
21296
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21296
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1038
|
|
21297
21297
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
21298
21298
|
* """
|
|
21299
21299
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -21303,7 +21303,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
21303
21303
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
21304
21304
|
goto __pyx_L0;
|
|
21305
21305
|
|
|
21306
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21306
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1031
|
|
21307
21307
|
*
|
|
21308
21308
|
*
|
|
21309
21309
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -21316,7 +21316,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
21316
21316
|
return __pyx_r;
|
|
21317
21317
|
}
|
|
21318
21318
|
|
|
21319
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21319
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
|
|
21320
21320
|
*
|
|
21321
21321
|
*
|
|
21322
21322
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -21327,7 +21327,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
21327
21327
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
21328
21328
|
npy_timedelta __pyx_r;
|
|
21329
21329
|
|
|
21330
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21330
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1045
|
|
21331
21331
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
21332
21332
|
* """
|
|
21333
21333
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -21337,7 +21337,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
21337
21337
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
21338
21338
|
goto __pyx_L0;
|
|
21339
21339
|
|
|
21340
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21340
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
|
|
21341
21341
|
*
|
|
21342
21342
|
*
|
|
21343
21343
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -21350,7 +21350,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
21350
21350
|
return __pyx_r;
|
|
21351
21351
|
}
|
|
21352
21352
|
|
|
21353
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21353
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1048
|
|
21354
21354
|
*
|
|
21355
21355
|
*
|
|
21356
21356
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -21361,7 +21361,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
21361
21361
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
21362
21362
|
NPY_DATETIMEUNIT __pyx_r;
|
|
21363
21363
|
|
|
21364
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21364
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1052
|
|
21365
21365
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
21366
21366
|
* """
|
|
21367
21367
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -21369,7 +21369,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
21369
21369
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
21370
21370
|
goto __pyx_L0;
|
|
21371
21371
|
|
|
21372
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
21372
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1048
|
|
21373
21373
|
*
|
|
21374
21374
|
*
|
|
21375
21375
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -48815,7 +48815,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
48815
48815
|
__Pyx_GOTREF(__pyx_tuple__8);
|
|
48816
48816
|
__Pyx_GIVEREF(__pyx_tuple__8);
|
|
48817
48817
|
|
|
48818
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
48818
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":986
|
|
48819
48819
|
* __pyx_import_array()
|
|
48820
48820
|
* except Exception:
|
|
48821
48821
|
* raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -48826,7 +48826,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
48826
48826
|
__Pyx_GOTREF(__pyx_tuple__9);
|
|
48827
48827
|
__Pyx_GIVEREF(__pyx_tuple__9);
|
|
48828
48828
|
|
|
48829
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
48829
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-q2lap18w/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":992
|
|
48830
48830
|
* _import_umath()
|
|
48831
48831
|
* except Exception:
|
|
48832
48832
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|