is_declared_global() Return True if the symbol is declared global with a global statement.
Function.module The name of the module defining the function described by the function descriptor.
ST.tolist(line_info=False, col_info=False) Same as st2list(st, line_info, col_info).
first_line The first source line of the code object (if available)
get_frees() Return a tuple containing names of free variables in this function.
exception tokenize.TokenError Raised when either a docstring or expression that may be split over several lines is not completed
ast.literal_eval(node_or_string) Safely evaluate an expression node or a string containing a Python literal or container display
ast.dump(node, annotate_fields=True, include_attributes=False) Return a formatted dump of the tree in node. This is
lookup(name) Lookup name in the table and return a Symbol instance.
keyword.iskeyword(s) Return true if s is a Python keyword.
Page 13 of 15