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

Lines Matching refs:_method

349         self._method = method
477 self._method == 'HEAD'):
538 if self._method == 'HEAD':
699 self._method = None
751 method = self._method)
874 self._method = method
1036 kwds = {"strict":self.strict, "method":self._method}