mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
	
		
			97 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
	
		
			97 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 
								 | 
							
								class super:
							 | 
						||
| 
								 | 
							
								    msg = "truly super"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								class C:
							 | 
						||
| 
								 | 
							
								    def method(self):
							 | 
						||
| 
								 | 
							
								        return super().msg
							 |