Lines Matching refs:readline
96 module: readline
102 import rlcompleter, readline
103 readline.parse_and_bind('tab: complete')
122 # interactive interpreter. Requires Python 2.0+, readline. Autocomplete is
123 # bound to the Esc key by default (you can change it - see readline docs).
130 import readline
136 import readline
137 readline.write_history_file(historyPath)
140 readline.read_history_file(historyPath)
143 del os, atexit, readline, rlcompleter, save_history, historyPath
173 .. _GNU Readline: https://tiswww.case.edu/php/chet/readline/rltop.html