Home
last modified time | relevance | path

Searched defs:SRE_FLAG_ASCII (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Dsre_constants.py210 SRE_FLAG_ASCII = 256 # use ascii "locale" variable
/external/python/cpython3/Modules/
Dsre_constants.h94 #define SRE_FLAG_ASCII 256 macro