diff options
| author | Guido van Rossum <guido@python.org> | 1999-11-18 17:51:02 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1999-11-18 17:51:02 +0000 |
| commit | b960e7a797a694df0ec8ca63fa1e712ed722d1fc (patch) | |
| tree | 11d0e086127f05934a1c3e4d3855647a6b015ff3 /Demo/parser/example.py | |
| parent | 7424242c1ce1e281356fdc7d9647e84dea08ba3c (diff) | |
| download | cpython-git-b960e7a797a694df0ec8ca63fa1e712ed722d1fc.tar.gz | |
Patches by Kannan Vijayan:
new:
readline.get_begidx() -> int
gets the beginning index in the command line string
delimiting the tab-completion scope. This would
probably be used from within a tab-completion
handler
readline.get_endidx() -> int
gets the ending index in the command line string
delimiting the tab-completion scope. This would
probably be used from within a tab-compeltion
handler
readline.set_completer_delims(string) -> None
sets the delimiters used by readline as word breakpoints
for tab-completion
readline.get_completer_delims() -> string
gets the delimiters used by readline as word breakpoints
for tab-completion
fixed:
readline.get_line_buffer() -> string
doesnt cause a debug message every other call
Diffstat (limited to 'Demo/parser/example.py')
0 files changed, 0 insertions, 0 deletions
