MCPcopy Index your code
hub / github.com/python/cpython / mkstringprep.py

File mkstringprep.py

Tools/unicode/mkstringprep.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import re
2from unicodedata import ucd_3_2_0 as unicodedata
3
4def gen_category(cats):

Callers

nothing calls this directly

Calls 15

setFunction · 0.85
gen_categoryFunction · 0.85
compact_setFunction · 0.85
listClass · 0.85
enumerateFunction · 0.85
gen_bidirectionalFunction · 0.85
map_table_b2Function · 0.70
openFunction · 0.50
readlinesMethod · 0.45
stripMethod · 0.45
startswithMethod · 0.45
matchMethod · 0.45

Tested by

no test coverage detected