MCPcopy Index your code
hub / github.com/python/cpython / map_table_b3

Function map_table_b3

Tools/unicode/mkstringprep.py:199–202  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

197""")
198
199def map_table_b3(code):
200 r = b3_exceptions.get(ord(code))
201 if r is not None: return r
202 return code.lower()
203
204# B.2 is case folding for NFKC. This is the same as B.3,
205# except where NormalizeWithKC(Fold(a)) !=

Callers 1

map_table_b2Function · 0.70

Calls 2

getMethod · 0.45
lowerMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…