mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 02:15:10 +00:00 
			
		
		
		
	 508ed2d912
			
		
	
	
		508ed2d912
		
			
		
	
	
	
	
		
			
			(Ironically, the file itself remains, see https://github.com/we-like-parsers/cpython/issues/135.)
		
			
				
	
	
		
			26 lines
		
	
	
	
		
			494 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			494 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| .. _language:
 | |
| 
 | |
| ************************
 | |
| 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:
 | |
| 
 | |
| 
 | |
| .. toctree::
 | |
| 
 | |
|    ast.rst
 | |
|    symtable.rst
 | |
|    token.rst
 | |
|    keyword.rst
 | |
|    tokenize.rst
 | |
|    tabnanny.rst
 | |
|    pyclbr.rst
 | |
|    py_compile.rst
 | |
|    compileall.rst
 | |
|    dis.rst
 | |
|    pickletools.rst
 |