Searched refs:StripComments (Results 1 – 5 of 5) sorted by relevance
52 StripComments($params);53 StripComments($param_list);102 sub StripComments subroutine
124 changelog_entry = StripComments(changelog_entry)
166 changelog_entry = StripComments(changelog_entry)
106 StripComments(" Line 1\n# Line 2\n Line 3\n#\n"))108 StripComments("###\n# \n\n# Line 1\nLine 2 ### Test\n #"))
106 def StripComments(text): function