Searched refs:_PyBytes_SIMPLE_INIT (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Include/internal/ | ||
H A D | pycore_runtime_init.h | 85 #define _PyBytes_SIMPLE_INIT(CH, LEN) \ macro 93 _PyBytes_SIMPLE_INIT(CH, 1) \ 393 .bytes_empty = _PyBytes_SIMPLE_INIT(0, 0), \ |
Completed in 2 milliseconds