Searched refs:OutsideComment (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Tools/scripts/ | ||
H A D | fixcid.py | 215 OutsideComment = (Identifier, Number, String, Char, CommentStart) variable 216 OutsideCommentPattern = '(' + '|'.join(OutsideComment) + ')' |
Completed in 2 milliseconds