mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 21:20:13 +01:00
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.