Home
last modified time | relevance | path

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

/external/python/jinja/src/jinja2/
Dlexer.py23 string_re = re.compile( variable
/external/libchrome/third_party/jinja2/
Dlexer.py31 string_re = re.compile(r"('([^'\\]*(?:\\.[^'\\]*)*)'" variable