MCPcopy 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
26def bh2s(code):
27 return ((code >> 8) - 0x87) * (0xfe - 0x40 + 1) + ((code & 0xff) - 0x40)
28
29
30def split_bytes(code):

Callers 2

make_hkscs_mapFunction · 0.85
main_hkscsFunction · 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…