mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			117 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			117 B
		
	
	
	
		
			Text
		
	
	
	
	
	
 | 
						|
static struct PyMethodDef $abbrev$_methods[] = {
 | 
						|
	$methodlist$
 | 
						|
	{NULL,		NULL}		/* sentinel */
 | 
						|
};
 | 
						|
 | 
						|
/* ---------- */
 | 
						|
 |