Searched refs:line_offset (Results 1 – 1 of 1) sorted by relevance
41 def __init__(self, line_offset, error_message): argument42 self.line_offset = line_offset44 super().__init__('{}: {}'.format(line_offset, error_message))202 def add_categories_from_text(self, filename, line_offset, argument208 raise InputFormatError(filename, line_offset + e.line_offset,214 line_offset + category.title_line,