load_scheme
- YmlProjectIo.load_scheme(file_name: str) glotaran.project.scheme.Scheme[source]
Create a Scheme instance from the specs defined in a file (NOT IMPLEMENTED).
- Parameters
file_name (str) – File containing the parameter specs.
- Returns
Scheme – Scheme instance created from the file.
.. # noqa (DAR202)
.. # noqa (DAR401)