We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9256a6 commit 6497b3fCopy full SHA for 6497b3f
docs/advanced/pycpp/numpy.rst
@@ -378,8 +378,6 @@ uses of ``py::array``:
378
379
- ``.itemsize()`` returns the size of an item in bytes, i.e. ``sizeof(T)``.
380
381
-- ``.ndim()`` returns the number of dimensions.
382
-
383
- ``.shape(n)`` returns the size of dimension ``n``
384
385
- ``.size()`` returns the total number of elements (i.e. the product of the shapes).
0 commit comments