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

Lines Matching refs:rest

734                  rest,
765 self._rest = copy.copy(rest)
800 args.append("rest=%s" % repr(self._rest))
1351 Tuples are name, value, standard, rest, where name and value are the
1354 domain, path and port) and rest is a dictionary containing the rest of
1370 # dictionary of other cookie-attributes (rest).
1382 rest = {}
1433 rest[k] = v
1438 cookie_tuples.append((name, value, standard, rest))
1443 # standard is dict of standard cookie-attributes, rest is dict of the
1444 # rest of them
1445 name, value, standard, rest = tup
1532 rest)