Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobject.h197 #define PyBUF_CONTIG (PyBUF_ND | PyBUF_WRITABLE) macro
/external/python/cpython3/Include/
Dobject.h216 #define PyBUF_CONTIG (PyBUF_ND | PyBUF_WRITABLE) macro