Orbits
1
|
Classes | |
class | Codec |
Codec APIs. More... | |
class | IncrementalEncoder |
class | IncrementalDecoder |
class | StreamWriter |
class | StreamReader |
Functions | |
def | getregentry |
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... | |
Python Character Mapping Codec generated from 'PTCP154.txt' with gencodec.py. Written by Marc-Andre Lemburg (mal@lemburg.com). (c) Copyright CNRI, All Rights Reserved. NO WARRANTY. (c) Copyright 2000 Guido van Rossum.
def encodings.ptcp154.getregentry | ( | ) |
tuple encodings.ptcp154.decoding_map = codecs.make_identity_dict(range(256)) |
Decoding Map.
tuple encodings.ptcp154.encoding_map = codecs.make_encoding_map(decoding_map) |
Encoding Map.
Copyright 2014 Google Inc. All rights reserved.