OpenQuizz
Une application de gestion des contenus pédagogiques
Nested Class Reference
Inheritance diagram for Nested:
Collaboration diagram for Nested:

Public Member Functions

def __init__ (self, nested, *args, **kwargs)
 

Detailed Description

Same as `marshmallow.fields.Nested`, except can be passed a dictionary as
the first argument, which will be converted to a `marshmallow.Schema`.

.. note::

    The schema class here will always be `marshmallow.Schema`, regardless
    of whether a custom schema class is set on the parser. Pass an explicit schema
    class if necessary.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  nested,
args,
**  kwargs 
)

The documentation for this class was generated from the following file: