Lines Matching refs:rest
770 rest,
801 self._rest = copy.copy(rest)
836 args.append("rest=%s" % repr(self._rest))
1395 Tuples are name, value, standard, rest, where name and value are the
1398 domain, path and port) and rest is a dictionary containing the rest of
1414 # dictionary of other cookie-attributes (rest).
1426 rest = {}
1477 rest[k] = v
1482 cookie_tuples.append((name, value, standard, rest))
1487 # standard is dict of standard cookie-attributes, rest is dict of the
1488 # rest of them
1489 name, value, standard, rest = tup
1576 rest)
1931 rest = {}
1948 rest[k] = v
1968 rest)
2025 rest = {}
2033 rest[HTTPONLY_ATTR] = ""
2073 rest)