Home
last modified time | relevance | path

Searched refs:PyMemoryView_GET_BASE (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
Dmemoryobject.h16 #define PyMemoryView_GET_BASE(op) (((PyMemoryViewObject *)(op))->view.obj) macro
/external/python/cpython3/Include/
Dmemoryobject.h20 #define PyMemoryView_GET_BASE(op) (((PyMemoryViewObject *)(op))->view.obj) macro
/external/python/cpython3/Doc/c-api/
Dmemoryview.rst57 .. c:function:: Py_buffer *PyMemoryView_GET_BASE(PyObject *mview)
/external/python/cpython3/Doc/data/
Drefcounts.dat1294 PyMemoryView_GET_BASE:Py_buffer*:::
1295 PyMemoryView_GET_BASE:PyObject*:mview:0:
/external/python/cpython3/Misc/
DHISTORY16447 internally consistent; add macros PyMemoryView_GET_BASE() and