Package omero :: Package plugins :: Module hql :: Class HqlCLI
[hide private]
[frames] | no frames]

Class HqlCLI

source code


Nested Classes [hide private]

Inherited from cli.CLI: PluginsLoaded

Instance Methods [hide private]
 
__init__(self)
Also sets the "_client" field for this instance to None.
source code
 
invoke(self, args)
Copied from cmd.py
source code

Inherited from cli.CLI: call, completenames, conn, default, die, do_start, emptyline, exit, initData, invokeloop, loadplugins, onecmd, parsePropertyFile, parseline, popen, postcmd, precmd, pub, readDefaults, register, unknown_command, waitForPlugins

Inherited from cli.CLI (private): _cwd, _env

Inherited from cmd.Cmd: cmdloop, columnize, complete, complete_help, completedefault, do_help, get_names, postloop, preloop, print_topics

Inherited from cli.Context: dbg, err, input, out, pythonpath, safePrint, setdebug, userdir

Class Variables [hide private]
  prompt = "omero hql [%s]> "

Inherited from cmd.Cmd: doc_header, doc_leader, identchars, intro, lastcmd, misc_header, nohelp, ruler, undoc_header, use_rawinput

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Also sets the "_client" field for this instance to None. Each cli maintains a single active client.

Overrides: cli.Context.__init__

invoke(self, args)

source code 

Copied from cmd.py

Overrides: cli.CLI.invoke
(inherited documentation)