MCPcopy 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
19b1_set = set([173, 847, 6150, 6155, 6156, 6157, 8203, 8204, 8205, 8288, 65279] + list(range(65024,65040)))
20def in_table_b1(code):
21 return ord(code) in b1_set
22
23
24b3_exceptions = {

Callers 1

testMethod · 0.85

Calls

no outgoing calls

Tested by 1

testMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…