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

Function decode

Lib/encodings/_win_cp_codecs.py:9–10  ·  view source on GitHub ↗
(input, errors='strict')

Source from the content-addressed store, hash-verified

7 return code_page_encode(cp, input, errors)
8
9 def decode(input, errors='strict'):
10 return code_page_decode(cp, input, errors, True)
11
12 class IncrementalEncoder(codecs.IncrementalEncoder):
13 def encode(self, input, final=False):

Callers

nothing calls this directly

Calls 1

code_page_decodeFunction · 0.90

Tested by

no test coverage detected