Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dobject.h92 #define PyBUF_RECORDS (PyBUF_STRIDES | PyBUF_WRITABLE | PyBUF_FORMAT) macro
/third_party/python/Doc/c-api/
Dbuffer.rst327 | .. c:macro:: PyBUF_RECORDS | yes | yes | NULL | U | 0 | yes |
/third_party/python/Modules/
D_testbuffer.c2880 PyModule_AddIntMacro(m, PyBUF_RECORDS); in PyInit__testbuffer()
/third_party/python/Lib/test/
Dtest_buffer.py1029 PyBUF_RECORDS, PyBUF_RECORDS_RO,
2132 PyBUF_RECORDS, PyBUF_RECORDS_RO,