Io
schemas.io.YamlIO
¶
Bases: ABC
Handles YAML inputs and outputs.
from_yaml(yaml_paths)
¶
Update the instance's attributes from one or more YAML files.
TODO: Need to fix with new Pydantic framework.
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. |