Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsre_constants.py61 NOT_LITERAL_IGNORE = "not_literal_ignore" variable
122 NOT_LITERAL, NOT_LITERAL_IGNORE,
166 NOT_LITERAL: NOT_LITERAL_IGNORE
/external/python/cpython3/Lib/
Dsre_constants.py153 NOT_LITERAL: NOT_LITERAL_IGNORE,
Dsre_compile.py648 LITERAL_IGNORE, NOT_LITERAL_IGNORE,