René's URL Explorer Experiment


Title: Buffer Protocol — Python v3.2.6 documentation

direct link

Domain: docs.python.org

Nonetext/html; charset=utf-8

Links:

indexhttps://docs.python.org/3.2/genindex.html
moduleshttps://docs.python.org/3.2/py-modindex.html
nexthttps://docs.python.org/3.2/c-api/objbuffer.html
previoushttps://docs.python.org/3.2/c-api/iter.html
Pythonhttp://www.python.org/
3.2.6 Documentationhttps://docs.python.org/3.2/index.html
Python/C API Reference Manualhttps://docs.python.org/3.2/c-api/index.html
Abstract Objects Layerhttps://docs.python.org/3.2/c-api/abstract.html
https://docs.python.org/3.2/c-api/buffer.html#buffer-protocol
byteshttps://docs.python.org/3.2/library/functions.html#bytes
bytearrayhttps://docs.python.org/3.2/library/functions.html#bytearray
array.arrayhttps://docs.python.org/3.2/library/array.html#array.array
buffer protocolhttps://docs.python.org/3.2/c-api/buffer.html#bufferobjects
Buffer Object Structureshttps://docs.python.org/3.2/c-api/typeobj.html#buffer-structs
byteshttps://docs.python.org/3.2/library/functions.html#bytes
bytearrayhttps://docs.python.org/3.2/library/functions.html#bytearray
array.arrayhttps://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 codeshttps://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
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
memoryviewhttps://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
structhttps://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
PyObjecthttps://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
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
Py_bufferhttps://docs.python.org/3.2/c-api/buffer.html#Py_buffer
https://docs.python.org/3.2/c-api/buffer.html#PyObject_GetBuffer
Py_bufferhttps://docs.python.org/3.2/c-api/buffer.html#Py_buffer
Py_bufferhttps://docs.python.org/3.2/c-api/buffer.html#Py_buffer
PyBUF_SIMPLEhttps://docs.python.org/3.2/c-api/buffer.html#PyBUF_SIMPLE
PyBUF_WRITABLEhttps://docs.python.org/3.2/c-api/buffer.html#PyBUF_WRITABLE
BufferErrorhttps://docs.python.org/3.2/library/exceptions.html#BufferError
Py_bufferhttps://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_SIMPLEhttps://docs.python.org/3.2/c-api/buffer.html#PyBUF_SIMPLE
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_STRIDES
PyBUF_NDhttps://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_STRIDEShttps://docs.python.org/3.2/c-api/buffer.html#PyBUF_STRIDES
https://docs.python.org/3.2/c-api/buffer.html#PyBUF_INDIRECT
PyBUF_STRIDEShttps://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_bufferhttps://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
itemsizehttps://docs.python.org/3.2/c-api/buffer.html#Py_buffer.itemsize
Py_bufferhttps://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_bufferhttps://docs.python.org/3.2/c-api/buffer.html#Py_buffer
PyObjecthttps://docs.python.org/3.2/c-api/structures.html#PyObject
https://docs.python.org/3.2/c-api/buffer.html#PyBuffer_FillInfo
Table Of Contentshttps://docs.python.org/3.2/contents.html
Buffer Protocolhttps://docs.python.org/3.2/c-api/buffer.html
The buffer structurehttps://docs.python.org/3.2/c-api/buffer.html#the-buffer-structure
Buffer-related functionshttps://docs.python.org/3.2/c-api/buffer.html#buffer-related-functions
Iterator Protocolhttps://docs.python.org/3.2/c-api/iter.html
Old Buffer Protocolhttps://docs.python.org/3.2/c-api/objbuffer.html
Report a Bughttps://docs.python.org/3.2/bugs.html
Show Sourcehttps://docs.python.org/3.2/_sources/c-api/buffer.txt
indexhttps://docs.python.org/3.2/genindex.html
moduleshttps://docs.python.org/3.2/py-modindex.html
nexthttps://docs.python.org/3.2/c-api/objbuffer.html
previoushttps://docs.python.org/3.2/c-api/iter.html
Pythonhttp://www.python.org/
3.2.6 Documentationhttps://docs.python.org/3.2/index.html
Python/C API Reference Manualhttps://docs.python.org/3.2/c-api/index.html
Abstract Objects Layerhttps://docs.python.org/3.2/c-api/abstract.html
Copyrighthttps://docs.python.org/3.2/copyright.html
Please donate.http://www.python.org/psf/donations/
Found a bughttps://docs.python.org/3.2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.