Home | History | Annotate | Download | only in python2.7

Lines Matching full:always_safe

1237 always_safe = ('ABCDEFGHIJKLMNOPQRSTUVWXYZ'
1242 _safe_map[c] = c if (i < 128 and c in always_safe) else '%{:02X}'.format(i)
1271 cachekey = (safe, always_safe)
1278 safe = always_safe + safe