finesse.script.compiler.KatCompiler.compile
- KatCompiler.compile(string, **kwargs)[source]
Compile the contents of string.
- Parameters:
- string
str The string to compile kat script from.
- string
- Returns:
ModelThe model compiled from reading string.
- Other Parameters:
- kwargs
Keyword arguments supported by
compile_file().