match.re The regular expression object whose match() or search() method produced this match instance
class textwrap.TextWrapper(**kwargs) The TextWrapper constructor accepts a number of optional keyword arguments
stringprep.in_table_b1(code) Determine whether code is in tableB.1 (Commonly mapped to nothing).
tabsize (default: 8) If expand_tabs is true, then all tab characters in text will be expanded
find_longest_match(alo, ahi, blo, bhi) Find longest matching block in a[alo:ahi] and b[blo:bhi].
real_quick_ratio() Return an upper bound on ratio() very quickly.
re.findall(pattern, string, flags=0) Return all non-overlapping matches of pattern in string, as a list of
textwrap.wrap(text, width=70, **kwargs) Wraps the single paragraph in text (a string) so every line is at most width
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
Page 16 of 17