match.end([group]) Return the indices of the start and end of the substring matched by group; group defaults
textwrap.dedent(text) Remove any common leading whitespace from every line in text. This
readline.parse_and_bind(string) Execute the init line provided in the string argument. This calls rl_parse_and_bind()
break_long_words (default: True) If true, then words longer than width will be broken in order to
string.ascii_uppercase The uppercase letters 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'. This value is not locale-dependent and
get_matching_blocks() Return list of triples describing matching subsequences. Each triple is of the form (i, j, n)
unicodedata.mirrored(chr) Returns the mirrored property assigned to the character chr as integer. Returns 1
quick_ratio() Return an upper bound on ratio() relatively quickly.
readline.set_completer_delims(string) readline.get_completer_delims() Set or get the word delimiters for completion
string.ascii_letters The concatenation of the ascii_lowercase and ascii_uppercase constants described
Page 10 of 17