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

Lines Matching refs:attrs_set

1345     def _normalized_cookie_tuples(self, attrs_set):
1348 attrs_set is the list of lists of key,value pairs extracted from
1366 for cookie_attrs in attrs_set:
1534 def _cookies_from_attrs_set(self, attrs_set, request):
1535 cookie_tuples = self._normalized_cookie_tuples(attrs_set)