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
textwrap.TextWrapper.initial_indent

initial_indent (default: '') String that will be prepended to the first line of wrapped output. Counts towards

2016-10-07 17:44:29
stringprep.in_table_c7()

stringprep.in_table_c7(code) Determine whether code is in tableC.7 (Inappropriate for canonical representation).

2016-10-07 17:43:28
textwrap.TextWrapper.fill()

fill(text) Wraps the single paragraph in text, and returns a single string containing the wrapped paragraph.

2016-10-07 17:44:29
re.findall()

re.findall(pattern, string, flags=0) Return all non-overlapping matches of pattern in string, as a list of

2016-10-07 17:41:14
unicodedata.lookup()

unicodedata.lookup(name) Look up character by name. If a character with the given name is found, return the corresponding character

2016-10-07 17:46:01