Home
last modified time | relevance | path

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

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