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

FormMeta ModuleFormUploadFactory

source code


Nested Classes [hide private]

Inherited from wtforms.form.Form: Meta

Instance Methods [hide private]

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

Class Variables [hide private]
  modulemd = <UnboundField(FileField, ('modulemd',), {'validator...
  create = <UnboundField(BooleanField, ('create',), {'default': ...
  build = <UnboundField(BooleanField, ('build',), {'default': Tr...

Inherited from flask_wtf.form.Form: SECRET_KEY, TIME_LIMIT

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

Inherited from unreachable.NewBase (private): _unbound_fields, _wtforms_meta

Properties [hide private]

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

Inherited from wtforms.form.BaseForm: errors

Class Variable Details [hide private]

modulemd

Value:
<UnboundField(FileField, ('modulemd',), {'validators': [<flask_wtf.fil\
e.FileRequired object at 0xb478a410>]})>

create

Value:
<UnboundField(BooleanField, ('create',), {'default': True})>

build

Value:
<UnboundField(BooleanField, ('build',), {'default': True})>