match.string The string passed to match() or search().
textwrap.shorten(text, width, **kwargs) Collapse and truncate the given text to fit in the given width.
match.start([group]) match.end([group]) Return the indices of the start and end of the substring matched by group;
readline.add_history(line) Append line to the history buffer, as if it was the last line typed. This calls add_history()
difflib.IS_CHARACTER_JUNK(ch) Return true for ignorable characters. The character ch is ignorable if ch is
subsequent_indent (default: '') String that will be prepended to all lines of wrapped output except the first.
replace_whitespace (default: True) If true, after tab expansion but before wrapping, the wrap() method
unicodedata.unidata_version The version of the Unicode database used in this module.
class difflib.SequenceMatcher This is a flexible class for comparing pairs of sequences of any type, so long as the sequence
parse(format_string) Loop over the format_string and return an iterable of tuples (literal_text, field_name
Page 1 of 17