difflib.IS_LINE_JUNK()

difflib.IS_LINE_JUNK(line) Return true for ignorable lines. The line line is ignorable if line is blank or

2016-10-07 17:31:54
string.ascii_lowercase

string.ascii_lowercase The lowercase letters 'abcdefghijklmnopqrstuvwxyz'. This value is not locale-dependent and

2016-10-07 17:43:22
stringprep.map_table_b2()

stringprep.map_table_b2(code) Return the mapped value for code according to tableB.2 (Mapping for case-folding used

2016-10-07 17:43:28
re.match.span()

match.span([group]) For a match m, return the 2-tuple (m.start(group), m.end(group)). Note that if group

2016-10-07 17:41:17
re.regex.fullmatch()

regex.fullmatch(string[, pos[, endpos]]) If the whole string matches this regular expression, return a corresponding

2016-10-07 17:41:18
re.match.expand()

match.expand(template) Return the string obtained by doing backslash substitution on the template string template,

2016-10-07 17:41:15
readline.get_current_history_length()

readline.get_current_history_length() Return the number of items currently in the history. (This is different from ge

2016-10-07 17:41:21
re.regex.pattern

regex.pattern The pattern string from which the RE object was compiled.

2016-10-07 17:41:19
re.regex.search()

regex.search(string[, pos[, endpos]]) Scan through string looking for the first location where this regular expression

2016-10-07 17:41:19
readline.read_init_file()

readline.read_init_file([filename]) Execute a readline initialization file. The default filename is the last filename used.

2016-10-07 17:41:22