Lines Matching refs:CookieJar
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:
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 only in the format it uses to save and