Searched refs:comment_str (Results 1 – 1 of 1) sorted by relevance
169 def csv_comment_str(self, comment_str): argument170 self._csv_comment_str = comment_str387 comment_str: str = ''389 comment_str = '//'391 comment_str = '#'393 comment_str = 'C_'395 comment_str = '! '399 return [parse_test_line(line.strip(comment_str).removeprefix("TESTARGS"), source_file.stem)405 …comment_str: str = '#', comment_func: Optional[Callable[[str, str], Optional[str]]] = None) -> str:432 if test_line[0] == comment_str and true_line[0] == comment_str:[all …]