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

FormMeta CoprModifyForm

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]
  description = <UnboundField(TextAreaField, ('Description',), {...
  instructions = <UnboundField(TextAreaField, ('Instructions',),...
  repos = <UnboundField(TextAreaField, ('Repos',), {'filters': [...
  disable_createrepo = <UnboundField(BooleanField, (), {'validat...
  unlisted_on_hp = <UnboundField(BooleanField, (), {'validators'...
  build_enable_net = <UnboundField(BooleanField, (), {'validator...
  auto_prune = <UnboundField(BooleanField, (), {'validators': [<...
  use_bootstrap_container = <UnboundField(BooleanField, (), {'va...

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]

description

Value:
<UnboundField(TextAreaField, ('Description',), {'validators': [<wtform\
s.validators.Optional object at 0xf4ee52ec>]})>

instructions

Value:
<UnboundField(TextAreaField, ('Instructions',), {'validators': [<wtfor\
ms.validators.Optional object at 0xf4ee538c>]})>

repos

Value:
<UnboundField(TextAreaField, ('Repos',), {'filters': [<coprs.forms.Str\
ingListFilter object at 0xf4ee542c>], 'validators': [<coprs.forms.UrlR\
epoListValidator object at 0xf4ee53ec>, <wtforms.validators.Optional o\
bject at 0xf4ee540c>]})>

disable_createrepo

Value:
<UnboundField(BooleanField, (), {'validators': [<wtforms.validators.Op\
tional object at 0xf4ee548c>]})>

unlisted_on_hp

Value:
<UnboundField(BooleanField, (), {'validators': [<wtforms.validators.Op\
tional object at 0xf4ee54cc>]})>

build_enable_net

Value:
<UnboundField(BooleanField, (), {'validators': [<wtforms.validators.Op\
tional object at 0xf4ee550c>]})>

auto_prune

Value:
<UnboundField(BooleanField, (), {'validators': [<wtforms.validators.Op\
tional object at 0xf4ee554c>]})>

use_bootstrap_container

Value:
<UnboundField(BooleanField, (), {'validators': [<wtforms.validators.Op\
tional object at 0xf4ee558c>]})>