Lines Matching defs:save
1722 Note that the .save() method won't save session cookies anyway, unless
1740 .save() method won't save expired cookies anyway (unless you ask
1791 def save(self, filename=None, ignore_discard=False, ignore_expires=False):
1875 ignore_discard and ignore_expires: see docstring for FileCookieJar.save
1888 def save(self, filename=None, ignore_discard=False, ignore_expires=False):
1986 this class to save cookies. I *think* it works, but there have been
1989 This class differs from CookieJar only in the format it uses to save and
1996 save at all while the browser is running).
2087 def save(self, filename=None, ignore_discard=False, ignore_expires=False):