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
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
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
match.string The string passed to match() or search().
parse(format_string) Loop over the format_string and return an iterable of tuples (literal_text, field_name
Page 1 of 17