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

Class ModifyChrootForm

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

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

Class Variables [hide private]
  buildroot_pkgs = <UnboundField(TextField, ('Additional package...
  repos = <UnboundField(TextAreaField, ('Additional repos to be ...
  upload_comps = <UnboundField(FileField, ('Upload comps.xml',),...
  delete_comps = <UnboundField(BooleanField, ('Delete comps.xml'...

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

Inherited from object: __class__

Class Variable Details [hide private]

buildroot_pkgs

Value:
<UnboundField(TextField, ('Additional packages to be always present in\
 minimal buildroot',), {})>

repos

Value:
<UnboundField(TextAreaField, ('Additional repos to be used for builds \
in chroot',), {'filters': [<coprs.forms.StringListFilter object at 0x7\
fee48867550>], 'validators': [<coprs.forms.UrlRepoListValidator object\
 at 0x7fee488674d0>, <wtforms.validators.Optional object at 0x7fee4886\
7510>]})>

upload_comps

Value:
<UnboundField(FileField, ('Upload comps.xml',), {})>

delete_comps

Value:
<UnboundField(BooleanField, ('Delete comps.xml',), {})>