Searched refs:stop_line (Results 1 – 4 of 4) sorted by relevance
20 self.stop_line = line_number(38 self.main_source, self.stop_line)
20 self.stop_line = line_number(33 self.main_source, self.stop_line)
43 stop_line = get_line(self.file, self.line)49 return len(stop_line) - len(stop_line.lstrip()) + 1
373 stop_line = "" variable in Language448 stop_line = "#[{dsl_name} start generated code]*/" variable in PythonLanguage594 stop_line = "[{dsl_name} start generated code]*/" variable in CLanguage1544 stop_line = self.language.stop_line.format(dsl_name=dsl_name)1550 if not line.startswith(stop_line):1552 remainder = line[len(stop_line):]1653 write(self.language.stop_line.format(dsl_name=dsl_name))