Package coprs :: Module forms :: Class CoprDeleteForm
[hide private]
[frames] | no frames]

Class CoprDeleteForm

source code


Instance Methods [hide private]

Inherited from flask_wtf.form.Form: __init__, generate_csrf_token, hidden_tag, is_submitted, validate_csrf_token, validate_on_submit

Inherited from wtforms.form.Form: __delattr__, __delitem__, __iter__, __setitem__, validate

Inherited from wtforms.form.BaseForm: __contains__, __getitem__, populate_obj, process

Inherited from wtforms.form.BaseForm (private): _get_translations

Inherited from object: __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  verify = <UnboundField(TextField, ('Confirm deleting by typing...

Inherited from wtforms.ext.csrf.session.SessionSecureForm: SECRET_KEY, TIME_FORMAT, TIME_LIMIT

Inherited from wtforms.ext.csrf.form.SecureForm: csrf_token

Inherited from unreachable.NewBase (private): _unbound_fields

Properties [hide private]

Inherited from wtforms.ext.csrf.form.SecureForm: data

Inherited from wtforms.form.BaseForm: errors

Inherited from object: __class__

Class Variable Details [hide private]

verify

Value:
<UnboundField(TextField, ('Confirm deleting by typing "yes"',), {'vali\
dators': [<wtforms.validators.Required object at 0x1fd61d0>, <wtforms.\
validators.Regexp object at 0x1fd70b0>]})>