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

Class CreateModuleForm

source code


Nested Classes [hide private]

Inherited from wtforms.form.Form: Meta

Instance Methods [hide private]
 
__init__(self, copr=None, *args, **kwargs)
:param csrf_context: Optional extra data which is passed transparently to your CSRF implementation.
source code
 
validate(self)
Validates the form by calling `validate` on each field, passing any extra `Form.validate_<fieldname>` validators to the field validator.
source code

Inherited from flask_wtf.form.Form: 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__

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]
  name = <UnboundField(StringField, ('Name',), {})>
  stream = <UnboundField(StringField, ('Stream',), {})>
  version = <UnboundField(IntegerField, ('Version',), {})>
  filter = <UnboundField(FieldList, (<UnboundField(StringField, ...
  api = <UnboundField(FieldList, (<UnboundField(StringField, ('M...
  profile_names = <UnboundField(FieldList, (<UnboundField(String...
  profile_pkgs = <UnboundField(FieldList, (<UnboundField(FieldLi...

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__

Method Details [hide private]

__init__(self, copr=None, *args, **kwargs)
(Constructor)

source code 

:param csrf_context:
    Optional extra data which is passed transparently to your
    CSRF implementation.

Overrides: object.__init__
(inherited documentation)

validate(self)

source code 

Validates the form by calling `validate` on each field, passing any extra `Form.validate_<fieldname>` validators to the field validator.

Overrides: wtforms.form.BaseForm.validate
(inherited documentation)

Class Variable Details [hide private]

filter

Value:
<UnboundField(FieldList, (<UnboundField(StringField, ('Package Filter'\
,), {})>,), {})>

api

Value:
<UnboundField(FieldList, (<UnboundField(StringField, ('Module API',), \
{})>,), {})>

profile_names

Value:
<UnboundField(FieldList, (<UnboundField(StringField, ('Install Profile\
s',), {})>,), {'min_entries': 2})>

profile_pkgs

Value:
<UnboundField(FieldList, (<UnboundField(FieldList, (<UnboundField(Stri\
ngField, ('Install Profiles',), {})>,), {})>,), {'min_entries': 2})>