finesse.script.compiler.KatCompiler

Overview

class finesse.script.compiler.KatCompiler(spec=None)[source]

Bases: object

Kat model compiler.

Properties

KatCompiler.script

Methods

KatCompiler.__init__([spec])

KatCompiler.compile(string, **kwargs)

Compile the contents of string.

KatCompiler.compile_file(fobj[, model, ...])

Compile the contents of the specified file.