def encodings.utf_32.IncrementalDecoder.__init__ |
( |
|
self, |
|
|
|
errors = 'strict' |
|
) |
| |
def encodings.utf_32.IncrementalDecoder._buffer_decode |
( |
|
self, |
|
|
|
input, |
|
|
|
errors, |
|
|
|
final |
|
) |
| |
|
private |
def encodings.utf_32.IncrementalDecoder.getstate |
( |
|
self | ) |
|
def encodings.utf_32.IncrementalDecoder.reset |
( |
|
self | ) |
|
def encodings.utf_32.IncrementalDecoder.setstate |
( |
|
self, |
|
|
|
state |
|
) |
| |
encodings.utf_32.IncrementalDecoder.decoder |
The documentation for this class was generated from the following file:
Copyright 2014 Google Inc. All rights reserved.