Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_runtime_init.h293 #define _PyUnicode_ASCII_BASE_INIT(LITERAL, ASCII) \ macro
307 ._ascii = _PyUnicode_ASCII_BASE_INIT((LITERAL), 1), \
317 ._base = _PyUnicode_ASCII_BASE_INIT((LITERAL), 0), \