Home
last modified time | relevance | path

Searched refs:PyBUF_STRIDED (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
Dobject.h89 #define PyBUF_STRIDED (PyBUF_STRIDES | PyBUF_WRITABLE) macro
/third_party/python/Doc/c-api/
Dbuffer.rst331 | .. c:macro:: PyBUF_STRIDED | yes | yes | NULL | U | 0 | NULL |
/third_party/python/Modules/
D_testbuffer.c2882 PyModule_AddIntMacro(m, PyBUF_STRIDED); in PyInit__testbuffer()
/third_party/python/Lib/test/
Dtest_buffer.py1030 PyBUF_STRIDED, PyBUF_STRIDED_RO,
2133 PyBUF_STRIDED, PyBUF_STRIDED_RO,