readline.add_history(line) Append line to the history buffer, as if it was the last line typed. This calls add_history()
stringprep.in_table_c12(code) Determine whether code is in tableC.1.2 (Non-ASCII space characters).
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
format(format_string, *args, **kwargs) The primary API method. It takes a format string and an arbitrary set of positional and
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.
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
class difflib.SequenceMatcher This is a flexible class for comparing pairs of sequences of any type, so long as the sequence
Page 1 of 17