Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ bh2s
Function
bh2s
Tools/unicode/genmap_tchinese.py:26–27 ·
view source on GitHub ↗
(code)
Source
from the content-addressed store, hash-verified
24
25
26
def
bh2s(code):
27
return
((code >> 8) - 0x87) * (0xfe - 0x40 + 1) + ((code & 0xff) - 0x40)
28
29
30
def
split_bytes(code):
Callers
2
make_hkscs_map
Function · 0.85
main_hkscs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…