Parser.new¶ Parser.new(data: Optional[dict] = None, filepath: Optional[str] = None) → odin.source.core.yaml_parser.Parser¶ Create a new yaml file Parameters data (dict) – filepath (str) – filepath of the yaml file Returns Parser object that contain the new yaml file with its data Return type Parser