finesse.script.exceptions.KatParsingInputSizeWarning

Overview

class finesse.script.exceptions.KatParsingInputSizeWarning[source]

Bases: UserWarning

Warns the users of an unreasonable input size, either the in the total size of the katscript or the length of an individual line.

Both of these might lead to recursion errors or low performance.