Home | History | Annotate | Download | only in Library

Lines Matching refs:CommentCharacter

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

421 def GetComponents(Lines, KeyValues, CommentCharacter):
435 Line = CleanString(Line, CommentCharacter)
446 ListItem = CleanString(Line.rsplit('{', 1)[0], CommentCharacter)