format(format_string, *args, **kwargs) The primary API method. It takes a format string and an arbitrary set of positional and
replace_whitespace (default: True) If true, after tab expansion but before wrapping, the wrap() method
parse(format_string) Loop over the format_string and return an iterable of tuples (literal_text, field_name
stringprep.in_table_c3(code) Determine whether code is in tableC.3 (Private use).
re.finditer(pattern, string, flags=0) Return an iterator yielding match objects
difflib.IS_CHARACTER_JUNK(ch) Return true for ignorable characters. The character ch is ignorable if ch is
unicodedata.name(chr[, default]) Returns the name assigned to the character chr as a string. If no name is defined
readline.get_completion_type() Get the type of completion being attempted. This returns the rl_completion_type
stringprep.in_table_c12(code) Determine whether code is in tableC.1.2 (Non-ASCII space characters).
match.string The string passed to match() or search().
Page 2 of 17