Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Public Attributes | List of all members
encodings.zlib_codec.IncrementalDecoder Class Reference
Inheritance diagram for encodings.zlib_codec.IncrementalDecoder:
codecs.IncrementalDecoder _object

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
 

Constructor & Destructor Documentation

def encodings.zlib_codec.IncrementalDecoder.__init__ (   self,
  errors = 'strict' 
)

Member Function Documentation

def encodings.zlib_codec.IncrementalDecoder.decode (   self,
  input,
  final = False 
)
def encodings.zlib_codec.IncrementalDecoder.reset (   self)

Member Data Documentation

encodings.zlib_codec.IncrementalDecoder.decompressobj
encodings.zlib_codec.IncrementalDecoder.errors

The documentation for this class was generated from the following file:

Copyright 2014 Google Inc. All rights reserved.