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

Lines Matching full:mustquote

149     mustquote = re.compile(r"[^\w!#$%&'*+,.:;<=>?^`|~-]")
1055 if arg and self.mustquote.search(arg) is None: