Package omero :: Package plugins :: Module submit :: Class SubmitCLI
[hide private]
[frames] | no frames]

Class SubmitCLI

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
 
postcmd(self, stop, line)
Checks interrupt_loop for True and return as much which will end the call to cmdloop.
source code
 
do_save(self, arg) source code
 
do_cancel(self, arg) source code
 
post_process(self)
Runs further processing once all the controls have been added.
source code

Inherited from cli.CLI: assertRC, call, close, completedefault, completenames, configure_plugins, conn, die, execute, exit, initData, invoke, invokeloop, loadpath, loadplugins, onecmd, parsePropertyFile, popen, postloop, readDefaults, register, register_only, waitForPlugins

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

Inherited from cmd.Cmd: cmdloop, columnize, complete, complete_help, default, do_help, emptyline, get_names, parseline, precmd, preloop, print_topics

Inherited from cli.Context: add_login, dbg, err, get, input, out, parser_init, pub, pythonpath, safePrint, set, sleep, userdir

Class Variables [hide private]

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

Instance Variables [hide private]

Inherited from cli.CLI: rv

Inherited from cli.CLI (private): _client, _plugin_paths, _stack

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. The "session" plugin is responsible for the loading of the client object.

Overrides: cli.Context.__init__

postcmd(self, stop, line)

source code 

Checks interrupt_loop for True and return as much which will end the call to cmdloop. Otherwise use the default postcmd logic (which simply returns stop)

Overrides: cmd.Cmd.postcmd
(inherited documentation)

post_process(self)

source code 

Runs further processing once all the controls have been added.

Overrides: cli.Context.post_process
(inherited documentation)