MemoryView objects¶
A memoryview object exposes the C level buffer interface as a Python object which can then be passed around like
any other object.
A memoryview object exposes the C level buffer interface as a Python object which can then be passed around like
any other object.