Searched refs:RepresenterError (Results 1 – 3 of 3) sorted by relevance
10 class RepresenterError(YAMLError): class231 raise RepresenterError("cannot represent an object", data)321 raise RepresenterError("cannot represent an object", data)
86 * https://github.com/yaml/pyyaml/pull/55 -- Improve RepresenterError creation
23 RepresenterError = yaml.representer.RepresenterError variable