| Home | Trees | Index | Help |
|
|---|
| Module pyweb :: Class myCookie |
|
UserDict--+ |BaseCookie--+ |SimpleCookie--+ | myCookie
| Method Summary | |
|---|---|
| Inherited from SimpleCookie | |
real_value, coded_value = value_decode(STRING) Called prior to setting a cookie's value from the network representation. | |
real_value, coded_value = value_encode(VALUE) Called prior to setting a cookie's value from the dictionary representation. | |
| Inherited from BaseCookie | |
| |
| |
Dictionary style assignment. | |
Return a string suitable for HTTP. | |
Return a string suitable for JavaScript. | |
Load cookies from a string (presumably HTTP_COOKIE) or from a dictionary. | |
Return a string suitable for HTTP. | |
| Inherited from UserDict | |
| |
| |
| |
| |
| |
| |
| |
(Class method) | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Sat Feb 7 20:08:06 2004 | http://epydoc.sf.net |