Python logo

Sujet précédent

The initialization of the sys.path module search path

Sujet suivant

ast --- Abstract syntax trees

Cette page

  • Signalement de bogue
  • Improve this page
  • Voir la source
  • Show translation source

Navigation

  • index
  • modules |
  • suivant |
  • précédent |
  • Python logo
  • Python »
  • 3.15.0a8 Documentation »
  • La bibliothèque standard »
  • Services du Langage Python
  • |
  • |

Services du Langage Python¶

Python fournit quelques modules pour vous aider à travailler avec le langage Python lui-même. Ces modules gèrent entre autres l'analyse lexicale, l'analyse syntaxique, et le désassemblage de bytecode.

Ces modules sont :

  • ast --- Abstract syntax trees
    • Abstract grammar
    • Classes de nœuds
      • Root nodes
      • Littéraux
      • Variables
      • Expressions
        • Indiçage
        • Compréhensions
      • Instructions
        • Importations
      • Contrôle de l'exécution
      • Pattern matching
      • Type annotations
      • Type parameters
      • Définition de fonctions et de classes
      • async et await
    • ast helpers
    • Compiler flags
    • Command-line usage
  • symtable --- Access to the compiler's symbol tables
    • Generating Symbol Tables
    • Examining Symbol Tables
    • Utilisation en ligne de commande.
  • token --- Constants used with Python parse trees
  • keyword --- Testing for Python keywords
  • tokenize --- Tokenizer for Python source
    • Tokenizing input
    • Command-line usage
    • Exemples
  • tabnanny --- Detection of ambiguous indentation
  • pyclbr --- Python module browser support
    • Objets fonctions
    • Objets classes
  • py_compile --- Compile Python source files
    • Interface en ligne de commande
  • compileall --- Byte-compile Python libraries
    • Utilisation en ligne de commande
    • Fonctions publiques
  • dis --- Disassembler for Python bytecode
    • Command-line interface
    • Analyse du code intermédiaire
    • Analyse de fonctions
    • Les instructions du code intermédiaire en Python
    • Opcode collections
  • pickletools --- Tools for pickle developers
    • Command-line usage
      • Command-line options
    • Programmatic interface

Sujet précédent

The initialization of the sys.path module search path

Sujet suivant

ast --- Abstract syntax trees

Cette page

  • Signalement de bogue
  • Improve this page
  • Voir la source
  • Show translation source
«

Navigation

  • index
  • modules |
  • suivant |
  • précédent |
  • Python logo
  • Python »
  • 3.15.0a8 Documentation »
  • La bibliothèque standard »
  • Services du Langage Python
  • |
  • |
© Copyright 2001 Python Software Foundation.
La licence de cette page est la Python Software Foundation License Version 2.
La licence des exemples, recettes, et autres morceaux de code se trouvant dans la documentation est la Zero Clause BSD License.
Pour plus d'informations, consultez Histoire et licence.

La Python Software Foundation est une association à but non lucratif. Elle vit de vos dons.

Dernière mise à jour : avr. 29, 2026 (05:01 UTC). Un bogue ?
Crée par Sphinx 8.2.3.