We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PyMemoryView_Type
1 parent 39ca786 commit 3789129Copy full SHA for 3789129
Doc/c-api/memoryview.rst
@@ -13,6 +13,12 @@ A :class:`memoryview` object exposes the C level :ref:`buffer interface
13
any other object.
14
15
16
+.. c:var:: PyTypeObject PyMemoryView_Type
17
+
18
+ This instance of :c:type:`PyTypeObject` represents the Python memoryview
19
+ type. This is the same object as :class:`memoryview` in the Python layer.
20
21
22
.. c:function:: PyObject *PyMemoryView_FromObject(PyObject *obj)
23
24
Create a memoryview object from an object that provides the buffer interface.
0 commit comments