Home
last modified time | relevance | path

Searched refs:HTTPCookieProcessor (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Doc/library/
Durllib2.rst215 .. class:: HTTPCookieProcessor([cookiejar])
712 HTTPCookieProcessor Objects
717 :class:`HTTPCookieProcessor` instances have one attribute:
720 .. attribute:: HTTPCookieProcessor.cookiejar
Dcookielib.rst746 opener = urllib2.build_opener(urllib2.HTTPCookieProcessor(cj))
755 opener = urllib2.build_opener(urllib2.HTTPCookieProcessor(cj))
769 opener = urllib2.build_opener(urllib2.HTTPCookieProcessor(cj))
/external/python/cpython3/Doc/library/
Dhttp.cookiejar.rst744 opener = urllib.request.build_opener(urllib.request.HTTPCookieProcessor(cj))
753 opener = urllib.request.build_opener(urllib.request.HTTPCookieProcessor(cj))
767 opener = urllib.request.build_opener(urllib.request.HTTPCookieProcessor(cj))
Durllib.request.rst289 .. class:: HTTPCookieProcessor(cookiejar=None)
879 HTTPCookieProcessor Objects
882 :class:`HTTPCookieProcessor` instances have one attribute:
884 .. attribute:: HTTPCookieProcessor.cookiejar
/external/python/cpython2/Lib/test/
Dtest_urllib2.py908 h = urllib2.HTTPCookieProcessor(cj)
1027 cp = urllib2.HTTPCookieProcessor(cj)
/external/python/cpython3/Lib/test/
Dtest_urllib2.py1142 h = urllib.request.HTTPCookieProcessor(cj)
1276 cp = urllib.request.HTTPCookieProcessor(cj)
/external/googletest/googletest/scripts/
Dupload.py403 opener.add_handler(urllib2.HTTPCookieProcessor(self.cookie_jar))
/external/python/cpython2/Lib/
Durllib2.py1245 class HTTPCookieProcessor(BaseHandler): class
/external/python/six/documentation/
Dindex.rst778 * :class:`py2:urllib2.HTTPCookieProcessor`
/external/python/cpython3/Lib/urllib/
Drequest.py1392 class HTTPCookieProcessor(BaseHandler): class
/external/python/cpython2/Doc/whatsnew/
D2.4.rst1338 :class:`HTTPCookieProcessor` manages a cookie jar that is used when accessing
/external/python/cpython3/Doc/whatsnew/
D2.4.rst1338 :class:`HTTPCookieProcessor` manages a cookie jar that is used when accessing