set_seq1(a) Set the first sequence to be compared. The second sequence to be compared is not changed.
regex.flags The regex matching flags. This is a combination of the flags given to compile(), any (?...)
regex.sub(repl, string, count=0) Identical to the sub() function, using the compiled pattern.
match.lastindex The integer index of the last matched capturing group, or None if no group was matched at all.
break_long_words (default: True) If true, then words longer than width will be broken in order to
re.subn(pattern, repl, string, count=0, flags=0) Perform the same operation as sub(), but return a tuple (new_string
readline.insert_text(string) Insert text into the line buffer at the cursor position. This calls rl_insert_text()
unicodedata.mirrored(chr) Returns the mirrored property assigned to the character chr as integer. Returns 1
match.end([group]) Return the indices of the start and end of the substring matched by group; group defaults
readline.set_completer_delims(string) readline.get_completer_delims() Set or get the word delimiters for completion
Page 7 of 17