René's URL Explorer Experiment


Title: Buffers and Memoryview Objects — Python 2.7.18 documentation

direct link

Domain: docs.python.org

Links:

no longer supportedhttps://devguide.python.org/devcycle/#end-of-life-branches
Python documentation for the current stable releasehttps://docs.python.org/3/c-api/buffer.html
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/c-api/tuple.html
previoushttps://docs.python.org/2/c-api/unicode.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
Python/C API Reference Manualhttps://docs.python.org/2/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/2/c-api/concrete.html
https://docs.python.org/2/c-api/buffer.html#buffers-and-memoryview-objects
memoryviewhttps://docs.python.org/2/library/stdtypes.html#memoryview
PyArg_ParseTuple()https://docs.python.org/2/c-api/arg.html#c.PyArg_ParseTuple
memoryviewhttps://docs.python.org/2/library/stdtypes.html#memoryview
memoryviewhttps://docs.python.org/2/library/stdtypes.html#memoryview
https://docs.python.org/2/c-api/buffer.html#the-new-style-py-buffer-struct
https://docs.python.org/2/c-api/buffer.html#c.Py_buffer
https://docs.python.org/2/c-api/buffer.html#c.Py_buffer.buf
https://docs.python.org/2/c-api/buffer.html#c.Py_buffer.readonly
structhttps://docs.python.org/2/library/struct.html#module-struct
https://docs.python.org/2/c-api/buffer.html#c.Py_buffer.ndim
https://docs.python.org/2/c-api/buffer.html#c.Py_buffer.shape
https://docs.python.org/2/c-api/buffer.html#c.Py_buffer.strides
https://docs.python.org/2/c-api/buffer.html#c.Py_buffer.suboffsets
https://docs.python.org/2/c-api/buffer.html#c.Py_buffer.itemsize
PyBuffer_SizeFromFormat()https://docs.python.org/2/c-api/buffer.html#c.PyBuffer_SizeFromFormat
https://docs.python.org/2/c-api/buffer.html#c.Py_buffer.internal
https://docs.python.org/2/c-api/buffer.html#buffer-related-functions
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
https://docs.python.org/2/c-api/buffer.html#c.PyObject_CheckBuffer
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
Py_bufferhttps://docs.python.org/2/c-api/buffer.html#c.Py_buffer
https://docs.python.org/2/c-api/buffer.html#c.PyObject_GetBuffer
Py_bufferhttps://docs.python.org/2/c-api/buffer.html#c.Py_buffer
BufferErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.BufferError
Py_bufferhttps://docs.python.org/2/c-api/buffer.html#c.Py_buffer
Py_bufferhttps://docs.python.org/2/c-api/buffer.html#c.Py_buffer
https://docs.python.org/2/c-api/buffer.html#c.PyBuffer_Release
https://docs.python.org/2/c-api/buffer.html#c.PyBuffer_SizeFromFormat
itemsizehttps://docs.python.org/2/c-api/buffer.html#c.Py_buffer.itemsize
Py_bufferhttps://docs.python.org/2/c-api/buffer.html#c.Py_buffer
https://docs.python.org/2/c-api/buffer.html#c.PyBuffer_IsContiguous
https://docs.python.org/2/c-api/buffer.html#c.PyBuffer_FillContiguousStrides
Py_bufferhttps://docs.python.org/2/c-api/buffer.html#c.Py_buffer
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
https://docs.python.org/2/c-api/buffer.html#c.PyBuffer_FillInfo
https://docs.python.org/2/c-api/buffer.html#memoryview-objects
memoryviewhttps://docs.python.org/2/library/stdtypes.html#memoryview
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
https://docs.python.org/2/c-api/buffer.html#c.PyMemoryView_FromObject
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
Py_bufferhttps://docs.python.org/2/c-api/buffer.html#c.Py_buffer
https://docs.python.org/2/c-api/buffer.html#c.PyMemoryView_FromBuffer
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
https://docs.python.org/2/c-api/buffer.html#c.PyMemoryView_GetContiguous
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
https://docs.python.org/2/c-api/buffer.html#c.PyMemoryView_Check
memoryviewhttps://docs.python.org/2/library/stdtypes.html#memoryview
Py_bufferhttps://docs.python.org/2/c-api/buffer.html#c.Py_buffer
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
https://docs.python.org/2/c-api/buffer.html#c.PyMemoryView_GET_BUFFER
https://docs.python.org/2/c-api/buffer.html#old-style-buffer-objects
Buffer Object Structureshttps://docs.python.org/2/c-api/typeobj.html#buffer-structs
PyBufferProcshttps://docs.python.org/2/c-api/typeobj.html#c.PyBufferProcs
https://docs.python.org/2/c-api/buffer.html#c.PyBufferObject
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
PyTypeObjecthttps://docs.python.org/2/c-api/type.html#c.PyTypeObject
https://docs.python.org/2/c-api/buffer.html#c.PyBuffer_Type
PyTypeObjecthttps://docs.python.org/2/c-api/type.html#c.PyTypeObject
https://docs.python.org/2/c-api/buffer.html#c.Py_END_OF_BUFFER
PyBuffer_FromObject()https://docs.python.org/2/c-api/buffer.html#c.PyBuffer_FromObject
PyBuffer_FromReadWriteObject()https://docs.python.org/2/c-api/buffer.html#c.PyBuffer_FromReadWriteObject
PyBufferObjecthttps://docs.python.org/2/c-api/buffer.html#c.PyBufferObject
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
https://docs.python.org/2/c-api/buffer.html#c.PyBuffer_Check
PyBuffer_Typehttps://docs.python.org/2/c-api/buffer.html#c.PyBuffer_Type
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
https://docs.python.org/2/c-api/buffer.html#c.PyBuffer_FromObject
TypeErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.TypeError
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
https://docs.python.org/2/c-api/buffer.html#c.PyBuffer_FromReadWriteObject
PyBuffer_FromObject()https://docs.python.org/2/c-api/buffer.html#c.PyBuffer_FromObject
TypeErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.TypeError
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
https://docs.python.org/2/c-api/buffer.html#c.PyBuffer_FromMemory
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
https://docs.python.org/2/c-api/buffer.html#c.PyBuffer_FromReadWriteMemory
PyBuffer_FromMemory()https://docs.python.org/2/c-api/buffer.html#c.PyBuffer_FromMemory
PyObjecthttps://docs.python.org/2/c-api/structures.html#c.PyObject
https://docs.python.org/2/c-api/buffer.html#c.PyBuffer_New
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
PyObject_AsWriteBuffer()https://docs.python.org/2/c-api/objbuffer.html#c.PyObject_AsWriteBuffer
Table of Contentshttps://docs.python.org/2/contents.html
Buffers and Memoryview Objectshttps://docs.python.org/2/c-api/buffer.html
The new-style Py_buffer structhttps://docs.python.org/2/c-api/buffer.html#the-new-style-py-buffer-struct
Buffer related functionshttps://docs.python.org/2/c-api/buffer.html#buffer-related-functions
MemoryView objectshttps://docs.python.org/2/c-api/buffer.html#memoryview-objects
Old-style buffer objectshttps://docs.python.org/2/c-api/buffer.html#old-style-buffer-objects
Unicode Objects and Codecshttps://docs.python.org/2/c-api/unicode.html
Tuple Objectshttps://docs.python.org/2/c-api/tuple.html
Show Sourcehttps://docs.python.org/2/_sources/c-api/buffer.rst.txt
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/c-api/tuple.html
previoushttps://docs.python.org/2/c-api/unicode.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
Python/C API Reference Manualhttps://docs.python.org/2/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/2/c-api/concrete.html
Copyrighthttps://docs.python.org/2/copyright.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.