Searched defs:string_re (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/tools/inspector_protocol/jinja2/ | ||
| D | lexer.py | 31 string_re = re.compile(r"('([^'\\]*(?:\\.[^'\\]*)*)'" variable |
| /third_party/jinja2/ | ||
| D | lexer.py | 26 string_re = re.compile( variable |