Home
last modified time | relevance | path

Searched refs:SmartCookie (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Doc/library/
Dcookie.rst74 .. class:: SmartCookie([input])
86 just an alias for :class:`SmartCookie`. This is probably a mistake and will
289 >>> # SerialCookie and SmartCookie are deprecated
301 >>> C = Cookie.SmartCookie()
/external/python/cpython2/Lib/
DCookie.py722 class SmartCookie(BaseCookie): class
758 Cookie = SmartCookie
/external/python/cpython3/Misc/
DHISTORY16713 - The deprecated ``SmartCookie`` and ``SimpleCookie`` classes have