finesse.script.parser.KatParser.parse_file

KatParser.parse_file(fobj)[source]

Parse the contents of the specified file.

Parameters
fobjio.FileIO

The file object to parse kat script from. This should be opened in text mode.

Returns
KatScript

The parsed kat script.