finesse.script.parser.KatParser.parse

KatParser.parse(string)[source]

Parse the contents of string.

Parameters

string : str

The string to parse kat script from.

Returns

KatScript

The parsed kat script.