Searched refs:InsideCommentProgram (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Tools/scripts/
H A Dfixcid.py221 InsideCommentProgram = re.compile(InsideCommentPattern) variable
236 ## if Program is InsideCommentProgram: print '...',
241 Program = InsideCommentProgram
247 if Program is InsideCommentProgram:
/external/python/cpython3/Tools/scripts/
H A Dfixcid.py221 InsideCommentProgram = re.compile(InsideCommentPattern) variable
236 ## if Program is InsideCommentProgram: print(end='... ')
241 Program = InsideCommentProgram
247 if Program is InsideCommentProgram:

Completed in 375 milliseconds