Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsre_constants.py66 MIN_REPEAT_ONE = "min_repeat_one" variable
128 MIN_REPEAT_ONE
Dsre_compile.py128 emit(OPCODES[MIN_REPEAT_ONE])
/external/python/cpython3/Lib/
Dsre_compile.py144 emit(MIN_REPEAT_ONE)
712 elif op in (REPEAT, REPEAT_ONE, MIN_REPEAT_ONE):