René's URL Explorer Experiment


Title: MemoryView objects — Python 3.15.0a5 documentation

Open Graph Title: MemoryView objects

Description: A memoryview object exposes the C level buffer interface as a Python object which can then be passed around like any other object.

Open Graph Description: A memoryview object exposes the C level buffer interface as a Python object which can then be passed around like any other object.

Opengraph URL: https://docs.python.org/3/c-api/memoryview.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.15/_images/social_previews/summary_c-api_memoryview_cebbc07f.png
og:image:altA memoryview object exposes the C level buffer interface as a Python object which can then be passed around like any other object.
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Slice Objectshttps://docs.python.org/dev/c-api/slice.html
Pickle buffer objectshttps://docs.python.org/dev/c-api/picklebuffer.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/memoryview.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/c-api/picklebuffer.html
previoushttps://docs.python.org/dev/c-api/slice.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
Python/C API Reference Manualhttps://docs.python.org/dev/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/dev/c-api/concrete.html
MemoryView objectshttps://docs.python.org/dev/c-api/memoryview.html
https://docs.python.org/dev/c-api/memoryview.html#index-0
memoryviewhttps://docs.python.org/dev/library/stdtypes.html#memoryview
buffer interfacehttps://docs.python.org/dev/c-api/buffer.html#bufferobjects
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
https://docs.python.org/dev/c-api/memoryview.html#c.PyMemoryView_Type
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyTypeObjecthttps://docs.python.org/dev/c-api/type.html#c.PyTypeObject
memoryviewhttps://docs.python.org/dev/library/stdtypes.html#memoryview
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/memoryview.html#c.PyMemoryView_FromObject
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
https://docs.python.org/dev/c-api/memoryview.html#c.PyBUF_READ
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
https://docs.python.org/dev/c-api/memoryview.html#c.PyBUF_WRITE
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
Py_ssize_thttps://docs.python.org/dev/c-api/intro.html#c.Py_ssize_t
https://docs.python.org/dev/c-api/memoryview.html#c.PyMemoryView_FromMemory
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyBUF_READhttps://docs.python.org/dev/c-api/memoryview.html#c.PyBUF_READ
PyBUF_WRITEhttps://docs.python.org/dev/c-api/memoryview.html#c.PyBUF_WRITE
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
Py_bufferhttps://docs.python.org/dev/c-api/buffer.html#c.Py_buffer
https://docs.python.org/dev/c-api/memoryview.html#c.PyMemoryView_FromBuffer
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
PyMemoryView_FromMemory()https://docs.python.org/dev/c-api/memoryview.html#c.PyMemoryView_FromMemory
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/memoryview.html#c.PyMemoryView_GetContiguous
Stable ABIhttps://docs.python.org/dev/c-api/stable.html#stable
contiguoushttps://docs.python.org/dev/glossary.html#term-contiguous
PyBUF_READhttps://docs.python.org/dev/c-api/memoryview.html#c.PyBUF_READ
PyBUF_WRITEhttps://docs.python.org/dev/c-api/memoryview.html#c.PyBUF_WRITE
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/memoryview.html#c.PyMemoryView_Check
memoryviewhttps://docs.python.org/dev/library/stdtypes.html#memoryview
Py_bufferhttps://docs.python.org/dev/c-api/buffer.html#c.Py_buffer
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/memoryview.html#c.PyMemoryView_GET_BUFFER
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
PyObjecthttps://docs.python.org/dev/c-api/structures.html#c.PyObject
https://docs.python.org/dev/c-api/memoryview.html#c.PyMemoryView_GET_BASE
PyMemoryView_FromMemory()https://docs.python.org/dev/c-api/memoryview.html#c.PyMemoryView_FromMemory
PyMemoryView_FromBuffer()https://docs.python.org/dev/c-api/memoryview.html#c.PyMemoryView_FromBuffer
Slice Objectshttps://docs.python.org/dev/c-api/slice.html
Pickle buffer objectshttps://docs.python.org/dev/c-api/picklebuffer.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/memoryview.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/c-api/picklebuffer.html
previoushttps://docs.python.org/dev/c-api/slice.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
Python/C API Reference Manualhttps://docs.python.org/dev/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/dev/c-api/concrete.html
MemoryView objectshttps://docs.python.org/dev/c-api/memoryview.html
Copyrighthttps://docs.python.org/dev/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.