numpy.getbuffer

numpy.getbuffer(obj[, offset[, size]])
Create a buffer object from the given object referencing a slice of length size starting at offset. Default is the entire buffer. A read-write buffer is attempted followed by a read-only buffer.

Previous topic

Miscellaneous routines

Next topic

numpy.newbuffer

This Page

Quick search