parse(format_string) Loop over the format_string and return an iterable of tuples (literal_text, field_name
stringprep.in_table_c3(code) Determine whether code is in tableC.3 (Private use).
readline.get_completion_type() Get the type of completion being attempted. This returns the rl_completion_type
stringprep.in_table_c12(code) Determine whether code is in tableC.1.2 (Non-ASCII space characters).
match.string The string passed to match() or search().
unicodedata.name(chr[, default]) Returns the name assigned to the character chr as a string. If no name is defined
match.start([group]) match.end([group]) Return the indices of the start and end of the substring matched by group;
class difflib.HtmlDiff This class can be used to create an HTML table (or a complete HTML file containing the table) showing
textwrap.shorten(text, width, **kwargs) Collapse and truncate the given text to fit in the given width.
re.finditer(pattern, string, flags=0) Return an iterator yielding match objects
Page 2 of 17