is_global() Return True if the symbol is global.
get_parameters() Return a tuple containing names of parameters to this function.
Class.file Name of the file containing the class statement defining the class.
has_exec() Return True if the block uses exec.
parser.issuite(st) This function mirrors isexpr() in that it reports whether an ST object represents an 'exec'
dis.opmap Dictionary mapping operation names to bytecodes.
Function.file Name of the file containing the def statement defining the function.
ast.fix_missing_locations(node) When you compile a node tree with
is_parameter() Return True if the symbol is a parameter.
parser.st2tuple(st, line_info=False, col_info=False) This function accepts an ST object from the caller in st and returns
Page 1 of 15