Lines Matching refs:errors
15 for errors in ('strict', 'backslashreplace', 'surrogateescape',
17 with self.subTest(errors=errors):
19 encoding='cp437', errors=errors)
21 encoding='cp437', errors=errors)
33 'Dεbug\tM?ss?ge' if errors == 'replace' else
34 'Dεbug\tMssge' if errors == 'ignore' else
38 'Fαtal\t?rr?r' if errors == 'replace' else
39 'Fαtal\trrr' if errors == 'ignore' else