substitute(mapping, **kwds) Performs the template substitution, returning a new string. mapping is any dictionary-like
safe_substitute(mapping, **kwds) Like substitute(), except that if placeholders are missing from mapping
unicodedata.lookup(name) Look up character by name. If a character with the given name is found, return the corresponding character
unicodedata.decomposition(chr) Returns the character decomposition mapping assigned to the character chr as string
unicodedata.category(chr) Returns the general category assigned to the character chr as string.
colno The column corresponding to pos.
drop_whitespace (default: True) If true, whitespace at the beginning and ending of every line (after wrapping but
readline.append_history_file(nelements[, filename]) Append the last nelements items of history to a file. The default
template This is the object passed to the constructor’s template argument. In general, you shouldn’t change it, but
re.split(pattern, string, maxsplit=0, flags=0) Split string by the occurrences of pattern. If capturing parentheses
Page 17 of 17