get_parameters() Return a tuple containing names of parameters to this function.
parser.st2tuple(st, line_info=False, col_info=False) This function accepts an ST object from the caller in st and returns
is_jump_target True if other code jumps to here, otherwise False
is_parameter() Return True if the symbol is a parameter.
parser.STType The type of the objects returned by expr(), suite() and sequence2st().
dis.opmap Dictionary mapping operation names to bytecodes.
class symtable.SymbolTable A namespace table for a block. The constructor is not public.
ast.iter_child_nodes(node) Yield all direct child nodes of node, that is, all fields that are nodes and all items of
classmethod from_traceback(tb) Construct a Bytecode instance from the given traceback, setting current_offset
dis.cmp_op Sequence of all compare operation names.
Page 1 of 15