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

Function in_table_c12

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

Source from the content-addressed store, hash-verified

208
209
210def in_table_c12(code):
211 return unicodedata.category(code) == "Zs" and code != " "
212
213def in_table_c11_c12(code):
214 return unicodedata.category(code) == "Zs"

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…