# Parser.filepath ```{eval-rst} .. autoproperty:: odin.source.core.yaml_parser.Parser.filepath ``` ```python p = Parser() p.filepath = 'your/file.yaml' print(p.filepath) >>> 'your/file.yaml' ```