Home
last modified time | relevance | path

Searched refs:allow_unicode (Results 1 – 7 of 7) sorted by relevance

/third_party/PyYAML/tests/lib/
Dtest_input_output.py55 for allow_unicode in [False, True]:
56 data1 = yaml.dump(value, allow_unicode=allow_unicode)
59 yaml.dump(value, stream, encoding=encoding, allow_unicode=allow_unicode)
61 data3 = yaml.dump(value, encoding=encoding, allow_unicode=allow_unicode)
68 yaml.dump(value, stream, encoding=encoding, allow_unicode=allow_unicode)
76 yaml.dump(value, stream, encoding=encoding, allow_unicode=allow_unicode)
94 yaml.dump(data, stream, allow_unicode=True)
97 yaml.dump(data, stream, encoding='utf-16-le', allow_unicode=True)
100 yaml.dump(data, stream, allow_unicode=True)
104 yaml.dump(data, stream, encoding='utf-8', allow_unicode=True)
[all …]
Dtest_representer.py8 for allow_unicode in [False, True]:
15 allow_unicode=allow_unicode, encoding=encoding)
/third_party/PyYAML/lib/yaml/
Ddumper.py14 allow_unicode=None, line_break=None, argument
19 allow_unicode=allow_unicode, line_break=line_break)
32 allow_unicode=None, line_break=None, argument
37 allow_unicode=allow_unicode, line_break=line_break)
50 allow_unicode=None, line_break=None, argument
55 allow_unicode=allow_unicode, line_break=line_break)
Dcyaml.py56 allow_unicode=None, line_break=None, argument
61 allow_unicode=allow_unicode, line_break=line_break,
73 allow_unicode=None, line_break=None, argument
78 allow_unicode=allow_unicode, line_break=line_break,
90 allow_unicode=None, line_break=None, argument
95 allow_unicode=allow_unicode, line_break=line_break,
D__init__.py159 allow_unicode=None, line_break=None): argument
169 allow_unicode=allow_unicode, line_break=line_break)
180 allow_unicode=None, line_break=None, argument
195 allow_unicode=allow_unicode, line_break=line_break,
218 allow_unicode=None, line_break=None, argument
235 allow_unicode=allow_unicode, line_break=line_break,
Demitter.py39 allow_unicode=None, line_break=None): argument
84 self.allow_unicode = allow_unicode
704 if not self.allow_unicode:
935 or (self.allow_unicode
/third_party/PyYAML/yaml/
D_yaml.pyx906 allow_unicode=None, line_break=None, encoding=None, argument
922 if allow_unicode: