test_output module¶
-
class
test_output.
MyOutputSchema
(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[source]¶ Bases: argschema.schemas.DefaultSchema
MyOutputSchema¶ key description default field_type json_type a a simple string (REQUIRED) String str b a default integer 5 Integer int M a numpy array of answers (REQUIRED) unknown unknown -
opts
= <marshmallow.schema.SchemaOpts object>¶
-