Home
last modified time | relevance | path

Searched refs:SerialCookie (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Doc/library/
Dcookie.rst62 .. class:: SerialCookie([input])
82 The same security warning from :class:`SerialCookie` applies here.
89 you should not use the :class:`SerialCookie` class.
289 >>> # SerialCookie and SmartCookie are deprecated
291 >>> C = Cookie.SerialCookie()
/external/python/cpython2/Lib/
DCookie.py696 class SerialCookie(BaseCookie): class