Searched refs:update_authenticated (Results 1 – 2 of 2) sorted by relevance
915 self.update_authenticated(uri, is_authenticated)921 def update_authenticated(self, uri, is_authenticated=False): member in HTTPPasswordMgrWithPriorAuth1040 self.passwd.update_authenticated(req.full_url, True)1042 self.passwd.update_authenticated(req.full_url, False)
351 ``update_authenticated`` methods (see358 authentication succeeds, ``update_authenticated`` is called to set959 .. method:: HTTPPasswordMgrWithPriorAuth.update_authenticated(self, uri, \