Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests: Replace umodule with module everywhere. | Jim Mussared | 2023-06-08 |
| | | | | | | This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com> | ||
* | tests/basics/memoryview_itemsize: Make portable to 32- and 64-bit archs. | Damien George | 2019-12-13 |
| | |||
* | tests: Rename "array" module to "uarray". | Damien George | 2019-10-22 |
| | |||
* | tests/basics: Add coverage tests for memoryview attributes. | Damien George | 2019-05-14 |
| | |||
* | py/objarray: Add support for memoryview.itemsize attribute. | stijn | 2019-05-14 |
This allows figuring out the number of bytes in the memoryview object as len(memview) * memview.itemsize. The feature is enabled via MICROPY_PY_BUILTINS_MEMORYVIEW_ITEMSIZE and is disabled by default. |