Home
last modified time | relevance | path

Searched refs:PyMemoryView_GetContiguous (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dmemoryobject.h19 PyAPI_FUNC(PyObject *) PyMemoryView_GetContiguous(PyObject *base,
/external/python/cpython2/Objects/
Dmemoryobject.c240 PyMemoryView_GetContiguous(PyObject *obj, int buffertype, char fort) in PyMemoryView_GetContiguous() function
/external/python/cpython2/Doc/c-api/
Dbuffer.rst317 .. c:function:: PyObject *PyMemoryView_GetContiguous(PyObject *obj, int buffertype, char order)