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
format(format_string, *args, **kwargs) The primary API method. It takes a format string and an arbitrary set of positional and
stringprep.in_table_c3(code) Determine whether code is in tableC.3 (Private use).
regex.flags The regex matching flags. This is a combination of the flags given to compile(), any (?...)
regex.fullmatch(string[, pos[, endpos]]) If the whole string matches this regular expression, return a corresponding
string.punctuation String of ASCII characters which are considered punctuation characters in the C locale.
get_grouped_opcodes(n=3) Return a generator of groups with up to n lines of
re.match(pattern, string, flags=0) If zero or more characters at the beginning of string match the regular expression
match.groupdict(default=None) Return a dictionary containing all the named subgroups of the match, keyed by the subgroup
Page 3 of 17