Package coprs :: Package rest_api :: Module schemas :: Class CoprChrootCreateSchema
[hide private]
[frames] | no frames]

SchemaMeta CoprChrootCreateSchema

source code


Nested Classes [hide private]

Inherited from marshmallow.schema.BaseSchema: Meta, OPTIONS_CLASS

Instance Methods [hide private]

Inherited from marshmallow.schema.BaseSchema: __init__, __repr__, dump, dumps, get_attribute, handle_error, load, loads, on_bind_field, validate

Inherited from marshmallow.schema.BaseSchema (private): _do_load, _invoke_dump_processors, _invoke_field_validators, _invoke_load_processors, _invoke_processors, _invoke_validators, _normalize_nested_options, _postprocess, _update_fields

Class Methods [hide private]

Inherited from marshmallow.schema.BaseSchema: accessor, error_handler

Class Variables [hide private]
  name = fields.Str(required= True)
  _declared_fields = {'buildroot_pkgs': <fields.SpaceSeparatedLi...
  opts = <marshmallow.schema.SchemaOpts object at 0xf4d3b1ec>

Inherited from CoprChrootSchema: buildroot_pkgs, comps, comps_len, comps_name

Inherited from marshmallow.schema.Schema: __processors__

Inherited from marshmallow.schema.BaseSchema: TYPE_MAPPING, __accessor__, __error_handler__

Properties [hide private]

Inherited from marshmallow.schema.BaseSchema: dict_class, set_class

Class Variable Details [hide private]

_declared_fields

Value:
{'buildroot_pkgs': <fields.SpaceSeparatedList(default=<marshmallow.mis\
sing>, attribute=None, validate=None, required=False, load_only=False,\
 dump_only=False, missing=<marshmallow.missing>, allow_none=False, err\
or_messages={u'required': u'Missing data for required field.', u'valid\
ator_failed': u'Invalid value.', u'null': u'Field may not be null.', u\
'type': u'Invalid input type.'})>,
 'comps': <fields.String(default=<marshmallow.missing>, attribute=None\
, validate=None, required=False, load_only=False, dump_only=False, mis\
...