Home | History | Annotate | Download | only in Library

Lines Matching refs:CommentCharacter

1063 # @param CommentCharacter:  Comment char, used to ignore comment content

1067 def GetCharIndexOutStr(CommentCharacter, Line):
1080 elif Line[Index] == CommentCharacter and InString :
1082 elif Line[Index] == CommentCharacter and (Index +1) < len(Line) and Line[Index+1] == CommentCharacter \