FormSubmissionRequest
Superclasses: Object
- Constructors:
FormSubmissionRequest(**properties)
Methods
- class FormSubmissionRequest
- list_text_fields() tuple[bool, list[str], list[str]]
Get lists of the text fields contained in the form associated to
request
.Get lists with the names and values of the text fields contained in the form associated to
request
. Note that names and values may beNone
.If this function returns
False
, then bothfield_names
andfield_values
will be empty.Added in version 2.20.