MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / map_table_b3

Function map_table_b3

tools/python-3.11.9-amd64/Lib/stringprep.py:189–192  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

1870x1d7a8:'\u03c9', 0x1d7bb:'\u03c3', }
188
189def map_table_b3(code):
190 r = b3_exceptions.get(ord(code))
191 if r is not None: return r
192 return code.lower()
193
194
195def map_table_b2(a):

Callers 1

map_table_b2Function · 0.85

Calls 2

getMethod · 0.45
lowerMethod · 0.45

Tested by

no test coverage detected