Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsre_constants.py94 CATEGORY_UNI_NOT_DIGIT = "category_uni_not_digit" variable
143 CATEGORY_LOC_NOT_WORD, CATEGORY_UNI_DIGIT, CATEGORY_UNI_NOT_DIGIT,
197 CATEGORY_NOT_DIGIT: CATEGORY_UNI_NOT_DIGIT,
/external/python/cpython3/Lib/
Dsre_constants.py194 CATEGORY_NOT_DIGIT: CATEGORY_UNI_NOT_DIGIT,