dis.findlinestarts(code) This generator function uses the co_firstlineno and co_lnotab attributes
tabnanny.check(file_or_dir) If file_or_dir is a directory and not a symbolic link, then recursively descend the directory
dis.findlabels(code) Detect all offsets in the code object code which are jump targets, and return a list of these
tokenize.open(filename) Open a file in read only mode using the encoding detected by detect_encoding().
generic_visit(node) This visitor calls visit() on all children of the node. Note
get_symbols() Return a list of Symbol instances for names in the table.
tabnanny.verbose Flag indicating whether to print verbose messages. This is incremented by the -v option if called
get_type() Return the type of the symbol table. Possible values are 'class', 'module', and 'function'
tabnanny.tokeneater(type, token, start, end, line) This function is used by check() as a callback parameter to
parser.tuple2st(sequence) This is the same function as sequence2st(). This entry point is maintained for backward
Page 9 of 15