HomeSort by relevance Sort by last modified time
    Searched defs:SimpleCookie (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Cookie.py 57 >>> C = Cookie.SimpleCookie()
132 SimpleCookie
134 The SimpleCookie expects that all values should be standard strings.
135 Just to be sure, SimpleCookie invokes the str() builtin to convert
138 >>> C = Cookie.SimpleCookie()
222 __all__ = ["CookieError","BaseCookie","SimpleCookie","SerialCookie",
670 class SimpleCookie(BaseCookie):
671 """SimpleCookie
672 SimpleCookie supports strings as cookie values. When setting
673 the value using the dictionary assignment notation, SimpleCookie
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
Cookie.py 57 >>> C = Cookie.SimpleCookie()
132 SimpleCookie
134 The SimpleCookie expects that all values should be standard strings.
135 Just to be sure, SimpleCookie invokes the str() builtin to convert
138 >>> C = Cookie.SimpleCookie()
222 __all__ = ["CookieError","BaseCookie","SimpleCookie","SerialCookie",
670 class SimpleCookie(BaseCookie):
671 """SimpleCookie
672 SimpleCookie supports strings as cookie values. When setting
673 the value using the dictionary assignment notation, SimpleCookie
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
Cookie.py 57 >>> C = Cookie.SimpleCookie()
132 SimpleCookie
134 The SimpleCookie expects that all values should be standard strings.
135 Just to be sure, SimpleCookie invokes the str() builtin to convert
138 >>> C = Cookie.SimpleCookie()
222 __all__ = ["CookieError","BaseCookie","SimpleCookie","SerialCookie",
670 class SimpleCookie(BaseCookie):
671 """SimpleCookie
672 SimpleCookie supports strings as cookie values. When setting
673 the value using the dictionary assignment notation, SimpleCookie
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 57 >>> C = Cookie.SimpleCookie()
132 SimpleCookie
134 The SimpleCookie expects that all values should be standard strings.
135 Just to be sure, SimpleCookie invokes the str() builtin to convert
138 >>> C = Cookie.SimpleCookie()
222 __all__ = ["CookieError","BaseCookie","SimpleCookie","SerialCookie",
670 class SimpleCookie(BaseCookie):
671 """SimpleCookie
672 SimpleCookie supports strings as cookie values. When setting
673 the value using the dictionary assignment notation, SimpleCookie
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 57 >>> C = Cookie.SimpleCookie()
132 SimpleCookie
134 The SimpleCookie expects that all values should be standard strings.
135 Just to be sure, SimpleCookie invokes the str() builtin to convert
138 >>> C = Cookie.SimpleCookie()
222 __all__ = ["CookieError","BaseCookie","SimpleCookie","SerialCookie",
670 class SimpleCookie(BaseCookie):
671 """SimpleCookie
672 SimpleCookie supports strings as cookie values. When setting
673 the value using the dictionary assignment notation, SimpleCookie
    [all...]
  /external/python/cpython2/Lib/
Cookie.py 54 >>> C = Cookie.SimpleCookie()
129 SimpleCookie
131 The SimpleCookie expects that all values should be standard strings.
132 Just to be sure, SimpleCookie invokes the str() builtin to convert
135 >>> C = Cookie.SimpleCookie()
219 __all__ = ["CookieError","BaseCookie","SimpleCookie","SerialCookie",
682 class SimpleCookie(BaseCookie):
683 """SimpleCookie
684 SimpleCookie supports strings as cookie values. When setting
685 the value using the dictionary assignment notation, SimpleCookie
    [all...]
  /external/python/cpython3/Lib/http/
cookies.py 52 >>> C = cookies.SimpleCookie()
57 >>> C = cookies.SimpleCookie()
68 >>> C = cookies.SimpleCookie()
80 >>> C = cookies.SimpleCookie()
89 >>> C = cookies.SimpleCookie()
98 >>> C = cookies.SimpleCookie()
107 >>> C = cookies.SimpleCookie()
112 The SimpleCookie expects that all values should be standard strings.
113 Just to be sure, SimpleCookie invokes the str() builtin to convert
116 >>> C = cookies.SimpleCookie()
    [all...]

Completed in 166 milliseconds