Commit 9f03226c authored by Stefan Behnel's avatar Stefan Behnel

Add test comments on how "memslice.pyx" and "memoryview.pyx" relate.

parent 8970c94d
# mode: run
# Test declarations, behaviour and coercions of the memoryview type itself.
u'''
>>> f()
>>> g()
......
# mode: run
# Test the behaviour of memoryview slicing and indexing, contiguity, etc.
# Note: see also bufaccess.pyx
from __future__ import unicode_literals
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment