Memoryview tolist() method is misleading

Sept. 14, 2012
3 p.m.
Alexander Belopolsky wrote:
That's because NumPy's tolist() does the same thing:
If you implement tolist() recursively like in _testbuffer.c and choose the zeroth dimension as the base case, you arrive at single elements. So at least it's not completely unnatural. Stefan Krah
4569
Age (days ago)
4569
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stefan Krah