max_lines (default: None) If not None, then the output will contain at most max_lines lines
stringprep.in_table_c11_c12(code) Determine whether code is in tableC.1 (Space characters, union of C.1.1 and C.1.2)
readline.read_history_file([filename]) Load a readline history file, and append it to the history list. The default filename
readline.get_completer() Get the completer function, or None if no completer function has been set.
make_file(fromlines, tolines, fromdesc='', todesc='', context=False, numlines=5, *, charset='utf-8') Compares fromlines
stringprep.in_table_d1(code) Determine whether code is in tableD.1 (Characters with bidirectional property “R” or “AL”)
string.digits The string '0123456789'.
stringprep.in_table_c8(code) Determine whether code is in tableC.8 (Change display properties or are deprecated).
string.octdigits The string '01234567'.
textwrap.indent(text, prefix, predicate=None) Add prefix to the beginning of selected lines in text.
Page 12 of 17