Home
last modified time | relevance | path

Searched refs:HTTPPasswordMgr (Results 1 – 10 of 10) 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/cpython3/Lib/distutils/command/
Dregister.py161 auth = urllib.request.HTTPPasswordMgr()
/external/python/cpython3/Doc/library/
Durllib.request.rst317 .. class:: HTTPPasswordMgr()
343 compatible with :class:`HTTPPasswordMgr`; refer to section
365 be something that is compatible with :class:`HTTPPasswordMgr`; refer to
374 something that is compatible with :class:`HTTPPasswordMgr`; refer to section
383 compatible with :class:`HTTPPasswordMgr`; refer to section
391 be something that is compatible with :class:`HTTPPasswordMgr`; refer to
408 something that is compatible with :class:`HTTPPasswordMgr`; refer to section
907 HTTPPasswordMgr Objects
910 These methods are available on :class:`HTTPPasswordMgr` and
914 .. method:: HTTPPasswordMgr.add_password(realm, uri, user, passwd)
[all …]
/external/python/cpython3/Lib/urllib/
Drequest.py828 class HTTPPasswordMgr: class
892 class HTTPPasswordMgrWithDefaultRealm(HTTPPasswordMgr):
895 user, password = HTTPPasswordMgr.find_user_password(self, realm,
899 return HTTPPasswordMgr.find_user_password(self, None, authuri)
956 password_mgr = HTTPPasswordMgr()
1087 passwd = HTTPPasswordMgr()
/external/python/cpython3/Lib/test/
Dtest_urllib2.py143 mgr = urllib.request.HTTPPasswordMgr()
218 mgr = urllib.request.HTTPPasswordMgr()
/external/python/cpython2/Doc/howto/
Durllib2.rst460 ``HTTPPasswordMgr``. Frequently one doesn't care what the realm is. In that
/external/python/cpython3/Doc/howto/
Durllib2.rst483 ``HTTPPasswordMgr``. Frequently one doesn't care what the realm is. In that
/external/python/six/documentation/
Dindex.rst781 * :class:`py2:urllib2.HTTPPasswordMgr`