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

Function in_table_c21

Lib/stringprep.py:217–218  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

215
216
217def in_table_c21(code):
218 return ord(code) < 128 and unicodedata.category(code) == "Cc"
219
220c22_specials = set([1757, 1807, 6158, 8204, 8205, 8232, 8233, 65279] + list(range(8288,8292)) + list(range(8298,8304)) + list(range(65529,65533)) + list(range(119155,119163)))
221def in_table_c22(code):

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…