Lines Matching refs:BaseCookie
47 .. class:: BaseCookie([input])
58 This class derives from :class:`BaseCookie` and overrides :meth:`value_decode`
64 This class derives from :class:`BaseCookie` and overrides :meth:`value_decode`
76 This class derives from :class:`BaseCookie`. It overrides :meth:`value_decode`
108 .. method:: BaseCookie.value_decode(val)
111 type. This method does nothing in :class:`BaseCookie` --- it exists so it can be
115 .. method:: BaseCookie.value_encode(val)
118 string. This method does nothing in :class:`BaseCookie` --- it exists so it can
125 .. method:: BaseCookie.output([attrs[, header[, sep]]])
137 .. method:: BaseCookie.js_output([attrs])
145 .. method:: BaseCookie.load(rawdata)