Skip to content

default_from_schema

write_default_from_schema(path_to_schema)

This module is deprecated. Please use default_from_schema_no_validation.

Source code in emod_api/config/default_from_schema.py
 6
 7
 8
 9
10
11
def write_default_from_schema(path_to_schema):
    """
    This module is deprecated. Please use default_from_schema_no_validation.
    """
    print("This module is deprecated. Please use default_from_schema_no_validation.")
    return old.write_default_from_schema(path_to_schema)