unicodedata.unidata_version The version of the Unicode database used in this module.
stringprep.in_table_c12(code) Determine whether code is in tableC.1.2 (Non-ASCII space characters).
re.finditer(pattern, string, flags=0) Return an iterator yielding match objects
stringprep.in_table_c3(code) Determine whether code is in tableC.3 (Private use).
msg The unformatted error message.
replace_whitespace (default: True) If true, after tab expansion but before wrapping, the wrap() method
Completer.complete(text, state) Return the stateth completion for text. If
textwrap.shorten(text, width, **kwargs) Collapse and truncate the given text to fit in the given width.
re.escape(string) Escape all the characters in pattern except ASCII letters, numbers and '_'. This is useful if
match.start([group]) match.end([group]) Return the indices of the start and end of the substring matched by group;
Page 2 of 17