|
|
|
|
|
activate(self,
char="\t")
Turn on completion using the specified character |
source code
|
|
|
|
deactivate(self)
Turn off completion, restoring old behavior for character |
source code
|
|
|
|
executive(self,
elist)
Add list of executive commands (assumed to start with '.') |
source code
|
|
|
|
|
|
|
get_line_buffer(self)
Returns current line through cursor position with leading whitespace
stripped |
source code
|
|
|
|
primary_matches(self,
text)
Return matches when text is at beginning of the line |
source code
|
|
|
|
secondary_matches(self,
text,
line)
Compute matches for tokens when not at start of line |
source code
|
|
|
|
argument_matches(self,
text,
taskname,
line)
Compute matches for tokens that could be file or parameter names |
source code
|
|
|
|
filename_matches(self,
text,
line)
return matching filenames unless text contains wildcard characters |
source code
|
|
|
|
_dir_matches(self,
text,
dir)
Return list of files matching text in the given directory |
source code
|
|
|
|
|
|
|
executive_matches(self,
text)
Return matches to executive commands |
source code
|
|
|
|
taskdot_matches(self,
fields)
Return matches for iraf.package.task.param... |
source code
|
|
|
Inherited from rlcompleter.Completer:
complete
|