unicodedata.decimal(chr[, default]) Returns the decimal value assigned to the character chr as integer. If no such
Completer.complete(text, state) Return the stateth completion for text. If
readline.add_history(line) Append line to the history buffer, as if it was the last line typed. This calls add_history()
difflib.IS_CHARACTER_JUNK(ch) Return true for ignorable characters. The character ch is ignorable if ch is
re.fullmatch(pattern, string, flags=0) If the whole string matches the regular expression pattern, return
regex.fullmatch(string[, pos[, endpos]]) If the whole string matches this regular expression, return a corresponding
regex.groups The number of capturing groups in the pattern.
unicodedata.east_asian_width(chr) Returns the east asian width assigned to the character chr as string.
difflib.IS_LINE_JUNK(line) Return true for ignorable lines. The line line is ignorable if line is blank or
unicodedata.digit(chr[, default]) Returns the digit value assigned to the character chr as integer. If no such value
Page 3 of 17