mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	New class syntax.
This commit is contained in:
		
							parent
							
								
									decc4b99e1
								
							
						
					
					
						commit
						ce08448165
					
				
					 29 changed files with 81 additions and 81 deletions
				
			
		|  | @ -8,7 +8,7 @@ | |||
| import rect | ||||
| from stdwinevents import * | ||||
| 
 | ||||
| class Split(): | ||||
| class Split: | ||||
| 	# | ||||
| 	# Calls from creator | ||||
| 	# NB derived classes may add parameters to create() | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum