Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ in_table_b1
Function
in_table_b1
Lib/stringprep.py:20–21 ·
view source on GitHub ↗
(code)
Source
from the content-addressed store, hash-verified
18
19
b1_set = set([173, 847, 6150, 6155, 6156, 6157, 8203, 8204, 8205, 8288, 65279] + list(range(65024,65040)))
20
def
in_table_b1(code):
21
return
ord(code) in b1_set
22
23
24
b3_exceptions = {
Callers
1
test
Method · 0.85
Calls
no outgoing calls
Tested by
1
test
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…