readline.set_completer_delims(string) readline.get_completer_delims() Set or get the word delimiters for completion
readline.write_history_file([filename]) Save the history list to a readline history file, overwriting any existing file. The
re.compile(pattern, flags=0) Compile a regular expression pattern into a regular expression object, which can be used for matching
regex.finditer(string[, pos[, endpos]]) Similar to the finditer() function, using the compiled pattern, but also
readline.redisplay() Change what’s displayed on the screen to reflect the current contents of the line buffer. This calls
stringprep.in_table_c4(code) Determine whether code is in tableC.4 (Non-character code points).
textwrap.dedent(text) Remove any common leading whitespace from every line in text. This
readline.set_startup_hook([function]) Set or remove the function invoked by the rl_startup_hook callback of the
match.lastgroup The name of the last matched capturing group, or None if the group didn’t have a name, or if no
re.search(pattern, string, flags=0) Scan through string looking for the first location where the regular expression
Page 10 of 17