Package wtf :: Package app :: Module cookie :: Class UnicodeCookie
[hide private]
[frames] | no frames]

Class UnicodeCookie

source code

     object --+    
              |    
BaseCookieCodec --+
                  |
                 UnicodeCookie

Unicode cookies

The codecs takes and gives unicode, translates them using the unicode_escape codec.

Instance Methods [hide private]
 
encode(self, value)
Encode a cookie value
source code
 
decode(self, value)
Decode a cookie value
source code

Inherited from BaseCookieCodec: UNSAFE_SEARCH, __call__, __init__, quote, unquote

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from BaseCookieCodec: __implements__

Inherited from BaseCookieCodec (private): _UNSAFE_SEARCH

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

encode(self, value)

source code 
Encode a cookie value
Overrides: BaseCookieCodec.encode

decode(self, value)

source code 
Decode a cookie value
Overrides: BaseCookieCodec.decode