Home
last modified time | relevance | path

Searched refs:__array_struct__ (Results 1 – 19 of 19) sorted by relevance

/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/
H A Dnumpy.py3539 __array_struct__ = getset_descriptor() variable in bool_
3591 __array_struct__ = getset_descriptor() variable in bool_
3876 __array_struct__ = getset_descriptor() variable in int8
3959 __array_struct__ = getset_descriptor() variable in string_
4379 __array_struct__ = getset_descriptor() variable in complex128
4459 __array_struct__ = getset_descriptor() variable in complex128
4511 __array_struct__ = getset_descriptor() variable in character
4563 __array_struct__ = getset_descriptor() variable in chararray
6439 __array_struct__ = getset_descriptor() variable in complex256
6491 __array_struct__ = getset_descriptor() variable in complex256
[all …]
/dports/devel/py-game/pygame-2.1.0/test/
H A Dbufferproxy_test.py96 c = v.__array_struct__
99 c = v.__array_struct__
108 self.assertRaises(MyException, lambda: v.__array_struct__)
137 c = v.__array_struct__
139 c = v.__array_struct__
H A Dbase_test.py90 __array_struct__ = property(lambda self: None) variable in BaseModuleTest.test_PgObject_GetBuffer_array_interface.Exporter
165 return self.view.__array_struct__
167 __array_struct__ = property(get__array_struct__) variable in BaseModuleTest.test_GetView_array_struct.Exporter
196 self.assertEqual(getrefcount(o.__array_struct__), 1)
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/intseq/
H A Dngramcount.pyx42 ints_desc_obj = ints.__array_struct__
54 rval_desc_obj = rval.__array_struct__
/dports/math/py-numpy/numpy-1.20.3/numpy/core/tests/
H A Dtest_array_coercion.py76 self.__array_struct__ = a.__array_struct__
677 def __array_struct__(self): member in TestArrayLikes.test_arraylike_classes.ArrayLike
H A Dtest_api.py86 dict(__array_struct__=a.__array_struct__))
H A Dtest_multiarray.py222 __array_struct__ = a.__array_struct__ variable in TestFlags.test_readonly_flag_protocols.MyArr
/dports/devel/py-game/pygame-2.1.0/test/test_utils/
H A Darrinter.py119 self._cobj = arr.__array_struct__
245 __array_struct__ = property(lambda self: capsule_new(self._inter)) variable in Exporter
/dports/math/py-numpy/numpy-1.20.3/doc/source/reference/
H A Darrays.interface.rst192 .. data:: object.__array_struct__
202 not freed. Objects exposing the :obj:`__array_struct__` interface
314 member of the ``PyCObject``) returned from ``__array_struct__`` was
H A Darrays.scalars.rst386 generic.__array_struct__
H A Darrays.ndarray.rst264 :obj:`~object.__array_struct__` C-side of the array interface
/dports/math/py-numpy/numpy-1.20.3/doc/source/release/
H A D1.20.0-notes.rst218 ``__array_interface__``, or ``__array_struct__`` but are not sequences
424 ``__array_interface__``, or ``__array_struct__``. This will result in
435 two protocols ``__array_interface__``, and ``__array_struct__`` returning read-only
H A D1.19.0-notes.rst123 ``obj.__array_interface__``, ``obj.__array_struct__``, or the python
/dports/devel/py-pint/Pint-0.18/docs/
H A Dnumpy.ipynb481 …"Attempting to access array interface protocol attributes (such as `__array_struct__` and `__array…
/dports/math/py-numpy/numpy-1.20.3/doc/source/reference/c-api/
H A Dtypes-and-structures.rst1358 protocol. The :obj:`~object.__array_struct__` method of an object that
1364 object (whose :obj:`~object.__array_struct__` attribute was retrieved) and
H A Darray.rst607 :obj:`~object.__array_struct__` attribute and follows the array interface
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/python-skeletons/numpy/core/
H A D__init__.py1007__array_struct__ = property(lambda self: object(), lambda self, v: None, lambda self: None) # def… variable in generic
/dports/math/py-numpy/numpy-1.20.3/numpy/
H A D__init__.pyi1047 def __array_struct__(self): ...
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/multiarray/
H A Dscalartypes.c.src1404 {"__array_struct__",