string.octdigits The string '01234567'.
re.sub(pattern, repl, string, count=0, flags=0) Return the string obtained by replacing the leftmost non-overlapping occurrences
string.digits The string '0123456789'.
class difflib.Differ This is a class for comparing sequences of lines of text, and producing human-readable differences or deltas
string.printable String of ASCII characters which are considered printable. This is a combination of digits,
readline.set_pre_input_hook([function]) Set or remove the function invoked by the rl_pre_input_hook callback of
make_file(fromlines, tolines, fromdesc='', todesc='', context=False, numlines=5, *, charset='utf-8') Compares fromlines
match.endpos The value of endpos which was passed to the search() or match() method of a
difflib.restore(sequence, which) Return one of the two sequences that generated a delta. Given
check_unused_args(used_args, args, kwargs) Implement checking for unused arguments if desired. The arguments to this function
Page 12 of 17