mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
	
		
			300 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
	
		
			300 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
|   | \chapter{Python Language Services | ||
|  |          \label{language}} | ||
|  | 
 | ||
|  | Python provides a number of modules to assist in working with the | ||
|  | Python language.  These module support tokenizing, parsing, syntax | ||
|  | analysis, bytecode disassembly, and various other facilities. | ||
|  | 
 | ||
|  | These modules include: | ||
|  | 
 | ||
|  | \localmoduletable |