Home
last modified time | relevance | path

Searched refs:ComposerError (Results 1 – 2 of 2) sorted by relevance

/third_party/PyYAML/lib/yaml/
Dcomposer.py8 class ComposerError(MarkedYAMLError): class
41 raise ComposerError("expected a single document in the stream",
68 raise ComposerError(None, None, "found undefined alias %r"
75 raise ComposerError("found duplicate anchor %r; first occurrence"
/third_party/PyYAML/yaml/
D_yaml.pyx19 ComposerError = yaml.composer.ComposerError variable
681 raise ComposerError(u"expected a single document in the stream",
703 raise ComposerError(None, None, u"found undefined alias", mark)
723 raise ComposerError(u"found duplicate anchor; first occurrence",