Home
last modified time | relevance | path

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

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