Skip to content
Snippets Groups Projects
Commit 32aba408 authored by Delio Brignoli's avatar Delio Brignoli Committed by Damien George
Browse files

py: Implement memoryview slice assignment.

Adds ability to do "memcpy" with memoryview objects, such as:
m1[0:3] = m2[2:5].
parent f5760572
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment