Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
pip._vendor.webencodings.Encoding Class Reference
Inheritance diagram for pip._vendor.webencodings.Encoding:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.webencodings.Encoding:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self, name, codec_info)
 
 __repr__ (self)
 

Public Attributes

 name
 
 codec_info
 

Detailed Description

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`.

The documentation for this class was generated from the following file: