Home
last modified time | relevance | path

Searched defs:PyMemoryView_GET_BUFFER (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dmemoryobject.h14 #define PyMemoryView_GET_BUFFER(op) (&((PyMemoryViewObject *)(op))->view) macro
/external/python/cpython3/Include/
Dmemoryobject.h18 #define PyMemoryView_GET_BUFFER(op) (&((PyMemoryViewObject *)(op))->view) macro