MCPcopy 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
866def _DECODE_DIRECT(ch):
867 return ch <= 127 and ch != ord("+")
868
869
870def PyUnicode_DecodeUTF7(s, size, errors, final=False):

Callers 1

PyUnicode_DecodeUTF7Function · 0.85

Calls 1

ordFunction · 0.85

Tested by

no test coverage detected