Parser.open¶
- classmethod Parser.open(file_: str) odin.source.core.yaml_parser.Parser¶
Generate a Parser object from the given yaml file or create one if the yaml file does not exists
- Parameters
file (str) – yaml file path to open
- Returns
Parser object that contain the yaml file with its data
- Return type
Parser