Home
last modified time | relevance | path

Searched refs:b3_exceptions (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Tools/unicode/
Dmkstringprep.py176 b3_exceptions = {} variable
180 b3_exceptions[k] = "".join(map(chr,v))
182 b3 = sorted(b3_exceptions.items())
200 r = b3_exceptions.get(ord(code))
/third_party/python/Lib/
Dstringprep.py24 b3_exceptions = { variable
190 r = b3_exceptions.get(ord(code))