Searched refs:BACKTICK_RE (Results 1 – 2 of 2) sorted by relevance
65 BACKTICK_RE = r'(?<!\\)(`+)(.+?)(?<!`)\2(?!`)' # `e=f()` or ``e=f("`")`` variable
251 inlinepatterns.BacktickPattern(inlinepatterns.BACKTICK_RE)