Io
YamlIO
¶
from_yaml(yaml_paths)
¶
Update the instance's attributes from one or more YAML files.
PARAMETER | DESCRIPTION |
---|---|
yaml_paths |
A sequence of YAML file paths or a single YAML file path. |
RAISES | DESCRIPTION |
---|---|
FileNotFoundError
|
If any of the YAML files cannot be found. |