mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	 9aaee933da
			
		
	
	
		9aaee933da
		
	
	
	
	
		
			
			- Converted the templates to use ANSI C prototypes (finally!) - Use re in stead of deprecated regex
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			182 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			182 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
 | |
| static PyObject *
 | |
| $abbrev$_getattr($abbrev$object *self, char *name)
 | |
| {
 | |
| 	/* XXXX Add your own getattr code here */
 | |
| 	return Py_FindMethod($abbrev$_methods, (PyObject *)self, name);
 | |
| }
 |