difflib.IS_CHARACTER_JUNK(ch) Return true for ignorable characters. The character ch is ignorable if ch is
re.escape(string) Escape all the characters in pattern except ASCII letters, numbers and '_'. This is useful if
string.whitespace A string containing all ASCII characters that are considered whitespace. This includes the characters space
stringprep.in_table_c3(code) Determine whether code is in tableC.3 (Private use).
readline.get_endidx() Get the beginning or ending index of the completion scope. These indexes are the start and end
subsequent_indent (default: '') String that will be prepended to all lines of wrapped output except the first.
replace_whitespace (default: True) If true, after tab expansion but before wrapping, the wrap() method
textwrap.shorten(text, width, **kwargs) Collapse and truncate the given text to fit in the given width.
unicodedata.unidata_version The version of the Unicode database used in this module.
Completer.complete(text, state) Return the stateth completion for text. If
Page 1 of 17