MCPcopy 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
4This codec de/encodes from str to str.

Callers

nothing calls this directly

Calls 2

rot13Function · 0.85
updateMethod · 0.45

Tested by

no test coverage detected