Package encodings :: Module cp850 :: Class IncrementalEncoder
[hide private]
[frames] | no frames]

Class IncrementalEncoder

               object --+    
                        |    
codecs.IncrementalEncoder --+
                            |
                           IncrementalEncoder

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

Inherited from codecs.IncrementalEncoder: __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]

encode(self, input, final=False)

 

Encodes input and returns the resulting object.

Overrides: codecs.IncrementalEncoder.encode
(inherited documentation)