Home
last modified time | relevance | path

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

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