HomeSort by relevance Sort by last modified time
    Searched refs:SerialCookie (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 58 >>> C = Cookie.SerialCookie()
149 SerialCookie
151 The SerialCookie expects that all values should be serialized using
153 serializing, SerialCookie can save almost any Python object to a
155 returned. (SerialCookie can yield some strange-looking cookie
158 >>> C = Cookie.SerialCookie()
168 Be warned, however, if SerialCookie cannot de-serialize a value (because
222 __all__ = ["CookieError","BaseCookie","SimpleCookie","SerialCookie",
684 class SerialCookie(BaseCookie):
685 """SerialCookie
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 58 >>> C = Cookie.SerialCookie()
149 SerialCookie
151 The SerialCookie expects that all values should be serialized using
153 serializing, SerialCookie can save almost any Python object to a
155 returned. (SerialCookie can yield some strange-looking cookie
158 >>> C = Cookie.SerialCookie()
168 Be warned, however, if SerialCookie cannot de-serialize a value (because
222 __all__ = ["CookieError","BaseCookie","SimpleCookie","SerialCookie",
684 class SerialCookie(BaseCookie):
685 """SerialCookie
    [all...]

Completed in 77 milliseconds