unicodedata.numeric(chr[, default]) Returns the numeric value assigned to the character chr as float. If no such value
readline.get_completer_delims() Set or get the word delimiters for completion. These determine the start of the word to be considered
wrap(text) Wraps the single paragraph in text (a string) so every line is at most width characters long
readline.redisplay() Change what’s displayed on the screen to reflect the current contents of the line buffer. This calls
set_seq2(b) Set the second sequence to be compared. The first sequence to be compared is not changed.
match.pos The value of pos which was passed to the search() or match() method of a regex
readline.set_completion_display_matches_hook([function]) Set or remove the completion display function. If function
vformat(format_string, args, kwargs) This function does the actual work of formatting. It is exposed as a separate function
string.hexdigits The string '0123456789abcdefABCDEF'.
readline.set_completer([function]) Set or remove the completer function. If function is specified, it will be used
Page 8 of 17