difflib.IS_CHARACTER_JUNK(ch) Return true for ignorable characters. The character ch is ignorable if ch is
unicodedata.unidata_version The version of the Unicode database used in this module.
match.start([group]) match.end([group]) Return the indices of the start and end of the substring matched by group;
stringprep.in_table_c3(code) Determine whether code is in tableC.3 (Private use).
msg The unformatted error message.
string.whitespace A string containing all ASCII characters that are considered whitespace. This includes the characters space
unicodedata.name(chr[, default]) Returns the name assigned to the character chr as a string. If no name is defined
textwrap.shorten(text, width, **kwargs) Collapse and truncate the given text to fit in the given width.
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
Page 1 of 17