Lines Matching full:none
29 if cookie.port is not None: h.append(("port", cookie.port))
30 if cookie.path_specified: h.append(("path_spec", None))
31 if cookie.port_specified: h.append(("port_spec", None))
32 if cookie.domain_initial_dot: h.append(("domain_dot", None))
33 if cookie.secure: h.append(("secure", None))
36 if cookie.discard: h.append(("discard", None))
78 def save(self, filename=None, ignore_discard=False, ignore_expires=False):
79 if filename is None:
80 if self.filename is not None: filename = self.filename
125 if k is not None:
128 lc = None
133 if v is None: v = True
143 if expires is not None:
145 if expires is None: