This module is deprecated. Please use default_from_schema_no_validation.
Source code in emod_api/config/default_from_schema.py
| 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)
|