Home | History | Annotate | Download | only in test

Lines Matching refs:rot13

3350         rot13 = codecs.lookup("rot13")
3351 with support.swap_attr(rot13, '_is_text_encoding', True):
3352 t = io.TextIOWrapper(io.BytesIO(b'foo'), encoding="rot13")