Package 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
source code
 
__str__(self)
str(EncodingInfo()) outputs the guessed encoding itself or the empty string
source code
 
__repr__(self)
repr(x)
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __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()) outputs the guessed encoding itself or the empty string
Overrides: object.__str__

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)