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
readline.redisplay() Change what’s displayed on the screen to reflect the current contents of the line buffer. This calls
regex.findall(string[, pos[, endpos]]) Similar to the findall() function, using the compiled pattern, but also
regex.subn(repl, string, count=0) Identical to the subn() function, using the compiled pattern.
set_seq2(b) Set the second sequence to be compared. The first sequence to be compared is not changed.
wrap(text) Wraps the single paragraph in text (a string) so every line is at most width characters long
regex.groupindex A dictionary mapping any symbolic group names defined by (?P<id>) to group numbers. The
regex.finditer(string[, pos[, endpos]]) Similar to the finditer() function, using the compiled pattern, but also
readline.parse_and_bind(string) Execute the init line provided in the string argument. This calls rl_parse_and_bind()
Page 9 of 17