Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _DECODE_DIRECT
Function
_DECODE_DIRECT
Lib/_pycodecs.py:866–867 ·
view source on GitHub ↗
(ch)
Source
from the content-addressed store, hash-verified
864
865
866
def
_DECODE_DIRECT(ch):
867
return
ch <= 127 and ch != ord(
"+"
)
868
869
870
def
PyUnicode_DecodeUTF7(s, size, errors, final=False):
Callers
1
PyUnicode_DecodeUTF7
Function · 0.85
Calls
1
ord
Function · 0.85
Tested by
no test coverage detected