Home
last modified time | relevance | path

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

/external/toolchain-utils/cwp/bartlett/test/
Dserver_tester.py30 self.opener = urllib2.build_opener(urllib2.HTTPCookieProcessor(self._jar))
/external/toolchain-utils/cwp/interpreter/
Dapp_engine_pull.py47 opener = urllib2.build_opener(urllib2.HTTPCookieProcessor(cookiejar))
/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.rst735 opener = urllib.request.build_opener(urllib.request.HTTPCookieProcessor(cj))
744 opener = urllib.request.build_opener(urllib.request.HTTPCookieProcessor(cj))
758 opener = urllib.request.build_opener(urllib.request.HTTPCookieProcessor(cj))
Durllib.request.rst290 .. class:: HTTPCookieProcessor(cookiejar=None)
860 HTTPCookieProcessor Objects
863 :class:`HTTPCookieProcessor` instances have one attribute:
865 .. 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.py1145 h = urllib.request.HTTPCookieProcessor(cj)
1279 cp = urllib.request.HTTPCookieProcessor(cj)
/external/googletest/googletest/scripts/
Dupload.py388 opener.add_handler(urllib2.HTTPCookieProcessor(self.cookie_jar))
/external/googletest/googlemock/scripts/
Dupload.py388 opener.add_handler(urllib2.HTTPCookieProcessor(self.cookie_jar))
/external/google-breakpad/src/testing/scripts/
Dupload.py388 opener.add_handler(urllib2.HTTPCookieProcessor(self.cookie_jar))
/external/google-breakpad/src/testing/gtest/scripts/
Dupload.py388 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.py1366 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