Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ rot_13.py
File
rot_13.py
Lib/encodings/rot_13.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/env python
2
""
" Python Character Mapping Codec
for
ROT13.
3
4
This codec de/encodes
from
str to str.
Callers
nothing calls this directly
Calls
2
rot13
Function · 0.85
update
Method · 0.45
Tested by
no test coverage detected