Searched defs:string_re (Results 1 – 2 of 2) sorted by relevance
/external/python/jinja/src/jinja2/ | ||
D | lexer.py | 23 string_re = re.compile( variable |
/external/libchrome/third_party/jinja2/ | ||
D | lexer.py | 31 string_re = re.compile(r"('([^'\\]*(?:\\.[^'\\]*)*)'" variable |