Searched refs:CookieJar (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_http_cookiejar.py | 17 CookieJar, DefaultCookiePolicy, LWPCookieJar, MozillaCookieJar, 501 # domains in the CookieJar before we try to access them (because that 580 c = CookieJar(policy) 596 c = CookieJar() 646 c = CookieJar() 656 c = CookieJar() 715 c = CookieJar(pol) 719 c = CookieJar(pol) 723 c = CookieJar(pol) 728 c = CookieJar(po [all...] |
H A D | test_urllib2.py | 1288 from http.cookiejar import CookieJar namespace 1291 cj = CookieJar()
|
/third_party/python/Lib/http/ |
H A D | cookiejar.py | 28 __all__ = ['Cookie', 'CookieJar', 'CookiePolicy', 'DefaultCookiePolicy', 57 MISSING_FILENAME_TEXT = ("a filename was not supplied (nor was the CookieJar " 750 standards. CookieJar.make_cookies is the factory function for Cookie 853 Currently, pre-expired cookies never get this far -- the CookieJar 1246 class CookieJar: class 1739 this method is called by CookieJar itself every so often, and the 1776 class FileCookieJar(CookieJar): 1777 """CookieJar that can be loaded from and saved to a file.""" 1785 CookieJar.__init__(self, policy) 1989 This class differs from CookieJar onl [all...] |
/third_party/googletest/googletest/scripts/ |
H A D | upload.py | 402 self.cookie_jar = cookielib.CookieJar()
|
/third_party/python/Lib/urllib/ |
H A D | request.py | 1402 cookiejar = http.cookiejar.CookieJar()
|
Completed in 12 milliseconds