Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Durllib.py1254 always_safe = ('ABCDEFGHIJKLMNOPQRSTUVWXYZ' variable
1259 _safe_map[c] = c if (i < 128 and c in always_safe) else '%{:02X}'.format(i)
1288 cachekey = (safe, always_safe)
1295 safe = always_safe + safe