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

Lines Matching defs:quote

468 # XXX Should fix unquote() and quote() to be really conformant.
482 def quote(s):
696 quote = 0
699 if quote == 1:
701 quote = 0
709 quote = 1
717 """Get a quote-delimited fragment from self's field."""