col_offset Instances of ast.expr and ast.stmt subclasses have lineno and col_offset
Function.name The name of the function.
is_local() Return True if the symbol is local to its block.
parser.sequence2st(sequence) This function accepts a parse tree represented as a sequence and builds an internal representation
exception tabnanny.NannyNag Raised by tokeneater() if detecting an ambiguous indent. Captured and handled in check()
exception tokenize.TokenError Raised when either a docstring or expression that may be split over several lines is not completed
ast.dump(node, annotate_fields=True, include_attributes=False) Return a formatted dump of the tree in node. This is
first_line The first source line of the code object (if available)
class ast.NodeVisitor A node visitor base class that walks the abstract syntax tree and calls a visitor function for every node
is_declared_global() Return True if the symbol is declared global with a global statement.
Page 12 of 15