MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / iterdecode

Function iterdecode

Lib/codecs.py:1014–1030  ·  view source on GitHub ↗

Decoding iterator. Decodes the input strings from the iterator using a IncrementalDecoder. errors and kwargs are passed through to the IncrementalDecoder constructor.

(iterator, encoding, errors='strict', **kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

getincrementaldecoderFunction · 0.85
decodeMethod · 0.45

Tested by

no test coverage detected