stringprep.in_table_c21_c22(code) Determine whether code is in tableC.2 (Control characters, union of C.2.1 and C.2
regex.pattern The pattern string from which the RE object was compiled.
width (default: 70) The maximum length of wrapped lines. As long as there are no individual words in the input
readline.read_init_file([filename]) Execute a readline initialization file. The default filename is the last filename used.
regex.sub(repl, string, count=0) Identical to the sub() function, using the compiled pattern.
get_opcodes() Return list of 5-tuples describing how to turn a into b. Each tuple is of the form (tag
get_grouped_opcodes(n=3) Return a generator of groups with up to n lines of
regex.flags The regex matching flags. This is a combination of the flags given to compile(), any (?...)
regex.search(string[, pos[, endpos]]) Scan through string looking for the first location where this regular expression
match.expand(template) Return the string obtained by doing backslash substitution on the template string template,
Page 5 of 17