Home | History | Annotate | Download | only in urllib

Lines Matching refs:default_method

390         default_method = "POST" if self.data is not None else "GET"
391 return getattr(self, 'method', default_method)