Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib.py1205 always_safe = ('ABCDEFGHIJKLMNOPQRSTUVWXYZ' variable
1210 _safe_map[c] = c if (i < 128 and c in always_safe) else '%{:02X}'.format(i)
1239 cachekey = (safe, always_safe)
1246 safe = always_safe + safe