Home
last modified time | relevance | path

Searched refs:__array_interface__ (Results 1 – 25 of 124) sorted by relevance

12345

/dports/devel/py-shapely/Shapely-1.8.0/shapely/geometry/
H A Dmultipoint.py136 def __array_interface__(self): member in MultiPoint
163 array = self.context.__array_interface__
172 def __array_interface__(self): member in MultiPointAdapter
175 return self.context.__array_interface__
H A Dlinestring.py107 def __array_interface__(self): member in LineString
197 array = self.context.__array_interface__
206 def __array_interface__(self): member in LineStringAdapter
209 return self.context.__array_interface__
H A Dpoint.py142 def __array_interface__(self): member in Point
213 array = self.context.__array_interface__
222 def __array_interface__(self): member in PointAdapter
225 return self.context.__array_interface__
H A Dmultilinestring.py104 array = self.context[0].__array_interface__
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/
H A Dnumpy.py3537 __array_interface__ = getset_descriptor() variable in bool_
3589 __array_interface__ = getset_descriptor() variable in bool_
3874 __array_interface__ = getset_descriptor() variable in int8
3957 __array_interface__ = getset_descriptor() variable in string_
4377 __array_interface__ = getset_descriptor() variable in complex128
4457 __array_interface__ = getset_descriptor() variable in complex128
4509 __array_interface__ = getset_descriptor() variable in character
4561 __array_interface__ = getset_descriptor() variable in chararray
6437 __array_interface__ = getset_descriptor() variable in complex256
6489 __array_interface__ = getset_descriptor() variable in complex256
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/linalg/
H A D_testutils.py7 self.__array_interface__ = data.__array_interface__
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/arrays/
H A Dnumpymodule.py42 return long(instance.__array_interface__['data'][0])
46 return long(instance.__array_interface__['data'][0])
57 return long(instance.__array_interface__['data'][0])
/dports/devel/py-game/pygame-2.1.0/test/
H A Dbufferproxy_test.py47 d = v.__array_interface__
82 d = v.__array_interface__
85 d = v.__array_interface__
123 d = v.__array_interface__
125 d = v.__array_interface__
272 d = b.__array_interface__
284 d = b.__array_interface__
H A Dbase_test.py69 iface = proxy.__array_interface__
88 __array_interface__ = property(get__array_interface__) variable in BaseModuleTest.test_PgObject_GetBuffer_array_interface.Exporter
136 __array_interface__ = property(get__array_interface__2) variable in BaseModuleTest.test_PgObject_GetBuffer_array_interface.Exporter2
169 __array_interface__ = property(lambda self: None) variable in BaseModuleTest.test_GetView_array_struct.Exporter
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/arrays/
H A Dnumpymodule.py43 return long(instance.__array_interface__['data'][0])
47 return long(instance.__array_interface__['data'][0])
58 return long(instance.__array_interface__['data'][0])
/dports/devel/py-shapely/Shapely-1.8.0/tests/
H A Dtest_point.py176 self.assertEqual(pa.__array_interface__,
177 pa.context.__array_interface__)
188 self.assertIsNotNone(pa.__array_interface__)
H A Dtest_multipoint.py86 self.assertEqual(geoma.__array_interface__,
87 geoma.context.__array_interface__)
H A Dtest_geomseq.py11 ai = m.geoms[0].__array_interface__
H A Dtest_linestring.py253 self.assertEqual(la.__array_interface__,
254 la.context.__array_interface__)
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/bindings/python/tests/
H A Ddataset_info_test.py130 p1 = m1.__array_interface__
131 p2 = m2.__array_interface__
275 p1 = m1.__array_interface__
276 p2 = m2.__array_interface__
/dports/math/py-numpy/numpy-1.20.3/doc/source/reference/
H A Darrays.interface.rst52 :data:`~object.__array_interface__` attribute.
54 .. data:: object.__array_interface__
220 of __array_interface__) -- must set ARR_HAS_DESCR
251 description and corresponding :data:`~object.__array_interface__` 'descr'
331 valid to assume that ``__array_interface__`` capsules held this tuple
334 3. The tuple returned from ``__array_interface__['data']`` used to be a
337 4. There was no ``__array_interface__`` attribute instead all of the keys
338 (except for version) in the ``__array_interface__`` dictionary were
/dports/devel/py-pyopencl/pyopencl-2018.2/pyopencl/compyte/
H A Darray.py143 self.__array_interface__ = interface
188 interface = dict(x.__array_interface__)
/dports/math/py-numpy/numpy-1.20.3/numpy/lib/
H A Dstride_tricks.py21 self.__array_interface__ = interface
98 interface = dict(x.__array_interface__)
/dports/devel/py-distributed/distributed-2021.11.2/distributed/protocol/
H A Drmm.py41 ptr = arr.__array_interface__["data"][0]
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/util/
H A Dpil_fix.py23 arr = obj.__array_interface__
/dports/net/py-mpi4py/mpi4py-3.1.3/test/
H A Dtest_address.py28 bufptr, _ = location.__array_interface__['data']
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/array/
H A Das_strided.py183 array_ptr = array.__array_interface__['data'][0]
184 base_array_ptr = base_array.__array_interface__['data'][0]
/dports/devel/py-numba/numba-0.51.2/numba/cuda/tests/cudapy/
H A Dtest_cuda_array_interface.py178 h_ai = h_arr.__array_interface__
181 h_ai_sliced = h_arr[::-1].__array_interface__
/dports/biology/pyfasta/pyfasta-0.5.2/pyfasta/
H A Drecords.py164 def __array_interface__(self): member in FastaRecord
208 def __array_interface__(self): member in NpyFastaRecord
/dports/math/py-numpy/numpy-1.20.3/doc/source/release/
H A D1.16.3-notes.rst42 ``__array_interface__`` offset now works as documented

12345