mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	
		
			
	
	
		
			12 lines
		
	
	
	
		
			137 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
	
		
			137 B
		
	
	
	
		
			Text
		
	
	
	
	
	
|   | 
 | ||
|  | static PyObject * | ||
|  | $abbrev$_str(self) | ||
|  | 	$abbrev$object *self; | ||
|  | { | ||
|  | 	PyObject *s; | ||
|  | 
 | ||
|  | 	/* XXXX Add code here to put self into s */ | ||
|  | 	return s; | ||
|  | } | ||
|  | 
 |