Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobject.h206 #define PyBUF_FULL (PyBUF_INDIRECT | PyBUF_WRITABLE | PyBUF_FORMAT) macro
/external/python/cpython3/Include/
Dobject.h225 #define PyBUF_FULL (PyBUF_INDIRECT | PyBUF_WRITABLE | PyBUF_FORMAT) macro