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

Function in_table_c3

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

Source from the content-addressed store, hash-verified

230
231
232def in_table_c3(code):
233 return unicodedata.category(code) == "Co"
234
235
236def in_table_c4(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…