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

Function decode

Lib/encodings/oem.py:14–15  ·  view source on GitHub ↗
(input, errors='strict')

Source from the content-addressed store, hash-verified

12encode = oem_encode
13
14def decode(input, errors='strict'):
15 return oem_decode(input, errors, True)
16
17class IncrementalEncoder(codecs.IncrementalEncoder):
18 def encode(self, input, final=False):

Callers 13

test_rawMethod · 0.50
test_warningsMethod · 0.50
test_errorsMethod · 0.50
test_raw_decodeMethod · 0.50
test_decode_warningsMethod · 0.50
test_decode_errorsMethod · 0.50
test_raw_decodeMethod · 0.50
test_decode_errorsMethod · 0.50
checkMethod · 0.50
test_decodeMethod · 0.50
test_codec_decodeMethod · 0.50

Calls

no outgoing calls

Tested by 13

test_rawMethod · 0.40
test_warningsMethod · 0.40
test_errorsMethod · 0.40
test_raw_decodeMethod · 0.40
test_decode_warningsMethod · 0.40
test_decode_errorsMethod · 0.40
test_raw_decodeMethod · 0.40
test_decode_errorsMethod · 0.40
checkMethod · 0.40
test_decodeMethod · 0.40
test_codec_decodeMethod · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…