mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	Add doc string to type object.
This commit is contained in:
		
							parent
							
								
									c6447527aa
								
							
						
					
					
						commit
						69b9ae4e0b
					
				
					 1 changed files with 12 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -213,7 +213,18 @@ PyTypeObject PyAST_Type = {
 | 
			
		|||
    0,					/* tp_as_mapping	*/
 | 
			
		||||
    0,					/* tp_hash		*/
 | 
			
		||||
    0,					/* tp_call		*/
 | 
			
		||||
    0					/* tp_str		*/
 | 
			
		||||
    0,					/* tp_str		*/
 | 
			
		||||
    0,					/* tp_getattro		*/
 | 
			
		||||
    0,					/* tp_setattro		*/
 | 
			
		||||
 | 
			
		||||
    /* Functions to access object as input/output buffer */
 | 
			
		||||
    0,					/* tp_as_buffer		*/
 | 
			
		||||
 | 
			
		||||
    /* Space for future expansion */
 | 
			
		||||
    0,					/* tp_xxx4		*/
 | 
			
		||||
 | 
			
		||||
    /* __doc__ */
 | 
			
		||||
    "Intermediate representation of a Python parse tree."
 | 
			
		||||
 | 
			
		||||
};  /* PyAST_Type */
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue