stringprep.in_table_c22()

stringprep.in_table_c22(code) Determine whether code is in tableC.2.2 (Non-ASCII control characters).

2016-10-07 17:43:27
re.purge()

re.purge() Clear the regular expression cache.

2016-10-07 17:41:17
difflib.diff_bytes()

difflib.diff_bytes(dfunc, a, b, fromfile=b'', tofile=b'', fromfiledate=b'', tofiledate=b'', n=3, lineterm=b'\n') Compare a

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

readline.set_history_length(length) Set or return the desired number of lines to save in the history file. The write_

2016-10-07 17:41:23
difflib.SequenceMatcher.set_seq1()

set_seq1(a) Set the first sequence to be compared. The second sequence to be compared is not changed.

2016-10-07 17:31:56
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
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.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
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
stringprep.map_table_b3()

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

2016-10-07 17:43:29