Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __getitem__ |
def | getlist |
def | values |
def | items |
![]() | |
def | __init__ |
![]() | |
def | __init__ |
def | __repr__ |
def | __cmp__ |
def | __len__ |
def | __getitem__ |
def | __setitem__ |
def | __delitem__ |
def | clear |
def | copy |
def | keys |
def | items |
def | iteritems |
def | iterkeys |
def | itervalues |
def | values |
def | has_key |
def | update |
def | get |
def | setdefault |
def | popitem |
def | __contains__ |
Additional Inherited Members | |
![]() | |
dict | |
data | |
query_string | |
Form content as dictionary expecting a single value per field. If you only expect a single value for each field, then form[key] will return that single value. It will raise an IndexError if that expectation is not true. If you expect a field to have possible multiple values, than you can use form.getlist(key) to get all of the values. values() and items() are a compromise: they return single strings where there is a single value, and lists of strings otherwise.
def __getitem__ | ( | self, | |
key | |||
) |
def items | ( | self) |
def values | ( | self) |