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

Method _buffer_decode

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

Source from the content-addressed store, hash-verified

15
16 class IncrementalDecoder(codecs.BufferedIncrementalDecoder):
17 def _buffer_decode(self, input, errors, final):
18 return code_page_decode(cp, input, errors, final)
19
20 class StreamWriter(codecs.StreamWriter):
21 def encode(self, input, errors='strict'):

Callers

nothing calls this directly

Calls 1

code_page_decodeFunction · 0.90

Tested by

no test coverage detected