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