Parser.filepath

property Parser.filepath
p = Parser()
p.filepath = 'your/file.yaml'
print(p.filepath)
>>> 'your/file.yaml'