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

type 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

Method Details [hide private]

decode(self, input, final=False)

 

Decodes input and returns the resulting object.

Overrides: codecs.IncrementalDecoder.decode
(inherited documentation)