qudi.util.yaml.MarkedYAMLError

exception qudi.util.yaml.MarkedYAMLError(context: Any = None, context_mark: Any = None, problem: Any = None, problem_mark: Any = None, note: Any = None, warn: Any = None)[source]

Bases: ruamel.yaml.error.YAMLError

check_append(lines: list[str], val: str | None) None[source]