token.ISTERMINAL(x) Return true for terminal token values.
get_namespaces() Return a list of namespaces bound to this name.
symbol.sym_name Dictionary mapping the numeric values of the constants defined in this module back to name strings, allowing
argval resolved arg value (if known), otherwise same as arg
col_offset Instances of ast.expr and ast.stmt subclasses have lineno and col_offset
class ast.NodeVisitor A node visitor base class that walks the abstract syntax tree and calls a visitor function for every node
parser.sequence2st(sequence) This function accepts a parse tree represented as a sequence and builds an internal representation
dis.haslocal Sequence of bytecodes that access a local variable.
ST.totuple(line_info=False, col_info=False) Same as st2tuple(st, line_info, col_info).
get_namespace() Return the namespace bound to this name. If more than one namespace is bound,
Page 12 of 15