stringprep.in_table_c11(code) Determine whether code is in tableC.1.1 (ASCII space characters).
match.re The regular expression object whose match() or search() method produced this match instance
pattern The regular expression pattern.
class textwrap.TextWrapper(**kwargs) The TextWrapper constructor accepts a number of optional keyword arguments
re.split(pattern, string, maxsplit=0, flags=0) Split string by the occurrences of pattern. If capturing parentheses
pos The index of pattern where compilation failed.
textwrap.wrap(text, width=70, **kwargs) Wraps the single paragraph in text (a string) so every line is at most width
find_longest_match(alo, ahi, blo, bhi) Find longest matching block in a[alo:ahi] and b[blo:bhi].
lineno The line corresponding to pos.
make_table(fromlines, tolines, fromdesc='', todesc='', context=False, numlines=5) Compares fromlines and tolines
Page 17 of 17