Home | History | Annotate | Download | only in python2.7

Lines Matching refs:CookieJar

28 __all__ = ['Cookie', 'CookieJar', 'CookiePolicy', 'DefaultCookiePolicy',
54 MISSING_FILENAME_TEXT = ("a filename was not supplied (nor was the CookieJar "
714 standards. CookieJar.make_cookies is the factory function for Cookie
817 Currently, pre-expired cookies never get this far -- the CookieJar
1201 class CookieJar:
1696 this method is called by CookieJar itself every so often, and the
1733 class FileCookieJar(CookieJar):
1734 """CookieJar that can be loaded from and saved to a file."""
1742 CookieJar.__init__(self, policy)