is_free() Return True if the symbol is referenced in its block, but not assigned to.
parser.suite(source) The suite() function parses the parameter source as if it were an input to compile(source
exception parser.ParserError Exception raised when a failure occurs within the parser module. This is generally produced for
tokenize.detect_encoding(readline) The detect_encoding() function is used to detect the encoding that should be
dis.findlabels(code) Detect all offsets in the code object code which are jump targets, and return a list of these
tabnanny.tokeneater(type, token, start, end, line) This function is used by check() as a callback parameter to
tokenize.open(filename) Open a file in read only mode using the encoding detected by detect_encoding().
parser.tuple2st(sequence) This is the same function as sequence2st(). This entry point is maintained for backward
generic_visit(node) This visitor calls visit() on all children of the node. Note
ast.get_docstring(node, clean=True) Return the docstring of the given node (which must be a FunctionDef
Page 9 of 15