/external/python/cpython3/Lib/ |
stringprep.py | 257 c8_set = set([832, 833, 8206, 8207] + list(range(8234,8239)) + list(range(8298,8304))) variable 259 return ord(code) in c8_set
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
stringprep.py | 257 c8_set = set([832, 833, 8206, 8207] + range(8234,8239) + range(8298,8304))
variable 259 return ord(code) in c8_set
|
/external/python/cpython2/Lib/ |
stringprep.py | 257 c8_set = set([832, 833, 8206, 8207] + range(8234,8239) + range(8298,8304)) variable 259 return ord(code) in c8_set
|