Home
last modified time | relevance | path

Searched refs:HTTPPasswordMgrWithDefaultRealm (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Doc/library/
Durllib.request.rst322 .. class:: HTTPPasswordMgrWithDefaultRealm()
331 A variant of :class:`HTTPPasswordMgrWithDefaultRealm` that also has a
911 :class:`HTTPPasswordMgrWithDefaultRealm` objects.
927 For :class:`HTTPPasswordMgrWithDefaultRealm` objects, the realm ``None`` will be
936 This password manager extends :class:`HTTPPasswordMgrWithDefaultRealm` to support
951 Same as for :class:`HTTPPasswordMgrWithDefaultRealm` objects
/external/python/cpython2/Doc/library/
Durllib2.rst243 .. class:: HTTPPasswordMgrWithDefaultRealm()
749 :class:`HTTPPasswordMgrWithDefaultRealm` objects.
765 For :class:`HTTPPasswordMgrWithDefaultRealm` objects, the realm ``None`` will be
/external/python/cpython2/Doc/howto/
Durllib2.rst461 case, it is convenient to use ``HTTPPasswordMgrWithDefaultRealm``. This allows
471 password_mgr = urllib2.HTTPPasswordMgrWithDefaultRealm()
/external/python/cpython3/Doc/howto/
Durllib2.rst484 case, it is convenient to use ``HTTPPasswordMgrWithDefaultRealm``. This allows
494 password_mgr = urllib.request.HTTPPasswordMgrWithDefaultRealm()
/external/python/cpython3/Lib/urllib/
Drequest.py892 class HTTPPasswordMgrWithDefaultRealm(HTTPPasswordMgr): class
902 class HTTPPasswordMgrWithPriorAuth(HTTPPasswordMgrWithDefaultRealm):
/external/python/cpython2/Lib/
Durllib2.py842 class HTTPPasswordMgrWithDefaultRealm(HTTPPasswordMgr): class
/external/python/six/documentation/
Dindex.rst782 * :class:`py2:urllib2.HTTPPasswordMgrWithDefaultRealm`