Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/scripts/
Dfixcid.py220 InsideCommentPattern = '(' + '|'.join(InsideComment) + ')' variable
221 InsideCommentProgram = re.compile(InsideCommentPattern)
/external/python/cpython2/Tools/scripts/
Dfixcid.py220 InsideCommentPattern = '(' + '|'.join(InsideComment) + ')' variable
221 InsideCommentProgram = re.compile(InsideCommentPattern)