elements property

elements property

Returns a collection of all form control elements in the form.

Definition:

@property
def elements(self):
    ...

See Also