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

Class ModuleRepo

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]
  owner = <UnboundField(StringField, ('Owner Name',), {'validato...
  copr = <UnboundField(StringField, ('Copr Name',), {'validators...
  name = <UnboundField(StringField, ('Name',), {'validators': [<...
  stream = <UnboundField(StringField, ('Stream',), {'validators'...
  version = <UnboundField(IntegerField, ('Version',), {'validato...
  arch = <UnboundField(StringField, ('Arch',), {'validators': [<...

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]

owner

Value:
<UnboundField(StringField, ('Owner Name',), {'validators': [<wtforms.v\
alidators.DataRequired object at 0x7fee48871090>]})>

copr

Value:
<UnboundField(StringField, ('Copr Name',), {'validators': [<wtforms.va\
lidators.DataRequired object at 0x7fee488711d0>]})>

name

Value:
<UnboundField(StringField, ('Name',), {'validators': [<wtforms.validat\
ors.DataRequired object at 0x7fee48871290>]})>

stream

Value:
<UnboundField(StringField, ('Stream',), {'validators': [<wtforms.valid\
ators.DataRequired object at 0x7fee48871350>]})>

version

Value:
<UnboundField(IntegerField, ('Version',), {'validators': [<wtforms.val\
idators.DataRequired object at 0x7fee48871410>]})>

arch

Value:
<UnboundField(StringField, ('Arch',), {'validators': [<wtforms.validat\
ors.DataRequired object at 0x7fee488714d0>]})>