Package encodings :: Module cp869 :: Class IncrementalDecoder
[hide private]
[frames] | no frames]

Class IncrementalDecoder

               object --+    
                        |    
codecs.IncrementalDecoder --+
                            |
                           IncrementalDecoder

Instance Methods [hide private]
 
decode(self, input, final=False)
Decodes input and returns the resulting object.

Inherited from codecs.IncrementalDecoder: __init__, reset

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

decode(self, input, final=False)

 

Decodes input and returns the resulting object.

Overrides: codecs.IncrementalDecoder.decode
(inherited documentation)