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

Function map_table_b3

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 2

map_table_b2Function · 0.70
testMethod · 0.50

Calls 2

getMethod · 0.45
lowerMethod · 0.45

Tested by 1

testMethod · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…