Home
last modified time | relevance | path

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

/third_party/PyYAML/lib/yaml/
H A Drepresenter.py3 'RepresenterError']
10 class RepresenterError(YAMLError): class
42 # raise RepresenterError("recursive objects are not allowed: %r" % data)
231 raise RepresenterError("cannot represent an object", data)
321 raise RepresenterError("cannot represent an object", data)
/third_party/PyYAML/yaml/
H A D_yaml.pyx23 RepresenterError = yaml.representer.RepresenterError variable

Completed in 3 milliseconds