Home
last modified time | relevance | path

Searched refs:HTTPPasswordMgr (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Doc/library/
Durllib.request.rst322 .. class:: HTTPPasswordMgr()
348 compatible with :class:`HTTPPasswordMgr`; refer to section
370 be something that is compatible with :class:`HTTPPasswordMgr`; refer to
379 something that is compatible with :class:`HTTPPasswordMgr`; refer to section
388 compatible with :class:`HTTPPasswordMgr`; refer to section
396 be something that is compatible with :class:`HTTPPasswordMgr`; refer to
413 something that is compatible with :class:`HTTPPasswordMgr`; refer to section
912 HTTPPasswordMgr Objects
915 These methods are available on :class:`HTTPPasswordMgr` and
919 .. method:: HTTPPasswordMgr.add_password(realm, uri, user, passwd)
[all …]
/third_party/python/Lib/distutils/command/
Dregister.py161 auth = urllib.request.HTTPPasswordMgr()
/third_party/python/Lib/urllib/
Drequest.py834 class HTTPPasswordMgr: class
898 class HTTPPasswordMgrWithDefaultRealm(HTTPPasswordMgr):
901 user, password = HTTPPasswordMgr.find_user_password(self, realm,
905 return HTTPPasswordMgr.find_user_password(self, None, authuri)
962 password_mgr = HTTPPasswordMgr()
1093 passwd = HTTPPasswordMgr()
/third_party/python/Lib/test/
Dtest_urllib2.py145 mgr = urllib.request.HTTPPasswordMgr()
220 mgr = urllib.request.HTTPPasswordMgr()
/third_party/python/Doc/howto/
Durllib2.rst483 ``HTTPPasswordMgr``. Frequently one doesn't care what the realm is. In that