OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, name, codec_info) |
def | __repr__ (self) |
Data Fields | |
name | |
codec_info | |
Reresents a character encoding such as UTF-8, that can be used for decoding or encoding. .. attribute:: name Canonical name of the encoding .. attribute:: codec_info The actual implementation of the encoding, a stdlib :class:`~codecs.CodecInfo` object. See :func:`codecs.register`.
def __init__ | ( | self, | |
name, | |||
codec_info | |||
) |
def __repr__ | ( | self | ) |
codec_info |
name |