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

Public Member Functions

def __init__
 
def decode
 
- Public Member Functions inherited from codecs.IncrementalDecoder
def __init__
 
def decode
 
def reset
 
def getstate
 
def setstate
 

Public Attributes

 mapping
 
- Public Attributes inherited from codecs.IncrementalDecoder
 errors
 

Constructor & Destructor Documentation

def encodings.charmap.IncrementalDecoder.__init__ (   self,
  errors = 'strict',
  mapping = None 
)

Member Function Documentation

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

Member Data Documentation

encodings.charmap.IncrementalDecoder.mapping

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

Copyright 2014 Google Inc. All rights reserved.