Function.name The name of the function.
exception tabnanny.NannyNag Raised by tokeneater() if detecting an ambiguous indent. Captured and handled in check()
col_offset Instances of ast.expr and ast.stmt subclasses have lineno and col_offset
get_namespace() Return the namespace bound to this name. If more than one namespace is bound,
is_declared_global() Return True if the symbol is declared global with a global statement.
tokenize.tokenize(readline) The tokenize() generator requires one argument, readline, which must be a
exception tokenize.TokenError Raised when either a docstring or expression that may be split over several lines is not completed
class ast.NodeVisitor A node visitor base class that walks the abstract syntax tree and calls a visitor function for every node
dis.haslocal Sequence of bytecodes that access a local variable.
Function.module The name of the module defining the function described by the function descriptor.
Page 14 of 15