Home
last modified time | relevance | path

Searched refs:update_authenticated (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/urllib/
Drequest.py915 self.update_authenticated(uri, is_authenticated)
921 def update_authenticated(self, uri, is_authenticated=False): member in HTTPPasswordMgrWithPriorAuth
1040 self.passwd.update_authenticated(req.full_url, True)
1042 self.passwd.update_authenticated(req.full_url, False)
/third_party/python/Doc/library/
Durllib.request.rst351 ``update_authenticated`` methods (see
358 authentication succeeds, ``update_authenticated`` is called to set
959 .. method:: HTTPPasswordMgrWithPriorAuth.update_authenticated(self, uri, \