| [name='form'][, action=''][, method='get'][, stickyData=][, enctype=''][, populate=None][, includeName=None]) | 
Form objects have the following class structure and methods:
| ) | 
False otherwise 
returns True
| form) | 
web.cgi object.
| field) | 
| name) | 
| name) | 
| name) | 
| name) | 
| name) | 
True if the form has a field named name, False otherwise
| ) | 
value attribute of each item in the tuple.
| ) | 
| ) | 
key:value pairs
| ) | 
(key, value) pairs where the key is the field name and the value is the field object.
| ) | 
| ) | 
| [action=None]) | 
| ) | 
The keys include: 'name','action','method','enctype','fields','actions' and 'stickyData'. 'fields' is the key to an array dictionarys containg field information with the keys: 'name','error','description','value' and 'html'. 'stickyData' is the stickyData as hidden fields.