Searched refs:SerialCookie (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A DCookie.py58 >>> 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): class in inherits:BaseCookie
685 """SerialCookie
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A DCookie.py58 >>> 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): class in inherits:BaseCookie
685 """SerialCookie
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DCookie.py58 >>> 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): class in inherits:BaseCookie
685 """SerialCookie
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DCookie.py58 >>> 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): class in inherits:BaseCookie
685 """SerialCookie
[all...]

Completed in 52 milliseconds