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

Method decode

Lib/test/test_capi/test_codecs.py:558–559  ·  view source on GitHub ↗
(self, input, errors='strict')

Source from the content-addressed store, hash-verified

556 return codec_encoder(input, errors=errors)
557
558 def decode(self, input, errors='strict'):
559 return codec_decoder(input, errors=errors)
560
561 class StreamWriter(codecs.StreamWriter):
562 def encode(self, input, errors='strict'):

Calls

no outgoing calls

Tested by

no test coverage detected