Orbits
1
|
Public Member Functions | |
def | __init__ |
def | encode |
def | reset |
Public Member Functions inherited from codecs.IncrementalEncoder | |
def | __init__ |
def | encode |
def | reset |
def | getstate |
def | setstate |
Public Attributes | |
errors | |
compressobj | |
Public Attributes inherited from codecs.IncrementalEncoder | |
errors | |
buffer | |
def encodings.zlib_codec.IncrementalEncoder.__init__ | ( | self, | |
errors = 'strict' |
|||
) |
def encodings.zlib_codec.IncrementalEncoder.encode | ( | self, | |
input, | |||
final = False |
|||
) |
def encodings.zlib_codec.IncrementalEncoder.reset | ( | self | ) |
encodings.zlib_codec.IncrementalEncoder.compressobj |
encodings.zlib_codec.IncrementalEncoder.errors |
Copyright 2014 Google Inc. All rights reserved.