MCPcopy Index your code
hub / github.com/RustPython/RustPython / decode

Method decode

Lib/encodings/_win_cp_codecs.py:25–26  ·  view source on GitHub ↗
(self, input, errors, final)

Source from the content-addressed store, hash-verified

23
24 class StreamReader(codecs.StreamReader):
25 def decode(self, input, errors, final):
26 return code_page_decode(cp, input, errors, final)
27
28 return codecs.CodecInfo(
29 name=f'cp{cp}',

Callers

nothing calls this directly

Calls 1

code_page_decodeFunction · 0.90

Tested by

no test coverage detected