class string.Template(template) The constructor takes a single argument which is the template string.
unicodedata.decimal(chr[, default]) Returns the decimal value assigned to the character chr as integer. If no such
Completer.complete(text, state) Return the stateth completion for text. If
format(format_string, *args, **kwargs) The primary API method. It takes a format string and an arbitrary set of positional and
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
unicodedata.name(chr[, default]) Returns the name assigned to the character chr as a string. If no name is defined
re.finditer(pattern, string, flags=0) Return an iterator yielding match objects
string.whitespace A string containing all ASCII characters that are considered whitespace. This includes the characters space
stringprep.in_table_c12(code) Determine whether code is in tableC.1.2 (Non-ASCII space characters).
Page 1 of 17