Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ unichrs
Method
unichrs
Lib/test/multibytecodec_support.py:325–326 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
323
324
def
_test_mapping_file_plain(self):
325
def
unichrs(s):
326
return
''
.join(chr(int(x, 16))
for
x in s.split(
'+'
))
327
328
urt_wa = {}
329
Callers
nothing calls this directly
Calls
2
join
Method · 0.45
split
Method · 0.45
Tested by
no test coverage detected