PythonLibraryReference/PythonLanguageServices¶
Legacy Wiki Page
This page was migrated from the old MoinMoin-based wiki. Information may be outdated or no longer applicable. For current documentation, see python.org.
Python Language Services¶
18.1 parser – Access Python parse trees
18.1.1 Creating AST Objects 18.1.2 Converting AST Objects 18.1.3 Queries on AST Objects 18.1.4 Exceptions and Error Handling 18.1.5 AST Objects 18.1.6 Examples
18.2 symbol – Constants used with Python parse trees
18.3 token – Constants used with Python parse trees
18.4 keyword – Testing for Python keywords
18.5 tokenize – Tokenizer for Python source
18.6 tabnanny – Detection of ambiguous indentation
18.7 pyclbr – Python class browser support
18.7.1 Class Descriptor Objects 18.7.2 Function Descriptor Objects
18.8 py_compile – Compile Python source files
18.9 compileall – Byte-compile Python libraries
18.10 dis – Disassembler for Python byte code
18.10.1 Python Byte Code Instructions 18.11 distutils – Building and installing Python modules