Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobject.h192 #define PyBUF_C_CONTIGUOUS (0x0020 | PyBUF_STRIDES) macro
/external/python/cpython2/Doc/c-api/
Dbuffer.rst206 |:c:macro:`PyBUF_C_CONTIGUOUS` | These flags indicate that the contiguity returned |
/external/python/cpython2/Doc/whatsnew/
D2.6.rst1141 * :const:`PyBUF_C_CONTIGUOUS` and :const:`PyBUF_F_CONTIGUOUS`