string.Formatter.check_unused_args()

check_unused_args(used_args, args, kwargs) Implement checking for unused arguments if desired. The arguments to this function

2016-10-07 17:43:23
difflib.SequenceMatcher.set_seqs()

set_seqs(a, b) Set the two sequences to be compared.

2016-10-07 17:31:56
readline.set_pre_input_hook()

readline.set_pre_input_hook([function]) Set or remove the function invoked by the rl_pre_input_hook callback of

2016-10-07 17:41:23
string.printable

string.printable String of ASCII characters which are considered printable. This is a combination of digits,

2016-10-07 17:43:25
difflib.Differ.compare()

compare(a, b) Compare two sequences of lines, and generate the delta (a sequence of lines). Each

2016-10-07 17:31:53
difflib.HtmlDiff.make_file()

make_file(fromlines, tolines, fromdesc='', todesc='', context=False, numlines=5, *, charset='utf-8') Compares fromlines

2016-10-07 17:31:53
readline.read_history_file()

readline.read_history_file([filename]) Load a readline history file, and append it to the history list. The default filename

2016-10-07 17:41:22
difflib.Differ

class difflib.Differ This is a class for comparing sequences of lines of text, and producing human-readable differences or deltas

2016-10-07 17:31:52
textwrap.indent()

textwrap.indent(text, prefix, predicate=None) Add prefix to the beginning of selected lines in text.

2016-10-07 17:44:28
stringprep.in_table_c11_c12()

stringprep.in_table_c11_c12(code) Determine whether code is in tableC.1 (Space characters, union of C.1.1 and C.1.2)

2016-10-07 17:43:27