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

Lines Matching refs:stuff

684         stuff = headers['www-authenticate']
686 match = re.match('[ \t]*([^ \t]+)[ \t]+realm="([^"]*)"', stuff)
706 stuff = headers['proxy-authenticate']
708 match = re.match('[ \t]*([^ \t]+)[ \t]+realm="([^"]*)"', stuff)