readline.add_history(line) Append line to the history buffer, as if it was the last line typed. This calls add_history()
Completer.complete(text, state) Return the stateth completion for text. If
unicodedata.name(chr[, default]) Returns the name assigned to the character chr as a string. If no name is defined
re.escape(string) Escape all the characters in pattern except ASCII letters, numbers and '_'. This is useful if
subsequent_indent (default: '') String that will be prepended to all lines of wrapped output except the first.
class difflib.SequenceMatcher This is a flexible class for comparing pairs of sequences of any type, so long as the sequence
class difflib.HtmlDiff This class can be used to create an HTML table (or a complete HTML file containing the table) showing
stringprep.in_table_c12(code) Determine whether code is in tableC.1.2 (Non-ASCII space characters).
stringprep.in_table_c3(code) Determine whether code is in tableC.3 (Private use).
difflib.IS_CHARACTER_JUNK(ch) Return true for ignorable characters. The character ch is ignorable if ch is
Page 1 of 17