stringprep.in_table_b1(code) Determine whether code is in tableB.1 (Commonly mapped to nothing).
make_table(fromlines, tolines, fromdesc='', todesc='', context=False, numlines=5) Compares fromlines and tolines
pattern The regular expression pattern.
unicodedata.category(chr) Returns the general category assigned to the character chr as string.
readline.get_begidx() readline.get_endidx() Get the beginning or ending index of the completion scope. These indexes
unicodedata.decomposition(chr) Returns the character decomposition mapping assigned to the character chr as string
safe_substitute(mapping, **kwds) Like substitute(), except that if placeholders are missing from mapping
expand_tabs (default: True) If true, then all tab characters in text will be expanded to spaces using
textwrap.wrap(text, width=70, **kwargs) Wraps the single paragraph in text (a string) so every line is at most width
re.split(pattern, string, maxsplit=0, flags=0) Split string by the occurrences of pattern. If capturing parentheses
Page 17 of 17