Package omero :: Package plugins :: Module basics :: Class HelpControl
[hide private]
[frames] | no frames]

Class HelpControl

source code


Defined here since the background loading might be too slow to have all help available

Instance Methods [hide private]
 
_configure(self, parser) source code
 
_complete(self, text, line, begidx, endidx)
This is something of a hack.
source code
 
__call__(self, args) source code

Inherited from cli.BaseControl: __init__

Method Details [hide private]

_complete(self, text, line, begidx, endidx)

source code 

This is something of a hack. This should either be a part of the context interface, or we should put it somewhere in a utility. FIXME.

Overrides: cli.BaseControl._complete