ST.compile(filename='') Same as compilest(st, filename).
parser.suite(source) The suite() function parses the parameter source as if it were an input to compile(source
tokenize.detect_encoding(readline) The detect_encoding() function is used to detect the encoding that should be
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
exception parser.ParserError Exception raised when a failure occurs within the parser module. This is generally produced for
get_children() Return a list of the nested symbol tables.
get_name() Return the table’s name. This is the name of the class if the table is for a class, the name of the function if the
dis.findlabels(code) Detect all offsets in the code object code which are jump targets, and return a list of these
Function.lineno The line number of the def statement within the file named by file.
Page 9 of 15