re.regex.findall()

regex.findall(string[, pos[, endpos]]) Similar to the findall() function, using the compiled pattern, but also

2016-10-07 17:41:17
textwrap.TextWrapper.break_long_words

break_long_words (default: True) If true, then words longer than width will be broken in order to

2016-10-07 17:44:28
string.ascii_uppercase

string.ascii_uppercase The uppercase letters 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'. This value is not locale-dependent and

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

set_seq2(b) Set the second sequence to be compared. The first sequence to be compared is not changed.

2016-10-07 17:31:56
difflib.SequenceMatcher.get_matching_blocks()

get_matching_blocks() Return list of triples describing matching subsequences. Each triple is of the form (i, j, n)

2016-10-07 17:31:55
re.regex.subn()

regex.subn(repl, string, count=0) Identical to the subn() function, using the compiled pattern.

2016-10-07 17:41:19
difflib.HtmlDiff.

__init__(tabsize=8, wrapcolumn=None, linejunk=None, charjunk=IS_CHARACTER_JUNK) Initializes instance of HtmlDiff

2016-10-07 17:31:54
readline.parse_and_bind()

readline.parse_and_bind(string) Execute the init line provided in the string argument. This calls rl_parse_and_bind()

2016-10-07 17:41:22
string.Formatter.vformat()

vformat(format_string, args, kwargs) This function does the actual work of formatting. It is exposed as a separate function

2016-10-07 17:43:24
string.Formatter.format_field()

format_field(value, format_spec) format_field() simply calls the global

2016-10-07 17:43:24