Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
187
0x1d7a8:
'\u03c9'
, 0x1d7bb:
'\u03c3'
, }
188
189
def
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
195
def
map_table_b2(a):
Callers
2
map_table_b2
Function · 0.70
test
Method · 0.50
Calls
2
get
Method · 0.45
lower
Method · 0.45
Tested by
1
test
Method · 0.40
Used in the wild
real call sites across dependent graphs
searching dependent graphs…