Package starcluster :: Module optcomplete :: Class CmdComplete
[hide private]
[frames] | no frames]

Class CmdComplete

source code


Simple default base class implementation for a subcommand that supports command completion. This class is assuming that there might be a method addopts(self, parser) to declare options for this subcommand, and an optional completer data member to contain command-specific completion. Of course, you don't really have to use this, but if you do it is convenient to have it here.

Instance Methods [hide private]
 
autocomplete(self, completer) source code