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

Lines Matching full:quoter

1273         (quoter, safe) = _safe_quoters[cachekey]
1277 quoter = safe_map.__getitem__
1279 _safe_quoters[cachekey] = (quoter, safe)
1282 return ''.join(map(quoter, s))