Module cgi :: Class FormContent
[hide private]
[frames] | no frames]

_ClassType FormContent

UserDict.UserDict --+    
                    |    
      FormContentDict --+
                        |
                       FormContent

This class is present for backwards compatibility only.

Instance Methods [hide private]
 
values(self, key)
 
indexed_value(self, key, location)
 
value(self, key)
 
length(self, key)
 
stripped(self, key)
 
pars(self)

Inherited from FormContentDict: __init__

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

Class Methods [hide private]

Inherited from UserDict.UserDict: fromkeys

Method Details [hide private]

values(self, key)

 
Overrides: UserDict.UserDict.values