Searched refs:context_mark (Results 1 – 3 of 3) sorted by relevance
50 def __init__(self, context=None, context_mark=None, argument53 self.context_mark = context_mark62 if self.context_mark is not None \64 or self.context_mark.name != self.problem_mark.name65 or self.context_mark.line != self.problem_mark.line66 or self.context_mark.column != self.problem_mark.column):67 lines.append(str(self.context_mark))
91 # def __init__(self, context=None, context_mark=None,94 # self.context_mark = context_mark103 # if self.context_mark is not None \105 # or self.context_mark.name != self.problem_mark.name106 # or self.context_mark.line != self.problem_mark.line107 # or self.context_mark.column != self.problem_mark.column):108 # lines.append(str(self.context_mark))310 context_mark = None313 context_mark = Mark(self.stream_name,314 self.parser.context_mark.index,[all …]
197 yaml_mark_t context_mark