dis.findlinestarts()
  • References/Python/Python/Language

dis.findlinestarts(code) This generator function uses the co_firstlineno and co_lnotab attributes

2025-01-10 15:47:30
tabnanny.check()
  • References/Python/Python/Language

tabnanny.check(file_or_dir) If file_or_dir is a directory and not a symbolic link, then recursively descend the directory

2025-01-10 15:47:30
dis.findlabels()
  • References/Python/Python/Language

dis.findlabels(code) Detect all offsets in the code object code which are jump targets, and return a list of these

2025-01-10 15:47:30
tokenize.open()
  • References/Python/Python/Language

tokenize.open(filename) Open a file in read only mode using the encoding detected by detect_encoding().

2025-01-10 15:47:30
ast.NodeVisitor.generic_visit()
  • References/Python/Python/Language

generic_visit(node) This visitor calls visit() on all children of the node. Note

2025-01-10 15:47:30
symtable.SymbolTable.get_symbols()
  • References/Python/Python/Language

get_symbols() Return a list of Symbol instances for names in the table.

2025-01-10 15:47:30
tabnanny.verbose
  • References/Python/Python/Language

tabnanny.verbose Flag indicating whether to print verbose messages. This is incremented by the -v option if called

2025-01-10 15:47:30
symtable.SymbolTable.get_type()
  • References/Python/Python/Language

get_type() Return the type of the symbol table. Possible values are 'class', 'module', and 'function'

2025-01-10 15:47:30
tabnanny.tokeneater()
  • References/Python/Python/Language

tabnanny.tokeneater(type, token, start, end, line) This function is used by check() as a callback parameter to

2025-01-10 15:47:30
parser.tuple2st()
  • References/Python/Python/Language

parser.tuple2st(sequence) This is the same function as sequence2st(). This entry point is maintained for backward

2025-01-10 15:47:30