Home | History | Annotate | Download | only in Common

Lines Matching refs:CommentCharacter

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

541 def GetComponents(Lines, Key, KeyValues, CommentCharacter):
552 Line = CleanString(Line, CommentCharacter)
563 ListItem = CleanString(Line.rsplit('{', 1)[0], CommentCharacter)