Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
Dquoting.py66 _comment_quote_re = re.compile(r'\-\s*\>') variable
77 comment = _comment_quote_re.sub('->', comment)