difflib.restore(sequence, which) Return one of the two sequences that generated a delta. Given
ratio() Return a measure of the sequences’ similarity as a float in the range [0, 1]. Where
string.printable String of ASCII characters which are considered printable. This is a combination of digits,
re.sub(pattern, repl, string, count=0, flags=0) Return the string obtained by replacing the leftmost non-overlapping occurrences
placeholder (default: ' [...]') String that will appear at the end of the output text if it has been truncated
textwrap.wrap(text, width=70, **kwargs) Wraps the single paragraph in text (a string) so every line is at most width
tabsize (default: 8) If expand_tabs is true, then all tab characters in text will be expanded
exception re.error(msg, pattern=None, pos=None) Exception raised when a string passed to one of the functions here is not a
stringprep.in_table_c7(code) Determine whether code is in tableC.7 (Inappropriate for canonical representation).
pattern The regular expression pattern.
Page 14 of 17