|
Orbits
1
|
Classes | |
| class | Codec |
| Codec APIs. More... | |
| class | IncrementalEncoder |
| class | IncrementalDecoder |
| class | StreamWriter |
| class | StreamReader |
Functions | |
| def | getregentry |
| def | rot13 |
| Filter API. More... | |
Variables | |
| tuple | decoding_map = codecs.make_identity_dict(range(256)) |
| Decoding Map. More... | |
| tuple | encoding_map = codecs.make_encoding_map(decoding_map) |
| Encoding Map. More... | |
| def encodings.rot_13.getregentry | ( | ) |
| def encodings.rot_13.rot13 | ( | infile, | |
| outfile | |||
| ) |
Filter API.
| tuple encodings.rot_13.decoding_map = codecs.make_identity_dict(range(256)) |
Decoding Map.
| tuple encodings.rot_13.encoding_map = codecs.make_encoding_map(decoding_map) |
Encoding Map.
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.