Home
last modified time | relevance | path

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

/third_party/PyYAML/lib/yaml/
Drepresenter.py10 class RepresenterError(YAMLError): class
231 raise RepresenterError("cannot represent an object", data)
321 raise RepresenterError("cannot represent an object", data)
/third_party/PyYAML/
DCHANGES86 * https://github.com/yaml/pyyaml/pull/55 -- Improve RepresenterError creation
/third_party/PyYAML/yaml/
D_yaml.pyx23 RepresenterError = yaml.representer.RepresenterError variable