mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	 9aaee933da
			
		
	
	
		9aaee933da
		
	
	
	
	
		
			
			- Converted the templates to use ANSI C prototypes (finally!) - Use re in stead of deprecated regex
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			130 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			130 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
 | |
| static PyObject *
 | |
| $abbrev$_str($abbrev$object *self)
 | |
| {
 | |
| 	PyObject *s;
 | |
| 
 | |
| 	/* XXXX Add code here to put self into s */
 | |
| 	return s;
 | |
| }
 | |
| 
 |