mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	Issue16544 - Add a link to an external documentation resource in ast module docs.
This commit is contained in:
		
							parent
							
								
									b1360543e5
								
							
						
					
					
						commit
						f3695bfacf
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
					@ -249,3 +249,8 @@ and classes for traversing abstract syntax trees:
 | 
				
			||||||
   wanted *annotate_fields* must be set to ``False``.  Attributes such as line
 | 
					   wanted *annotate_fields* must be set to ``False``.  Attributes such as line
 | 
				
			||||||
   numbers and column offsets are not dumped by default.  If this is wanted,
 | 
					   numbers and column offsets are not dumped by default.  If this is wanted,
 | 
				
			||||||
   *include_attributes* can be set to ``True``.
 | 
					   *include_attributes* can be set to ``True``.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.. seealso::
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    `Green Tree Snakes <https://greentreesnakes.readthedocs.org/>`_, an external documentation resource, has good
 | 
				
			||||||
 | 
					    details on working with Python ASTs.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue