Trees Indices Help
Python Standard Library
Package encodings :: Module base64_codec :: Class IncrementalDecoder
[]

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)

Trees Indices Help
Python Standard Library

AltStyle によって変換されたページ (->オリジナル) /