Home
last modified time | relevance | path

Searched refs:context_mark (Results 1 – 3 of 3) sorted by relevance

/third_party/PyYAML/lib/yaml/
Derror.py50 def __init__(self, context=None, context_mark=None, argument
53 self.context_mark = context_mark
62 if self.context_mark is not None \
64 or self.context_mark.name != self.problem_mark.name
65 or self.context_mark.line != self.problem_mark.line
66 or self.context_mark.column != self.problem_mark.column):
67 lines.append(str(self.context_mark))
/third_party/PyYAML/yaml/
D_yaml.pyx91 # def __init__(self, context=None, context_mark=None,
94 # self.context_mark = context_mark
103 # if self.context_mark is not None \
105 # or self.context_mark.name != self.problem_mark.name
106 # or self.context_mark.line != self.problem_mark.line
107 # or self.context_mark.column != self.problem_mark.column):
108 # lines.append(str(self.context_mark))
310 context_mark = None
313 context_mark = Mark(self.stream_name,
314 self.parser.context_mark.index,
[all …]
D_yaml.pxd197 yaml_mark_t context_mark