Home | History | Annotate | Download | only in webob

Lines Matching refs:Morsel

169         morsel = {}
172 morsel[key] = val
174 morsel = self.add(key, val)
181 r = Morsel(key, val)
240 class Morsel(dict):
452 morsel = Morsel(name, value)
455 morsel.domain = bytes_(domain)
457 morsel.path = bytes_(path)
459 morsel.httponly = True
461 morsel.secure = True
463 morsel.max_age = max_age
465 morsel.expires = expires
467 morsel.comment = bytes_(comment)
468 return morsel.serialize()