codecs.getincrementaldecoder(encoding)
Look up the codec for the given encoding and return its incremental decoder class or factory function.
Raises a LookupError
in case the encoding cannot be found or the codec doesn’t support an incremental decoder.
Please login to continue.