difflib.IS_CHARACTER_JUNK(ch) Return true for ignorable characters. The character ch is ignorable if ch is
string.whitespace A string containing all ASCII characters that are considered whitespace. This includes the characters space
unicodedata.decimal(chr[, default]) Returns the decimal value assigned to the character chr as integer. If no such
unicodedata.name(chr[, default]) Returns the name assigned to the character chr as a string. If no name is defined
unicodedata.unidata_version The version of the Unicode database used in this module.
class string.Template(template) The constructor takes a single argument which is the template string.
Completer.complete(text, state) Return the stateth completion for text. If
class difflib.HtmlDiff This class can be used to create an HTML table (or a complete HTML file containing the table) showing
msg The unformatted error message.
re.finditer(pattern, string, flags=0) Return an iterator yielding match objects
Page 1 of 17