Class FormContentDict
UserDict.UserDict --+
|
FormContentDict
- Known Subclasses:
-
Form content as dictionary with a list of values per field.
form = FormContentDict()
form[key] -> [value, value, ...] key in form -> Boolean
form.keys() -> [key, key, ...] form.values() -> [[val, val, ...],
[val, val, ...], ...] form.items() -> [(key, [val, val, ...]), (key,
[val, val, ...]), ...] form.dict == {key: [val, val, ...], ...}
|
|
__init__(self,
environ={'LESS': '-X -i -Psline %l/%L$ -Pmline %l/%L (%p)$', 'DPKG_ARC...) |
|
|
|
Inherited from UserDict.UserDict:
__cmp__,
__contains__,
__delitem__,
__getitem__,
__len__,
__repr__,
__setitem__,
clear,
copy,
get,
has_key,
items,
iteritems,
iterkeys,
itervalues,
keys,
pop,
popitem,
setdefault,
update,
values
|
__init__(self,
environ={'LESS': '-X -i -Psline %l/%L$ -Pmline %l/%L (%p)$', 'DPKG_ARC...)
(Constructor)
|
|
- Overrides:
UserDict.UserDict.__init__
|