Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobject.h207 #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT) macro
/external/python/cpython3/Include/
Dobject.h226 #define PyBUF_FULL_RO (PyBUF_INDIRECT | PyBUF_FORMAT) macro