Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ decode
Function
decode
Lib/encodings/oem.py:14–15 ·
view source on GitHub ↗
(input, errors='strict')
Source
from the content-addressed store, hash-verified
12
encode = oem_encode
13
14
def
decode(input, errors=
'strict'
):
15
return
oem_decode(input, errors, True)
16
17
class
IncrementalEncoder(codecs.IncrementalEncoder):
18
def
encode(self, input, final=False):
Callers
9
test_raw
Method · 0.50
test_warnings
Method · 0.50
test_errors
Method · 0.50
test_raw_decode
Method · 0.50
test_decode_warnings
Method · 0.50
test_decode_errors
Method · 0.50
test_raw_decode
Method · 0.50
test_decode_errors
Method · 0.50
check_interrupted_read_retry
Method · 0.50
Calls
1
oem_decode
Function · 0.90
Tested by
9
test_raw
Method · 0.40
test_warnings
Method · 0.40
test_errors
Method · 0.40
test_raw_decode
Method · 0.40
test_decode_warnings
Method · 0.40
test_decode_errors
Method · 0.40
test_raw_decode
Method · 0.40
test_decode_errors
Method · 0.40
check_interrupted_read_retry
Method · 0.40