Package encutils :: Module encutils :: Class EncodingInfo
[hide private]
[frames] | no frames]

Class EncodingInfo

source code

object --+
         |
        EncodingInfo

All encoding related information, returned by getEncodingInfo



Instance Methods [hide private]
  __init__(self)
initializes all possible properties to None, see class description
  __str__(self)
str(EncodingInfo()) is the guessed encoding itself

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self)
(Constructor)

source code 
initializes all possible properties to None, see class description
Overrides: object.__init__

__str__(self)
(Informal representation operator)

source code 
str(EncodingInfo()) is the guessed encoding itself
Overrides: object.__str__