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

Function gen_bidirectional

Tools/unicode/mkstringprep.py:9–12  ·  view source on GitHub ↗
(cats)

Source from the content-addressed store, hash-verified

7 yield(i)
8
9def gen_bidirectional(cats):
10 for i in range(0, 0x110000):
11 if unicodedata.bidirectional(chr(i)) in cats:
12 yield(i)
13
14def compact_set(l):
15 single = []

Callers 1

mkstringprep.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…