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
tabnanny.check(file_or_dir) If file_or_dir is a directory and not a symbolic link, then recursively descend the directory
compileall.compile_path(skip_curdir=True, maxlevels=0, force=False, quiet=0, legacy=False, optimize=-1) Byte-compile all the
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
starts_line line started by this opcode (if any), otherwise None
_fields Each concrete class has an attribute _fields which gives the names of all child nodes.
ast.get_docstring(node, clean=True) Return the docstring of the given node (which must be a FunctionDef
dis.findlabels(code) Detect all offsets in the code object code which are jump targets, and return a list of these
Page 10 of 15