Python logo

Προηγούμενο θέμα

The initialization of the sys.path module search path

Επόμενο θέμα

ast — Abstract Syntax Trees

This page

  • Report a bug
  • Show source

Πλοήγηση

  • ευρετήριο
  • μονάδες |
  • επόμενο |
  • προηγούμενο |
  • Python logo
  • Python »
  • 3.13.7 Documentation »
  • The Python Standard Library »
  • Python Language Services
  • |
  • |

Python Language Services¶

Python provides a number of modules to assist in working with the Python language. These modules support tokenizing, parsing, syntax analysis, bytecode disassembly, and various other facilities.

These modules include:

  • ast — Abstract Syntax Trees
    • Abstract Grammar
    • Node classes
      • Root nodes
      • Literals
      • Variables
      • Expressions
        • Subscripting
        • Comprehensions
      • Statements
        • Imports
      • Control flow
      • Pattern matching
      • Type annotations
      • Type parameters
      • Function and class definitions
      • Async and await
    • ast Helpers
    • Compiler Flags
    • Command-Line Usage
  • symtable — Access to the compiler’s symbol tables
    • Generating Symbol Tables
    • Examining Symbol Tables
    • Command-Line Usage
  • token — Constants used with Python parse trees
  • keyword — Testing for Python keywords
  • tokenize — Tokenizer for Python source
    • Tokenizing Input
    • Command-Line Usage
    • Examples
  • tabnanny — Detection of ambiguous indentation
  • pyclbr — Python module browser support
    • Function Objects
    • Class Objects
  • py_compile — Compile Python source files
    • Command-Line Interface
  • compileall — Byte-compile Python libraries
    • Command-line use
    • Public functions
  • dis — Disassembler for Python bytecode
    • Command-line interface
    • Bytecode analysis
    • Analysis functions
    • Python Bytecode Instructions
    • Opcode collections
  • pickletools — Tools for pickle developers
    • Command line usage
      • Command line options
    • Programmatic Interface

Προηγούμενο θέμα

The initialization of the sys.path module search path

Επόμενο θέμα

ast — Abstract Syntax Trees

This page

  • Report a bug
  • Show source
«

Πλοήγηση

  • ευρετήριο
  • μονάδες |
  • επόμενο |
  • προηγούμενο |
  • Python logo
  • Python »
  • 3.13.7 Documentation »
  • The Python Standard Library »
  • Python Language Services
  • |
  • |
© Πνευματικά δικαιώματα 2001-2025, Python Software Foundation.
Η σελίδα αυτή διατίθεται υπό την άδεια χρήσης του Python Software Foundation, 2η έκδοση.
Παραδείγματα, οδηγοί και λοιπά κομμάτια κώδικα στην τεκμηρίωση διατίθενται επιπλέον υπό την άδεια χρήσης Zero Clause BSD.
Δες την Ιστορία και Άδεια χρήσης για περισσότερες πληροφορίες.

Το Python Software Foundation είναι ένας μη κερδοσκοπικός οργανισμός. Παρακαλώ κάντε μια δωρεά.

Τελευταία ενημέρωση στις Σεπ 29, 2025 (07:26 UTC). Βρήκες ένα bug?
Δημιουργήθηκε με την χρήση του Sphinx 8.2.3.