Searched refs:update_authenticated (Results 1 – 2 of 2) sorted by relevance
909 self.update_authenticated(uri, is_authenticated)915 def update_authenticated(self, uri, is_authenticated=False): member in HTTPPasswordMgrWithPriorAuth1034 self.passwd.update_authenticated(req.full_url, True)1036 self.passwd.update_authenticated(req.full_url, False)
346 ``update_authenticated`` methods (see353 authentication succeeds, ``update_authenticated`` is called to set954 .. method:: HTTPPasswordMgrWithPriorAuth.update_authenticated(self, uri, \