Index of the cgifields module
-
m
wareweb.cgifields
...
-
C
Fields
...
- f getlist ... - Return the named item as a list ([] if name not found, [self[name]] if only one field passed in).
- f __init__ ...
- f __contains__ ...
- f __getitem__ ...
- f itemlist ... - Return a list of (name, [values...]). Like .items(), except all values becomes a list (like .getlist()).
- f __iter__ ...
- C HTTPVariableNotFound ... - Raised when a form variable can't be found. Catching either of HTTPBadRequest or KeyError will work, plus this will turn into a better response when a variable isn't found.
-
C
Fields
...