test_output module¶
-
class
test_output.MyOutputSchema(extra=None, only=(), exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]¶ Bases:
argschema.schemas.DefaultSchemaMyOutputSchema¶ key description default field_type json_type a a simple string (REQUIRED) Stringunicode b a default integer 5 Integerint M a numpy array of answers (REQUIRED) NumpyArray? -
opts= <marshmallow.schema.SchemaOpts object>¶
-