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

FormMeta PackageFormPyPI

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]
  pypi_package_name = <UnboundField(StringField, ('PyPI package ...
  pypi_package_version = <UnboundField(StringField, ('PyPI packa...
  python_versions = <UnboundField(MultiCheckboxField, ('Build fo...

Inherited from BasePackageForm: package_name, webhook_rebuild

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]
  source_json

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

Inherited from wtforms.form.BaseForm: errors

Class Variable Details [hide private]

pypi_package_name

Value:
<UnboundField(StringField, ('PyPI package name',), {'validators': [<wt\
forms.validators.DataRequired object at 0xf54c404c>]})>

pypi_package_version

Value:
<UnboundField(StringField, ('PyPI package version',), {'validators': [\
<wtforms.validators.Optional object at 0xf54c412c>]})>

python_versions

Value:
<UnboundField(MultiCheckboxField, ('Build for Python',), {'default': [\
'3', '2'], 'choices': [('3', 'python3'), ('2', 'python2')]})>

Property Details [hide private]

source_json