launch_yaml.parser module
Module for YAML Parser class.
- class launch_yaml.parser.Parser(*args: Any, **kwargs: Any)
Bases:
Parser
YAML parser implementation.
- classmethod get_file_extensions() Set[str]
Return the set of file extensions known to this parser.
- classmethod load(file: launch.utilities.typing_file_path.FilePath | ~typing.TextIO) -> (<class 'launch_yaml.entity.Entity'>, 'Parser')
Return entity loaded from YAML file.