René's URL Explorer Experiment
go
Title:
Buffer Protocol — Python v3.2.6 documentation
direct link
Domain:
docs.python.org
None
text/html; charset=utf-8
Links
:
index
https://docs.python.org/3.2/genindex.html
modules
https://docs.python.org/3.2/py-modindex.html
next
https://docs.python.org/3.2/c-api/objbuffer.html
previous
https://docs.python.org/3.2/c-api/iter.html
Python
http://www.python.org/
3.2.6 Documentation
https://docs.python.org/3.2/index.html
Python/C API Reference Manual
https://docs.python.org/3.2/c-api/index.html
Abstract Objects Layer
https://docs.python.org/3.2/c-api/abstract.html
¶
https://docs.python.org/3.2/c-api/buffer.html#buffer-protocol
bytes
https://docs.python.org/3.2/library/functions.html#bytes
bytearray
https://docs.python.org/3.2/library/functions.html#bytearray
array.array
https://docs.python.org/3.2/library/array.html#array.array
buffer protocol
https://docs.python.org/3.2/c-api/buffer.html#bufferobjects
Buffer Object Structures
https://docs.python.org/3.2/c-api/typeobj.html#buffer-structs
bytes
https://docs.python.org/3.2/library/functions.html#bytes
bytearray
https://docs.python.org/3.2/library/functions.html#bytearray
array.array
https://docs.python.org/3.2/library/array.html#array.array
write()
https://docs.python.org/3.2/library/io.html#io.BufferedIOBase.write
readinto()
https://docs.python.org/3.2/library/io.html#io.BufferedIOBase.readinto
PyObject_GetBuffer()
https://docs.python.org/3.2/c-api/buffer.html#PyObject_GetBuffer
PyArg_ParseTuple()
https://docs.python.org/3.2/c-api/arg.html#PyArg_ParseTuple
format codes
https://docs.python.org/3.2/c-api/arg.html#arg-parsing
PyBuffer_Release()
https://docs.python.org/3.2/c-api/buffer.html#PyBuffer_Release
¶
https://docs.python.org/3.2/c-api/buffer.html#the-buffer-structure
PyObject
https://docs.python.org/3.2/c-api/structures.html#PyObject
memoryview
https://docs.python.org/3.2/c-api/memoryview.html#memoryview-objects
¶
https://docs.python.org/3.2/c-api/buffer.html#Py_buffer
¶
https://docs.python.org/3.2/c-api/buffer.html#Py_buffer.buf
¶
https://docs.python.org/3.2/c-api/buffer.html#Py_buffer.readonly
struct
https://docs.python.org/3.2/library/struct.html#module-struct
¶
https://docs.python.org/3.2/c-api/buffer.html#Py_buffer.ndim
¶
https://docs.python.org/3.2/c-api/buffer.html#Py_buffer.shape
¶
https://docs.python.org/3.2/c-api/buffer.html#Py_buffer.strides
¶
https://docs.python.org/3.2/c-api/buffer.html#Py_buffer.suboffsets
¶
https://docs.python.org/3.2/c-api/buffer.html#Py_buffer.itemsize
PyBuffer_SizeFromFormat()
https://docs.python.org/3.2/c-api/buffer.html#PyBuffer_SizeFromFormat
¶
https://docs.python.org/3.2/c-api/buffer.html#Py_buffer.internal
¶
https://docs.python.org/3.2/c-api/buffer.html#buffer-related-functions
PyObject
https://docs.python.org/3.2/c-api/structures.html#PyObject
¶
https://docs.python.org/3.2/c-api/buffer.html#PyObject_CheckBuffer
PyObject_GetBuffer()
https://docs.python.org/3.2/c-api/buffer.html#PyObject_GetBuffer
PyObject
https://docs.python.org/3.2/c-api/structures.html#PyObject
Py_buffer
https://docs.python.org/3.2/c-api/buffer.html#Py_buffer
¶
https://docs.python.org/3.2/c-api/buffer.html#PyObject_GetBuffer
Py_buffer
https://docs.python.org/3.2/c-api/buffer.html#Py_buffer
Py_buffer
https://docs.python.org/3.2/c-api/buffer.html#Py_buffer
PyBUF_SIMPLE
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_SIMPLE
PyBUF_WRITABLE
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_WRITABLE
BufferError
https://docs.python.org/3.2/library/exceptions.html#BufferError
Py_buffer
https://docs.python.org/3.2/c-api/buffer.html#Py_buffer
¶
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_SIMPLE
¶
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_WRITABLE
PyBUF_SIMPLE
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_SIMPLE
¶
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_STRIDES
PyBUF_ND
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_ND
¶
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_ND
¶
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_C_CONTIGUOUS
¶
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_F_CONTIGUOUS
¶
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_ANY_CONTIGUOUS
PyBUF_STRIDES
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_STRIDES
¶
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_INDIRECT
PyBUF_STRIDES
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_STRIDES
¶
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_FORMAT
¶
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_STRIDED
¶
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_STRIDED_RO
¶
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_RECORDS
¶
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_RECORDS_RO
¶
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_FULL
¶
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_FULL_RO
¶
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_CONTIG
¶
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_CONTIG_RO
Py_buffer
https://docs.python.org/3.2/c-api/buffer.html#Py_buffer
¶
https://docs.python.org/3.2/c-api/buffer.html#PyBuffer_Release
¶
https://docs.python.org/3.2/c-api/buffer.html#PyBuffer_SizeFromFormat
itemsize
https://docs.python.org/3.2/c-api/buffer.html#Py_buffer.itemsize
Py_buffer
https://docs.python.org/3.2/c-api/buffer.html#Py_buffer
¶
https://docs.python.org/3.2/c-api/buffer.html#PyBuffer_IsContiguous
¶
https://docs.python.org/3.2/c-api/buffer.html#PyBuffer_FillContiguousStrides
Py_buffer
https://docs.python.org/3.2/c-api/buffer.html#Py_buffer
PyObject
https://docs.python.org/3.2/c-api/structures.html#PyObject
¶
https://docs.python.org/3.2/c-api/buffer.html#PyBuffer_FillInfo
Table Of Contents
https://docs.python.org/3.2/contents.html
Buffer Protocol
https://docs.python.org/3.2/c-api/buffer.html
The buffer structure
https://docs.python.org/3.2/c-api/buffer.html#the-buffer-structure
Buffer-related functions
https://docs.python.org/3.2/c-api/buffer.html#buffer-related-functions
Iterator Protocol
https://docs.python.org/3.2/c-api/iter.html
Old Buffer Protocol
https://docs.python.org/3.2/c-api/objbuffer.html
Report a Bug
https://docs.python.org/3.2/bugs.html
Show Source
https://docs.python.org/3.2/_sources/c-api/buffer.txt
index
https://docs.python.org/3.2/genindex.html
modules
https://docs.python.org/3.2/py-modindex.html
next
https://docs.python.org/3.2/c-api/objbuffer.html
previous
https://docs.python.org/3.2/c-api/iter.html
Python
http://www.python.org/
3.2.6 Documentation
https://docs.python.org/3.2/index.html
Python/C API Reference Manual
https://docs.python.org/3.2/c-api/index.html
Abstract Objects Layer
https://docs.python.org/3.2/c-api/abstract.html
Copyright
https://docs.python.org/3.2/copyright.html
Please donate.
http://www.python.org/psf/donations/
Found a bug
https://docs.python.org/3.2/bugs.html
Sphinx
http://sphinx.pocoo.org/
URLs of
crawlers that visited me
.