unicodedata.name(chr[, default]) Returns the name assigned to the character chr as a string. If no name is defined
re.finditer(pattern, string, flags=0) Return an iterator yielding match objects
class difflib.HtmlDiff This class can be used to create an HTML table (or a complete HTML file containing the table) showing
string.whitespace A string containing all ASCII characters that are considered whitespace. This includes the characters space
stringprep.in_table_c12(code) Determine whether code is in tableC.1.2 (Non-ASCII space characters).
msg The unformatted error message.
re.escape(string) Escape all the characters in pattern except ASCII letters, numbers and '_'. This is useful if
readline.get_completion_type() Get the type of completion being attempted. This returns the rl_completion_type
readline.get_endidx() Get the beginning or ending index of the completion scope. These indexes are the start and end
class string.Template(template) The constructor takes a single argument which is the template string.
Page 2 of 17