new empty dictionary
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
|
|
|
|
|
|
|
set(self,
key,
val,
coded_val,
LegalChars='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678...,
idmap='\x00\x01\x02\x03\x04\x05\x06\x07\x08\t\n\x0b\x0c\r\x0e\x0f\x1...,
translate=<function translate at 0x4049c064>) |
|
|
|
|
output(self,
attrs=None,
header='Set-Cookie:')
str(x) |
|
|
|
|
__str__(self,
attrs=None,
header='Set-Cookie:')
str(x) |
|
|
|
|
|
|
|
| js_output(self,
attrs=None) |
|
|
|
|
| OutputString(self,
attrs=None) |
|
|
|
Inherited from dict:
__cmp__,
__contains__,
__delitem__,
__eq__,
__ge__,
__getattribute__,
__getitem__,
__gt__,
__hash__,
__iter__,
__le__,
__len__,
__lt__,
__ne__,
__new__,
clear,
copy,
fromkeys,
get,
has_key,
items,
iteritems,
iterkeys,
itervalues,
keys,
pop,
popitem,
setdefault,
update,
values
Inherited from object:
__delattr__,
__reduce__,
__reduce_ex__,
__setattr__
|