exception py_compile.PyCompileError Exception raised when an error occurs while attempting to compile the file.
first_line The first source line of the code object (if available)
ST.tolist(line_info=False, col_info=False) Same as st2list(st, line_info, col_info).
is_nested() Return True if the block is a nested class or function.
ST.totuple(line_info=False, col_info=False) Same as st2tuple(st, line_info, col_info).
parser.isexpr(st) When st represents an 'eval' form, this function returns true, otherwise it returns
ast.literal_eval(node_or_string) Safely evaluate an expression node or a string containing a Python literal or container display
lineno col_offset Instances of ast.expr and ast.stmt subclasses have lineno
compileall.compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, legacy=False, optimize=-1) Compile the file with
get_namespaces() Return a list of namespaces bound to this name.
Page 13 of 15