test_first_test module¶
-
class
test_first_test.BadExampleRecursiveSchema(extra=None, only=None, exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]¶ Bases: argschema.schemas.ArgSchema
This schema is designed to be a schema_type for an ArgSchemaParser objectBadExampleRecursiveSchema¶ key description default field_type json_type log_level set the logging level of the module ERROR LogLevel unicode output_json file path to output json file NA OutputFile unicode tree no description (REQUIRED) BadRecursiveSchema dict input_json file path of input json file NA InputFile unicode -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
test_first_test.BadRecursiveSchema(extra=None, only=None, exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]¶ Bases: marshmallow.schema.Schema
BadRecursiveSchema¶ key description default field_type json_type children children of this node NA BadRecursiveSchema list name name of this node anonymous String unicode -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
test_first_test.ExampleRecursiveSchema(extra=None, only=None, exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]¶ Bases: argschema.schemas.ArgSchema
This schema is designed to be a schema_type for an ArgSchemaParser objectExampleRecursiveSchema¶ key description default field_type json_type log_level set the logging level of the module ERROR LogLevel unicode output_json file path to output json file NA OutputFile unicode tree no description (REQUIRED) RecursiveSchema dict input_json file path of input json file NA InputFile unicode -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
test_first_test.ModelFit(extra=None, only=None, exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]¶ Bases: argschema.schemas.DefaultSchema
ModelFit¶ key description default field_type json_type fit_type no description NA String unicode hof no description NA InputFile unicode hof_fit no description NA InputFile unicode -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
test_first_test.MyExtension(extra=None, only=None, exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]¶ Bases: argschema.schemas.DefaultSchema
MyExtension¶ key description default field_type json_type a a string (REQUIRED) String unicode c an integer 10 Integer int b an integer NA Integer int d a list of integers NA List int -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
test_first_test.MyExtensionOld(extra=None, only=None, exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]¶ Bases: marshmallow.schema.Schema
MyExtensionOld¶ key description default field_type json_type a a string NA String unicode c an integer 10 Integer int b an integer NA Integer int d a list of integers NA List int -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
test_first_test.MyShorterExtension(extra=None, only=None, exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]¶ Bases: argschema.schemas.ArgSchema
This schema is designed to be a schema_type for an ArgSchemaParser objectMyShorterExtension¶ key description default field_type json_type a a string NA String unicode c an integer 10 Integer int b an integer NA Integer int log_level set the logging level of the module ERROR LogLevel unicode d a list of integers NA List int input_json file path of input json file NA InputFile unicode output_json file path to output json file NA OutputFile unicode -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
test_first_test.PopulationSelectionParameters(extra=None, only=None, exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]¶ Bases: argschema.schemas.ArgSchema
This schema is designed to be a schema_type for an ArgSchemaParser objectPopulationSelectionParameters¶ key description default field_type json_type paths no description NA PopulationSelectionPaths dict output_json file path to output json file NA OutputFile unicode log_level set the logging level of the module ERROR LogLevel unicode input_json file path of input json file NA InputFile unicode -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
test_first_test.PopulationSelectionPaths(extra=None, only=None, exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]¶ Bases: argschema.schemas.DefaultSchema
PopulationSelectionPaths¶ key description default field_type json_type fits no description NA ModelFit list -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
test_first_test.RecursiveSchema(extra=None, only=None, exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]¶ Bases: argschema.schemas.DefaultSchema
RecursiveSchema¶ key description default field_type json_type children children of this node NA RecursiveSchema list name name of this node anonymous String unicode -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
test_first_test.SimpleExtension(extra=None, only=None, exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]¶ Bases: argschema.schemas.ArgSchema
This schema is designed to be a schema_type for an ArgSchemaParser objectSimpleExtension¶ key description default field_type json_type test no description (REQUIRED) MyExtension dict output_json file path to output json file NA OutputFile unicode log_level set the logging level of the module ERROR LogLevel unicode input_json file path of input json file NA InputFile unicode -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
test_first_test.SimpleExtensionOld(extra=None, only=None, exclude=(), prefix=u'', strict=None, many=False, context=None, load_only=(), dump_only=(), partial=False)[source]¶ Bases: argschema.schemas.ArgSchema
This schema is designed to be a schema_type for an ArgSchemaParser objectSimpleExtensionOld¶ key description default field_type json_type test no description None MyExtensionOld dict output_json file path to output json file NA OutputFile unicode log_level set the logging level of the module ERROR LogLevel unicode input_json file path of input json file NA InputFile unicode -
opts= <marshmallow.schema.SchemaOpts object>¶
-