test_first_test module¶
-
class
test_first_test.BadExampleRecursiveSchema(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[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 input_json file path of input json file NA InputFile str output_json file path to output json file NA OutputFile str log_level set the logging level of the module ERROR LogLevel str tree no description (REQUIRED) BadRecursiveSchema dict -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
test_first_test.BadRecursiveSchema(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[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 str -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
test_first_test.ExampleRecursiveSchema(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[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 input_json file path of input json file NA InputFile str output_json file path to output json file NA OutputFile str log_level set the logging level of the module ERROR LogLevel str tree no description (REQUIRED) RecursiveSchema dict -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
test_first_test.ModelFit(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[source]¶ Bases: argschema.schemas.DefaultSchema
ModelFit¶ key description default field_type json_type fit_type no description NA String str hof_fit no description NA InputFile str hof no description NA InputFile str -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
test_first_test.MyExtension(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[source]¶ Bases: argschema.schemas.DefaultSchema
MyExtension¶ key description default field_type json_type a a string (REQUIRED) String str b an integer NA Integer int c an integer 10 Integer int d a list of integers NA unknown unknown -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
test_first_test.MyExtensionOld(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[source]¶ Bases: marshmallow.schema.Schema
MyExtensionOld¶ key description default field_type json_type a a string NA String str b an integer NA Integer int c an integer 10 Integer int d a list of integers NA unknown unknown -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
test_first_test.MyPostLoadClass(input_data=None, schema_type=None, output_schema_type=None, args=None, logger_name='argschema.argschema_parser')[source]¶ Bases: argschema.argschema_parser.ArgSchemaParser
Note
This class takes a ArgSchema as an input to parse inputs , with a default schema of type MySchemaPostLoad
-
default_schema¶ alias of MySchemaPostLoad
-
-
class
test_first_test.MySchemaPostLoad(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[source]¶ Bases: argschema.schemas.ArgSchema
This schema is designed to be a schema_type for an ArgSchemaParser objectMySchemaPostLoad¶ key description default field_type json_type input_json file path of input json file NA InputFile str output_json file path to output json file NA OutputFile str log_level set the logging level of the module ERROR LogLevel str xid no description (REQUIRED) Integer int -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
test_first_test.MyShorterExtension(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[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 input_json file path of input json file NA InputFile str output_json file path to output json file NA OutputFile str log_level set the logging level of the module ERROR LogLevel str a a string NA String str b an integer NA Integer int c an integer 10 Integer int d a list of integers NA unknown unknown -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
test_first_test.PopulationSelectionParameters(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[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 input_json file path of input json file NA InputFile str output_json file path to output json file NA OutputFile str log_level set the logging level of the module ERROR LogLevel str paths no description NA PopulationSelectionPaths dict -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
test_first_test.PopulationSelectionPaths(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[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(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[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 str -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
test_first_test.SimpleExtension(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[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 input_json file path of input json file NA InputFile str output_json file path to output json file NA OutputFile str log_level set the logging level of the module ERROR LogLevel str test no description (REQUIRED) MyExtension dict -
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
test_first_test.SimpleExtensionOld(only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[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 input_json file path of input json file NA InputFile str output_json file path to output json file NA OutputFile str log_level set the logging level of the module ERROR LogLevel str test no description None MyExtensionOld dict -
opts= <marshmallow.schema.SchemaOpts object>¶
-