MCPcopy Index your code
hub / github.com/python/cpython / decode

Method decode

Lib/test/testcodec.py:18–20  ·  view source on GitHub ↗
(self,input,errors='strict')

Source from the content-addressed store, hash-verified

16 return codecs.charmap_encode(input,errors,encoding_map)
17
18 def decode(self,input,errors='strict'):
19
20 return codecs.charmap_decode(input,errors,decoding_map)
21
22class StreamWriter(Codec,codecs.StreamWriter):
23 pass

Callers 15

test_chunkcodingMethod · 0.45
getvalueMethod · 0.45
__eq__Method · 0.45
test_callbacksMethod · 0.45
test_decodehelperMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected