difflib.ndiff(a, b, linejunk=None, charjunk=IS_CHARACTER_JUNK) Compare a and b (lists of strings); return
regex.fullmatch(string[, pos[, endpos]]) If the whole string matches this regular expression, return a corresponding
readline.get_history_item(index) Return the current contents of history item at index. The item index is one-based
unicodedata.digit(chr[, default]) Returns the digit value assigned to the character chr as integer. If no such value
textwrap.fill(text, width=70, **kwargs) Wraps the single paragraph in text, and returns a single string containing
readline.read_init_file([filename]) Execute a readline initialization file. The default filename is the last filename used.
set_seq1(a) Set the first sequence to be compared. The second sequence to be compared is not changed.
difflib.get_close_matches(word, possibilities, n=3, cutoff=0.6) Return a list of the best “good enough” matches. word
stringprep.in_table_c21_c22(code) Determine whether code is in tableC.2 (Control characters, union of C.2.1 and C.2
get_grouped_opcodes(n=3) Return a generator of groups with up to n lines of
Page 5 of 17