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

Function in_table_c5

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

Source from the content-addressed store, hash-verified

241
242
243def in_table_c5(code):
244 return unicodedata.category(code) == "Cs"
245
246
247c6_set = set(range(65529,65534))

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…