Home
last modified time | relevance | path

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

/third_party/PyYAML/lib/yaml/
H A Dcomposer.py2 __all__ = ['Composer', 'ComposerError']
8 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"
131 # raise ComposerError("while composing a mapping", start_event.start_mark,
/third_party/PyYAML/yaml/
H A 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",

Completed in 3 milliseconds