textwrap.fill(text, width=70, **kwargs) Wraps the single paragraph in text, and returns a single string containing
match.groupdict(default=None) Return a dictionary containing all the named subgroups of the match, keyed by the subgroup
regex.pattern The pattern string from which the RE object was compiled.
stringprep.map_table_b3(code) Return the mapped value for code according to tableB.3 (Mapping for case-folding used
readline.read_init_file([filename]) Execute a readline initialization file. The default filename is the last filename used.
regex.sub(repl, string, count=0) Identical to the sub() function, using the compiled pattern.
readline.get_history_item(index) Return the current contents of history item at index. The item index is one-based
match.expand(template) Return the string obtained by doing backslash substitution on the template string template,
difflib.ndiff(a, b, linejunk=None, charjunk=IS_CHARACTER_JUNK) Compare a and b (lists of strings); return
set_seq1(a) Set the first sequence to be compared. The second sequence to be compared is not changed.
Page 4 of 17