Home
last modified time | relevance | path

Searched refs:ParserError (Results 1 - 2 of 2) sorted by relevance

/third_party/PyYAML/lib/yaml/
H A Dparser.py62 __all__ = ['Parser', 'ParserError']
69 class ParserError(MarkedYAMLError): class
171 raise ParserError(None, None,
224 raise ParserError(None, None,
228 raise ParserError(None, None,
235 raise ParserError(None, None,
305 raise ParserError("while parsing a node", start_mark,
312 # raise ParserError("while parsing a node", start_mark,
369 raise ParserError("while parsing a %s node" % node, start_mark,
392 raise ParserError("whil
[all...]
/third_party/PyYAML/yaml/
H A D_yaml.pyx18 ParserError = yaml.parser.ParserError variable
141 #class ParserError(MarkedYAMLError):
329 return ParserError(context, context_mark, problem, problem_mark)

Completed in 3 milliseconds