Lines Matching refs:Morsel
31 in Cookie name (as :attr:`~Morsel.key`).
50 are :class:`Morsel` instances. Note that upon setting a key to a value, the
51 value is first converted to a :class:`Morsel` containing the key and the value.
128 *header* are sent to each :class:`Morsel`'s :meth:`output` method. *sep* is used
148 found there as :class:`Morsel`\ s. If it is a dictionary, it is equivalent to::
156 Morsel Objects
160 .. class:: Morsel
186 .. attribute:: Morsel.value
191 .. attribute:: Morsel.coded_value
196 .. attribute:: Morsel.key
201 .. method:: Morsel.set(key, value, coded_value)
206 .. method:: Morsel.isReservedKey(K)
208 Whether *K* is a member of the set of keys of a :class:`Morsel`.
211 .. method:: Morsel.output([attrs[, header]])
213 Return a string representation of the Morsel, suitable to be sent as an HTTP
219 .. method:: Morsel.js_output([attrs])
227 .. method:: Morsel.OutputString([attrs])
229 Return a string representing the Morsel, without any surrounding HTTP or