Home
last modified time | relevance | path

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

/third_party/python/Tools/scripts/
Dfixcid.py216 OutsideCommentPattern = '(' + '|'.join(OutsideComment) + ')' variable
217 OutsideCommentProgram = re.compile(OutsideCommentPattern)