Inherited from flask_wtf.form.Form :
__init__ ,
generate_csrf_token ,
hidden_tag ,
is_submitted ,
validate_csrf_data ,
validate_csrf_token ,
validate_on_submit
Inherited from flask_wtf.form.Form (private):
_get_translations
Inherited from wtforms.form.Form :
__delattr__ ,
__delitem__ ,
__setitem__ ,
validate
Inherited from wtforms.form.BaseForm :
__contains__ ,
__getitem__ ,
__iter__ ,
populate_obj ,
process
Inherited from object :
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|