Searched refs:ComposerError (Results 1 - 2 of 2) sorted by relevance
/third_party/PyYAML/lib/yaml/ |
H A D | composer.py | 2 __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.pyx | 19 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 5 milliseconds