Home
last modified time | relevance | path

Searched refs:rot13 (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/encodings/
H A Drot_13.py108 def rot13(infile, outfile): function
113 rot13(sys.stdin, sys.stdout)
/third_party/python/Lib/test/
H A Dtest_codecs.py2712 "rot_13": ["rot13"],
3508 """Test the ROT-13 codec via rot13 function,
3515 encodings.rot_13.rot13(infile, outfile)
H A Dtest_io.py3474 rot13 = codecs.lookup("rot13")
3475 with support.swap_attr(rot13, '_is_text_encoding', True):
3476 t = io.TextIOWrapper(io.BytesIO(b'foo'), encoding="rot13")

Completed in 12 milliseconds