Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ in_table_c6
Function
in_table_c6
Lib/stringprep.py:248–249 ·
view source on GitHub ↗
(code)
Source
from the content-addressed store, hash-verified
246
247
c6_set = set(range(65529,65534))
248
def
in_table_c6(code):
249
return
ord(code) in c6_set
250
251
252
c7_set = set(range(12272,12284))
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…