match.re The regular expression object whose match() or search() method produced this match instance
get_field(field_name, args, kwargs) Given field_name as returned by parse() (see above), convert it to
substitute(mapping, **kwds) Performs the template substitution, returning a new string. mapping is any dictionary-like
lineno The line corresponding to pos.
fill(text) Wraps the single paragraph in text, and returns a single string containing the wrapped paragraph.
class textwrap.TextWrapper(**kwargs) The TextWrapper constructor accepts a number of optional keyword arguments
exception re.error(msg, pattern=None, pos=None) Exception raised when a string passed to one of the functions here is not a
break_on_hyphens (default: True) If true, wrapping will occur preferably on whitespaces and right after hyphens
stringprep.in_table_c5(code) Determine whether code is in tableC.5 (Surrogate codes).
string.capwords(s, sep=None) Split the argument into words using
Page 15 of 17