Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Miscellaneous routines
»
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
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
NumPy Reference
»
Routines
»
Miscellaneous routines
»