About 600 results
Open links in new tab
  1. ast — Abstract syntax trees — Python 3.14.2 documentation

    2 days ago · An abstract syntax tree can be generated by passing ast.PyCF_ONLY_AST as a flag to the compile() built-in function, or using the parse() helper provided in this module.

  2. parser — Access Python parse trees — Python 3.8.20 documentazione

    Mar 8, 2020 · The most important purposes are to create ST objects and to convert ST objects to other representations such as parse trees and compiled code objects, but there are also functions which …

  3. parser — Access Python parse trees — Python 3.9.24 documentation

    Mar 9, 2024 · The most important purposes are to create ST objects and to convert ST objects to other representations such as parse trees and compiled code objects, but there are also functions which …

  4. A Biblioteca Padrão do Python — documentação Python 2.7.18

    Jul 2, 2018 · 32.2. ast — Árvores de Sintaxe Abstrata 32.3. symtable — Acesso a tabela de simbolos do compilador 32.4. symbol — Constantes usadas com árvores de análise do Python 32.5. token — …