finesse.script.shell.KatShell

Overview

class finesse.script.shell.KatShell(*args, **kwargs)[source]

Bases: cmd.Cmd

Kat shell.

Methods

KatShell.__init__(*args, **kwargs)

Instantiate a line-oriented interpreter framework.

KatShell.close()

KatShell.do_shell(arg)

Handler for commands starting with "!".

KatShell.preloop()

Hook method executed once when the cmdloop() method is called.