Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Durllib2.py778 class HTTPPasswordMgr: class
842 class HTTPPasswordMgrWithDefaultRealm(HTTPPasswordMgr):
845 user, password = HTTPPasswordMgr.find_user_password(self, realm,
849 return HTTPPasswordMgr.find_user_password(self, None, authuri)
868 password_mgr = HTTPPasswordMgr()
955 passwd = HTTPPasswordMgr()
/external/python/cpython2/Doc/library/
Durllib2.rst238 .. class:: HTTPPasswordMgr()
254 compatible with :class:`HTTPPasswordMgr`; refer to section
262 something that is compatible with :class:`HTTPPasswordMgr`; refer to section
270 something that is compatible with :class:`HTTPPasswordMgr`; refer to section
279 compatible with :class:`HTTPPasswordMgr`; refer to section
287 something that is compatible with :class:`HTTPPasswordMgr`; refer to section
295 something that is compatible with :class:`HTTPPasswordMgr`; refer to section
745 HTTPPasswordMgr Objects
748 These methods are available on :class:`HTTPPasswordMgr` and
752 .. method:: HTTPPasswordMgr.add_password(realm, uri, user, passwd)
[all …]
/external/python/cpython2/Lib/distutils/command/
Dregister.py163 auth = urllib2.HTTPPasswordMgr()
/external/python/cpython2/Doc/howto/
Durllib2.rst460 ``HTTPPasswordMgr``. Frequently one doesn't care what the realm is. In that