File: marshmallow.fields.rst

package info (click to toggle)
python-marshmallow 3.26.1-0.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,296 kB
  • sloc: python: 11,513; makefile: 11; sh: 8
file content (18 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.. _api_fields:

Fields
======

Base Field Class
----------------

.. autoclass:: marshmallow.fields.Field
    :private-members:

Field subclasses
----------------

.. automodule:: marshmallow.fields
    :members:
    :autosummary:
    :exclude-members: Field, default_error_messages, mapping_type, num_type, DESERIALIZATION_CLASS